summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Configure Utilities/Sphinx for standalone build with CTestBrad King2013-10-291-0/+1
* Merge topic 'doc-organize-index'Brad King2013-10-291-10/+28
|\
| * Help: Organize top-level indexBrad King2013-10-281-10/+28
* | Merge topic 'fix-custom-source-with-flags-crash'Brad King2013-10-293-1/+15
|\ \
| * | Generators: don't append sources from utility targets to objectSourcesNils Gladitz2013-10-283-1/+15
* | | Merge topic 'external-language-compiler-id'Brad King2013-10-291-1/+3
|\ \ \
| * | | CMakeDetermineCompilerId: Load src from CMAKE_MODULE_PATH (#14481)Dragos Carp2013-10-281-1/+3
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2013-10-291-1/+1
* | | Merge topic 'Qt-auto-generators'Brad King2013-10-2866-205/+1228
|\ \ \ | |/ / |/| |
| * | Add automatic rcc invocation for Qt.Stephen Kelly2013-10-2417-10/+426
| * | Add automatic uic invocation for Qt.Stephen Kelly2013-10-2419-14/+559
| * | Record which files are skipped by automoc.Stephen Kelly2013-10-242-12/+27
| * | Run the main executable created in the autogen tests.Stephen Kelly2013-10-243-8/+16
| * | Rename the QtAutomoc tests to QtAutogen.Stephen Kelly2013-10-2437-13/+13
| * | Add extra checks for the AUTOMOC target property.Stephen Kelly2013-10-241-14/+21
| * | Update output messages for generic use.Stephen Kelly2013-10-241-14/+14
| * | Rename RunAutomoc to RunAutogen.Stephen Kelly2013-10-242-3/+3
| * | Extract an SetupAutoMocTarget method.Stephen Kelly2013-10-242-48/+61
| * | Rename the AutomocInfo.cmake file to be more generic.Stephen Kelly2013-10-242-3/+3
| * | Move some makefile definitions up away from moc-specific code.Stephen Kelly2013-10-241-22/+21
| * | Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.Stephen Kelly2013-10-244-3/+19
| * | Rename some variables to reflect broader scope.Stephen Kelly2013-10-241-8/+9
| * | Rename method to reflect generic use.Stephen Kelly2013-10-242-3/+3
| * | Rename local variable to reflect generic use.Stephen Kelly2013-10-241-8/+8
| * | Move variable set to where it is used.Stephen Kelly2013-10-241-2/+1
| * | Rename the cmake_automoc command to cmake_autogen.Stephen Kelly2013-10-242-2/+2
| * | Rename the cmQtAutoGenerator instances to reflect coming features.Stephen Kelly2013-10-242-9/+9
| * | Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-246-38/+42
* | | Merge topic 'enable-language-require-compiler'Brad King2013-10-2835-39/+233
|\ \ \
| * | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-2830-29/+225
| * | | CMakeDetermineCompilerId: Always use compiler detected from IDEBrad King2013-10-281-6/+4
| * | | CMakeDetermine*Compiler: Remove temporary cache entryBrad King2013-10-244-4/+4
* | | | Merge topic 'restore-serial-failed-test-order'Brad King2013-10-281-3/+4
|\ \ \ \
| * | | | CTest: restore old failed test priority in serial test runsNils Gladitz2013-10-271-3/+4
* | | | | Merge topic 'locale-independent-date-in-test'Brad King2013-10-281-132/+31
|\ \ \ \ \
| * | | | | Tests: use string(TIMESTAMP) instead of system and locale specific date/timeNils Gladitz2013-10-261-132/+31
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ninja-use-deps'Brad King2013-10-2811-77/+158
|\ \ \ \ \
| * | | | | Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-2411-77/+158
* | | | | | CMake Nightly Date StampKitware Robot2013-10-281-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2013-10-271-1/+1
| |/ / / |/| | |
* | | | Merge topic 'ctest-fix-run-serial'Brad King2013-10-265-59/+127
|\ \ \ \
| * | | | CTest: fix dashboard issues associated with the ctest-fix-run-serial topicNils Gladitz2013-10-253-8/+24
| * | | | CTest: added test for RUN_SERIAL issue #14484Nils Gladitz2013-10-213-0/+39
| * | | | CTest: added comments that describe the basic test sorting approachNils Gladitz2013-10-211-0/+7
| * | | | CTest: removed redundant copy of test dependency setNils Gladitz2013-10-211-7/+1
| * | | | CTest: perform cycle test earlyNils Gladitz2013-10-192-1/+8
| * | | | CTest: consider previously failed tests before all othersNils Gladitz2013-10-191-15/+10
| * | | | CTest: prioritize tests by their depth in the dependency graphNils Gladitz2013-10-181-4/+45
| * | | | CTest: handle dependent and non dependent test requirements equallyNils Gladitz2013-10-171-40/+9
* | | | | Merge topic 'ctest-p4'Brad King2013-10-2611-2/+969
|\ \ \ \ \