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 'fix-windows-version-detection'
Brad King
2015-08-03
1
-10/+46
|
\
|
*
Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674)
Brad King
2015-07-31
1
-10/+46
*
|
cmInstallGenerator: Add a Compute() virtual hook.
Stephen Kelly
2015-07-30
1
-0/+12
*
|
cmGlobalGenerator: Move QtAutogen handling to Compute().
Stephen Kelly
2015-07-30
1
-5/+7
*
|
cmGlobalGenerator: Move generation object creation to Compute().
Stephen Kelly
2015-07-30
1
-2/+2
*
|
cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().
Stephen Kelly
2015-07-29
1
-2/+2
*
|
cmGlobalGenerator: Return from Compute whether to generate.
Stephen Kelly
2015-07-29
1
-5/+6
*
|
cmGlobalGenerator: Create a new Compute step before generation.
Stephen Kelly
2015-07-29
1
-3/+1
*
|
cmGlobalGenerator: Remove the TargetManifest member.
Stephen Kelly
2015-07-29
1
-5/+1
*
|
Merge topic 'use-generator-target'
Brad King
2015-07-28
1
-28/+69
|
\
\
|
*
|
cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
Stephen Kelly
2015-07-27
1
-12/+16
|
*
|
cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.
Stephen Kelly
2015-07-27
1
-2/+4
|
*
|
cmGlobalGenerator: Create cmGeneratorTargets earlier.
Stephen Kelly
2015-07-27
1
-1/+1
|
*
|
cmGlobalGenerator: Add global targets at the end of Configure.
Stephen Kelly
2015-07-27
1
-12/+27
|
*
|
cmGlobalGenerator: Extract method to create generator objects.
Stephen Kelly
2015-07-27
1
-2/+8
|
*
|
cmGlobalGenerator: Split creation of generator object from initialization.
Stephen Kelly
2015-07-27
1
-1/+14
|
*
|
cmCPackPropertiesGenerator: Require cmLocalGenerator in API.
Stephen Kelly
2015-07-27
1
-2/+3
*
|
|
cmMakefile: Use Ranges for buildsystem property access.
Stephen Kelly
2015-07-22
1
-4/+4
*
|
|
cmMakefile: Split accessors for compile definitions and origins.
Stephen Kelly
2015-07-22
1
-4/+8
|
/
/
*
|
Merge topic 'use-generator-target'
Brad King
2015-07-02
1
-16/+16
|
\
\
|
*
|
cmGlobalGenerator: Map local generators to generator targets.
Stephen Kelly
2015-07-01
1
-5/+4
|
*
|
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-14/+15
*
|
|
cmMakefile: Avoid invoking EnforceDirectoryLevelRules.
Stephen Kelly
2015-06-30
1
-0/+1
|
/
/
*
|
enable_language: Allow CMakeDetermine<LANG>Compiler module to fail early
Brad King
2015-06-29
1
-0/+4
*
|
cmGeneratorTarget: Require a cmLocalGenerator to construct.
Stephen Kelly
2015-06-22
1
-2/+2
*
|
cmGlobalGenerator: Create GeneratorTargets with a local generator.
Stephen Kelly
2015-06-22
1
-2/+3
*
|
cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method.
Stephen Kelly
2015-06-13
1
-0/+5
*
|
cmLocalGenerator: Remove ConfigureFinalPass.
Stephen Kelly
2015-06-09
1
-1/+1
*
|
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-1/+0
*
|
Merge topic 'cmMakefile-Configure'
Brad King
2015-06-04
1
-5/+5
|
\
\
|
*
|
cmMakefile: Move Configure responsibility from cmLocalGenerator.
Stephen Kelly
2015-06-04
1
-1/+1
|
*
|
cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.
Stephen Kelly
2015-06-04
1
-3/+3
|
*
|
cmLocalGenerator: ComputeObjectMaxPath just before generating.
Stephen Kelly
2015-06-04
1
-0/+1
|
*
|
Merge Configure state with GeneratingBuildSystem state.
Stephen Kelly
2015-06-04
1
-1/+0
|
|
/
*
|
cmGlobalGenerator: Don't use else after a return.
Stephen Kelly
2015-06-02
1
-24/+19
|
/
*
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
|
\
\
[next]