- 21 Jun, 2015 12 commits
-
-
Stephen Kelly authored
Add replacement simple push/pop in the other two callers of ReadListFile.
-
Stephen Kelly authored
-
Stephen Kelly authored
Get it from the Makefile instead.
-
Stephen Kelly authored
Simplify the ReadListFileInternal API.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
- 08 Jun, 2015 1 commit
-
-
Stephen Kelly authored
Don't pay a penalty for it in all GetProperty calls. Additionally, the storage of properties will eventually move to cmState, which should only contain state and not logic for policies like this.
-
- 07 Jun, 2015 4 commits
-
-
Stephen Kelly authored
It is now unused.
-
Stephen Kelly authored
-
Stephen Kelly authored
The chaining logic doesn't belong to the container, and the CMakeInstance pointer doesn't need to be in cmPropertyMap. Size goes from 56 to 48 bytes with GNU libstdc++-5.1.
-
Stephen Kelly authored
-
- 06 Jun, 2015 6 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Provide a parent instead of requiring it to be computed through the cmLocalGenerator.
-
Stephen Kelly authored
-
Stephen Kelly authored
Make it possible to group the various methods here a different way.
-
Stephen Kelly authored
Construct cmOutputConverter only when needed.
-
Stephen Kelly authored
-
- 04 Jun, 2015 9 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
-
Not cmLocalGenerators.
-
-
The generator should only have a function at generate time.
-
Store the directories on the cmMakefile as explicitly not-configured-yet.
-
-
Brad King authored
Compute deterministic GUIDs that are unique to the build tree by hashing the path to the build tree with the GUID logical name. Avoid storing them in the cache, but honor any found there. This will allow project GUIDs to be reproduced in a fresh build tree so long as its path is the same as the original, which may be useful for incremental builds.
-
- 02 Jun, 2015 4 commits
-
-
Stephen Kelly authored
Leave the namespace open for other Parent types.
-
Stephen Kelly authored
Leave the namespace open for other snapshot types.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
- 27 May, 2015 1 commit
-
-
Refactor the local generator creation API to accept a cmState::Snapshot. Adjust MakeLocalGenerator to use the 'current' snapshot in cases where there is no parent. Create the snapshot for subdirectories in cmMakefile::AddSubdirectory. This means that snapshots are now created at the point of extending the tree, as appropriate, and independently of the cmLocalGenerator and cmMakefile they represent the state for.
-
- 25 May, 2015 2 commits
-
-
Stephen Kelly authored
Simplify the IssueMessage implementation.
-
Stephen Kelly authored
The CallStack is checked above.
-
- 21 May, 2015 1 commit
-
-
Stephen Kelly authored
Port appropriate clients to use it.
-