Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cmake-gui: Add --install option to add command-line tools on OS X | Brad King | 2015-05-21 | 1 | -0/+67 | |
| * | | | | | | | cmake-gui: Drop undocumented and unused --mac-install option | Brad King | 2015-05-19 | 1 | -10/+0 | |
* | | | | | | | | Merge topic 'doc-cache-option-space' | Brad King | 2015-05-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Spell '-D' option consistently across documentation (#15575) | Brad King | 2015-05-20 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'clean-up-cmQtAutoGenerators' | Brad King | 2015-05-21 | 1 | -26/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | QtAutogen: Create global generator on the stack. | Stephen Kelly | 2015-05-19 | 1 | -6/+4 | |
| * | | | | | | | | QtAutogen: Use a more-obvious delete-target. | Stephen Kelly | 2015-05-19 | 1 | -1/+1 | |
| * | | | | | | | | QtAutogen: Remove the need for a local makefile variable. | Stephen Kelly | 2015-05-19 | 1 | -6/+3 | |
| * | | | | | | | | QtAutogen: Inline static factory method. | Stephen Kelly | 2015-05-19 | 1 | -14/+7 | |
| * | | | | | | | | QtAutogen: Remove repeated setters. | Stephen Kelly | 2015-05-19 | 1 | -3/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-05-21 | 9 | -247/+118 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmMakefile: Remove VarUsageStack. | Stephen Kelly | 2015-05-19 | 4 | -61/+22 | |
| * | | | | | | | | cmMakefile: Remove VarInitStack. | Stephen Kelly | 2015-05-19 | 3 | -21/+28 | |
| * | | | | | | | | cmMakefile: Use more suitable method name to log var usage. | Stephen Kelly | 2015-05-19 | 2 | -7/+7 | |
| * | | | | | | | | cmMakefile: Move internal method to private scope. | Stephen Kelly | 2015-05-19 | 1 | -2/+2 | |
| * | | | | | | | | cmMakefile: Mark definitions explicitly erased, even at top level. | Stephen Kelly | 2015-05-19 | 3 | -16/+1 | |
| * | | | | | | | | cmMakefile: Raise variable in scope explicitly when needed. | Stephen Kelly | 2015-05-19 | 3 | -7/+17 | |
| * | | | | | | | | cmMakefile: Use early return to reduce nested code. | Stephen Kelly | 2015-05-19 | 1 | -15/+16 | |
| * | | | | | | | | cmMakefile: Don't use else after return. | Stephen Kelly | 2015-05-19 | 1 | -4/+1 | |
| * | | | | | | | | cmMakefile: Remove redundant conditions. | Stephen Kelly | 2015-05-19 | 1 | -6/+3 | |
| * | | | | | | | | cmCTest: Remove unimplemented method. | Stephen Kelly | 2015-05-19 | 1 | -5/+0 | |
| * | | | | | | | | cmMakefile: Remove Print() debugging facilities. | Stephen Kelly | 2015-05-19 | 2 | -62/+0 | |
| * | | | | | | | | cmMakefile: Remove duplicate variable initialization. | Stephen Kelly | 2015-05-19 | 1 | -4/+2 | |
| * | | | | | | | | cmMakefile: Don't expect the VarStack iterator to support size(). | Stephen Kelly | 2015-05-19 | 1 | -2/+1 | |
| * | | | | | | | | cmMakefile: Remove redundant condition. | Stephen Kelly | 2015-05-19 | 1 | -8/+2 | |
| * | | | | | | | | cmMakefile: Rename method to something more appropriate. | Stephen Kelly | 2015-05-19 | 4 | -4/+4 | |
| * | | | | | | | | cmMakefile: Make the public ReadListFile method take one param. | Stephen Kelly | 2015-05-19 | 2 | -10/+11 | |
| * | | | | | | | | cmMakefile: Remove CurrentListFile member. | Stephen Kelly | 2015-05-19 | 2 | -16/+1 | |
| * | | | | | | | | cmMakefile: Port CurrentListFile clients to GetDefinition. | Stephen Kelly | 2015-05-19 | 3 | -4/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'run-include-what-you-use' | Brad King | 2015-05-21 | 4 | -0/+115 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Add options to run include-what-you-use with the compiler | Brad King | 2015-05-19 | 3 | -0/+33 | |
| * | | | | | | | cmake: Add internal -E mode to run include-what-you-use with the compiler | Bill Hoffman | 2015-05-19 | 1 | -0/+82 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-21 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-20 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'use-std-unordered_map' | Brad King | 2015-05-19 | 9 | -6/+93 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use std::unordered_map instead of hash_map where available. | Stephen Kelly | 2015-05-18 | 8 | -5/+84 | |
| * | | | | | | AutoGen: Don't iterate over a container while populating it. | Stephen Kelly | 2015-05-16 | 1 | -1/+9 | |
* | | | | | | | Merge topic 'ninja-per-target-rules' | Brad King | 2015-05-19 | 5 | -10/+49 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Ninja: Generate separate compile and link rules for each target | Brad King | 2015-05-18 | 5 | -10/+49 | |
* | | | | | | | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 18 | -173/+230 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmLocalGenerator: Remove redundant path access. | Stephen Kelly | 2015-05-16 | 1 | -2/+1 | |
| * | | | | | | | cmLocalGenerator: Remove redundant path conversions. | Stephen Kelly | 2015-05-16 | 1 | -3/+0 | |
| * | | | | | | | cmState: Store computed relative paths to to current directories. | Stephen Kelly | 2015-05-16 | 5 | -121/+132 | |
| * | | | | | | | cmState::Snapshot: Store components for current directories. | Stephen Kelly | 2015-05-16 | 4 | -36/+38 | |
| * | | | | | | | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 17 | -14/+62 | |
* | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-05-19 | 9 | -105/+99 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmListFileBacktrace: Hide the context-stack implementation detail. | Stephen Kelly | 2015-05-18 | 5 | -24/+44 | |
| * | | | | | | | | cmTarget: Simplify CMP0023 message loop. | Stephen Kelly | 2015-05-18 | 1 | -15/+5 | |
| * | | | | | | | | cmTarget: Simplify output computation. | Stephen Kelly | 2015-05-18 | 1 | -1/+1 | |
| * | | | | | | | | cmTarget: Store context in stack only if different. | Stephen Kelly | 2015-05-18 | 1 | -8/+5 | |