index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-5
/
+12
*
cmState: Host some state from the cmGlobalGenerator.
Stephen Kelly
2015-05-27
1
-7
/
+0
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-7
/
+2
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-4
/
+3
*
Merge topic 'use-std-unordered_map'
Brad King
2015-05-19
1
-1
/
+9
|
\
|
*
AutoGen: Don't iterate over a container while populating it.
Stephen Kelly
2015-05-16
1
-1
/
+9
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1
/
+7
|
/
*
cmGlobalGenerator: Move some flags from cmLocalGenerator.
Stephen Kelly
2015-05-14
1
-0
/
+7
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-3
/
+1
*
RC: Simplify selection of resource compiler based on C/C++ toolchain
Brad King
2015-05-07
1
-32
/
+0
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-9
/
+5
*
Merge topic 'fix-cmState-try_compile-languages'
Brad King
2015-05-01
1
-1
/
+3
|
\
|
*
cmGlobalGenerator: Finish storing enabled languages in cmState
Brad King
2015-04-30
1
-1
/
+3
*
|
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2
/
+3
*
|
Merge topic 'clean-up-cmMakefile'
Brad King
2015-04-21
1
-14
/
+14
|
\
\
|
*
|
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-21
1
-6
/
+6
|
*
|
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-21
1
-2
/
+3
|
*
|
Use the Home directories from the cmake class where intended.
Stephen Kelly
2015-04-21
1
-5
/
+5
|
*
|
Remove redundant calls to MakeStartDirectoriesCurrent.
Stephen Kelly
2015-04-21
1
-1
/
+0
*
|
|
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-2
/
+2
|
/
/
*
|
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-12
/
+12
|
/
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-7
/
+8
*
cmGlobalGenerator: Delegate storage of enabled languages to cmState.
Stephen Kelly
2015-04-13
1
-11
/
+4
*
Merge topic 'introduce-cmState'
Brad King
2015-04-13
1
-9
/
+10
|
\
|
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-3
/
+3
|
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-6
/
+7
*
|
cmGlobalGenerator: Store languages as vector, not map.
Stephen Kelly
2015-04-12
1
-7
/
+10
|
/
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-6
/
+2
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-07
1
-3
/
+3
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-5
/
+9
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-6
/
+2
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-06
1
-3
/
+3
*
cmGlobalGenerator: Don't fetch the cache manager in a loop.
Stephen Kelly
2015-04-05
1
-2
/
+1
*
Merge topic 'vs-express-build-output'
Brad King
2015-03-12
1
-4
/
+13
|
\
|
*
cmake: Teach --build to get VCExpress output (#15437)
Brad King
2015-03-10
1
-4
/
+13
*
|
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-11
1
-0
/
+1
|
/
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-5
/
+6
*
cmGlobalGenerator: Convert set insert algorithm to vector algorithms.
Stephen Kelly
2015-02-20
1
-9
/
+17
*
cmAlgorithms: Add cmWrap.
Stephen Kelly
2015-02-20
1
-9
/
+2
*
cmGlobalGenerator: Replace loop with algorithm.
Stephen Kelly
2015-02-20
1
-9
/
+4
*
cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates.
Stephen Kelly
2015-02-19
1
-6
/
+3
*
Revert "cmGlobalGenerator: Fix value type pushed into autogens vector"
Stephen Kelly
2015-02-17
1
-1
/
+1
*
cmGlobalGenerator: Remove unneeded pointer check.
Stephen Kelly
2015-02-17
1
-5
/
+1
*
Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)
Brad King
2015-01-29
1
-19
/
+0
*
Configure some CMake-provided targets with USES_TERMINAL (#14915)
Sylvain Joubert
2015-01-27
1
-7
/
+7
*
cmake: Generate an internal 'Labels.json' file next to 'Labels.txt'
Brad King
2015-01-20
1
-1
/
+25
*
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
1
-10
/
+10
|
\
|
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-6
/
+6
|
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-3
/
+3
|
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1
/
+1
[next]