summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'submit-method'Brad King2018-12-0714-23/+0
|\
| * CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-281-2/+0
| * CTest: Remove submit method 'ftp'Regina Pfeifer2018-11-284-7/+0
| * CTest: Remove submit method 'scp'Regina Pfeifer2018-11-284-4/+0
| * CTest: Remove submit method 'cp'Regina Pfeifer2018-11-284-6/+0
| * CTest: Remove submit method 'xmlrpc'Regina Pfeifer2018-11-284-4/+0
* | Merge topic 'try-compile'Brad King2018-12-069-1/+121
|\ \
| * | try_compile/try_run: Add support for LINK_OPTIONS option.Marc Chevrier2018-12-019-1/+121
| |/
* | Merge topic 'arch-independent-version-file-creation'Brad King2018-12-062-0/+64
|\ \
| * | CMakePackageConfigHelpers: Add ARCH_INDEPENDENT optionJustin Bassett2018-12-012-0/+64
* | | Merge topic 'cmcmd_touch_err'Brad King2018-12-063-0/+4
|\ \ \
| * | | cmake: add error message when '-E touch' failsIsaiah Norton2018-11-273-0/+4
* | | | Merge topic 'cuda-external'Brad King2018-12-063-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | CUDA: Fix crash on linking to a CUDA target without CUDA enabledBrad King2018-12-053-0/+10
* | | | Merge topic 'file-size'Brad King2018-11-285-0/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | file: add SIZE optionWouter Klouwen2018-11-275-0/+20
* | | | Merge topic 'ctest-updates'Brad King2018-11-2729-31/+6
|\ \ \ \
| * | | | Tests: Teach run_ctest to handle removal of CTestConfig.cmakeBrad King2018-11-261-0/+2
| * | | | Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-2029-31/+4
| | |_|/ | |/| |
* | | | Merge topic 'FindBoost-no-cxx'Brad King2018-11-273-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | FindBoost: Restore finding without CXX language enabledBrad King2018-11-263-0/+3
| * | Merge branch 'backport-configure_file-canonical-deps' into release-3.13Brad King2018-11-194-1/+14
| |\ \
| | * | configure_file: canonicalize input and output path in dependenciesFrank Benkstein2018-11-194-1/+14
* | | | Genex: Add policy to handle empty list items in $<IN_LIST:...>Kyle Edwards2018-11-198-0/+73
| |_|/ |/| |
* | | Merge topic 'ctest-stdin'Brad King2018-11-196-1/+43
|\ \ \ | |/ /
| * | CTest: Restore inheritance of stdin by test processesBrad King2018-11-155-1/+34
| * | Tests: Teach RunCMake infrastructure to optionally provide stdinBrad King2018-11-151-0/+9
| |/
| * Merge branch 'rename-cpack-ext-generator' into release-3.13Brad King2018-11-0617-38/+38
| |\
| * \ Merge branch 'fix-custom-target-with-csharp' into release-3.13Brad King2018-10-313-0/+13
| |\ \
| * \ \ Merge branch 'set_directory_properties-script-mode' into release-3.13Brad King2018-10-293-0/+5
| |\ \ \
* | \ \ \ Merge topic 'test-WriteBasicConfigVersionFile'Brad King2018-11-154-0/+891
|\ \ \ \ \
| * | | | | Tests: Simplify RunCMake.WriteBasicConfigVersionFileBrad King2018-11-142-29/+8
| * | | | | Tests: Factor out RunCMake.WriteBasicConfigVersionFile testBrad King2018-11-145-0/+912
* | | | | | Merge topic 'configure_file-canonical-deps'Brad King2018-11-154-1/+14
|\ \ \ \ \ \
| * | | | | | configure_file: canonicalize input and output path in dependenciesFrank Benkstein2018-11-134-1/+14
* | | | | | | Merge topic 'deprecate-findqt'Brad King2018-11-156-0/+51
|\ \ \ \ \ \ \
| * | | | | | | find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-146-0/+51
* | | | | | | | Tests: Add option for custom RunCMake.XcodeProject timeoutBrad King2018-11-141-0/+7
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'GNUInstallDirs-FreeBSD-info'Brad King2018-11-145-5/+127
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | GNUInstallDirs: Update FreeBSD "info" destination to share/infoTobias C. Berner2018-11-134-8/+8
| * | | | | | Tests: Split GNUInstallDirs expectations for FreeBSDBrad King2018-11-135-5/+127
| |/ / / / /
* | | | | | Merge topic 'pie-link-options'Craig Scott2018-11-1217-1/+257
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-1111-1/+229
| * | | | | INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions supportMarc Chevrier2018-11-087-0/+28
* | | | | | cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-1/+1
|/ / / / /
* | | | | 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
| |/ / /