index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmDefinitions.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmDefinitions: Implement in terms of cmLinkedTree.
Stephen Kelly
2015-08-23
1
-7/+7
*
cmMakefile: Remove VarUsageStack.
Stephen Kelly
2015-05-19
1
-3/+4
*
cmMakefile: Remove VarInitStack.
Stephen Kelly
2015-05-19
1
-0/+14
*
cmMakefile: Mark definitions explicitly erased, even at top level.
Stephen Kelly
2015-05-19
1
-5/+0
*
cmMakefile: Raise variable in scope explicitly when needed.
Stephen Kelly
2015-05-19
1
-3/+13
*
cmDefinitions: Make the ClosureKeys method static.
Stephen Kelly
2015-05-17
1
-7/+13
*
cmDefinitions: Centralize knowledge of iterator type.
Stephen Kelly
2015-05-17
1
-19/+14
*
cmDefinitions: Remove internal MakeClosure method.
Stephen Kelly
2015-05-17
1
-13/+4
*
cmDefinitions: Make GetInternal method static.
Stephen Kelly
2015-05-01
1
-9/+9
*
cmDefinitions: Use static member without this->.
Stephen Kelly
2015-05-01
1
-1/+1
*
cmDefinitions: Remove Parent pointer.
Stephen Kelly
2015-05-01
1
-6/+0
*
cmDefinitions: Accept varStack iterators in Get API.
Stephen Kelly
2015-05-01
1
-7/+14
*
cmDefinitions: Invert conditional code.
Stephen Kelly
2015-04-29
1
-5/+6
*
cmDefinitions: Externalize looping for ClosureKeys.
Stephen Kelly
2015-04-29
1
-15/+8
*
cmDefinitions: Implement MakeClosure in terms of reverse iterators.
Stephen Kelly
2015-04-29
1
-9/+9
*
cmDefinitions: Convert MakeClosure into a static method.
Stephen Kelly
2015-04-29
1
-9/+4
*
cmDefinitions: Implement MakeClosure in terms of a list of ancestors.
Stephen Kelly
2015-04-29
1
-12/+13
*
cmDefinitions: Use list of cmDefinitions* to create closure.
Stephen Kelly
2015-04-29
1
-3/+11
*
cmDefinitions: Replace recursion with loop.
Stephen Kelly
2015-04-29
1
-18/+16
*
cmDefinitions: Replace private constructor with MakeClosure.
Stephen Kelly
2015-04-29
1
-11/+6
*
cmDefinitions: Make ClosureKeys API vector-based.
Stephen Kelly
2015-04-29
1
-7/+5
*
cmDefinitions: Inline GetClosureKeys implementation.
Stephen Kelly
2015-04-29
1
-7/+1
*
cmDefinitions: Replace ClosureKeys recursion with looping.
Stephen Kelly
2015-04-29
1
-14/+14
*
cmDefinitions: Change LocalKeys to return a vector.
Stephen Kelly
2015-04-29
1
-3/+4
*
cmDefinitions: Externalize the Set logic.
Stephen Kelly
2015-04-29
1
-10/+1
*
cmDefinitions: Add an Erase method.
Stephen Kelly
2015-04-29
1
-0/+5
*
cmDefinitions: Inline SetInternal method.
Stephen Kelly
2015-04-28
1
-15/+9
*
cmDefinitions: Remove unused Set return value.
Stephen Kelly
2015-04-28
1
-5/+3
*
cmDefinitions: Remove unused method.
Stephen Kelly
2015-04-28
1
-7/+0
*
Merge topic 'revert-definition-map-lookup'
Brad King
2014-10-27
1
-17/+5
|
\
|
*
Revert "cmDefinitions: Don't store parent lookups"
Ben Boeckel
2014-10-24
1
-17/+5
*
|
cmDefinitions: Use a hashmap for faster checks
Ben Boeckel
2014-06-09
1
-2/+3
*
|
cmDefinitions: Avoid a find-then-insert when setting variables
Ben Boeckel
2014-06-09
1
-10/+1
|
/
*
cmDefinitions: Don't store parent lookups
Ben Boeckel
2014-06-09
1
-5/+17
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-10/+10
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-4/+4
*
Only return local keys that are defined
Ben Boeckel
2010-09-16
1
-1/+4
*
Add method to get the local scope variables
Ben Boeckel
2010-09-01
1
-0/+13
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Improve dynamic variable scope implementation
Brad King
2009-07-22
1
-0/+167