| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ctest-p4' | Brad King | 2013-10-26 | 6 | -1/+676 |
|\ |
|
| * | ctest_update: Add support for Perforce p4 client | Pedro Navarro | 2013-10-26 | 6 | -1/+676 |
|
|
* | | Merge topic 'less-versioned-installs' | Brad King | 2013-10-26 | 1 | -3/+5 |
|\ \ |
|
| * | | Shorten CMake version used in install destinations | Brad King | 2013-10-25 | 1 | -3/+5 |
|
|
* | | | Merge topic 'wix-fix-shortcut-ids' | Brad King | 2013-10-26 | 4 | -125/+199 |
|\ \ \ |
|
| * | | | CPackWiX: use safe IDs for generated start menu shortcuts | Nils Gladitz | 2013-10-26 | 4 | -125/+199 |
|
|
* | | | | Merge topic 'compatible-interface-numbers' | Brad King | 2013-10-26 | 4 | -33/+352 |
|\ \ \ \ |
|
| * | | | | cmTarget: Add interface for compatible numeric properties | Stephen Kelly | 2013-10-24 | 4 | -13/+262 |
|
|
| * | | | | cmTarget: Add enumeration for consistency to expect from properties. | Stephen Kelly | 2013-10-24 | 1 | -18/+57 |
|
|
| * | | | | cmTarget: Assign consistent content back to the property being evaluated. | Stephen Kelly | 2013-10-24 | 1 | -3/+12 |
|
|
| * | | | | cmTarget: Make consistentProperty return consistent content. | Stephen Kelly | 2013-10-24 | 1 | -6/+14 |
|
|
| * | | | | cmTarget: Add a template to create correct implied content. | Stephen Kelly | 2013-10-24 | 1 | -0/+14 |
|
|
* | | | | | Merge topic 'remove-pre-2.4-compatibility' | Brad King | 2013-10-26 | 15 | -280/+30 |
|\ \ \ \ \ |
|
| * | | | | | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 15 | -280/+30 |
| |/ / / / |
|
* | | | | | Merge topic 'fix-tll-static-private' | Brad King | 2013-10-26 | 2 | -8/+18 |
|\ \ \ \ \ |
|
| * | | | | | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES. | Stephen Kelly | 2013-10-26 | 2 | -8/+18 |
|
|
* | | | | | | Merge topic 'cmarray-templates' | Brad King | 2013-10-26 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmArray: Use macro variant of cmArray{Begin,Size,End} for old GCC. | Stephen Kelly | 2013-10-24 | 1 | -1/+2 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-26 | 1 | -1/+1 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-25 | 1 | -1/+1 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge topic 'cmake-syntax-updates' | Brad King | 2013-10-24 | 4 | -13/+42 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmRST: Teach cmake-module directive to scan bracket comments | Brad King | 2013-10-23 | 2 | -11/+40 |
|
|
| * | | | | | | Add \-continuation to CMake language quoted arguments | Brad King | 2013-10-23 | 2 | -2/+2 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-24 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge topic 'output-CMP0022-entries' | Brad King | 2013-10-23 | 1 | -1/+26 |
|\ \ \ \ \ |
|
| * | | | | | CMP0022: Output link interface mismatch for static library warning | Stephen Kelly | 2013-10-23 | 1 | -1/+26 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'doc-cmake-developer' | Brad King | 2013-10-23 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen | Brad King | 2013-10-22 | 1 | -0/+10 |
|
|
* | | | | | | Merge topic 'remove-old-commands-by-policy' | Brad King | 2013-10-23 | 19 | -256/+114 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add policy CMP0036 to disallow build_name | Brad King | 2013-10-22 | 4 | -34/+13 |
|
|
| * | | | | | | Add policy CMP0035 to disallow variable_requires | Brad King | 2013-10-22 | 4 | -28/+12 |
|
|
| * | | | | | | Add policy CMP0034 to disallow utility_source | Brad King | 2013-10-22 | 4 | -36/+12 |
|
|
| * | | | | | | Add policy CMP0033 to disallow export_library_dependencies | Brad King | 2013-10-22 | 4 | -35/+14 |
|
|
| * | | | | | | Add policy CMP0032 to disallow output_required_files | Brad King | 2013-10-22 | 4 | -29/+12 |
|
|
| * | | | | | | Add policy CMP0031 to disallow load_command | Brad King | 2013-10-22 | 4 | -22/+11 |
|
|
| * | | | | | | Add policy CMP0030 to disallow use_mangled_mesa | Brad King | 2013-10-22 | 4 | -38/+11 |
|
|
| * | | | | | | Add policy CMP0029 to disallow subdir_depends | Brad King | 2013-10-22 | 4 | -34/+10 |
|
|
| * | | | | | | Add infrastructure for policies that disallow commands | Brad King | 2013-10-22 | 1 | -0/+19 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge topic 'cmarray-templates' | Brad King | 2013-10-23 | 2 | -25/+38 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | Genex: Use cmArraySize for targetPolicyWhitelist | Stephen Kelly | 2013-10-22 | 1 | -4/+1 |
|
|
| * | | | | Genex: Remove use of TransitiveWhitelistCompare | Stephen Kelly | 2013-10-22 | 1 | -21/+9 |
|
|
| * | | | | Add some templates for cleaner array iteration. | Stephen Kelly | 2013-10-22 | 1 | -0/+28 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-23 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge topic 'rst-literal-blocks' | Brad King | 2013-10-22 | 2 | -31/+68 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | cmRST: Process literal blocks after paragraphs ending in '::' | Brad King | 2013-10-21 | 2 | -0/+25 |
|
|
| * | | | cmRST: Do not process inline markup in code-block literals | Brad King | 2013-10-21 | 2 | -31/+43 |
| |/ / |
|
* | | | Merge topic 'genex-conversion-warnings' | Brad King | 2013-10-22 | 4 | -10/+10 |
|\ \ \ |
|
| * | | | use size_t for GeneratorExpressionContent::ContentLength to fix some warnings | Rolf Eike Beer | 2013-10-21 | 4 | -10/+10 |
| |/ / |
|
* | | | Merge topic 'string-CONCAT-command' | Brad King | 2013-10-22 | 2 | -0/+26 |
|\ \ \ |
|
| * | | | string: Add CONCAT sub-command | Brad King | 2013-10-21 | 2 | -0/+26 |
|
|