- 12 Jun, 2014 1 commit
-
-
Joe Snyder authored
Add the ability to parse the XML output of the Jacoco tool. Jacoco (www.eclemma.org/jacoco) is a Java coverage tool. Add and integrate a class for the parser and include a test which utilizes the new parser.
-
- 06 Jun, 2014 1 commit
-
-
Kitware Robot authored
-
- 05 Jun, 2014 14 commits
-
-
0496c430 FindOpenGL: Organize and format module documentation
-
Brad King authored
-
Brad King authored
-
6446eb09 CTest: Added option description for --output-on-failure
-
730e3862 Encoding: Add setlocale() to applications.
-
Without it the option list is cut short after --debug.
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 04 Jun, 2014 8 commits
-
-
Brad King authored
Delay use of CMAKE_GENERATOR_TOOLSET until the CMakeSystem.cmake file has been configured and loaded during the first project() or enable_language() command. This gives the toolchain file named by CMAKE_TOOLCHAIN_FILE a chance to set CMAKE_GENERATOR_TOOLSET. This point is still early enough to set the generator toolset prior to the initialization of any languages that might use the toolset. The cmake::GeneratorToolset member variable remains an indication of what was specified by the -T option or loaded from the cache. It does not need to be updated based on the toolchain file setting. The cmMakefile::TryCompile can still pass cmake::GeneratorToolset into the inner instance because the try-compiled project will do platform and language initialization using the CMakeSystem module configured for the outer project. Extend the RunCMake.GeneratorToolset test with cases that use a toolchain file to set CMAKE_GENERATOR_TOOLSET.
-
Brad King authored
Divide the cmGlobalVisualStudio10Generator "PlatformToolset" member into two members representing the generator-selected default toolset and the user-specified CMAKE_GENERATOR_TOOLSET value. Prefer the user-specified value, if any, and then fall back to the generator-selected default.
-
Brad King authored
The latter matches with CMAKE_GENERATOR_TOOLSET better.
-
Joe Snyder authored
Add support for Cobertura coverage files written by Java. Add a test which uses the report from a Java run of Cobertura to calculate coverage. In the documentation of CTEST_COVERAGE_COMMAND, give a sample .sh file to merge the Cobertura .ser files and generate the XML report from the merged file.
-
Joe Snyder authored
The coverage.py tool writes out an XML that conforms to the Cobertura Coverage tool standard. Rename the cmParsePythonCoverage files to instead be cmParseCoberturaCoverage.
-
Brad King authored
-
44e2923f cmake: Fix --build crash on bad CMAKE_GENERATOR in cache
-
Kitware Robot authored
-
- 03 Jun, 2014 16 commits
-
-
Clinton Stimpson authored
See also bug #14934 where chinese characters could not be used with cpack.
-
Brad King authored
In the ctest(1) manual and ctest_start() command documentation, convert mentions of CTest Script variables to cross-references so they will be rendered as links.
-
Brad King authored
Provide a minimal explanation of each variable by simply naming the corresponding ctest(1) setting and linking to the ctest(1) manual.
-
Brad King authored
-
Brad King authored
If we fail to create the generator named by CMAKE_GENERATOR, exit with an error message instead of crashing. While at it, fix the wording of the error message when CMAKE_GENERATOR is not set. Extend the RunCMake.CommandLine test with cases covering the "cmake --build" option when the named directory does not provide a CMakeCache.txt with a valid CMAKE_GENERATOR.
-
Brad King authored
-
Brad King authored
-
889f2fd8 Simplify and clarify credit text and link
-
Brad King authored
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
-
Brad King authored
-
8da0a75b Simplify and clarify credit text and link
-
Brad King authored
-
Brad King authored
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
-
Brad King authored
-