summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13Brad King2018-10-221-1/+1
|\
| * GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSDJames Clarke2018-10-221-1/+1
* | Merge branch 'document-dollar-in-varnames' into release-3.13Brad King2018-10-166-0/+41
|\ \
| * | CMP0053: document that `$` is a valid literal variable characterBen Boeckel2018-10-156-0/+41
| |/
* | Merge branch 'backport-revert-install-code-script-genex' into release-3.13Brad King2018-10-116-19/+0
|\ \
| * | install: Revert CODE,SCRIPT support for generator expressionsBrad King2018-10-116-19/+0
| |/
* | Merge branch 'project-always-set-desc-url' into release-3.13Brad King2018-10-082-0/+27
|\ \
| * | project(): Add tests verifying variables set by second project() callCraig Scott2018-10-072-0/+27
| |/
* | FindPkgConfig: support also > and < operators for version comparesRolf Eike Beer2018-10-042-0/+84
|/
* Merge topic 'no_buildid_for_files'Brad King2018-10-014-0/+4
|\
| * ctest: only create buildid when submitting from Testing/ dirZack Galbreath2018-09-284-0/+4
* | Ninja,Makefile: Add tests for handling of byproducts by clean operationsPedro Navarro2018-09-286-0/+173
* | Merge topic 'vs-global-props-for-all-targets'Brad King2018-09-283-0/+53
|\ \ | |/ |/|
| * VS: Add test for CMAKE_VS_GLOBALSMikhail Korolev2018-09-283-0/+53
* | Merge topic 'link-directories'Craig Scott2018-09-2617-0/+55
|\ \
| * | LINK_DIRECTORIES target property: add policy for absolute paths check.Marc Chevrier2018-09-2514-0/+49
| * | LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-253-0/+6
| |/
* | Merge topic 'dbgsym-packaging'Brad King2018-09-265-11/+38
|\ \ | |/ |/|
| * CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-215-11/+38
* | Merge topic 'deprecate-policy-old'Craig Scott2018-09-2010-3/+106
|\ \
| * | Add deprecation warnings for policies CMP0063 and belowBrad King2018-09-1710-3/+106
| |/
* | BundleUtilities: Disallow inclusion at configure timeKyle Edwards2018-09-1910-0/+32
* | Merge topic 'symlink'Brad King2018-09-193-31/+42
|\ \
| * | cmake: Add '-E create_symlink' support on WindowsJon Chronopoulos2018-09-183-31/+42
* | | Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-1911-0/+42
|\ \ \
| * | | cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-1511-0/+42
* | | | Merge topic 'ctest-more_submit_params'Brad King2018-09-195-0/+5
|\ \ \ \
| * | | | ctest_submit: pass additional info to CDashZack Galbreath2018-09-175-0/+5
* | | | | Merge topic 'vs-ipo'Brad King2018-09-182-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual StudioNiels Dekker2018-09-172-2/+2
| | |_|/ | |/| |
* | | | Merge topic 'out-of-dir-linking'Brad King2018-09-1427-11/+77
|\ \ \ \
| * | | | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-1227-11/+77
| | |/ / | |/| |
* | | | Tests: Extend RunCMake.Ninja filesystem delaysBrad King2018-09-121-4/+5
|/ / /
* | | Merge topic 'fix-ctest_start-track'Brad King2018-09-113-1/+10
|\ \ \
| * | | CTest: Fix regression in ctest_start()Kyle Edwards2018-09-103-1/+10
* | | | Merge topic 'ctest-fix-test-load'Brad King2018-09-1114-18/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | CTest: Fix --test-load regressionBrad King2018-09-1014-18/+30
| |/ /
| * | Merge branch 'android-ndk-r18' into release-3.12Brad King2018-08-282-6/+12
| |\ \
* | \ \ Merge topic 'ExternalProject-check-explicit-include'Craig Scott2018-09-077-0/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | ExternalProject: Report error if local variables are not definedJean-Christophe Fillion-Robin2018-09-067-0/+43
* | | | Merge topic 'cpack_test'Brad King2018-09-042-1/+20
|\ \ \ \
| * | | | CPack (DEB/RPM): add test for per-component description/summmary.David Faure2018-08-302-1/+20
* | | | | Merge topic 'no-sanitizer-logfile'Brad King2018-08-3110-10/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ctest_memcheck: Change failure to find log file from error to warningBetsy McPhail2018-08-2810-10/+0
* | | | | Merge topic 'cpack-ext-stage-and-run'Brad King2018-08-305-2/+31
|\ \ \ \ \
| * | | | | CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPTNils Gladitz2018-08-145-2/+31
| | |/ / / | |/| | |
* | | | | Merge topic 'android-ndk-r18'Brad King2018-08-302-6/+12
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Android: Add support for NDK r18Brad King2018-08-282-6/+12
* | | | Merge topic 'static-lib-options'Brad King2018-08-279-0/+73
|\ \ \ \
| * | | | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-159-0/+73