summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'remove-simpleinstall'Brad King2018-07-18102-1250/+250
|\
| * Tests: Remove the SimpleInstall testKyle Edwards2018-07-1757-1241/+0
| * Tests: Add test for cmake --build . --target packageKyle Edwards2018-07-173-8/+25
| * Tests: Add test for install(SCRIPT ... COMPONENT)Kyle Edwards2018-07-175-0/+9
| * Tests: Add test for InstallRequiredSystemLibrariesKyle Edwards2018-07-173-0/+12
| * Tests: Add test for $<0:...> in ExportImportKyle Edwards2018-07-171-3/+3
| * Tests: Add test for install(TARGETS) RPATH functionalityKyle Edwards2018-07-175-1/+42
| * Tests: Add test for install(FILES) with PERMISSIONSKyle Edwards2018-07-173-0/+7
| * Tests: Add test for installing parts of targets in different directoriesKyle Edwards2018-07-174-0/+15
| * Tests: Add test for install(DIRECTORY) with PATTERN and REGEXKyle Edwards2018-07-176-0/+38
| * Tests: Add test for CONFIGURATIONS parameter of install()Kyle Edwards2018-07-173-0/+4
| * Tests: Add test for install(<SCRIPT|CODE>)Kyle Edwards2018-07-174-0/+11
| * Tests: Add test for <PRE|POST>_INSTALL_SCRIPTKyle Edwards2018-07-175-0/+11
| * Tests: Add test for deprecated install_*() commandsKyle Edwards2018-07-175-0/+19
| * Tests: Add tests for *OUTPUT_NAME propertiesKyle Edwards2018-07-173-0/+44
| * Tests: Add test for install(DIRECTORY ... OPTIONAL)Kyle Edwards2018-07-173-0/+3
| * Tests: Add tests for install(<TARGETS|FILES> ... OPTIONAL)Kyle Edwards2018-07-176-0/+10
* | Merge topic 'nvcc_dlink_dedup_static_libs'Brad King2018-07-186-0/+60
|\ \ | |/ |/|
| * CUDA: Properly de-duplicate libs when doing device linkingRobert Maynard2018-07-171-2/+1
| * CUDA: Add a test to verify device linking can handle circular depsRobert Maynard2018-07-176-0/+61
* | math: Restore toleration of unexpected characters in an expressionBrad King2018-07-164-3/+15
|/
* Merge topic 'ghs'Brad King2018-07-121-1/+1
|\
| * GHS: Set primary target using arch/platform values (or user specified value)Fred Baksik2018-07-111-1/+1
* | Merge topic 'option_respects_existing_stack_variable'Brad King2018-07-122-0/+15
|\ \
| * | option: No CMP077 warnings when both cache and local variable existsRobert Maynard2018-07-102-0/+15
* | | Merge topic 'skip_mfc_test'Brad King2018-07-101-0/+4
|\ \ \
| * | | Tests: skip MFC test when building cmake when no file association for vcprojFred Baksik2018-07-091-0/+4
| | |/ | |/|
* | | Merge topic 'option-normal-variable'Brad King2018-07-097-0/+44
|\ \ \ | | |/ | |/|
| * | option: respect existing normal variableRobert Maynard2018-07-099-17/+44
| * | Option: Add a test that verifies interaction with normal variablesRobert Maynard2018-06-212-0/+17
* | | Merge topic 'vsnasm-quoting'Brad King2018-07-064-3/+27
|\ \ \
| * | | VS: Properly quote arguments in nasm.xmlDavid Benjamin2018-07-024-3/+27
* | | | Merge topic 'list-command-insert'Brad King2018-07-063-2/+6
|\ \ \ \
| * | | | list: Allow inserting at the end of a listDaniel Chabrowski2018-07-053-2/+6
| |/ / /
* | | | Merge topic 'UseSWIG-legacy-targets'Brad King2018-07-055-0/+5
|\ \ \ \
| * \ \ \ Merge branch 'backport-UseSWIG-legacy-targets' into UseSWIG-legacy-targetsBrad King2018-07-035-0/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | UseSWIG: reintroduce legacy target name managementMarc Chevrier2018-07-034-0/+4
* | | | | Merge topic 'revert-subdirectory-linking'Brad King2018-07-0515-94/+7
|\ \ \ \ \
| * | | | | Revert "target_link_libraries: Allow use with targets in other directories"Brad King2018-07-0315-94/+7
| | |/ / / | |/| | |
| * | | | Merge branch 'ctest_submit-https' into release-3.12Brad King2018-06-272-6/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'lexer-null' into release-3.12Brad King2018-06-264-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'file-GLOB-remove-new-errors' into release-3.12Brad King2018-06-226-11/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'xcode-10-legacy-build-system' into release-3.12Brad King2018-06-193-17/+22
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'math-hex'Brad King2018-07-0521-15/+114
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | math: Add options to calculate and format output as hexadecimalDaniel Franke2018-07-0313-15/+82
| * | | | | | | | math: Diagnose divide-by-zeroDaniel Franke2018-06-264-0/+7
| * | | | | | | | math: Reject unexpected expression input explicitlyDaniel Franke2018-06-264-0/+9
| * | | | | | | | math: Add RunCMake.math test to prepare for error casesDaniel Franke2018-06-224-0/+16
* | | | | | | | | Merge topic 'cpack-external'Brad King2018-07-0312-4/+326
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Testing: Add test for CPack External generatorKyle Edwards2018-07-0212-4/+326
| | |_|_|_|_|_|/ / | |/| | | | | | |