Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ctest-add_subdirectory-crash' | Brad King | 2015-07-28 | 1 | -1/+1 |
|\ | |||||
| * | ctest: fix add_subdirectory() crash | Ben Boeckel | 2015-07-27 | 1 | -1/+1 |
| * | CMake 3.3.0v3.3.0 | Brad King | 2015-07-23 | 1 | -1/+1 |
| * | Revert "CMake 3.3.0" | Brad King | 2015-07-22 | 1 | -1/+1 |
| * | CMake 3.3.0 | Brad King | 2015-07-20 | 1 | -1/+1 |
| * | CMake 3.3.0-rc4v3.3.0-rc4 | Brad King | 2015-07-13 | 1 | -1/+1 |
| * | Merge branch 'fix-command-rename' into release | Brad King | 2015-07-13 | 1 | -0/+11 |
| |\ | |||||
| * \ | Merge branch 'cpack-ifw-framework-version' into release | Brad King | 2015-07-08 | 1 | -2/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'empty-LINK_LIBRARIES' into release | Brad King | 2015-07-08 | 1 | -6/+12 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'cmake-install-dependencies-option' | Brad King | 2015-07-28 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | CMake: Add CMake_INSTALL_DEPENDENCIES option | Konstantin Podsvirov | 2015-07-27 | 1 | -2/+2 |
* | | | | | | Merge topic 'cmake-gui-install-plugin' | Brad King | 2015-07-28 | 1 | -10/+24 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | cmake-gui: Install Qt5 Windows platform plugin | Konstantin Podsvirov | 2015-07-27 | 1 | -10/+24 |
* | | | | | | Merge topic 'refactor-ninja-command-exporter' | Brad King | 2015-07-28 | 2 | -65/+98 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmNinjaTargetGenerator: Factor out compile command exporter | Brad King | 2015-07-27 | 2 | -65/+98 |
* | | | | | | | Merge topic 'fortran-parser-updates' | Brad King | 2015-07-28 | 12 | -1634/+1461 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmFortranParser: Port to bison 3 | Brad King | 2015-07-27 | 3 | -633/+444 |
| * | | | | | | | cmFortranParser: Factor out of cmDependsFortran | Brad King | 2015-07-27 | 4 | -465/+488 |
| * | | | | | | | cmDependsFortran: Simplify storage of preprocessor definitions | Brad King | 2015-07-27 | 2 | -13/+9 |
| * | | | | | | | cmDependsFortran: Move FindIncludeFile method into parser class | Brad King | 2015-07-27 | 2 | -20/+17 |
| * | | | | | | | Rename Fortran parser infrastructure to drop "Depends" prefix | Kitware Robot | 2015-07-27 | 11 | -632/+633 |
| * | | | | | | | cmDependsFortranLexer: Remove trailing blank line | Brad King | 2015-07-27 | 1 | -1/+0 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-28 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'trace-expand' | Brad King | 2015-07-27 | 4 | -2/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: add --trace-expand option | Ben Boeckel | 2015-07-23 | 4 | -2/+26 |
* | | | | | | | Merge topic 'policy-refactor' | Brad King | 2015-07-27 | 5 | -77/+51 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmPolicies: Replace unused include. | Stephen Kelly | 2015-07-25 | 1 | -1/+1 |
| * | | | | | | | cmMakefile: Remove CMP0001 handling to callers. | Stephen Kelly | 2015-07-25 | 3 | -19/+32 |
| * | | | | | | | cmMakefile: Simplify computation of ancient policy status. | Stephen Kelly | 2015-07-25 | 1 | -14/+7 |
| * | | | | | | | cmMakefile: Remove redundant condition from policy status computation. | Stephen Kelly | 2015-07-25 | 1 | -5/+0 |
| * | | | | | | | cmMakefile: Inline internal policy status method. | Stephen Kelly | 2015-07-25 | 2 | -31/+18 |
| * | | | | | | | cmPolicies: Enable RVO for internal method. | Stephen Kelly | 2015-07-25 | 1 | -2/+4 |
| * | | | | | | | cmPolicies: Store only state that users can set. | Stephen Kelly | 2015-07-25 | 2 | -16/+2 |
| * | | | | | | | cmMakefile: Convert recursion to loop. | Stephen Kelly | 2015-07-25 | 1 | -12/+10 |
* | | | | | | | | Merge topic 'refactor-cmMakefile-properties' | Brad King | 2015-07-27 | 5 | -72/+385 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmMakefile: Move the InitializeFromParent method | Stephen Kelly | 2015-07-25 | 1 | -2/+2 |
| * | | | | | | | | cmState: Host buildsystem properties for directories. | Stephen Kelly | 2015-07-25 | 4 | -142/+370 |
| * | | | | | | | | cmState: Fix compilation on IBM XL compiler | Brad King | 2015-07-25 | 2 | -1/+8 |
| * | | | | | | | | cmAlgorithms: Add cmMakeReverseIterator. | Stephen Kelly | 2015-07-22 | 1 | -0/+6 |
| * | | | | | | | | cmMakefile: Don't clear buildsystem properties. | Stephen Kelly | 2015-07-22 | 1 | -33/+105 |
* | | | | | | | | | Merge topic 'cmRange-API' | Brad King | 2015-07-27 | 19 | -172/+213 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | cmMakefile: Use Ranges for buildsystem property access. | Stephen Kelly | 2015-07-22 | 4 | -34/+30 |
| * | | | | | | | | cmAlgorithms: Add some convenient typedefs. | Stephen Kelly | 2015-07-22 | 1 | -0/+6 |
| * | | | | | | | | cmMakefile: Split accessors for include directories and origins. | Stephen Kelly | 2015-07-22 | 5 | -29/+31 |
| * | | | | | | | | cmMakefile: Split accessors for compile options and origins. | Stephen Kelly | 2015-07-22 | 5 | -25/+28 |
| * | | | | | | | | cmMakefile: Split accessors for compile definitions and origins. | Stephen Kelly | 2015-07-22 | 5 | -21/+24 |
| * | | | | | | | | cmMakefile: Separate storage of buildsystem properties and their origins. | Stephen Kelly | 2015-07-22 | 2 | -67/+91 |
| * | | | | | | | | cmMakefile: Out of line some API. | Stephen Kelly | 2015-07-22 | 2 | -12/+18 |
| * | | | | | | | | cmMakefile: Remove some references from APIs. | Stephen Kelly | 2015-07-22 | 1 | -3/+3 |
| * | | | | | | | | cmAlgorithms: Move Range type out of private namespace. | Stephen Kelly | 2015-07-22 | 1 | -35/+35 |