| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 2 | -2/+2 |
|
|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 7 | -7/+7 |
|
|
* | Tests: Bump CMake minimum required in tests to 3.5 | Brad King | 2023-03-01 | 2 | -2/+2 |
|
|
* | Tests: Fix TryCompile bad source case for clang-cl 15 on Windows | Brad King | 2022-11-10 | 1 | -1/+1 |
|
|
* | Tests: Move TryCompile check module cases to RunCMake.Check* | Brad King | 2022-10-06 | 1 | -144/+0 |
|
|
* | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT | Matthew Woehlke | 2022-09-30 | 1 | -5/+5 |
|
|
* | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 1 | -0/+52 |
|
|
* | try_compile: Add SOURCE_FROM_FILE | Matthew Woehlke | 2022-09-22 | 1 | -0/+6 |
|
|
* | Tests: Clean up and simplify TryCompile tests | Matthew Woehlke | 2022-09-22 | 3 | -46/+29 |
|
|
* | try_compile: Add SOURCE_FROM_{ARG,VAR} | Matthew Woehlke | 2022-09-22 | 1 | -0/+42 |
|
|
* | try_compile: Add PROJECT keyword-dispatched signature | Matthew Woehlke | 2022-09-14 | 1 | -1/+10 |
|
|
* | try_compile: Add keyword-dispatched signature | Matthew Woehlke | 2022-09-05 | 2 | -240/+282 |
|
|
* | try_compile: Clean up tests | Matthew Woehlke | 2022-08-18 | 1 | -36/+10 |
|
|
* | try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE. | Patrick Northon | 2022-07-08 | 2 | -1/+30 |
|
|
* | messages: remove screamake from comments and errors | Ben Boeckel | 2022-04-25 | 1 | -1/+1 |
|
|
* | Tests: Use idiomatic try_compile calls in TryCompile test | Brad King | 2022-02-16 | 2 | -18/+18 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -0/+3 |
|
|
* | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -1/+1 |
|
|
* | Merge topic 'check_cxx_compiler_flag_no_normal_variable' | Brad King | 2021-07-08 | 1 | -0/+10 |
|\ |
|
| * | Check*CompilerFlag: Do not set result as a normal variable too | Robert Maynard | 2021-07-08 | 1 | -0/+10 |
|
|
* | | Tests: bump cmake_minimum_required version to 2.8.12 | Rolf Eike Beer | 2021-04-05 | 2 | -2/+2 |
|/ |
|
* | Add a test to verify '\' handling in CHECK_CXX_SOURCE_COMPILES | Robert Maynard | 2020-09-23 | 1 | -0/+4 |
|
|
* | Makefiles: Do not use '\#' escape sequence with Windows-style make tools | Brad King | 2020-04-15 | 1 | -1/+1 |
|
|
* | ObjC: Add try_compile support | Cristian Adam | 2019-11-09 | 3 | -0/+24 |
|
|
* | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 1 | -20/+46 |
|
|
* | Languages: Add support for Objective-C | Steve Wilson | 2019-09-28 | 1 | -1/+29 |
|
|
* | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONS | Brad King | 2019-02-15 | 2 | -0/+39 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+1 |
|
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -2/+2 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 8 | -19/+31 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -3/+1 |
|
|
* | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -2/+2 |
|
|
* | Merge topic 'try_compile-COPY_FILE_ERROR' | Brad King | 2013-07-15 | 1 | -0/+17 |
|\ |
|
| * | try_compile: Add COPY_FILE_ERROR option to capture failure | Brad King | 2013-07-15 | 1 | -0/+17 |
|
|
* | | try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268) | Brad King | 2013-07-15 | 2 | -0/+22 |
|/ |
|
* | try_compile: Add signature to allow multiple SOURCES | Brad King | 2013-06-06 | 5 | -0/+23 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -35/+35 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -128/+128 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 3 | -13/+13 |
|
|
* | Tests: Added test for check_prototype_definition. | Andreas Schneider | 2011-03-18 | 1 | -0/+13 |
|
|
* | CheckCCompilerFlag: Strict signature of 'main' (#11615) | Brad King | 2010-12-16 | 1 | -0/+6 |
|
|
* | Avoid PathScale cmd-line bug in TryCompile test | Brad King | 2010-01-25 | 1 | -2/+8 |
|
|
* | Add more coverage and use the ARGS option of try_run | Bill Hoffman | 2009-10-29 | 2 | -0/+33 |
|
|
* | Fix CHECK_(C|CXX)_COMPILER_FLAG macro test | Brad King | 2009-09-18 | 1 | -2/+2 |
|
|
* | Test CHECK_(C|CXX)_COMPILER_FLAG macros | Brad King | 2009-09-17 | 1 | -1/+9 |
|
|
* | No /fast targets in try_compile project mode | Brad King | 2009-08-04 | 4 | -3/+9 |
|
|
* | Fix recursive try_compile calls | Brad King | 2009-08-03 | 1 | -0/+9 |
|
|
* | Test try_compile project mode | Brad King | 2009-08-03 | 2 | -0/+11 |
|
|
* | ENH: remove test that does not work on all compilers | Bill Hoffman | 2008-07-16 | 1 | -32/+0 |
|
|