- 31 Oct, 2013 2 commits
-
-
29071fed VS: Add version year to generator names
-
Kitware Robot authored
-
- 30 Oct, 2013 7 commits
-
-
f88332f5 Help: Glob manual/*.rst in Sphinx configuration
-
10ef247b Configure Utilities/Sphinx for standalone build with CTest
-
eb1d6cef CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
-
Brad King authored
Add the man page description line as explicit markup at the top of each Help/manual/*.rst file and scan it from conf.py to automatically generate the man_pages Sphinx configuration value. This reduces the number of places that need to be changed when a new manual is added.
-
Kitware Robot authored
- 29 Oct, 2013 11 commits
-
-
c9d5ccfa Help: Add index document title
-
Brad King authored
Add an explicit title directive to set the HTML index page title instead of taking the first section header.
-
Brad King authored
Include the CTestUseLaunchers module in the standalone build of Utilities/Sphinx so that it can be built under CTest with the CTEST_USE_LAUNCHERS option.
-
Stephen Kelly authored
It is never used. Presumably it only exists so that a const char * can be returned from GetLocation. However, that is getting in the way now, so use a static std::string instead, which is already a common pattern in cmake.
-
Brad King authored
Add an Escape1 test case covering \-escape cases inside bracket, quoted, and unquoted arguments. Also cover comments immediately after quoted and unquoted arguments on lines containing \# escapes.
-
Brad King authored
Extend the BracketComment5 test case to cover both bracket comments and line comments starting immediately after a bracket comment closes.
-
2c7cd95c Help: Organize top-level index
-
f037b9b7 Generators: don't append sources from utility targets to objectSources
-
Nils Gladitz authored
-
Kitware Robot authored
-
- 28 Oct, 2013 12 commits
-
-
9c87d9cc Add automatic rcc invocation for Qt. 84218e18 Add automatic uic invocation for Qt. 94a0ca60 Record which files are skipped by automoc. 18fb7588 Run the main executable created in the autogen tests. e485ba12 Rename the QtAutomoc tests to QtAutogen. 7ce65c3c Add extra checks for the AUTOMOC target property. 32771fc7 Update output messages for generic use. f371ab58 Rename RunAutomoc to RunAutogen. 85b3d6e7 Extract an SetupAutoMocTarget method. ca124a15 Rename the AutomocInfo.cmake file to be more generic. a342c9ff Move some makefile definitions up away from moc-specific code. 98632eff Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER. 63378baa Rename some variables to reflect broader scope. 97f1aa39 Rename method to reflect generic use. 4abb1115 Rename local variable to reflect generic use. 03878c9a Move variable set to where it is used. ...
-
Brad King authored
Divide the list of manuals into separate sections each with its own title.
-
Brad King authored
Rename the Visual Studio >= 10 generators to indicate the version year: Visual Studio 10 => Visual Studio 10 2010 Visual Studio 11 => Visual Studio 11 2012 Visual Studio 12 => Visual Stduio 12 2013 Report the names with the year to the list of available generators so that the cmake-gui drop-down shows the years. When selecting a generator from the "-G" option or from an existing CMAKE_GENERATOR cache entry, recognize names without the years for compatibility and map them to the names with years. Update the generator names in the cmake-generators.7 manual.
-
Nils Gladitz authored
-
Support new languages using CMAKE_MODULE_PATH.
-
2b5c9da5 CTest: restore old failed test priority in serial test runs
-
0655d094 Tests: use string(TIMESTAMP) instead of system and locale specific date/time
-
eeb4aece Ninja: use deps = gcc/msvc feature
-
Brad King authored
All generators now support detection of the full path to the compiler, so require it to be so. This will allow CMake<LANG>Information.cmake and other logic to assume the full path to the compiler tool is available. The Makefile generators already rejected CMAKE_<LANG>_COMPILER values that did not name an existing compiler. Extend this error message to all generators, make it occur as early as possible, and improve the message with advice about how to set the compiler. If the full path to the compiler is not known, finish enabling languages with a fatal error so configuration does not continue. For now, allow the RC language compiler to not be a full path. Later we will need to detect the full path to "rc" under the VS IDE. Add a RunCMake.CompilerNotFound test to cover failure cases. Fix the RunCMake.CompilerChange test EmptyCompiler case to work when configuration does not continue past enable_language.
-
Brad King authored
When compiler id detection also provides a CMAKE_<LANG>_COMPILER value, use it unconditionally. It is known to be the compiler that is actually in use by IDE builds in VS and Xcode. Do not let a stray cache entry try to say otherwise.
-
Kitware Robot authored
-
- 27 Oct, 2013 4 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
As the generate-time-related API is moving to cmGeneratorTarget, almost all of generation code needs to be able to access instances of it.
-
Nils Gladitz authored
-
Kitware Robot authored
-
- 26 Oct, 2013 4 commits
-
-
Nils Gladitz authored
-
ff59365f CTest: fix dashboard issues associated with the ctest-fix-run-serial topic 7a665ae7 CTest: added test for RUN_SERIAL issue #14484 384beffc CTest: added comments that describe the basic test sorting approach adbe00d6 CTest: removed redundant copy of test dependency set 1b750cbf CTest: perform cycle test early 6d4d7ca9 CTest: consider previously failed tests before all others e809d8cf CTest: prioritize tests by their depth in the dependency graph 44017a47 CTest: handle dependent and non dependent test requirements equally
-
970c8234 ctest_update: Add support for Perforce p4 client
-
1093deeb Shorten CMake version used in install destinations
-