summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCompilerABI.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-fortran-try_compile'Brad King2023-04-031-1/+0
|\
| * VS: Remove extra try_compile argument in Intel Fortran checkBrad King2023-03-311-1/+0
* | Modules: Record system inspection steps in the configure logBrad King2023-01-181-4/+4
* | Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-4/+0
|/
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-161-2/+3
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-1/+1
* CMakeParseImplicitLinkInfo: Better detection of msvcRobert Maynard2022-09-021-1/+2
* CUDA: Add support for CUDA_ARCHITECTURES=nativeBrad King2022-03-101-0/+8
* CMakeDetermineCompilerABI: Extract lib arch from implicit object file pathsRobert Maynard2021-04-051-2/+4
* CMakeDetermineCompilerABI: Parse library arch from versioned pathsRobert Maynard2021-02-041-21/+4
* CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+15
* CMakeDetermineCompilerABI: Look for more INFO strings in test binaryBrad King2020-11-041-3/+5
* CMakeDetermineCompilerABI: Handle NVCC-style -Werror flagsRaul Tambre2020-10-041-1/+1
* CMakeDetermineCompilerABI: Fold copy error into CMAKE_<LANG>_ABI_COMPILEDBrad King2020-05-251-1/+4
* CMakeDetermineCompilerABI: Avoid failing on warnings with -WerrorDavid Rohr2020-02-031-0/+3
* QNX: Add support for CMAKE_SYSROOTStephen Kelly2020-01-271-0/+12
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-7/+5
* Restore support for include_directories() in toolchain filesBrad King2019-03-251-0/+1
* Do not explicitly report "standard" include directories as implicitBrad King2019-02-181-0/+6
* ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmakeChuck Cranor2019-01-301-3/+5
* Compute implicit include directories from compiler outputChuck Cranor2019-01-211-0/+13
* CMakeDetermineCompilerABI: set locale to C for try_compile()Chuck Cranor2019-01-211-0/+17
* CMakeDetermineCompilerABI: pass verbose flag during compilationBrad King2019-01-211-0/+6
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-0/+2
* 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