summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL'Kyle Edwards2019-12-115-0/+53
|\
| * CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URLAlex Turbov2019-12-095-0/+53
* | Merge topic 'link-options-propagation'Brad King2019-12-0919-0/+126
|\ \
| * | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-0919-0/+126
* | | Merge topic 'foreach-ZIP_LISTS'Brad King2019-12-0929-0/+201
|\ \ \
| * | | foreach: Allow multiple iteration variables for `ZIP_LIST` modeAlex Turbov2019-12-0715-0/+81
| * | | foreach: Introduce `IN ZIP_LISTS` modeAlex Turbov2019-12-0115-0/+120
* | | | Merge topic 'compiler-launcher-env'Brad King2019-12-0925-12/+49
|\ \ \ \
| * | | | launcher: support setting a compiler launcher through the environmentBen Boeckel2019-12-0525-12/+49
* | | | | Merge topic 'unity-object-libraries'Brad King2019-12-093-0/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backport-unity-object-libraries' into unity-object-librariesBrad King2019-12-083-0/+20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Unity: Proper handling of object librariesCristian Adam2019-12-073-0/+20
* | | | | | Merge topic 'pch-reuse-importlib'Brad King2019-12-093-0/+32
|\ \ \ \ \ \
| * | | | | | PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-083-0/+32
| | |/ / / / | |/| | | |
* | | | | | FindLibArchive: create a targetT.J. Corona2019-12-054-0/+32
| |/ / / / |/| | | |
* | | | | Merge topic 'cmext-memory'Brad King2019-12-042-0/+66
|\ \ \ \ \
| * | | | | Memory management: cast functions for managed pointersMarc Chevrier2019-11-272-0/+66
| | |/ / / | |/| | |
* | | | | Merge topic 'ctest-spec-file-version-test'Kyle Edwards2019-11-282-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CTest Resource Allocation: Add test for spec file with no versionKyle Edwards2019-11-262-0/+5
| |/ / /
* | | | Merge topic 'ctest-resource-fixes'Brad King2019-11-2644-2/+214
|\ \ \ \ | |/ / /
| * | | CTest: Clarify that resource requirements can be splitKyle Edwards2019-11-259-2/+25
| * | | CTest: Add version field to resource spec fileKyle Edwards2019-11-2535-0/+189
| * | | Merge topic 'pch-reuse-no-prop' into release-3.16Brad King2019-11-182-2/+15
| |\ \ \
| * \ \ \ Merge topic 'objc-tests' into release-3.16Brad King2019-11-1523-87/+10
| |\ \ \ \
* | \ \ \ \ Merge topic 'load_cache_in_script'Brad King2019-11-218-0/+65
|\ \ \ \ \ \
| * | | | | | load_cache: Allow READ_WITH_PREFIX mode in cmake scriptsCharles Barto2019-11-198-0/+65
* | | | | | | FileAPI: Add "multiConfig" parameter to index fileKyle Edwards2019-11-201-2/+3
* | | | | | | Merge topic 'ctest-repeat'Craig Scott2019-11-1922-40/+28
|\ \ \ \ \ \ \
| * | | | | | | CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-1522-40/+28
* | | | | | | | Xcode: Add custom working directory propertyGregor Jasny2019-11-182-0/+2
* | | | | | | | Merge topic 'pch-reuse-no-prop'Brad King2019-11-182-2/+15
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-152-2/+15
* | | | | | | | Merge topic 'cmake-e-rm'Kyle Edwards2019-11-1556-25/+158
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-1319-24/+24
| * | | | | | | cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-1337-1/+134
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'ctest_test-repeat'Brad King2019-11-1511-1/+86
|\ \ \ \ \ \ \
| * | | | | | | ctest_test: Add option to REPEAT testsBrad King2019-11-0711-1/+86
| |/ / / / / /
* | | | | | | Merge topic 'objc-tests'Brad King2019-11-1523-87/+10
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Tests: Organize Objective C/C++ test directoriesBrad King2019-11-1423-87/+10
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix-optional-test'Brad King2019-11-151-36/+48
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Tests: Fix reliance on undefined behavior of cm::optionalKyle Edwards2019-11-131-36/+48
| |/ / /
| * | | Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16Brad King2019-11-123-4/+8
| |\ \ \
| * \ \ \ Merge topic 'objc-xcode-flags' into release-3.16Brad King2019-11-125-0/+44
| |\ \ \ \
| * \ \ \ \ Merge topic 'pch-cray-classic' into release-3.16Brad King2019-11-121-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'pch-no-duplicates' into release-3.16Craig Scott2019-11-124-26/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16Craig Scott2019-11-1210-18/+51
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'unity-HEADER_FILE_ONLY'Brad King2019-11-123-4/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Unity: Don't include sources with HEADER_FILE_ONLY property setCristian Adam2019-11-113-4/+8
* | | | | | | | | Merge topic 'objc-xcode-flags'Brad King2019-11-125-0/+44
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | ObjC: Add OBJC/OBJCXX flags to Xcode projectsCristian Adam2019-11-115-0/+44
| | |/ / / / / / | |/| | | | | |