summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-246-71/+150
* | | | | | CMake Nightly Date StampKitware Robot2013-10-281-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2013-10-271-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'ctest-fix-run-serial'Brad King2013-10-262-59/+85
|\ \ \ \
| * | | | CTest: fix dashboard issues associated with the ctest-fix-run-serial topicNils Gladitz2013-10-251-7/+20
| * | | | CTest: added comments that describe the basic test sorting approachNils Gladitz2013-10-211-0/+7
| * | | | CTest: removed redundant copy of test dependency setNils Gladitz2013-10-211-7/+1
| * | | | CTest: perform cycle test earlyNils Gladitz2013-10-192-1/+8
| * | | | CTest: consider previously failed tests before all othersNils Gladitz2013-10-191-15/+10
| * | | | CTest: prioritize tests by their depth in the dependency graphNils Gladitz2013-10-181-4/+45
| * | | | CTest: handle dependent and non dependent test requirements equallyNils Gladitz2013-10-171-40/+9
* | | | | Merge topic 'ctest-p4'Brad King2013-10-266-1/+676
|\ \ \ \ \
| * | | | | ctest_update: Add support for Perforce p4 clientPedro Navarro2013-10-266-1/+676
* | | | | | Merge topic 'less-versioned-installs'Brad King2013-10-261-3/+5
|\ \ \ \ \ \
| * | | | | | Shorten CMake version used in install destinationsBrad King2013-10-251-3/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'wix-fix-shortcut-ids'Brad King2013-10-264-125/+199
|\ \ \ \ \ \
| * | | | | | CPackWiX: use safe IDs for generated start menu shortcutsNils Gladitz2013-10-264-125/+199
* | | | | | | Merge topic 'compatible-interface-numbers'Brad King2013-10-264-33/+352
|\ \ \ \ \ \ \
| * | | | | | | cmTarget: Add interface for compatible numeric propertiesStephen Kelly2013-10-244-13/+262
| * | | | | | | cmTarget: Add enumeration for consistency to expect from properties.Stephen Kelly2013-10-241-18/+57
| * | | | | | | cmTarget: Assign consistent content back to the property being evaluated.Stephen Kelly2013-10-241-3/+12
| * | | | | | | cmTarget: Make consistentProperty return consistent content.Stephen Kelly2013-10-241-6/+14
| * | | | | | | cmTarget: Add a template to create correct implied content.Stephen Kelly2013-10-241-0/+14
* | | | | | | | Merge topic 'remove-pre-2.4-compatibility'Brad King2013-10-2615-280/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Drop compatibility with CMake < 2.4Brad King2013-10-2315-280/+30
| |/ / / / / / /
* | | | | | | | Merge topic 'fix-tll-static-private'Brad King2013-10-262-8/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-262-8/+18
* | | | | | | | | Merge topic 'cmarray-templates'Brad King2013-10-261-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmArray: Use macro variant of cmArray{Begin,Size,End} for old GCC.Stephen Kelly2013-10-241-1/+2
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-10-261-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-10-251-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'cmake-syntax-updates'Brad King2013-10-244-13/+42
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-232-11/+40
| * | | | | | | | Add \-continuation to CMake language quoted argumentsBrad King2013-10-232-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-10-241-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'output-CMP0022-entries'Brad King2013-10-231-1/+26
|\ \ \ \ \ \ \
| * | | | | | | CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-231-1/+26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-cmake-developer'Brad King2013-10-231-0/+10
|\ \ \ \ \ \ \
| * | | | | | | cmRST: Cross-reference cmake-developer.7 manual and cmRST DoxygenBrad King2013-10-221-0/+10
* | | | | | | | Merge topic 'remove-old-commands-by-policy'Brad King2013-10-2319-256/+114
|\ \ \ \ \ \ \ \
| * | | | | | | | Add policy CMP0036 to disallow build_nameBrad King2013-10-224-34/+13
| * | | | | | | | Add policy CMP0035 to disallow variable_requiresBrad King2013-10-224-28/+12
| * | | | | | | | Add policy CMP0034 to disallow utility_sourceBrad King2013-10-224-36/+12
| * | | | | | | | Add policy CMP0033 to disallow export_library_dependenciesBrad King2013-10-224-35/+14
| * | | | | | | | Add policy CMP0032 to disallow output_required_filesBrad King2013-10-224-29/+12
| * | | | | | | | Add policy CMP0031 to disallow load_commandBrad King2013-10-224-22/+11
| * | | | | | | | Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-224-38/+11
| * | | | | | | | Add policy CMP0029 to disallow subdir_dependsBrad King2013-10-224-34/+10
| * | | | | | | | Add infrastructure for policies that disallow commandsBrad King2013-10-221-0/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'cmarray-templates'Brad King2013-10-232-25/+38
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |