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
*
CMake Nightly Date Stamp
Kitware Robot
2013-10-31
1
-1/+1
*
Merge topic 'use-generator-target'
Brad King
2013-10-30
7
-95/+127
|
\
|
*
Remove the Location member from cmTarget.
Stephen Kelly
2013-10-29
2
-13/+19
|
*
Move GenerateTargetManifest to cmGeneratorTarget.
Stephen Kelly
2013-10-27
5
-76/+83
|
*
Split CreateGeneratorTargets into two methods.
Stephen Kelly
2013-10-27
4
-6/+25
*
|
Merge topic 'cmake-syntax-test-escaped-comment'
Brad King
2013-10-30
4
-0/+12
|
\
\
|
*
|
Add to RunCMake.Syntax test \-escape cases
Brad King
2013-10-29
3
-0/+7
|
*
|
Add to RunCMake.Syntax test comments not separated by spaces
Brad King
2013-10-29
1
-0/+5
*
|
|
Merge topic 'doc-conf-auto-manuals'
Brad King
2013-10-30
15
-15/+51
|
\
\
\
|
*
|
|
Help: Glob manual/*.rst in Sphinx configuration
Brad King
2013-10-30
15
-15/+51
*
|
|
|
Merge topic 'doc-build-standalone'
Brad King
2013-10-30
1
-0/+1
|
\
\
\
\
|
*
|
|
|
Configure Utilities/Sphinx for standalone build with CTest
Brad King
2013-10-29
1
-0/+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'fix-coverage-over-multiple-projects'
Brad King
2013-10-30
1
-0/+1
|
\
\
\
\
|
*
|
|
|
CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
Nils Gladitz
2013-10-29
1
-0/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2013-10-30
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'doc-organize-index'
Brad King
2013-10-29
1
-0/+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Help: Add index document title
Brad King
2013-10-29
1
-0/+2
*
|
|
|
Merge topic 'doc-organize-index'
Brad King
2013-10-29
1
-10/+28
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Help: Organize top-level index
Brad King
2013-10-28
1
-10/+28
*
|
|
|
Merge topic 'fix-custom-source-with-flags-crash'
Brad King
2013-10-29
3
-1/+15
|
\
\
\
\
|
*
|
|
|
Generators: don't append sources from utility targets to objectSources
Nils Gladitz
2013-10-28
3
-1/+15
*
|
|
|
|
Merge topic 'external-language-compiler-id'
Brad King
2013-10-29
1
-1/+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
CMakeDetermineCompilerId: Load src from CMAKE_MODULE_PATH (#14481)
Dragos Carp
2013-10-28
1
-1/+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2013-10-29
1
-1/+1
*
|
|
|
Merge topic 'Qt-auto-generators'
Brad King
2013-10-28
66
-205/+1228
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add automatic rcc invocation for Qt.
Stephen Kelly
2013-10-24
17
-10/+426
|
*
|
|
Add automatic uic invocation for Qt.
Stephen Kelly
2013-10-24
19
-14/+559
|
*
|
|
Record which files are skipped by automoc.
Stephen Kelly
2013-10-24
2
-12/+27
|
*
|
|
Run the main executable created in the autogen tests.
Stephen Kelly
2013-10-24
3
-8/+16
|
*
|
|
Rename the QtAutomoc tests to QtAutogen.
Stephen Kelly
2013-10-24
37
-13/+13
|
*
|
|
Add extra checks for the AUTOMOC target property.
Stephen Kelly
2013-10-24
1
-14/+21
|
*
|
|
Update output messages for generic use.
Stephen Kelly
2013-10-24
1
-14/+14
|
*
|
|
Rename RunAutomoc to RunAutogen.
Stephen Kelly
2013-10-24
2
-3/+3
|
*
|
|
Extract an SetupAutoMocTarget method.
Stephen Kelly
2013-10-24
2
-48/+61
|
*
|
|
Rename the AutomocInfo.cmake file to be more generic.
Stephen Kelly
2013-10-24
2
-3/+3
|
*
|
|
Move some makefile definitions up away from moc-specific code.
Stephen Kelly
2013-10-24
1
-22/+21
|
*
|
|
Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.
Stephen Kelly
2013-10-24
4
-3/+19
|
*
|
|
Rename some variables to reflect broader scope.
Stephen Kelly
2013-10-24
1
-8/+9
|
*
|
|
Rename method to reflect generic use.
Stephen Kelly
2013-10-24
2
-3/+3
|
*
|
|
Rename local variable to reflect generic use.
Stephen Kelly
2013-10-24
1
-8/+8
|
*
|
|
Move variable set to where it is used.
Stephen Kelly
2013-10-24
1
-2/+1
|
*
|
|
Rename the cmake_automoc command to cmake_autogen.
Stephen Kelly
2013-10-24
2
-2/+2
|
*
|
|
Rename the cmQtAutoGenerator instances to reflect coming features.
Stephen Kelly
2013-10-24
2
-9/+9
|
*
|
|
Rename the cmQtAutomoc class to cmQtAutoGenerators.
Stephen Kelly
2013-10-24
6
-38/+42
*
|
|
|
Merge topic 'enable-language-require-compiler'
Brad King
2013-10-28
35
-39/+233
|
\
\
\
\
|
*
|
|
|
Require CMAKE_<LANG>_COMPILER to be found as a full path
Brad King
2013-10-28
30
-29/+225
|
*
|
|
|
CMakeDetermineCompilerId: Always use compiler detected from IDE
Brad King
2013-10-28
1
-6/+4
|
*
|
|
|
CMakeDetermine*Compiler: Remove temporary cache entry
Brad King
2013-10-24
4
-4/+4
*
|
|
|
|
Merge topic 'restore-serial-failed-test-order'
Brad King
2013-10-28
1
-3/+4
|
\
\
\
\
\
|
*
|
|
|
|
CTest: restore old failed test priority in serial test runs
Nils Gladitz
2013-10-27
1
-3/+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]