| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | | Merge topic 'locale-independent-date-in-test' | Brad King | 2013-10-28 | 1 | -132/+31 |
|\ \ \ \ |
|
| * | | | | Tests: use string(TIMESTAMP) instead of system and locale specific date/time | Nils Gladitz | 2013-10-26 | 1 | -132/+31 |
|
|
* | | | | | Merge topic 'ninja-use-deps' | Brad King | 2013-10-28 | 11 | -77/+158 |
|\ \ \ \ \ |
|
| * | | | | | Ninja: use deps = gcc/msvc feature | Peter Kümmel | 2013-10-24 | 11 | -77/+158 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-28 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-27 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge topic 'ctest-fix-run-serial' | Brad King | 2013-10-26 | 5 | -59/+127 |
|\ \ \ \ |
|
| * | | | | CTest: fix dashboard issues associated with the ctest-fix-run-serial topic | Nils Gladitz | 2013-10-25 | 3 | -8/+24 |
|
|
| * | | | | CTest: added test for RUN_SERIAL issue #14484 | Nils Gladitz | 2013-10-21 | 3 | -0/+39 |
|
|
| * | | | | CTest: added comments that describe the basic test sorting approach | Nils Gladitz | 2013-10-21 | 1 | -0/+7 |
|
|
| * | | | | CTest: removed redundant copy of test dependency set | Nils Gladitz | 2013-10-21 | 1 | -7/+1 |
|
|
| * | | | | CTest: perform cycle test early | Nils Gladitz | 2013-10-19 | 2 | -1/+8 |
|
|
| * | | | | CTest: consider previously failed tests before all others | Nils Gladitz | 2013-10-19 | 1 | -15/+10 |
|
|
| * | | | | CTest: prioritize tests by their depth in the dependency graph | Nils Gladitz | 2013-10-18 | 1 | -4/+45 |
|
|
| * | | | | CTest: handle dependent and non dependent test requirements equally | Nils Gladitz | 2013-10-17 | 1 | -40/+9 |
|
|
* | | | | | Merge topic 'ctest-p4' | Brad King | 2013-10-26 | 11 | -2/+969 |
|\ \ \ \ \ |
|
| * | | | | | ctest_update: Add support for Perforce p4 client | Pedro Navarro | 2013-10-26 | 11 | -2/+969 |
|
|
* | | | | | | Merge topic 'less-versioned-installs' | Brad King | 2013-10-26 | 2 | -4/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Shorten CMake version used in install destinations | Brad King | 2013-10-25 | 2 | -4/+12 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge topic 'clang-binutils' | Brad King | 2013-10-26 | 2 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Find appropriate binutils when cross-compiling with clang | Stephen Kelly | 2013-10-25 | 2 | -4/+4 |
|
|
* | | | | | | | Merge topic 'QNX-ninja-generator' | Brad King | 2013-10-26 | 1 | -0/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | QNX: Don't attempt to create depfiles | Stephen Kelly | 2013-10-25 | 1 | -0/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'handle-CMP0024-in-tests' | Brad King | 2013-10-26 | 9 | -46/+74 |
|\ \ \ \ \ \ \ |
|