- 08 Oct, 2013 14 commits
-
-
d0ec3a01 Adding support for the Python coverage.py tool.
-
eb2decc0 ctest: Add --rerun-failed option
-
af0051f4 curl, bzip2: Suppress warnings by setting initial value cb4ec606 cmDocumentation: Fix a few doxygen comment errors d915819a cm*Lexer: Populate empty doxygen @param comment 97124f91 cmTarget: Properly escape @ char in doxygen comments 8e96353f Fix warnings about \brief usage d9930322 cmGraphVizWriter: Add extra space in comment to suppress warning 6cea3eeb cmNewLineStyle: Remove useless semi-colon 7e7a1c0a curl: Fix typo in header include guard
-
This assumes that coverage.py has been run in such a way to produce its standard XML output. This uses the Cobertura schema and should be somewhat generalizable.
-
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.
-
Silence clang -Wsometimes-uninitialized warnings.
-
Warned by clang -Wdocumentation
-
And in one case fixed wrong param name. Warned by clang -Wdocumentation.
-
Found by clang's -Wdocumentation.
-
A doxygen \brief is ended with a newline, so remove a newline right after \brief to fix clang -Wdocumentation warning.
-
Clang's -Wdocumentation thought it was malformed doxygen.
-
Warned by clang.
-
From clang's -Wheader-guard.
-
Kitware Robot authored
-
- 07 Oct, 2013 26 commits
-
-
c04995b4 cmake: Split -E command implementation into separate source file
-
a3170c8b Tests: Make find_package(Qt4) QUIET
-
a63fcbcb Always consider includes from IMPORTED targets to be SYSTEM.
-
0ad2a1c1 Export: Never treat private link libraries as public package dependencies.
-
e507bf28 CPack: Fix clang -Wdocumentation warnings
-
fadffab5 ccmake: Teach dialog to support cache STRINGS property
-
69aff17d UseJava: Add support for the jar 'm' (Manifest) option
-
1bdac7d5 add_dependencies: Clarify direction of dependency in docs (#14424)
-
ad3d5c59 cmListFileLexer: Fix leak on error before EOF
-
8cff5e44 mark_as_advanced: improve documentation syntax
-
864e2a31 FindOpenSSL: mark variables as advanced for MSVC (#14418)
-
49533303 Tests/RunCMake: Tolerate valgrind lines in CMake output
-
2aafaccc genex: Test preprocessing incomplete expressions.
-
bbb0d6fa CMakeGraphVizOptions.cmake: Fix typo in documentation
-
81ea3637 cmake-gui: save and restore the geometry and window state between sessions.
-
870f91e3 FindwxWidgets: Look in x64 directories for MSVC (#14393)
-
f01dc72c Use one authorative source of the LINK_LIBRARIES property.
-
8c891f86 VS: Tolerate diagnostic output while detecting cl (#14387)
-
0f3a6667 GenerateExportHeader: Deprecate add_compiler_export_flags function.
-