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
*
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
*
Merge topic 'dev/hashmap-for-targets'
Brad King
2014-05-07
1
-5/+3
|
\
|
*
cmGlobalGenerator: Store targets in hash maps
Ben Boeckel
2014-05-07
1
-5/+3
*
|
Merge branch 'master' into osx-init-early
Brad King
2014-04-29
1
-197/+157
|
\
\
|
|
/
|
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
1
-1/+16
|
|
\
|
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1/+16
|
*
|
Merge topic 'target-sources-refactor'
Brad King
2014-04-03
1
-48/+8
|
|
\
\
|
|
|
/
|
|
*
cmGeneratorTarget: Compute target objects on demand
Stephen Kelly
2014-04-02
1
-46/+0
|
|
*
cmGeneratorTarget: Compute consumed object libraries on demand.
Stephen Kelly
2014-04-02
1
-1/+0
|
|
*
cmGlobalGenerator: Add interface to call ForceLinkerLanguages
Stephen Kelly
2014-03-31
1
-0/+7
|
|
*
cmGeneratorTarget: Compute the object directory early.
Stephen Kelly
2014-03-31
1
-1/+1
|
*
|
Merge branch 'master' into revise-compiler-id-policies
Brad King
2014-04-02
1
-172/+157
|
|
\
\
|
|
|
/
|
|
*
cmGlobalGenerator: Make ComputeTargetObjects non-virtual
Stephen Kelly
2014-03-15
1
-2/+19
|
|
*
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Stephen Kelly
2014-03-13
1
-0/+6
|
|
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
|
|
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-28/+28
|
|
*
stringapi: Use strings for program paths
Ben Boeckel
2014-03-08
1
-12/+19
|
|
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-2/+2
[next]