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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Remove VarUsageStack.
Stephen Kelly
2015-05-19
1
-6/+10
*
cmMakefile: Remove VarInitStack.
Stephen Kelly
2015-05-19
1
-0/+3
*
cmMakefile: Mark definitions explicitly erased, even at top level.
Stephen Kelly
2015-05-19
1
-2/+0
*
cmMakefile: Raise variable in scope explicitly when needed.
Stephen Kelly
2015-05-19
1
-3/+3
*
Merge topic 'use-std-unordered_map'
Brad King
2015-05-19
1
-1/+8
|
\
|
*
Use std::unordered_map instead of hash_map where available.
Stephen Kelly
2015-05-18
1
-1/+8
*
|
cmDefinitions: Make the ClosureKeys method static.
Stephen Kelly
2015-05-17
1
-2/+2
*
|
cmDefinitions: Centralize knowledge of iterator type.
Stephen Kelly
2015-05-17
1
-7/+5
*
|
cmDefinitions: Remove internal MakeClosure method.
Stephen Kelly
2015-05-17
1
-3/+0
|
/
*
cmDefinitions: Make Get method static.
Stephen Kelly
2015-05-01
1
-3/+3
*
cmDefinitions: Make GetInternal method static.
Stephen Kelly
2015-05-01
1
-5/+3
*
cmDefinitions: Remove Parent pointer.
Stephen Kelly
2015-05-01
1
-9/+0
*
cmDefinitions: Accept varStack iterators in Get API.
Stephen Kelly
2015-05-01
1
-2/+6
*
cmDefinitions: Externalize looping for ClosureKeys.
Stephen Kelly
2015-04-29
1
-2/+2
*
cmDefinitions: Implement MakeClosure in terms of reverse iterators.
Stephen Kelly
2015-04-29
1
-4/+4
*
cmDefinitions: Convert MakeClosure into a static method.
Stephen Kelly
2015-04-29
1
-1/+3
*
cmDefinitions: Implement MakeClosure in terms of a list of ancestors.
Stephen Kelly
2015-04-29
1
-1/+4
*
cmDefinitions: Replace private constructor with MakeClosure.
Stephen Kelly
2015-04-29
1
-8/+3
*
cmDefinitions: Make ClosureKeys API vector-based.
Stephen Kelly
2015-04-29
1
-1/+1
*
cmDefinitions: Inline GetClosureKeys implementation.
Stephen Kelly
2015-04-29
1
-4/+0
*
cmDefinitions: Change LocalKeys to return a vector.
Stephen Kelly
2015-04-29
1
-1/+1
*
cmDefinitions: Add an Erase method.
Stephen Kelly
2015-04-29
1
-0/+2
*
cmDefinitions: Inline SetInternal method.
Stephen Kelly
2015-04-28
1
-1/+0
*
cmDefinitions: Remove unused Set return value.
Stephen Kelly
2015-04-28
1
-1/+1
*
cmDefinitions: Remove unused method.
Stephen Kelly
2015-04-28
1
-3/+0
*
Merge topic 'revert-definition-map-lookup'
Brad King
2014-10-27
1
-6/+4
|
\
|
*
Revert "cmDefinitions: Don't store parent lookups"
Ben Boeckel
2014-10-24
1
-6/+4
*
|
cmDefinitions: Use a hashmap for faster checks
Ben Boeckel
2014-06-09
1
-0/+7
|
/
*
cmDefinitions: Don't store parent lookups
Ben Boeckel
2014-06-09
1
-4/+6
*
stringapi: Add string overload for the Def struct
Ben Boeckel
2014-03-08
1
-0/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-10/+13
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-4/+4
*
Add method to get the local scope variables
Ben Boeckel
2010-09-01
1
-0/+3
*
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/+88