summaryrefslogtreecommitdiff
path: root/Source/cmBootstrapCommands1.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use vector, not list for cmCommand storage.Stephen Kelly2015-04-121-1/+1
|
* Remove some files which do not need to be in BootstrapCommands.Stephen Kelly2015-04-121-1/+0
|
* continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-011-0/+2
| | | | | Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-1/+2
| | | | | | | Manage classes of search paths in labeled containers. This removes the need to have a seperate member variable for each type of search path, but also allows path types to be grouped togethor in various different ways and manipulated as subsets of the full set of search paths.
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-0/+1
| | | | | | The functions for adding the various different types of paths have been factored out into a new class, cmSearchPath. It is to be used as a helper container class for the various find_* commands.
* Split cmBootstrapCommands.cxx into two sourcesBrad King2013-06-141-0/+91
The single translation unit has grown too large for some compilers. Split it into cmBootstrapCommands1.cxx and cmBootstrapCommands2.cxx.