summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerABI.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxx-inspect-without-scanning' into release-3.29Brad King2024-05-071-0/+3
|\
| * cxxmodules: Do not scan sources while testing the compilerBrad King2024-05-061-0/+3
* | Link Step: compute effective linker used by the compilerMarc Chevrier2023-10-241-36/+52
|/
* CMakeDetermineCompilerABI: Add option to skip implicit link info parsingBrad King2023-10-021-32/+40
* HIP: Fix support for -DCMAKE_HIP_ARCHITECTURES=native with NVCCBrad King2023-09-251-4/+4
* Merge topic 'werror_space_fix'Brad King2023-05-311-1/+1
|\
| * CMakeDetermineCompilerABI: Avoid removing the flag after -WerrorRaul Tambre2023-05-301-1/+1
| * Merge topic 'vs-fortran-try_compile' into release-3.26Brad King2023-04-031-1/+0
| |\
* | | Optionally exclude implicit link directories via environmentBrad King2023-05-251-0/+4
* | | 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