summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'genex-LINK_LIBRARY-to-decorate-library'Brad King2022-02-09127-0/+935
|\
| * $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target propertyMarc Chevrier2022-02-0828-6/+152
| * Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-07106-0/+789
* | Merge topic 'trace-global-frame'Brad King2022-02-094-6/+24
|\ \
| * | Trace: add global_frame field to json-v1 formatBraulio Valdivielso Martinez2022-02-074-6/+24
| |/
* | Merge topic 'vs_buildcache_support'Brad King2022-02-093-0/+41
|\ \
| * | VS: Add property to turn off Visual Studio compile batchingKaloyan Donev2022-02-083-0/+41
| |/
* | Merge topic 'test-vcs'Brad King2022-02-092-211/+169
|\ \
| * | Tests: Run CTest.UpdateBZR tests only if explicitly enabledBrad King2022-02-081-7/+1
| * | Tests: Add cache entries to control ExternalProject test VCS toolsBrad King2022-02-072-84/+58
| * | Tests: Add cache entries to control existence of CTest.Update* testsBrad King2022-02-071-52/+75
| * | Tests: Make condition for CTest.UpdateCVS match pattern of other toolsBrad King2022-02-071-6/+5
| * | Tests: Drop CTestUpdate.BZR test check for xmloutput pluginBrad King2022-02-071-20/+15
| * | Tests: Drop unnecessary check for FindCVS moduleBrad King2022-02-071-6/+2
| * | Tests: Remove always-true condition enabling CTest.Update* testsBrad King2022-02-071-128/+125
| * | Tests: Remove unused CVS tool discoveryBrad King2022-02-071-20/+0
* | | Merge topic 'GoogleTest-discover-type-params'Brad King2022-02-085-33/+47
|\ \ \
| * | | GoogleTest: Change format for typed testsEvgeniy Shcherbina2022-02-074-42/+42
| * | | GoogleTest: Fix type param tests for suites with many casesEvgeniy Shcherbina2022-02-075-9/+23
| * | | Merge topic 'GoogleTest-discover-spaces-in-parameters' into release-3.23Brad King2022-02-043-0/+9
| |\ \ \
| * \ \ \ Merge topic 'test-mfc-explicit' into release-3.23Brad King2022-02-041-103/+1
| |\ \ \ \
| * \ \ \ \ Merge topic 'ci-minor-cleanups' into release-3.23Brad King2022-02-033-1/+7
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'allow_manifest_as_content'Brad King2022-02-073-1/+11
|\ \ \ \ \ \ \
| * | | | | | | Windows: Allow manifest files to be bundled as contentAron Yu2022-02-043-1/+11
* | | | | | | | Merge topic 'cmcmd-end-of-options-delimiter'Brad King2022-02-078-2/+25
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | cmcmd: add end of options delimiter to cmake -E commandsPeter Würth2022-02-038-2/+25
| |/ / / / / /
* | | | | | | Merge topic 'test-ctest_build-subdir-target'Brad King2022-02-074-29/+16
|\ \ \ \ \ \ \
| * | | | | | | Tests: Move CTest.BuildCommand.ProjectInSubdir into RunCMake.ctest_buildBrad King2022-02-044-29/+16
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'test-download-server-timeout'Brad King2022-02-072-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Tests: Optionally extend RunCMake.ExternalProject download server timeoutBrad King2022-02-042-1/+7
| |/ / / / /
* | | | | | Merge topic 'post-rel-dev'Brad King2022-02-044-3/+37
|\ \ \ \ \ \
| * | | | | | Add deprecation warnings for policies CMP0097 and belowBrad King2022-02-034-3/+37
| |/ / / / /
* | | | | | Merge topic 'ep-patch-USES_TERMINAL'Brad King2022-02-042-9/+13
|\ \ \ \ \ \
| * | | | | | ExternalProject: Add support for USES_TERMINAL_PATCH keywordCraig Scott2022-02-032-9/+13
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'GoogleTest-discover-spaces-in-parameters'Brad King2022-02-043-0/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | GoogleTest: Preserve spaces in test parametersEvgeniy Shcherbina2022-02-033-0/+9
* | | | | | Merge topic 'test-mfc-explicit'Brad King2022-02-041-103/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Tests: Run MFC test only when explicitly enabledBrad King2022-02-031-103/+1
| |/ / /
* | | | Merge topic 'ci-minor-cleanups'Brad King2022-02-033-1/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Tests: Skip Clang PCH_INSTANTIATE_TEMPLATES test in MSVC ABIBrad King2022-02-022-1/+3
| * | Tests: Suppress MSVC CRT deprecation warnings in pseudo_llvm-rcBrad King2022-02-021-0/+4
| |/
* | Merge topic 'cmake-ignore-prefix-path'Brad King2022-02-036-0/+60
|\ \
| * | find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-026-0/+60
| |/
* | CMakePresets.json: Ensure configurePreset is reachable from current fileKyle Edwards2022-02-0210-0/+43
|/
* Merge topic 'cuda_generic_arch_all'Brad King2022-02-021-34/+46
|\
| * CUDA: Generic all and all-major supportRaul Tambre2022-02-011-34/+46
* | Merge topic 'dotnet_ref_in_sdk'Brad King2022-02-021-1/+4
|\ \
| * | VS: .Net SDK Style projects can add Reference to dllsSumit Bhardwaj2022-02-011-1/+4
| |/
* | Merge topic 'ep-redownload-on-SOURCE_DIR-change'Brad King2022-02-024-5/+45
|\ \
| * | ExternalProject: Rerun download on SOURCE_DIR changeCraig Scott2022-02-014-5/+45