summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-2125-3/+147
* | | Merge topic 'vs-instance'Brad King2021-10-215-0/+16
|\ \ \ | | |/ | |/|
| * | cmake_host_system_information: Add undocumented VS_MSBUILD_COMMAND keyBrad King2021-10-205-0/+16
* | | Merge topic 'fix_reroot_paths'Brad King2021-10-213-0/+17
|\ \ \
| * | | find_package: Don't reroot prefix that is equal to a root pathAlexandru Croitor2021-10-203-0/+17
| | |/ | |/|
* | | CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-206-1/+97
* | | Merge topic 'vs-unity-individual-pch'Brad King2021-10-206-6/+36
|\ \ \
| * | | VS: Fix compilation of single source with PCH in Unity BuildBrad King2021-10-195-0/+34
| * | | Tests: Clean RunCMake.UnityBuild casesBrad King2021-10-191-6/+2
| |/ /
* | | Tests/RunCMake: Merge TargetSources into target_sourcesKyle Edwards2021-10-1967-41/+39
|/ /
* | Merge topic 'lcc-compiler'Brad King2021-10-1933-61/+95
|\ \
| * | LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-1530-55/+65
| * | CPack/DEB: deal with broken dpkg-shlibdeps on E2K architecturemakise-homura2021-10-151-1/+2
| * | Tests/RPM: skip tests tat rely on debugedit if it's not foundmakise-homura2021-10-151-5/+22
| * | Tests/RunCMake/CommandLine: Deal with locales that are different from Englishmakise-homura2021-10-151-0/+6
* | | Merge topic 'ci-openwatcom'Brad King2021-10-191-1/+1
|\ \ \
| * | | Tests: Disable SubDirSpaces test on Open WatcomBrad King2021-10-151-1/+1
* | | | export: Propagate IMPORTED_NO_SYSTEM target property to consumersBrad King2021-10-155-0/+31
* | | | Add property to mark IMPORTED targets as not SYSTEMBrad King2021-10-141-0/+7
|/ / /