summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
| * | Tests/RunCMake/CPack: Enable CXX language in testsDomen Vrankar2015-08-061-1/+1
* | | Merge topic 'cmState-policies'Brad King2015-08-0611-0/+40
|\ \ \
| * | | Tests: Verify generate-time policy scope behavior.Stephen Kelly2015-08-0111-0/+40
| | |/ | |/|
* | | Merge topic 'fix-missing-subdir-error'Brad King2015-08-0610-0/+25
|\ \ \ | |_|/ |/| |
| * | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)Brad King2015-08-0410-0/+25
| * | Merge branch 'empty-LINK_LIBRARIES' into releaseBrad King2015-07-084-0/+14
| |\ \
| * \ \ Merge branch 'fix-target_link_libraries-wrong-dir' into releaseBrad King2015-06-256-0/+11
| |\ \ \
| * \ \ \ Merge branch 'fix-function-missing-end' into releaseBrad King2015-06-227-0/+20
| |\ \ \ \
* | \ \ \ \ Merge topic 'if-test'Brad King2015-08-0311-0/+46
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | if: Add "TEST <test>" conditionMatt McCormick2015-08-0311-0/+46
* | | | | | cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-2918-0/+76
|/ / / / /
* | | | | Merge topic 'trace-expand'Brad King2015-07-273-0/+6
|\ \ \ \ \
| * | | | | cmake: add --trace-expand optionBen Boeckel2015-07-233-0/+6
* | | | | | Merge topic 'refactor-cmMakefile-properties'Brad King2015-07-276-0/+23
|\ \ \ \ \ \
| * | | | | | CompileDefinitions: Add unit test for setting empty content.Stephen Kelly2015-07-226-0/+23
| |/ / / / /
* | | | | | Merge topic 'export-no-custom-target'Brad King2015-07-229-3/+13
|\ \ \ \ \ \
| * | | | | | export: Reject custom target exports earlier (#15657)Brad King2015-07-214-0/+8
| * | | | | | Tests: Teach RunCMake.export to enable languages only when neededBrad King2015-07-215-3/+5
| |/ / / / /
* | | | | | Add SOURCE_DIR and BINARY_DIR target propertiesClifford Yapp2015-07-212-1/+7
|/ / / / /
* | | | | cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-181-3/+3
* | | | | Merge topic 'ctest-change-id'Brad King2015-07-175-0/+44
|\ \ \ \ \
| * | | | | CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-175-0/+44
* | | | | | Merge topic 'cpack-per-component-extra-control-file'Brad King2015-07-176-5/+64
|\ \ \ \ \ \
| * | | | | | CPack/DEB: component version of PACKAGE_CONTROL_EXTRADomen Vrankar2015-07-154-0/+41
| * | | | | | Tests/RunCMake/CPack/DEB: add verifyDebControlDomen Vrankar2015-07-151-0/+18
| * | | | | | Tests/RunCMake/CPack: found files should be preservedDomen Vrankar2015-07-151-5/+5
| |/ / / / /
* | | | | | Merge topic 'makefile-target-messages'Brad King2015-07-1511-0/+55
|\ \ \ \ \ \
| * | | | | | Tests: Add test for TARGET_MESSAGES global propertyBrad King2015-07-1411-0/+55
| |/ / / / /
* | | | | | Tests: Move command failure cases into RunCMake infrastructureBrad King2015-07-14106-0/+288
* | | | | | Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_startBrad King2015-07-143-0/+27
|/ / / / /
* | | | | Merge topic 'empty-LINK_LIBRARIES'Brad King2015-07-094-0/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | set_property: Fix crash when setting LINK_LIBRARIES to nothingBrad King2015-07-084-0/+14
| |/ / /
* | | | Merge topic 'string-append'Brad King2015-07-085-0/+67
|\ \ \ \
| * | | | string: add APPEND subcommandDaniel Pfeifer2015-07-075-0/+67
* | | | | Merge topic 'add-apple-swift-language'Brad King2015-07-0811-0/+35
|\ \ \ \ \
| * | | | | Add rudimentary support for the Apple Swift language with XcodeBrad King2015-07-0611-0/+35
* | | | | | Merge topic 'auto_export_dll_symbols'Brad King2015-07-0812-0/+138
|\ \ \ \ \ \
| * | | | | | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-0612-0/+138
* | | | | | | Merge topic 'ExternalProject-USES_TERMINAL'Brad King2015-07-073-0/+143
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: Added new USES_TERMINAL optionsJames Johnston2015-07-063-0/+143
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'refactor-cmListFileBacktrace'Brad King2015-07-0713-16/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cmMakefile: Create a scoped context for parsing listfiles.Stephen Kelly2015-07-0613-16/+48
| | |/ / / / | |/| | | |
* | | | | | CTest: Show the number of tests for each label in the summaryBetsy McPhail2015-07-062-0/+30
|/ / / / /
* | | | | Merge topic 'ctest-test-load'Brad King2015-07-0224-0/+147
|\ \ \ \ \
| * | | | | ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-3023-0/+140
| * | | | | Tests: Teach RunCMake infrastructure to optionally timeoutBrad King2015-06-301-0/+7
| |/ / / /
* | | | | enable_language: Allow CMakeDetermine<LANG>Compiler module to fail earlyBrad King2015-06-295-0/+11
* | | | | Merge topic 'fix-target_link_libraries-wrong-dir'Brad King2015-06-266-0/+11
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)Brad King2015-06-256-0/+11
| |/ /
* | | Merge topic 'fix-function-missing-end'Brad King2015-06-237-0/+20
|\ \ \ | | |/ | |/|