- 04 May, 2015 1 commit
-
- 28 Apr, 2015 6 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Create snapshots for buildsystem directories during configure time. This class will be extended in follow up commits to snapshot all values in the cmState.
-
Stephen Kelly authored
Move the contents of cmMakeile::SetLocalGenerator to the Initialize method.
-
Stephen Kelly authored
Pass the parent though cmGlobalGenerator::CreateLocalGenerator. This will make it easy to initialize state scopes independent of cmMakefile.
-
Stephen Kelly authored
-
Stephen Kelly authored
There is no need to duplicate these on every cmMakefile.
-
- 21 Apr, 2015 2 commits
-
-
- 20 Apr, 2015 8 commits
-
-
Stephen Kelly authored
It is no longer necessary to be able to copy it. Additionally, this gives us one less reason to copy cmTarget.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Match the names used in cmake code.
-
Stephen Kelly authored
They are maintained as containing the same content as the 'home' directories, but they are never read from. Fix some comments and help strings which confused the two by name. They actually mean what is called CMAKE_SOURCE_DIR in cmake code.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
- 18 Apr, 2015 23 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
The version with a null first parameter is now equivalent.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Call the Internal method with equivalent parameters, passing a null first argument. A duplicate path computation exists inside the external_in condition now, but that is harmless at this point.
-
Stephen Kelly authored
Because all external callers of this method pass a null first parameter, this change has no effect for them. This also makes it obvious that the CMAKE_PARENT_LIST_FILE is set to the name of the file being read itself for CMakeLists.txt files, which may not make any sense.
-
Stephen Kelly authored
-
Stephen Kelly authored
Remove other intermediate variables.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
This makes it easier to reason about follow-up commits.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Such files are delegates from other files, and so they set the CMAKE_PARENT_LIST_FILE to the originator. They also may set a policy scope.
-