summaryrefslogtreecommitdiffstats
path: root/Source/cmDefinitions.h
Commit message (Expand)AuthorAgeFilesLines
* cmDefinitions: Make Get method static.Stephen Kelly2015-05-011-3/+3
* cmDefinitions: Make GetInternal method static.Stephen Kelly2015-05-011-5/+3
* cmDefinitions: Remove Parent pointer.Stephen Kelly2015-05-011-9/+0
* cmDefinitions: Accept varStack iterators in Get API.Stephen Kelly2015-05-011-2/+6
* cmDefinitions: Externalize looping for ClosureKeys.Stephen Kelly2015-04-291-2/+2
* cmDefinitions: Implement MakeClosure in terms of reverse iterators.Stephen Kelly2015-04-291-4/+4
* cmDefinitions: Convert MakeClosure into a static method.Stephen Kelly2015-04-291-1/+3
* cmDefinitions: Implement MakeClosure in terms of a list of ancestors.Stephen Kelly2015-04-291-1/+4
* cmDefinitions: Replace private constructor with MakeClosure.Stephen Kelly2015-04-291-8/+3
* cmDefinitions: Make ClosureKeys API vector-based.Stephen Kelly2015-04-291-1/+1
* cmDefinitions: Inline GetClosureKeys implementation.Stephen Kelly2015-04-291-4/+0
* cmDefinitions: Change LocalKeys to return a vector.Stephen Kelly2015-04-291-1/+1
* cmDefinitions: Add an Erase method.Stephen Kelly2015-04-291-0/+2
* cmDefinitions: Inline SetInternal method.Stephen Kelly2015-04-281-1/+0
* cmDefinitions: Remove unused Set return value.Stephen Kelly2015-04-281-1/+1
* cmDefinitions: Remove unused method.Stephen Kelly2015-04-281-3/+0
* Merge topic 'revert-definition-map-lookup'Brad King2014-10-271-6/+4
|\
| * Revert "cmDefinitions: Don't store parent lookups"Ben Boeckel2014-10-241-6/+4
* | cmDefinitions: Use a hashmap for faster checksBen Boeckel2014-06-091-0/+7
|/
* cmDefinitions: Don't store parent lookupsBen Boeckel2014-06-091-4/+6
* stringapi: Add string overload for the Def structBen Boeckel2014-03-081-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+13
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-4/+4
* Add method to get the local scope variablesBen Boeckel2010-09-011-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve dynamic variable scope implementationBrad King2009-07-221-0/+88