summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-0/+8
| |/ / / /
* | | | | cmake -E time: use C++11 chrono and better format outputscivision2023-02-151-1/+1
|/ / / /
* | | | Merge topic 'AutoExport-vftable'Brad King2023-02-153-0/+29
|\ \ \ \
| * | | | WINDOWS_EXPORT_ALL_SYMBOLS: Export vftable symbolMalcolm Bechard2023-02-143-0/+29
* | | | | Merge topic 'ninja-custom-command-depends'Brad King2023-02-152-0/+30
|\ \ \ \ \
| * | | | | add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for NinjaAbdelmaged Khalifa2023-02-142-0/+30
| |/ / / /
* | | | | Merge topic 'test-extra-generators'Brad King2023-02-155-30/+30
|\ \ \ \ \
| * | | | | Tests: Add dedicated RunCMake.ExtraGenerators testBrad King2023-02-135-30/+30
* | | | | | Tests: Fix FindPatch test with VS generatorsBrad King2023-02-131-0/+1
|/ / / / /
* | | | | Merge topic 'deprecate-pre-3.5'Brad King2023-02-13328-532/+455
|\ \ \ \ \
| * | | | | Deprecate compatibility with CMake versions older than 3.5Brad King2023-02-1150-66/+198
| * | | | | Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-11240-367/+214
| * | | | | Tests/CTestTest*: Update cmake_minimum_required versionsBrad King2023-02-1024-24/+24
| * | | | | Tests: Update cmake_minimum_required versions in a few testsBrad King2023-02-103-3/+3
| * | | | | Tests: Teach RunCMake to optionally ignore policy version deprecation warningsBrad King2023-02-0914-75/+19
| |/ / / /
* | | | | Merge topic 'test-https-connections'Brad King2023-02-116-1/+28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Tests: Add test for file(DOWNLOAD) with TLS_VERIFYscivision2023-02-106-1/+28
| * | | Merge topic 'stop_parsing_after_first_script_arg' into release-3.26Brad King2023-02-092-0/+11
| |\ \ \
* | \ \ \ Merge topic 'vs9-deprecate'Brad King2023-02-096-4/+18
|\ \ \ \ \
| * | | | | Deprecate Visual Studio 9 2008 generatorBrad King2023-02-086-4/+18
* | | | | | Merge topic 'stop_parsing_after_first_script_arg'Brad King2023-02-092-0/+11
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | cmake: Stop parsing after `--` when detecting script modeRobert Maynard2023-02-082-0/+11
* | | | | Merge topic 'ctest-remove-cmake-intdir'Brad King2023-02-081-1/+1
|\ \ \ \ \
| * | | | | Tests/OutDir: Remove stale cache entry on multi-config generatorsKyle Edwards2023-02-071-1/+1
* | | | | | Tests: Remove references to dropped KWSys SharedForward componentBrad King2023-02-072-17/+0
* | | | | | Merge topic 'avoid-cmake-cfg-intdir'Brad King2023-02-072-2/+2
|\ \ \ \ \ \
| * | | | | | Tests: Remove or silence instances of ${CMAKE_CFG_INTDIR}Kyle Edwards2023-02-032-2/+2
* | | | | | | Merge topic 'cxxmodules-proper-mangling'Brad King2023-02-076-0/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Tests/RunCMake/CXXModules: declare `forwarding` as `extern "C++"`Ben Boeckel2023-02-036-0/+12
| | |/ / / | |/| | |
* | | | | Tests: Drop redundant string(ASCII) case from COnly testBrad King2023-02-031-2/+0
* | | | | Tests: Move LINK_FLAGS case from COnly to LinkFlags testBrad King2023-02-032-4/+5
| |/ / / |/| | |
* | | | Merge topic 'lang-linker-launcher-genex'Brad King2023-02-0329-26/+27
|\ \ \ \
| * | | | <LANG>_LINKER_LAUNCHER: Allow generator expressionsKyle Edwards2023-02-029-9/+10
| * | | | <LANG>_COMPILER_LAUNCHER: Expand subset of genexes that can be evaluatedKyle Edwards2023-02-0220-17/+17
| |/ / /
* | | | Add deprecation warnings for policies CMP0114 and belowBrad King2023-02-0119-1/+193
|/ / /
* | | try_compile: Record propagated CMake variables in configure logBrad King2023-02-014-0/+47
* | | Merge topic 'msvc-showIncludes'Brad King2023-01-3034-18/+146
|\ \ \
| * | | Ninja: Fix detection of MSVC showIncludes prefix in ItalianBrad King2023-01-285-0/+15
| * | | Tests: Extend RunCMake.Ninja ShowIncludes cases to cover more languagesBrad King2023-01-2821-0/+93
| * | | Tests: Generalize RunCMake.Ninja ShowIncludes test infrastructureBrad King2023-01-2810-15/+35
| * | | Tests: Extend RunCMake.Ninja ShowIncludes case with sample pathBrad King2023-01-275-6/+6
* | | | Merge topic 'cxxmodules-export-iface-names-test'Brad King2023-01-3017-14/+251
|\ \ \ \
| * | | | Tests/RunCMake/CXXModules: add tests which don't export C++ module propertiesBen Boeckel2023-01-2717-14/+251
* | | | | FindImageMagick: Define targets for specific componentshstejas2023-01-275-0/+42
| |/ / / |/| | |
* | | | VS: Honor compile options for ASM_NASMBrad King2023-01-262-1/+7
* | | | VS: Honor compile options for ASM_MARMASMBrad King2023-01-262-1/+4
* | | | Xcode: Inherit Swift flags and compilation conditionsRoss Kilgariff2023-01-254-2/+32
* | | | Merge topic 'test-try_compile-matching'Brad King2023-01-253-20/+20
|\ \ \ \
| * | | | Tests: Match configure log try_compile directories more preciselyBrad King2023-01-243-20/+20
| |/ / /
* | | | Merge topic 'isdir_empty'Brad King2023-01-253-0/+7
|\ \ \ \