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
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+5
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-2/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
cmDefinitions: Reduce allocation of keys and values in MakeClosure
Brad King
2019-08-20
1
-4/+4
*
cmDefinitions: Cleanups and optimizations
Sebastian Holtermann
2019-08-08
1
-6/+10
*
cmDefinitions: Remove const char* based Set method
Sebastian Holtermann
2019-07-24
1
-10/+0
*
cmDefinitions: Add Unset and cm::string_view based Set methods
Sebastian Holtermann
2019-07-24
1
-15/+23
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-9/+3
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-2/+1
*
cmStateSnapshot::GetDefinition(): Return std::string const*
Vitaly Stakhovsky
2018-09-06
1
-2/+2
*
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-2/+2
*
cmDefinitions::Def: remove custom copy ctor
Daniel Pfeifer
2017-04-21
1
-6/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-4/+4
*
Introduce CM_UNORDERED_MAP
Daniel Pfeifer
2016-10-24
1
-19/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+5
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
Make C++ feature checks extensible
Daniel Pfeifer
2016-06-27
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-18/+33
*
cmDefinitions: Implement in terms of cmLinkedTree.
Stephen Kelly
2015-08-23
1
-7/+10
*
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
|
/
[next]