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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGlobalGenerator: Create a new Compute step before generation.
Stephen Kelly
2015-07-29
3
-7/+5
*
cmGlobalGenerator: Remove the TargetManifest member.
Stephen Kelly
2015-07-29
3
-15/+7
*
cmGlobalGenerator: Remove unused manifest accessor.
Stephen Kelly
2015-07-29
1
-5/+0
*
VisualStudio: Skip global targets when processing.
Stephen Kelly
2015-07-29
3
-1/+10
*
Xcode: Skip Global targets when processing.
Stephen Kelly
2015-07-29
1
-0/+5
*
cmMakefile: Move method out of line.
Stephen Kelly
2015-07-29
2
-4/+6
*
cmMakefile: Return target from all AddUtilityCommand signatures
Brad King
2015-07-29
2
-19/+21
*
Merge topic 'use-generator-target'
Brad King
2015-07-28
42
-560/+478
|
\
|
*
Port some of the cmExportFileGenerator API to cmGeneratorTarget.
Stephen Kelly
2015-07-27
4
-23/+32
|
*
Port cmExportBuildFileGenerator to cmGeneratorTarget.
Stephen Kelly
2015-07-27
2
-24/+26
|
*
cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
Stephen Kelly
2015-07-27
6
-17/+36
|
*
Move GetFullPath to cmGeneratorTarget
Stephen Kelly
2015-07-27
12
-128/+143
|
*
Move GetLocationForBuild to cmGeneratorTarget.
Stephen Kelly
2015-07-27
4
-41/+46
|
*
Move GetLocation to cmGeneratorTarget.
Stephen Kelly
2015-07-27
8
-25/+31
|
*
Always access target location from a cmGeneratorTarget instance.
Stephen Kelly
2015-07-27
4
-11/+15
|
*
cmTarget: Restore the ImportedGetLocation method.
Stephen Kelly
2015-07-27
3
-6/+20
|
*
cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path.
Stephen Kelly
2015-07-27
1
-0/+1
|
*
cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION.
Stephen Kelly
2015-07-27
1
-2/+8
|
*
cmTarget: Inline GetLocation into deprecated callers.
Stephen Kelly
2015-07-27
1
-7/+36
|
*
cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.
Stephen Kelly
2015-07-27
5
-4/+21
|
*
cmGlobalGenerator: Create cmGeneratorTargets earlier.
Stephen Kelly
2015-07-27
1
-1/+1
|
*
cmTarget: Use reliable test for CMP0024 and CMP0026 OLD.
Stephen Kelly
2015-07-27
1
-2/+2
|
*
cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method.
Stephen Kelly
2015-07-27
2
-84/+0
|
*
cmLocalGenerator: Remove unused AddBuildTargetRule method.
Stephen Kelly
2015-07-27
2
-105/+0
|
*
cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.
Stephen Kelly
2015-07-27
5
-66/+0
|
*
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
2
-2/+10
|
*
cmGlobalGenerator: Split creation of generator object from initialization.
Stephen Kelly
2015-07-27
2
-1/+15
|
*
cmCPackPropertiesGenerator: Require cmLocalGenerator in API.
Stephen Kelly
2015-07-27
3
-8/+13
|
*
cmCustomCommandGenerator: Require cmLocalGenerator in API.
Stephen Kelly
2015-07-27
13
-32/+36
*
|
Merge topic 'cmConditionEvaluator-minor-cleanup'
Brad King
2015-07-28
1
-8/+8
|
\
\
|
*
|
cmConditionEvaluator: Remove superfluous spaces in expressions
Sebastian Schuberth
2015-07-27
1
-8/+8
*
|
|
Merge topic 'ctest-add_subdirectory-crash'
Brad King
2015-07-28
1
-1/+1
|
\
\
\
|
*
|
|
ctest: fix add_subdirectory() crash
Ben Boeckel
2015-07-27
1
-1/+1
*
|
|
|
Merge topic 'cmake-install-dependencies-option'
Brad King
2015-07-28
3
-3/+10
|
\
\
\
\
|
*
|
|
|
CMake: Add CMake_INSTALL_DEPENDENCIES option
Konstantin Podsvirov
2015-07-27
3
-3/+10
*
|
|
|
|
Merge topic 'cmake-gui-install-plugin'
Brad King
2015-07-28
1
-10/+24
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
cmake-gui: Install Qt5 Windows platform plugin
Konstantin Podsvirov
2015-07-27
1
-10/+24
*
|
|
|
|
Merge topic 'refactor-ninja-command-exporter'
Brad King
2015-07-28
2
-65/+98
|
\
\
\
\
\
|
*
|
|
|
|
cmNinjaTargetGenerator: Factor out compile command exporter
Brad King
2015-07-27
2
-65/+98
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'fortran-parser-updates'
Brad King
2015-07-28
12
-1634/+1461
|
\
\
\
\
\
|
*
|
|
|
|
cmFortranParser: Port to bison 3
Brad King
2015-07-27
3
-633/+444
|
*
|
|
|
|
cmFortranParser: Factor out of cmDependsFortran
Brad King
2015-07-27
4
-465/+488
|
*
|
|
|
|
cmDependsFortran: Simplify storage of preprocessor definitions
Brad King
2015-07-27
2
-13/+9
|
*
|
|
|
|
cmDependsFortran: Move FindIncludeFile method into parser class
Brad King
2015-07-27
2
-20/+17
|
*
|
|
|
|
Rename Fortran parser infrastructure to drop "Depends" prefix
Kitware Robot
2015-07-27
11
-632/+633
|
*
|
|
|
|
cmDependsFortranLexer: Remove trailing blank line
Brad King
2015-07-27
1
-1/+0
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'emacs-mode-updates'
Brad King
2015-07-28
1
-103/+90
|
\
\
\
\
\
|
*
|
|
|
|
cmake-mode.el: Derive cmake-mode from prog-mode
Roy Crihfield
2015-07-27
1
-35/+23
|
*
|
|
|
|
cmake-mode.el: Add font-lock for keywords and variables
Roy Crihfield
2015-07-27
1
-3/+11
[next]