summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | QtAutogen: Remove repeated setters.Stephen Kelly2015-05-191-3/+0
| |/ / / /
* | | | | Merge topic 'clean-up-cmMakefile'Brad King2015-05-219-247/+118
|\ \ \ \ \
| * | | | | cmMakefile: Remove VarUsageStack.Stephen Kelly2015-05-194-61/+22
| * | | | | cmMakefile: Remove VarInitStack.Stephen Kelly2015-05-193-21/+28
| * | | | | cmMakefile: Use more suitable method name to log var usage.Stephen Kelly2015-05-192-7/+7
| * | | | | cmMakefile: Move internal method to private scope.Stephen Kelly2015-05-191-2/+2
| * | | | | cmMakefile: Mark definitions explicitly erased, even at top level.Stephen Kelly2015-05-193-16/+1
| * | | | | cmMakefile: Raise variable in scope explicitly when needed.Stephen Kelly2015-05-193-7/+17
| * | | | | cmMakefile: Use early return to reduce nested code.Stephen Kelly2015-05-191-15/+16
| * | | | | cmMakefile: Don't use else after return.Stephen Kelly2015-05-191-4/+1
| * | | | | cmMakefile: Remove redundant conditions.Stephen Kelly2015-05-191-6/+3
| * | | | | cmCTest: Remove unimplemented method.Stephen Kelly2015-05-191-5/+0
| * | | | | cmMakefile: Remove Print() debugging facilities.Stephen Kelly2015-05-192-62/+0
| * | | | | cmMakefile: Remove duplicate variable initialization.Stephen Kelly2015-05-191-4/+2
| * | | | | cmMakefile: Don't expect the VarStack iterator to support size().Stephen Kelly2015-05-191-2/+1
| * | | | | cmMakefile: Remove redundant condition.Stephen Kelly2015-05-191-8/+2
| * | | | | cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-194-4/+4
| * | | | | cmMakefile: Make the public ReadListFile method take one param.Stephen Kelly2015-05-192-10/+11
| * | | | | cmMakefile: Remove CurrentListFile member.Stephen Kelly2015-05-192-16/+1
| * | | | | cmMakefile: Port CurrentListFile clients to GetDefinition.Stephen Kelly2015-05-193-4/+7
| |/ / / /
* | | | | Merge topic 'doc-cmake-buildsystem-typo'Brad King2015-05-211-2/+2
|\ \ \ \ \
| * | | | | Help: Fix typo in cmake-buildsystem(7) manualBrad King2015-05-191-2/+2
| |/ / / /
* | | | | Merge topic 'run-include-what-you-use'Brad King2015-05-2128-0/+207
|\ \ \ \ \
| * | | | | Add options to run include-what-you-use with the compilerBrad King2015-05-1918-0/+111
| * | | | | cmake: Add internal -E mode to run include-what-you-use with the compilerBill Hoffman2015-05-1910-0/+96
* | | | | | Merge topic 'cleanup-module-policies'Brad King2015-05-212-3/+1
|\ \ \ \ \ \
| * | | | | | FortranCInterface: Do not use cmake_policy(VERSION)Brad King2015-05-191-2/+1
| * | | | | | CheckTypeSize: Do not use cmake_policy(VERSION)Brad King2015-05-191-1/+0
* | | | | | | Merge topic 'CheckTypeSyze-CMP0054'Brad King2015-05-211-4/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | CheckTypeSize: Avoid if() auto-dereferene in quoted arguments (#15571)Rolf Eike Beer2015-05-191-4/+5
* | | | | | | CMake Nightly Date StampKitware Robot2015-05-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-05-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'use-std-unordered_map'Brad King2015-05-1916-12/+100
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-189-5/+85
| * | | | Tests: Don't rely on ordering of targets in maps.Stephen Kelly2015-05-176-6/+6
| * | | | AutoGen: Don't iterate over a container while populating it.Stephen Kelly2015-05-161-1/+9
* | | | | Merge topic 'ninja-per-target-rules'Brad King2015-05-195-10/+49
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Ninja: Generate separate compile and link rules for each targetBrad King2015-05-185-10/+49
* | | | | Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-1918-173/+230
|\ \ \ \ \
| * | | | | cmLocalGenerator: Remove redundant path access.Stephen Kelly2015-05-161-2/+1
| * | | | | cmLocalGenerator: Remove redundant path conversions.Stephen Kelly2015-05-161-3/+0
| * | | | | cmState: Store computed relative paths to to current directories.Stephen Kelly2015-05-165-121/+132
| * | | | | cmState::Snapshot: Store components for current directories.Stephen Kelly2015-05-164-36/+38
| * | | | | cmState: Compute and store directory components.Stephen Kelly2015-05-1617-14/+62
| | |_|/ / | |/| | |
* | | | | Merge topic 'minor-cleanups'Brad King2015-05-1913-105/+113
|\ \ \ \ \
| * | | | | cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-185-24/+44
| * | | | | cmTarget: Simplify CMP0023 message loop.Stephen Kelly2015-05-181-15/+5
| * | | | | cmTarget: Simplify output computation.Stephen Kelly2015-05-181-1/+1
| * | | | | cmTarget: Store context in stack only if different.Stephen Kelly2015-05-181-8/+5
| * | | | | cmListFileContext: Implement EqualityComparable.Stephen Kelly2015-05-182-0/+12