Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2015-06-25 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2015-06-24 | 1 | -1/+1 |
* | Merge branch 'release' | Brad King | 2015-06-23 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'fix-function-missing-end' into release | Brad King | 2015-06-22 | 13 | -27/+52 |
| |\ | |||||
| * \ | Merge branch 'doc-cmake-buildsystem-typo' into release | Brad King | 2015-06-22 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'release-3.2' | Brad King | 2015-06-23 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'fix-function-missing-end' into release-3.2 | Brad King | 2015-06-22 | 13 | -27/+52 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
* | | | | | Merge topic 'use-generator-target' | Brad King | 2015-06-23 | 22 | -57/+70 |
|\ \ \ \ \ | |||||
| * | | | | | Get the local generator from the GeneratorTarget. | Stephen Kelly | 2015-06-22 | 4 | -6/+8 |
| * | | | | | cmMakefileTargetGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 5 | -9/+8 |
| * | | | | | cmNinjaGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 4 | -9/+8 |
| * | | | | | cmGeneratorTarget: Require a cmLocalGenerator to construct. | Stephen Kelly | 2015-06-22 | 3 | -5/+6 |
| * | | | | | cmGlobalGenerator: Create GeneratorTargets with a local generator. | Stephen Kelly | 2015-06-22 | 3 | -4/+5 |
| * | | | | | GHS: Use a cmGeneratorTarget in generator API. | Stephen Kelly | 2015-06-22 | 3 | -11/+12 |
| * | | | | | cmGeneratorTarget: Add accessor for cmLocalGenerator. | Stephen Kelly | 2015-06-22 | 2 | -0/+7 |
| * | | | | | C::B: Get the Makefile from the LocalGenerator, not vice-versa. | Stephen Kelly | 2015-06-22 | 2 | -13/+16 |
* | | | | | | Merge topic 'fix-function-missing-end' | Brad King | 2015-06-23 | 13 | -27/+52 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Fix assertion failure on unmatched function or macro | Brad King | 2015-06-22 | 13 | -27/+52 |
* | | | | | | Merge topic 'qt-autogen-always-run' | Brad King | 2015-06-23 | 8 | -21/+80 |
|\ \ \ \ \ \ | |||||
| * | | | | | | QtAutogen: Add comment explaining why rcc cannot use PRE_BUILD | Brad King | 2015-06-23 | 1 | -0/+3 |
| * | | | | | | QtAutogen: Always run autogen step even when rcc is enabled (#15608) | Brad King | 2015-06-19 | 8 | -21/+77 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-06-23 | 1 | -1/+1 |
* | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-06-22 | 15 | -58/+81 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | cmLocalGenerator: Constify GetIncludeDirectories method. | Stephen Kelly | 2015-06-21 | 2 | -2/+2 |
| * | | | | | | QtAutogen: Get the global generator from the Makefile. | Stephen Kelly | 2015-06-21 | 1 | -2/+1 |
| * | | | | | | cmLocalUnixMakefileGenerator3: Remove unused method. | Stephen Kelly | 2015-06-21 | 1 | -3/+0 |
| * | | | | | | cmMakefile: Use member directly instead of through method. | Stephen Kelly | 2015-06-21 | 1 | -1/+1 |
| * | | | | | | cmMakefile: Move IsRoot API from cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 7 | -13/+13 |
| * | | | | | | cmake: Update the current snapshot when Resetting. | Stephen Kelly | 2015-06-21 | 3 | -4/+7 |
| * | | | | | | cmLocalGenerator: Add IssueMessage method. | Stephen Kelly | 2015-06-21 | 3 | -8/+29 |
| * | | | | | | cmMakefile: Use cmOutputConverter instead of cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 1 | -6/+7 |
| * | | | | | | cmOutputConverter: Constify API. | Stephen Kelly | 2015-06-21 | 4 | -22/+24 |
* | | | | | | | Merge topic 'clean-up-ReadListFile' | Brad King | 2015-06-22 | 2 | -74/+81 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmMakefile: Simplify filename handling. | Stephen Kelly | 2015-06-21 | 1 | -7/+3 |
| * | | | | | | | cmMakefile: Make the IncludeScope more responsible. | Stephen Kelly | 2015-06-21 | 1 | -3/+5 |
| * | | | | | | | cmMakefile: Move IncludeScope. | Stephen Kelly | 2015-06-21 | 1 | -1/+2 |
| * | | | | | | | cmMakefile: Move ListFile parsing responsibility out of internal method. | Stephen Kelly | 2015-06-21 | 2 | -21/+41 |
| * | | | | | | | cmMakefile: Rename parameter. | Stephen Kelly | 2015-06-21 | 2 | -13/+13 |
| * | | | | | | | cmMakefile: Inline ReadListFileInternal into caller. | Stephen Kelly | 2015-06-21 | 2 | -18/+11 |
| * | | | | | | | cmMakefile: Move resource management into the IncludeScope. | Stephen Kelly | 2015-06-21 | 1 | -5/+2 |
| * | | | | | | | cmMakefile: Move IncludeScope to ReadDependentFile. | Stephen Kelly | 2015-06-21 | 2 | -11/+15 |
| * | | | | | | | cmMakefile: Move IncludeScope instance. | Stephen Kelly | 2015-06-21 | 1 | -1/+2 |
| * | | | | | | | cmMakefile: Remove File from IncludeScope. | Stephen Kelly | 2015-06-21 | 1 | -7/+8 |
| * | | | | | | | cmMakefile: Move include scope out of ReadListFileInternal. | Stephen Kelly | 2015-06-21 | 2 | -9/+8 |
| * | | | | | | | cmMakefile: Change order of raii scopes. | Stephen Kelly | 2015-06-21 | 1 | -1/+1 |
| * | | | | | | | cmMakefile: Simplify condition handling. | Stephen Kelly | 2015-06-21 | 1 | -13/+9 |
| * | | | | | | | cmMakefile: Split file handling from execution. | Stephen Kelly | 2015-06-21 | 1 | -8/+11 |
| * | | | | | | | cmMakefile: Move check for unused variables. | Stephen Kelly | 2015-06-21 | 1 | -5/+2 |
| * | | | | | | | cmMakefile: Move a container population. | Stephen Kelly | 2015-06-21 | 1 | -5/+3 |
| * | | | | | | | cmMakefile: Rename variables. | Stephen Kelly | 2015-06-21 | 2 | -8/+8 |