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
*
INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
Stephen Kelly
2013-11-25
1
-0/+9
*
Merge topic 'constify'
Brad King
2013-11-20
1
-9/+11
|
\
|
*
cmGlobalGenerator: Make NameResolvesToFramework const.
Stephen Kelly
2013-11-19
1
-7/+9
|
*
cmMakefile: Make IsAlias const.
Stephen Kelly
2013-11-19
1
-1/+1
|
*
cmTarget: Make custom command accessors API const.
Stephen Kelly
2013-11-19
1
-1/+1
*
|
Notify extra generators about languages
Ben Boeckel
2013-11-19
1
-0/+5
|
/
*
Merge topic 'cleanup-build-commands'
Brad King
2013-11-19
1
-66/+79
|
\
|
*
Simplify some calls to cmGlobalGenerator::Build
Brad King
2013-11-18
1
-10/+1
|
*
Teach GenerateBuildCommand to find its own make program
Brad King
2013-11-18
1
-0/+20
|
*
cmGlobalGenerator: Cleanup GenerateBuildCommand API
Brad King
2013-11-18
1
-28/+18
|
*
cmGlobalGenerator: Add method to compute "cmake --build" command line
Brad King
2013-11-14
1
-0/+40
|
*
cmGlobalGenerator: Drop unused GenerateBuildCommand implementation
Brad King
2013-11-14
1
-33/+5
*
|
CMP0037: Extend policy to reserved names and custom targets
Nils Gladitz
2013-11-19
1
-0/+31
|
/
*
Refactor tool selection for edit_cache (#14544)
Brad King
2013-11-12
1
-7/+8
*
Merge topic 'constify'
Brad King
2013-11-12
1
-7/+4
|
\
|
*
cmTarget: Don't finalize include directories in GetIncludeDirectories.
Stephen Kelly
2013-11-07
1
-5/+2
|
*
cmGlobalGenerator: Rename the FinalizeCompileDefinitions method.
Stephen Kelly
2013-11-07
1
-2/+2
*
|
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-3/+3
|
/
*
Merge topic 'refactor-autogen-setup'
Brad King
2013-11-06
1
-10/+16
|
\
|
*
cmAutogen: Gather tool arguments after creating generator targets.
Stephen Kelly
2013-11-05
1
-9/+15
|
*
cmAutogen: Rename method to InitializeAutogenTarget
Stephen Kelly
2013-11-05
1
-1/+1
*
|
Merge topic 'clear-generator-data'
Brad King
2013-11-06
1
-47/+36
|
\
\
|
|
/
|
/
|
|
*
cmGlobalGenerator: Refactor member cleanup between configures
Brad King
2013-11-05
1
-47/+36
*
|
Merge topic 'fix-automoc-compile-definitions'
Brad King
2013-11-05
1
-4/+20
|
\
\
|
|
/
|
/
|
|
*
Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
Stephen Kelly
2013-11-05
1
-4/+20
*
|
Merge topic 'clear-evaluation-files'
Brad King
2013-11-05
1
-0/+8
|
\
\
|
*
|
file(GENERATE): Clear internal records between configures
Brad King
2013-11-04
1
-0/+8
|
|
/
*
|
Merge topic 'object-library-missing-source'
Brad King
2013-11-02
1
-0/+1
|
\
\
|
*
|
Check for OBJECT_LIBRARY source files at start of generation
Brad King
2013-11-01
1
-0/+1
|
|
/
*
|
Merge topic 'use-generator-target'
Brad King
2013-10-30
1
-3/+23
|
\
\
|
*
|
Split CreateGeneratorTargets into two methods.
Stephen Kelly
2013-10-27
1
-3/+23
*
|
|
Merge topic 'Qt-auto-generators'
Brad King
2013-10-28
1
-12/+15
|
\
\
\
|
*
|
|
Add automatic rcc invocation for Qt.
Stephen Kelly
2013-10-24
1
-1/+2
|
*
|
|
Add automatic uic invocation for Qt.
Stephen Kelly
2013-10-24
1
-1/+3
|
*
|
|
Rename the cmQtAutoGenerator instances to reflect coming features.
Stephen Kelly
2013-10-24
1
-6/+6
|
*
|
|
Rename the cmQtAutomoc class to cmQtAutoGenerators.
Stephen Kelly
2013-10-24
1
-7/+7
*
|
|
|
Merge topic 'enable-language-require-compiler'
Brad King
2013-10-28
1
-25/+95
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Require CMAKE_<LANG>_COMPILER to be found as a full path
Brad King
2013-10-28
1
-25/+95
|
|
/
/
*
|
|
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-23/+0
|
/
/
*
|
export(): Process the export() command at generate time.
Stephen Kelly
2013-10-11
1
-0/+56
*
|
Merge topic 'apple-clang-id'
Brad King
2013-10-09
1
-0/+41
|
\
\
|
*
|
Add policy CMP0025 for Apple Clang compiler id compatibility
Brad King
2013-10-08
1
-0/+41
|
|
/
*
|
Merge topic 'INTERFACE_LIBRARY-target-type'
Brad King
2013-10-08
1
-0/+4
|
\
\
|
*
|
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-0/+4
|
|
/
*
|
Fix resetting the compiler on the command line (#14366).
Stephen Kelly
2013-08-19
1
-2/+10
|
/
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-2/+24
*
Merge topic 'tid-system-argument'
Brad King
2013-07-16
1
-0/+11
|
\
|
*
Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.
Stephen Kelly
2013-07-16
1
-0/+11
*
|
Merge topic 'compile-defs-debugging'
Brad King
2013-07-15
1
-3/+10
|
\
\
|
*
|
Add target property debugging for COMPILE_DEFINITIONS
Stephen Kelly
2013-07-12
1
-3/+10
|
|
/
[next]