| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'werror_space_fix' | Brad King | 2023-05-31 | 1 | -1/+1 |
|\ |
|
| * | CMakeDetermineCompilerABI: Avoid removing the flag after -Werror | Raul Tambre | 2023-05-30 | 1 | -1/+1 |
|
|
| * | Merge topic 'vs-fortran-try_compile' into release-3.26 | Brad King | 2023-04-03 | 1 | -1/+0 |
| |\ |
|
* | | | Optionally exclude implicit link directories via environment | Brad King | 2023-05-25 | 1 | -0/+4 |
|
|
* | | | Merge topic 'vs-fortran-try_compile' | Brad King | 2023-04-03 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | VS: Remove extra try_compile argument in Intel Fortran check | Brad King | 2023-03-31 | 1 | -1/+0 |
|
|
* | | Modules: Record system inspection steps in the configure log | Brad King | 2023-01-18 | 1 | -4/+4 |
|
|
* | | Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.log | Brad King | 2023-01-18 | 1 | -4/+0 |
|/ |
|
* | Modules: Use new keyword-dispatched try_compile signature | Matthew Woehlke | 2022-09-16 | 1 | -2/+3 |
|
|
* | Modules: Use new keyword-dispatched try_compile signature | Matthew Woehlke | 2022-09-14 | 1 | -1/+1 |
|
|
* | CMakeParseImplicitLinkInfo: Better detection of msvc | Robert Maynard | 2022-09-02 | 1 | -1/+2 |
|
|
* | CUDA: Add support for CUDA_ARCHITECTURES=native | Brad King | 2022-03-10 | 1 | -0/+8 |
|
|
* | CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths | Robert Maynard | 2021-04-05 | 1 | -2/+4 |
|
|
* | CMakeDetermineCompilerABI: Parse library arch from versioned paths | Robert Maynard | 2021-02-04 | 1 | -21/+4 |
|
|
* | CMakeDetermineCompilerABI: Detect byte order as part of check | Brad King | 2020-11-04 | 1 | -0/+15 |
|
|
* | CMakeDetermineCompilerABI: Look for more INFO strings in test binary | Brad King | 2020-11-04 | 1 | -3/+5 |
|
|
* | CMakeDetermineCompilerABI: Handle NVCC-style -Werror flags | Raul Tambre | 2020-10-04 | 1 | -1/+1 |
|
|
* | CMakeDetermineCompilerABI: Fold copy error into CMAKE_<LANG>_ABI_COMPILED | Brad King | 2020-05-25 | 1 | -1/+4 |
|
|
* | CMakeDetermineCompilerABI: Avoid failing on warnings with -Werror | David Rohr | 2020-02-03 | 1 | -0/+3 |
|
|
* | QNX: Add support for CMAKE_SYSROOT | Stephen Kelly | 2020-01-27 | 1 | -0/+12 |
|
|
* | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 1 | -7/+5 |
|
|
* | Restore support for include_directories() in toolchain files | Brad King | 2019-03-25 | 1 | -0/+1 |
|
|
* | Do not explicitly report "standard" include directories as implicit | Brad King | 2019-02-18 | 1 | -0/+6 |
|
|
* | ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmake | Chuck Cranor | 2019-01-30 | 1 | -3/+5 |
|
|
* | Compute implicit include directories from compiler output | Chuck Cranor | 2019-01-21 | 1 | -0/+13 |
|
|
* | CMakeDetermineCompilerABI: set locale to C for try_compile() | Chuck Cranor | 2019-01-21 | 1 | -0/+17 |
|
|
* | CMakeDetermineCompilerABI: pass verbose flag during compilation | Brad King | 2019-01-21 | 1 | -0/+6 |
|
|
* | GHS: Add Compiler ID detection | Fred Baksik | 2019-01-16 | 1 | -0/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CMakeDetermineCompilerABI: Use normal linker flags in ABI project | Brad King | 2014-12-03 | 1 | -1/+1 |
|
|
* | Use a more reliable regex for extracting binary INFO strings | Chuck Atkins | 2014-09-03 | 1 | -1/+1 |
|
|
* | CMakeDetermineCompilerABI: Link with standard libraries on MSVC | Brad King | 2014-08-21 | 1 | -5/+7 |
|
|
* | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 |
|
|
* | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 |
|
|
* | Revert "Add compiler target compile options." | Stephen Kelly | 2013-08-09 | 1 | -3/+0 |
|
|
* | Teach compiler ABI check to tolerate try_compile COPY_FILE failure | Brad King | 2013-07-17 | 1 | -2/+3 |
|
|
* | Add compiler target compile options. | Stephen Kelly | 2013-06-11 | 1 | -0/+3 |
|
|
* | OS X: Detect implicit linker framework search paths | Brad King | 2012-12-11 | 1 | -1/+3 |
|
|
* | OS X: Detect implicit link directories on modern toolchains | Brad King | 2012-12-11 | 1 | -12/+9 |
|
|
* | Store ABI detection results in compiler information files | Brad King | 2012-08-24 | 1 | -3/+7 |
|
|
* | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -67/+67 |
|
|
* | Fortran: Detect pointer size in gfortran on MinGW | Brad King | 2011-12-05 | 1 | -0/+2 |
|
|
* | Simplify IntelVSImplicitPath detection project | Brad King | 2011-09-14 | 1 | -4/+1 |
|
|
* | Move IntelVSImplicitPath project to better location | Brad King | 2011-09-14 | 1 | -1/+1 |
|
|
* | For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH. | Bill Hoffman | 2011-09-08 | 1 | -0/+26 |
|
|
* | Teach find_(library|package) about Linux multiarch (#12037) | Brad King | 2011-06-08 | 1 | -0/+11 |
|
|
* | Merge branch 'dev/add_test-working-directory' into dev/strict-mode | Brad King | 2011-01-27 | 1 | -1/+2 |
|\ |
|
| * | Detect object files in implicit link information | Brad King | 2010-12-09 | 1 | -1/+2 |
|
|