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
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-10
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-18
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
*
|
Use the cmDeleteAll algorithm for types derived from std::map.
Stephen Kelly
2015-01-17
1
-5/+1
|
/
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-17/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-12/+12
*
find_library: Fix repeat call after changing directory content (#15293)
Brad King
2014-12-08
1
-12/+21
*
Merge topic 'remove-c_str'
Brad King
2014-11-25
1
-4/+4
|
\
|
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-4/+4
*
|
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-2/+3
|
/
*
Give the interactive cache editor the USES_TERMINAL property
Peter Collingbourne
2014-11-14
1
-12/+14
*
Merge topic 'no-cmake-self-install-when-cross-compiling'
Brad King
2014-11-14
1
-1/+2
|
\
|
*
Do not use just-built CMake to install itself when cross-compiling (#15248)
Brad King
2014-11-13
1
-1/+2
*
|
Merge topic 'file-GENERATE-source'
Brad King
2014-11-13
1
-2/+28
|
\
\
|
*
|
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-2/+28
*
|
|
Suppress deprecation warnings for GetVersionEx
Brad King
2014-11-11
1
-0/+10
|
/
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-13/+13
*
|
Fix some spelling errors in comments
Geoff Viola
2014-10-13
1
-3/+3
|
/
*
enable_language: Fix error messages on missing modules (#15155)
Brad King
2014-09-18
1
-6/+6
*
enable_language: Initialize system-specific generator info only once
Brad King
2014-09-10
1
-20/+24
*
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+29
*
cmGlobalGenerator: Call SetGeneratorToolset even for empty toolset
Brad King
2014-09-05
1
-11/+17
*
ASM_MASM: Do not require compiler to be a full path
Brad King
2014-08-13
1
-1/+2
*
CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
Brad King
2014-08-07
1
-0/+8
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-44/+19
*
cmGlobalGenerator: Do not re-add CMAKE_<LANG>_COMPILER
Brad King
2014-07-24
1
-4/+0
*
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
1
-1/+6
*
Tell generators about CMAKE_SYSTEM_NAME as soon as it is known
Brad King
2014-07-17
1
-0/+8
*
VS: Move VS-only API out of cmGlobalGenerator
Brad King
2014-06-12
1
-30/+0
*
cmake: remove dummy backtraces for IssueMessage
Ben Boeckel
2014-06-05
1
-8/+4
*
Allow a toolchain file to specify a generator toolset
Brad King
2014-06-04
1
-3/+12
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+44
[next]