Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 8 | -9/+9 | |
| * | | | | Remove unused cmSourceGroup method | Brad King | 2012-03-09 | 2 | -7/+0 | |
| * | | | | Pre-compute object file names before VS project generation | Brad King | 2012-03-09 | 10 | -136/+104 | |
| * | | | | Pre-compute object file names before Makefile generation | Brad King | 2012-03-09 | 8 | -55/+50 | |
| * | | | | Simplify cmVisualStudio10TargetGenerator using cmGeneratorTarget | Brad King | 2012-03-09 | 2 | -29/+12 | |
| * | | | | Simplify cmMakefileTargetGenerator using cmGeneratorTarget | Brad King | 2012-03-09 | 2 | -53/+42 | |
| * | | | | Create a cmGeneratorTarget for each cmTarget during generation | Brad King | 2012-03-09 | 2 | -0/+57 | |
| * | | | | Add cmGeneratorTarget to represent a target during generation | Brad King | 2012-03-09 | 3 | -0/+126 | |
| * | | | | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 18 | -279/+73 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge topic 'fix-docs-typos' | David Cole | 2012-03-20 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix some typos in the docs comments. | Stephen Kelly | 2012-03-19 | 1 | -5/+5 | |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-20 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'find_package_set_FOUND_VariableInConfigFile' | Brad King | 2012-03-19 | 1 | -4/+34 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE | Alex Neundorf | 2012-03-13 | 1 | -4/+34 | |
* | | | | | | | Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling' | Brad King | 2012-03-19 | 5 | -3/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Handle CPACK_MONOLITHIC_INSTALL in some rare use cases. | Eric NOULARD | 2012-03-18 | 5 | -3/+23 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'CPack-fixSTGZpermission-bug13046' | Brad King | 2012-03-19 | 1 | -7/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPack STGZ put execute permission on all packages files (component case) | Eric NOULARD | 2012-03-18 | 1 | -7/+18 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'write-cache-atomically' | Brad King | 2012-03-19 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Write CMakeCache.txt atomically (#13040) | Brad King | 2012-03-14 | 1 | -7/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'fix-12621-xcode43' | Brad King | 2012-03-19 | 3 | -27/+83 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | CPack: Use real path to PackageMaker to find its version file (#12621) | David Cole | 2012-03-13 | 1 | -0/+3 | |
| * | | | | | | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) | David Cole | 2012-03-09 | 3 | -27/+80 | |
* | | | | | | | Merge topic 'ninja-generator' | Brad King | 2012-03-19 | 16 | -1/+3072 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ninja: shell escape $(CMAKE_SOURCE_DIR) and $(CMAKE_BINARY_DIR) | Peter Collingbourne | 2012-03-17 | 1 | -4/+12 | |
| * | | | | | | | Ninja: add support for OBJECT_OUTPUTS, fix PrecompiledHeader test case | Peter Collingbourne | 2012-03-17 | 1 | -0/+11 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Ninja: Avoid using 'this' in member initializers | Brad King | 2012-03-16 | 1 | -1/+1 | |
| * | | | | | | Ninja: Fix for PDB files with spaces in the path. | Bill Hoffman | 2012-03-16 | 2 | -2/+4 | |
| * | | | | | | Ninja: Constify use of cmCustomCommand | Brad King | 2012-03-13 | 3 | -8/+8 | |
| * | | | | | | Ninja: add /DEF: flag to linker call | Peter Kuemmel | 2012-03-13 | 1 | -0/+2 | |
| * | | | | | | Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator. | Bill Hoffman | 2012-03-09 | 1 | -2/+15 | |
| * | | | | | | Ninja: Add friend struct so it can access the private ConvertToNinjaPath. | David Cole | 2012-03-07 | 1 | -0/+2 | |
| * | | | | | | Ninja: add .def file support | Peter Kuemmel | 2012-03-07 | 5 | -1/+46 | |
| * | | | | | | Ninja: ensure the output dir exists at compile time | Peter Kuemmel | 2012-03-07 | 1 | -0/+5 | |
| * | | | | | | Ninja: Remove an unnecessary variable | Peter Collingbourne | 2012-02-28 | 1 | -1/+0 | |
| * | | | | | | Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commands | Peter Collingbourne | 2012-02-27 | 2 | -6/+16 | |
| * | | | | | | Ninja: Add a missed license header | Peter Collingbourne | 2012-02-27 | 1 | -0/+12 | |
| * | | | | | | Ninja: CMake: Adapt Ninja generator for per-target include dirs | David Cole | 2012-02-22 | 1 | -1/+4 | |
| * | | | | | | Merge branch 'target-include-directories' into ninja-generator | David Cole | 2012-02-22 | 57 | -399/+1279 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Ninja: windows msvc: create for each target a .pdb file | Peter Kuemmel | 2012-02-21 | 3 | -0/+23 | |
| * | | | | | | | Ninja: Import library support for Windows | Peter Collingbourne | 2012-02-19 | 3 | -17/+18 | |
| * | | | | | | | Ninja: mark the Windows specific hacks with a comment only | Peter Kuemmel | 2012-02-19 | 2 | -2/+6 | |
| * | | | | | | | Ninja: disable unfinished Windows ninja support | Peter Kuemmel | 2012-02-19 | 1 | -17/+15 | |
| * | | | | | | | Ninja: add some hacks for Windows | Peter Kuemmel | 2012-02-19 | 3 | -2/+15 | |
| * | | | | | | | Ninja: also build ninja support on Windows | Peter Kuemmel | 2012-02-19 | 1 | -17/+14 | |
| * | | | | | | | Ninja: Shell encode the command used in custom commands | Peter Collingbourne | 2012-02-19 | 1 | -1/+2 | |
| * | | | | | | | Ninja: Shell encode various CMake invocations | Peter Collingbourne | 2012-02-19 | 2 | -6/+17 | |
| * | | | | | | | Ninja: Shell encode paths used in "cd" commands | Peter Collingbourne | 2012-02-19 | 2 | -8/+11 | |
| * | | | | | | | Ninja: Backslash rules for Windows | Peter Collingbourne | 2012-02-19 | 5 | -15/+25 | |
| * | | | | | | | Ninja: Identifier encoding rules for ' ' and ':' | Peter Collingbourne | 2012-02-18 | 1 | -2/+6 | |