summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCompilerABI.cmake
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CMakeDetermineCompilerABI: Use normal linker flags in ABI projectBrad King2014-12-031-1/+1
* Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-031-1/+1
* CMakeDetermineCompilerABI: Link with standard libraries on MSVCBrad King2014-08-211-5/+7
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-2/+2
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-2/+2
* Revert "Add compiler target compile options."Stephen Kelly2013-08-091-3/+0
* Teach compiler ABI check to tolerate try_compile COPY_FILE failureBrad King2013-07-171-2/+3
* Add compiler target compile options.Stephen Kelly2013-06-111-0/+3
* OS X: Detect implicit linker framework search pathsBrad King2012-12-111-1/+3
* OS X: Detect implicit link directories on modern toolchainsBrad King2012-12-111-12/+9
* Store ABI detection results in compiler information filesBrad King2012-08-241-3/+7
* Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-9/+9
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-67/+67
* Fortran: Detect pointer size in gfortran on MinGWBrad King2011-12-051-0/+2
* Simplify IntelVSImplicitPath detection projectBrad King2011-09-141-4/+1
* Move IntelVSImplicitPath project to better locationBrad King2011-09-141-1/+1
* For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.Bill Hoffman2011-09-081-0/+26
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+11
* Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-1/+2
|\
| * Detect object files in implicit link informationBrad King2010-12-091-1/+2
* | Ignore CLI warnings for ABI determinationBen Boeckel2010-09-161-0/+4
* | Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-2/+12
|/
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Load compiler information after configuring itBrad King2010-05-061-2/+0
* Log implicit link information parsing actionsBrad King2009-10-061-1/+3
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* Skip implicit link info for multiple OS X archsBrad King2009-09-221-2/+6
* BUG: Skip implicit link information on XcodeBrad King2009-07-231-1/+2
* ENH: Implicit link info for C, CXX, and FortranBrad King2009-07-231-0/+13
* ENH: Clarify message about checking for compiler ABI information.Brad King2008-04-141-5/+5
* ENH: Generalize the check for sizeof void* to detect more ABI information.Brad King2008-01-211-0/+49