Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
* | | | | | | Merge topic 'xcode-folder-types' | Brad King | 2013-10-22 | 1 | -5/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Xcode: Generate 'folder' source type for directories (#14498) | Michael Priestman | 2013-10-21 | 1 | -5/+16 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'double-colon-is-imported' | Brad King | 2013-10-22 | 3 | -0/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 3 | -0/+46 | |
* | | | | | | | Merge topic 'vs9-target-framework-version' | Brad King | 2013-10-22 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Set .NET target framework version for VS 7-9 (#14499) | Brad King | 2013-10-21 | 1 | -0/+5 | |
* | | | | | | | | Merge topic 'cmake--build-pipes' | Brad King | 2013-10-22 | 3 | -12/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmake: Always pass through stdout/stderr in --build mode | Brad King | 2013-10-18 | 3 | -12/+7 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'remove-cmake-i-wizard' | Brad King | 2013-10-22 | 5 | -209/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmake: Drop support for "-i" wizard mode | Brad King | 2013-10-18 | 5 | -209/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-22 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'INTERFACE_LIBRARY-build-targets' | Brad King | 2013-10-21 | 7 | -75/+132 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Create make rules for INTERFACE_LIBRARY targets. | Stephen Kelly | 2013-10-21 | 7 | -38/+95 | |
| * | | | | | | | Makefile: Always create clean target command | Brad King | 2013-10-16 | 1 | -37/+37 | |
* | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2013-10-21 | 3 | -4/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmCoreTryCompile: Fix typo in comments. | Stephen Kelly | 2013-10-20 | 1 | -2/+2 | |
| * | | | | | | | | cmTarget: Remove unused variable. | Stephen Kelly | 2013-10-18 | 1 | -1/+0 | |
| * | | | | | | | | include(): Use lower case and () to refer to the include() command. | Stephen Kelly | 2013-10-18 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'remove-old-process-execution' | Brad King | 2013-10-21 | 13 | -1525/+199 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | cmSystemTools: Drop old RunCommand method | Brad King | 2013-10-19 | 9 | -1508/+0 | |
| * | | | | | | | exec_program: Re-implement using KWSys Process | Brad King | 2013-10-19 | 2 | -4/+196 | |
| * | | | | | | | cmake: Drop "cmake -E comspec" Win9x helper | Brad King | 2013-10-19 | 1 | -12/+2 | |
| * | | | | | | | cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand | Brad King | 2013-10-18 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'cmake-syntax-updates' | Brad King | 2013-10-21 | 6 | -161/+612 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add Lua-style long brackets and long comments to CMake language | Brad King | 2013-10-17 | 6 | -146/+410 | |
| * | | | | | | | cmListFileLexer: Convert CRLF -> LF newlines explicitly | Brad King | 2013-10-17 | 2 | -27/+91 | |
| * | | | | | | | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) | Brad King | 2013-10-17 | 4 | -10/+133 | |
| * | | | | | | | cmListFileLexer: Allow command names with one letter (#14181) | Brad King | 2013-10-17 | 2 | -2/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-21 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-20 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-19 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors. | Stephen Kelly | 2013-10-18 | 3 | -7/+51 | |
* | | | | | Merge topic 'help-replace-version' | Brad King | 2013-10-18 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmRST: Substitute CMake version for |release| as Sphinx does | Brad King | 2013-10-17 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'fix-policy-versions' | Brad King | 2013-10-18 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update CMP0024/CMP0025/CMP0026 release version | Brad King | 2013-10-17 | 1 | -3/+3 | |