summaryrefslogtreecommitdiffstats
path: root/tests/auto/ft2-toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/ft2-toc.html')
0 files changed, 0 insertions, 0 deletions
td> | | | | | Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files. * Merge topic 'ctest_rerun_failed'Brad King2013-10-081-2/+134 |\ | | | | | | | | eb2decc ctest: Add --rerun-failed option | * ctest: Add --rerun-failed optionZack Galbreath2013-10-081-2/+134 | | | | | | | | | | | | | | | | Add a new command line argument to ctest. This allows users to rerun tests that failed during the previous call to ctest. This is accomplished by analyzing the most recently modified file named "^LastTestsFailed*" in the Testing/Temporary subdirectory of the project's binary directory. * | Generate modern-style cmake code.Stephen Kelly2013-08-221-2/+2 |/ | | | | | | | | | | The commits 9db31162 (Remove CMake-language block-end command arguments, 2012-08-13) and 77543bde (Convert CMake-language commands to lower case, 2012-08-13) changed most cmake code to use lowercase commands and no parameters in termination commands. However, those changes excluded cmake code generated in c++ by cmake. Make a similar style change to code generated by cmake. * CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-07