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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGlobalGenerator: Map local generators to generator targets.
Stephen Kelly
2015-07-01
1
-1/+1
*
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-3/+4
*
cmGlobalGenerator: Create GeneratorTargets with a local generator.
Stephen Kelly
2015-06-22
1
-1/+1
*
cmGlobalGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-6/+8
*
Merge topic 'cmMakefile-Configure'
Brad King
2015-06-04
1
-5/+7
|
\
|
*
cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.
Stephen Kelly
2015-06-04
1
-5/+7
*
|
VS: Compute project GUIDs deterministically
Brad King
2015-06-04
1
-2/+0
|
/
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-2/+6
*
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
-4/+1
*
cmGlobalGenerator: De-virtualize methods with no overrides.
Stephen Kelly
2015-05-24
1
-3/+3
*
Merge topic 'use-std-unordered_map'
Brad King
2015-05-19
1
-1/+9
|
\
|
*
Use std::unordered_map instead of hash_map where available.
Stephen Kelly
2015-05-18
1
-1/+9
*
|
cmGlobalGenerator: Host the MakeSilentFlag.
Stephen Kelly
2015-05-18
1
-0/+1
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-2/+4
|
/
*
cmGlobalGenerator: Move some flags from cmLocalGenerator.
Stephen Kelly
2015-05-14
1
-0/+7
*
RC: Simplify selection of resource compiler based on C/C++ toolchain
Brad King
2015-05-07
1
-1/+0
*
Merge topic 'fix-cmState-try_compile-languages'
Brad King
2015-05-01
1
-1/+0
|
\
|
*
cmGlobalGenerator: Finish storing enabled languages in cmState
Brad King
2015-04-30
1
-1/+0
*
|
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-1/+1
|
/
*
cmGlobalGenerator: Store languages as vector, not map.
Stephen Kelly
2015-04-12
1
-1/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-2/+3
*
find_library: Fix repeat call after changing directory content (#15293)
Brad King
2014-12-08
1
-8/+9
*
file: Add LOCK subcommand to do file and directory locking
Ruslan Baratov
2014-12-03
1
-0/+10
*
Give the interactive cache editor the USES_TERMINAL property
Peter Collingbourne
2014-11-14
1
-1/+2
*
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-0/+10
*
Fix some spelling errors in comments
Geoff Viola
2014-10-13
1
-4/+4
*
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+4
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-2/+2
*
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
1
-1/+3
*
Tell generators about CMAKE_SYSTEM_NAME as soon as it is known
Brad King
2014-07-17
1
-0/+4
*
cmTarget: Compile old-style link dependencies only for VS 6
Brad King
2014-07-14
1
-0/+2
*
cmTarget: Run old-style link dependencies only for VS 6
Brad King
2014-07-14
1
-0/+3
*
VS: Move VS-only API out of cmGlobalGenerator
Brad King
2014-06-12
1
-3/+0
*
Allow a toolchain file to specify a generator toolset
Brad King
2014-06-04
1
-1/+1
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+2
*
cmGlobalGenerator: Store targets in hash maps
Ben Boeckel
2014-05-07
1
-3/+12
*
Remove extra semicolons from C++ code.
Stephen Kelly
2014-04-03
1
-1/+1
*
cmGeneratorTarget: Compute target objects on demand
Stephen Kelly
2014-04-02
1
-2/+0
*
cmGlobalGenerator: Add interface to call ForceLinkerLanguages
Stephen Kelly
2014-03-31
1
-0/+2
*
cmGlobalGenerator: Make ComputeTargetObjects non-virtual
Stephen Kelly
2014-03-15
1
-1/+1
*
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Stephen Kelly
2014-03-13
1
-0/+2
*
stringapi: Use strings for program paths
Ben Boeckel
2014-03-08
1
-4/+4
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-4/+4
*
stringapi: Use strings for directories
Ben Boeckel
2014-03-08
1
-3/+3
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-4/+4
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-5/+5
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-23/+23
*
cmTarget: Remove the project argument to FindTarget
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for VS project names
Ben Boeckel
2014-03-08
1
-4/+4
[next]