summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'test-target_link_directories-chars'Brad King2021-11-171-5/+5
|\
| * Tests: Fix CMakeCommands.target_link_directories for regex chars in pathWenGe Wang2021-11-161-5/+5
* | Merge topic 'gtest_discover_tests-PRE_TEST-dep'Brad King2021-11-175-3/+80
|\ \ | |/ |/|
| * gtest_discover_tests: Re-run PRE_TEST discovery on any arg changeCraig Scott2021-11-164-0/+77
| * Tests: Fix and update wrongly named GoogleTest stdout fileCraig Scott2021-11-141-3/+3
* | Merge topic 'xcode-generation-enablegpuframecapturemode'Brad King2021-11-122-7/+19
|\ \
| * | Tests: Xcode scheme ENABLE_GPU_FRAME_CAPTURE_MODEJake Turner2021-11-092-7/+19
* | | Merge topic 'unity-build-per-config'Brad King2021-11-125-0/+62
|\ \ \
| * | | Unity Build: Fix per-config sources in multi-config generatorsBrad King2021-11-115-0/+62
* | | | Merge topic 'cmp0128-fixup'Brad King2021-11-125-5/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | CMP0128: Enable/disable extensions if standard same as defaultRaul Tambre2021-11-115-5/+32
* | | | Merge topic 'xcode-embed-plugins'Brad King2021-11-113-0/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Xcode: Add embedded plugins optionGusts Kaksis2021-11-103-0/+25
* | | | Merge topic 'cuda_clang_cmp0105'Brad King2021-11-094-32/+35
|\ \ \ \
| * | | | CUDA: Support CMP0105 on ClangRaul Tambre2021-11-084-32/+35
* | | | | CPack: Remove undocumented deprecated OSXX11 generatorBrad King2021-11-051-1/+0
|/ / / /
* | | | Merge topic 'nmc-cross-config-target-deps'Brad King2021-11-055-0/+26
|\ \ \ \ | | |/ / | |/| |
| * | | Ninja Multi-Config: Fix custom command target dependencies in cross-configsBrad King2021-11-045-0/+26
| * | | Merge topic 'nvhpc-isystem' into release-3.22Brad King2021-11-031-0/+1
| |\ \ \
* | \ \ \ Merge topic 'no-opt-crash'Brad King2021-11-031-1/+1
|\ \ \ \ \
| * | | | | Tests: Prevent compiler optimizing away test code in CTestTestCrashWilliam R. Dieter2021-11-021-1/+1
* | | | | | Merge topic 'nvhpc-isystem'Brad King2021-11-031-0/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | NVHPC: Support SYSTEM include directoriesRobert Maynard2021-11-021-0/+1
* | | | | Merge topic 'support_nvcc_native_flag'Brad King2021-11-023-0/+49
|\ \ \ \ \
| * | | | | CUDA: Support nvcc 11.5 new -arch=all|all-major flagsRobert Maynard2021-11-013-0/+49
* | | | | | Merge topic 'vs-instance'Brad King2021-11-0126-1/+131
|\ \ \ \ \ \
| * | | | | | VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instanceBrad King2021-10-294-0/+18
| * | | | | | VS: Support version specification in CMAKE_GENERATOR_INSTANCEBrad King2021-10-2917-1/+82
| * | | | | | VS: Parse comma-separated fields from CMAKE_GENERATOR_INSTANCEBrad King2021-10-297-0/+31
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'envmod-test-modifying-existing'Brad King2021-11-013-0/+49
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Tests/Environment: also test modifying ambient valuesBen Boeckel2021-10-293-0/+24
| * | | | | cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-292-0/+25
| | |_|/ / | |/| | |
| * | | | Merge topic 'builtin-help-versionadded' into release-3.22Brad King2021-10-282-0/+12
| |\ \ \ \
* | \ \ \ \ Merge topic 'misc-messages'Brad King2021-11-012-4/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warningsBrad King2021-10-272-4/+22
* | | | | | Merge topic 'swift-win32-property'Brad King2021-10-293-6/+13
|\ \ \ \ \ \
| * | | | | | Swift: Ignore WIN32_EXECUTABLE property outside of Windowshotwatermorning2021-10-283-6/+13
* | | | | | | Merge topic 'target-sources-file-set'Brad King2021-10-2884-25/+1068
|\ \ \ \ \ \ \
| * | | | | | | Tests: Add tests for target_sources(FILE_SET) and associated functionalityKyle Edwards2021-10-2765-0/+436
| * | | | | | | FileAPI: Add information on file set installersKyle Edwards2021-10-2719-25/+632
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'builtin-help-versionadded'Brad King2021-10-282-0/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | cmRST: support `versionadded` and `versionchanged` directivesBen Boeckel2021-10-272-0/+12
* | | | | | Merge topic 'warnings-cleanup'Brad King2021-10-278-30/+36
|\ \ \ \ \ \
| * | | | | | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-258-30/+36
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'purge-sprintf'Brad King2021-10-271-2/+3
|\ \ \ \ \ \
| * | | | | | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-2/+3
| |/ / / / /
* | | | | | Merge topic 'envmod-support-mod-to-new-variables'Brad King2021-10-272-1/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-262-1/+25
| | |/ / / | |/| | |
* | | | | CheckSymbolExists: Work around GCC failure with -pedantic-errors optionTimo Röhling2021-10-221-0/+11
| |/ / / |/| | |
* | | | Merge topic 'lcc-policy'Brad King2021-10-2225-3/+147
|\ \ \ \ | |_|/ / |/| | |