summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-0732-0/+505
* Merge topic 'fix-double-warn-uninitialized-in-script-mode'Brad King2018-11-073-0/+10
|\
| * CMP0053: Fix double warning on uninitialized variables in -P modeR2RT2018-11-053-0/+10
* | Merge topic 'rename-cpack-ext-generator'Brad King2018-11-0617-38/+38
|\ \ | |/ |/|
| * CPack: Rename Ext generator to ExternalCraig Scott2018-11-0517-38/+38
* | Merge topic 'check-keywords-only-if-used'Brad King2018-11-0222-0/+88
|\ \
| * | cmTargetPropCommandBase: check keywords after parsingBen Boeckel2018-10-2614-40/+0
| * | Tests: add tests for empty-value keyword arguments in target_*Ben Boeckel2018-10-2636-0/+128
* | | Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-013-0/+13
|\ \ \
| * | | CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-313-0/+13
| | |/ | |/|
| * | Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13Brad King2018-10-221-1/+1
| |\ \
* | \ \ Merge topic 'set_directory_properties-script-mode'Brad King2018-10-303-0/+5
|\ \ \ \
| * | | | set_directory_properties: Restore in script modeBrad King2018-10-293-0/+5
* | | | | Merge topic 'minusCparse'Brad King2018-10-2912-1/+22
|\ \ \ \ \
| * | | | | Tests: Add cases for -{C,D,U} without a source treeBrad King2018-10-2612-1/+22
| | |_|_|/ | |/| | |
* | | | | RPATH: Add option for using $ORIGIN in build treePeter Wu2018-10-264-1/+90
* | | | | Merge topic 'GNUInstallDirs-kfreebsd-man'Brad King2018-10-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSDJames Clarke2018-10-221-1/+1
* | | | Merge branch 'master' into deployqt4-cmp0080-fixKyle Edwards2018-10-19163-190/+340
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge topic 'better-empty-list-behavior'Brad King2018-10-1721-26/+38
| |\ \ \
| | * | | cmListCommand: handle empty lists for list(REMOVE_AT)Ben Boeckel2018-10-167-2/+19
| | * | | cmListCommand: make list(ACTION not_a_list) succeed when idempotentBen Boeckel2018-10-1615-25/+20
| * | | | Merge topic 'document-dollar-in-varnames'Brad King2018-10-166-0/+41
| |\ \ \ \
| * \ \ \ \ Merge topic 'cppcheck-exit-code'Brad King2018-10-126-9/+18
| |\ \ \ \ \
| | * | | | | Fail the build if cppcheck returns a non-zero exit codeHarald Brinkmann2018-10-116-9/+18
| * | | | | | Merge branch 'backport-revert-install-code-script-genex' into revert-install-...Brad King2018-10-116-19/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge topic 'cmake_policy-get_warning'Brad King2018-10-112-10/+16
| |\ \ \ \ \ \
| | * | | | | | cmake_policy: Add undocumented GET_WARNING commandKyle Edwards2018-10-102-10/+16
| | | |/ / / / | | |/| | | |
| * | | | | | Merge topic 'install-subdirectory-order'Brad King2018-10-11131-145/+262
| |\ \ \ \ \ \
| | * | | | | | Testing: Add test for CMP0082Kyle Edwards2018-10-1035-2/+119
| | * | | | | | Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-1096-143/+143
| | |/ / / / /
| * | | | | | Merge topic 'ctest-done'Brad King2018-10-113-0/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ctest_submit: Add support for a "Done" partBetsy McPhail2018-10-103-0/+5
| * | | | | | Merge topic 'project-always-set-desc-url'Brad King2018-10-082-0/+27
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | 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
|\ \ \ | |/ / |/| |