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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
16
-56/+32
*
Merge topic 'use-std-unordered_map'
Brad King
2015-05-19
16
-12/+100
|
\
|
*
Use std::unordered_map instead of hash_map where available.
Stephen Kelly
2015-05-18
9
-5/+85
|
*
Tests: Don't rely on ordering of targets in maps.
Stephen Kelly
2015-05-17
6
-6/+6
|
*
AutoGen: Don't iterate over a container while populating it.
Stephen Kelly
2015-05-16
1
-1/+9
*
|
Merge topic 'ninja-per-target-rules'
Brad King
2015-05-19
5
-10/+49
|
\
\
|
*
|
Ninja: Generate separate compile and link rules for each target
Brad King
2015-05-18
5
-10/+49
*
|
|
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
18
-173/+230
|
\
\
\
|
*
|
|
cmLocalGenerator: Remove redundant path access.
Stephen Kelly
2015-05-16
1
-2/+1
|
*
|
|
cmLocalGenerator: Remove redundant path conversions.
Stephen Kelly
2015-05-16
1
-3/+0
|
*
|
|
cmState: Store computed relative paths to to current directories.
Stephen Kelly
2015-05-16
5
-121/+132
|
*
|
|
cmState::Snapshot: Store components for current directories.
Stephen Kelly
2015-05-16
4
-36/+38
|
*
|
|
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
17
-14/+62
*
|
|
|
Merge topic 'minor-cleanups'
Brad King
2015-05-19
13
-105/+113
|
\
\
\
\
|
*
|
|
|
cmListFileBacktrace: Hide the context-stack implementation detail.
Stephen Kelly
2015-05-18
5
-24/+44
|
*
|
|
|
cmTarget: Simplify CMP0023 message loop.
Stephen Kelly
2015-05-18
1
-15/+5
|
*
|
|
|
cmTarget: Simplify output computation.
Stephen Kelly
2015-05-18
1
-1/+1
|
*
|
|
|
cmTarget: Store context in stack only if different.
Stephen Kelly
2015-05-18
1
-8/+5
|
*
|
|
|
cmListFileContext: Implement EqualityComparable.
Stephen Kelly
2015-05-18
2
-0/+12
|
*
|
|
|
cmTarget: Store only cmListFileContext for CMP0023 handling.
Stephen Kelly
2015-05-18
2
-16/+13
|
*
|
|
|
cmTarget: Remove needless iteration.
Stephen Kelly
2015-05-18
1
-1/+0
|
*
|
|
|
cmListFileContext: Sort by line before file.
Stephen Kelly
2015-05-18
1
-4/+5
|
*
|
|
|
cmListFileContext: Implement LessThanComparable.
Stephen Kelly
2015-05-18
4
-23/+11
|
*
|
|
|
cmMakefile: Use std::set::insert API to simplify CMP0054 handling.
Stephen Kelly
2015-05-18
1
-9/+1
|
*
|
|
|
cmMakefile: Simplify CMP0054 handling.
Stephen Kelly
2015-05-18
3
-13/+5
|
*
|
|
|
cmMakefile: Add access to the top-level execution context.
Stephen Kelly
2015-05-18
3
-6/+13
|
*
|
|
|
if(): Test the effect of cmMakefileCall use in elseif() handling.
Stephen Kelly
2015-05-18
4
-0/+14
|
*
|
|
|
cmMakefile: Replace deques with vectors.
Stephen Kelly
2015-05-18
2
-4/+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'clean-up-vs-generators'
Brad King
2015-05-19
29
-209/+162
|
\
\
\
\
|
*
|
|
|
VS: Remove obsolete methods.
Stephen Kelly
2015-05-19
12
-68/+0
|
*
|
|
|
VS: Move version information to global generator.
Stephen Kelly
2015-05-19
22
-106/+136
|
*
|
|
|
VS: Simplify setting of flag table.
Stephen Kelly
2015-05-19
7
-41/+32
*
|
|
|
|
Merge topic 'clean-up-makefile-generators'
Brad King
2015-05-19
32
-166/+68
|
\
\
\
\
\
|
*
|
|
|
|
Remove obsolete overrides of CreateLocalGenerator.
Stephen Kelly
2015-05-18
10
-60/+0
|
*
|
|
|
|
cmGlobalGenerator: Host the MakeSilentFlag.
Stephen Kelly
2015-05-18
6
-14/+8
|
*
|
|
|
|
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Stephen Kelly
2015-05-18
9
-14/+0
|
*
|
|
|
|
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Stephen Kelly
2015-05-18
8
-13/+9
|
*
|
|
|
|
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
Stephen Kelly
2015-05-18
7
-14/+8
|
*
|
|
|
|
Remove method calls just repeating the default.
Stephen Kelly
2015-05-18
3
-5/+0
|
*
|
|
|
|
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Stephen Kelly
2015-05-16
8
-14/+9
|
*
|
|
|
|
cmGlobalUnixMakefileGenerator3: Host the include directive.
Stephen Kelly
2015-05-16
8
-15/+10
|
*
|
|
|
|
cmLocalGenerator: Remove unused method.
Stephen Kelly
2015-05-16
1
-1/+0
|
*
|
|
|
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
14
-18/+26
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'clean-up-cmDefinitions'
Brad King
2015-05-19
3
-61/+40
|
\
\
\
\
\
|
*
|
|
|
|
cmDefinitions: Make the ClosureKeys method static.
Stephen Kelly
2015-05-17
3
-19/+17
|
*
|
|
|
|
cmDefinitions: Centralize knowledge of iterator type.
Stephen Kelly
2015-05-17
2
-26/+19
|
*
|
|
|
|
cmDefinitions: Remove internal MakeClosure method.
Stephen Kelly
2015-05-17
2
-16/+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'clean-up-cmExecutionStatus'
Brad King
2015-05-19
1
-16/+13
|
\
\
\
\
\
|
*
|
|
|
|
cmExecutionStatus: Remove inheritance of cmObject.
Stephen Kelly
2015-05-16
1
-5/+3
|
*
|
|
|
|
cmExecutionStatus: De-virtualize API.
Stephen Kelly
2015-05-16
1
-11/+10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]