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 '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
|
|
/
*
|
cmake: On configure error suggest looking at CMake*.log files
Brad King
2013-07-09
1
-3/+19
|
/
*
Add whitespace after colons in error messages.
Stephen Kelly
2013-06-21
1
-7/+7
*
Fix indentation.
Stephen Kelly
2013-05-29
1
-1/+1
*
Merge topic 'genex-generate-file'
Brad King
2013-05-28
1
-0/+51
|
\
|
*
file: Add GENERATE command to produce files at generate time
Stephen Kelly
2013-05-24
1
-0/+51
*
|
Merge topic 'doc-improvements'
Brad King
2013-05-16
1
-1/+1
|
\
\
|
*
|
Fix spelling and typos (affecting binary data / module messages)
Andreas Mohr
2013-05-07
1
-1/+1
|
|
/
*
|
Add projectDir parameter to GenerateBuildCommand
Petr Kmoch
2013-04-12
1
-5/+7
|
/
*
Merge topic 'fix-automoc-no-qt'
Brad King
2013-03-13
1
-2/+4
|
\
|
*
Automoc: Don't create automoc targets if Qt is not used (#13999)
Stephen Kelly
2013-03-12
1
-2/+4
*
|
Ninja: use MinGW generator code in EnableLanguage()
Peter Kümmel
2013-03-09
1
-0/+32
|
/
*
automoc: Add source file to target early to set the linker language
Stephen Kelly
2013-02-22
1
-1/+9
*
Merge branch 'master' into generator-toolset
Brad King
2013-02-07
1
-1/+3
|
\
|
*
Merge topic 'clean-include-dirs-debugging'
Brad King
2013-01-23
1
-0/+1
|
|
\
|
|
*
Only output includes once after the start of 'generate-time' when debugging.
Stephen Kelly
2013-01-21
1
-0/+1
|
*
|
Merge topic 'automoc-object'
Brad King
2013-01-23
1
-1/+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Automoc: Fix automoc for OBJECT libraries.
Yury G. Kudryashov
2013-01-15
1
-1/+2
*
|
|
CMake: Add -T option to choose a generator toolset
Brad King
2013-02-07
1
-0/+14
|
/
/
*
|
Make the BUILD_INTERFACE of export()ed targets work.
Stephen Kelly
2013-01-15
1
-13/+1
|
/
*
Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.
Stephen Kelly
2013-01-08
1
-0/+17
*
VS11: Allow using folders with the VS11 Express Edition (#13770)
David Cole
2012-12-03
1
-1/+1
*
Merge topic 'generator-factory'
Brad King
2012-11-20
1
-8/+0
|
\
|
*
Make cmGlobalGenerator::GetDocumentation() a static function
Patrick Gansterer
2012-11-19
1
-8/+0
*
|
Merge topic 'fix-IMPORTED-GLOBAL-reconfigure'
Brad King
2012-11-20
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
Initialize IMPORTED GLOBAL targets on reconfigure (#13702)
Brad King
2012-11-19
1
-0/+1
*
|
GenEx: Create cmGeneratorTargets for imported targets.
Stephen Kelly
2012-10-22
1
-0/+10
*
|
GenEx: Fix reporting about not-found include directories and libraries.
Stephen Kelly
2012-10-17
1
-6/+16
[next]