| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop builtin command documentation | Brad King | 2013-10-16 | 14 | -355/+0 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 2 | -7/+0 |
|
|
* | Merge topic 'Add-coverage.py-Coverage' | Brad King | 2013-10-08 | 4 | -0/+199 |
|\ |
|
| * | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 4 | -0/+199 |
|
|
* | | Merge topic 'ctest_rerun_failed' | Brad King | 2013-10-08 | 2 | -2/+149 |
|\ \ |
|
| * | | ctest: Add --rerun-failed option | Zack Galbreath | 2013-10-08 | 2 | -2/+149 |
| |/ |
|
* | | Merge topic 'generate-modern-style' | Brad King | 2013-10-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -2/+2 |
|
|
* | | CTest: Fix GTM coverage parsing line offset bug | Zack Galbreath | 2013-08-29 | 1 | -2/+2 |
|/ |
|
* | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 6 | -43/+87 |
|
|
* | Revert "CTest: fix pre and post test commands with spaces" (#13887) | Rolf Eike Beer | 2013-07-27 | 1 | -3/+2 |
|
|
* | Remove some uses of obsolete 'register' storage specifier | Sean McBride | 2013-06-28 | 1 | -1/+1 |
|
|
* | Merge topic 'CTest-less-cd' | Brad King | 2013-05-16 | 1 | -2/+1 |
|\ |
|
| * | CTest: avoid useless changing of directory | Rolf Eike Beer | 2013-05-15 | 1 | -2/+1 |
|
|
* | | Merge topic 'MemChecker-improvements' | Brad King | 2013-05-16 | 3 | -16/+37 |
|\ \ |
|
| * | | CTest: fix comment documenting cmBoundsCheckerParser class | Rolf Eike Beer | 2013-05-09 | 1 | -2/+1 |
|
|
| * | | CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flags | Rolf Eike Beer | 2013-05-09 | 1 | -1/+0 |
|
|
| * | | CTest: remove unreachable code and CTestTestMemcheckUnknown test | Rolf Eike Beer | 2013-05-09 | 1 | -7/+0 |
|
|
| * | | CTest: use an output file for Valgrind (#14110) | Rolf Eike Beer | 2013-05-09 | 3 | -6/+36 |
| |/ |
|
* | | Merge topic 'only-first-output-regex' | Brad King | 2013-05-16 | 1 | -0/+2 |
|\ \ |
|
| * | | CTest: break after first regex match on output | Rolf Eike Beer | 2013-05-11 | 1 | -0/+2 |
| |/ |
|
* | | Merge topic 'positive-test-times' | Brad King | 2013-05-16 | 1 | -0/+8 |
|\ \ |
|
| * | | CTest: make sure never to report negative test times (#14132) | Rolf Eike Beer | 2013-05-10 | 1 | -0/+8 |
| |/ |
|
* | | Merge topic 'doc-improvements' | Brad King | 2013-05-16 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -2/+2 |
| |/ |
|
* | | ctest_build: Pass projectDir to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -1/+2 |
|
|
* | | CTest: Simplify ctest_* command source/build dir lookup | Brad King | 2013-04-12 | 2 | -39/+14 |
|
|
* | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -1/+1 |
|/ |
|
* | CTest: Fix ctest_update with 'HEAD' file in source tree | Brad King | 2013-02-28 | 1 | -2/+2 |
|
|
* | CTest: Add options to set generator toolset | Brad King | 2013-02-07 | 3 | -4/+30 |
|
|
* | CTest: Prevent creation of unbounded number of tests in ctest (#12904) | Casey Goodlett | 2012-12-18 | 1 | -1/+6 |
|
|
* | CTest: Coverage handler: expect certain output lines from gcov 4.7 (#13657) | David Cole | 2012-12-10 | 1 | -4/+11 |
|
|
* | Always use the auto_ptr from cmsys. | Stephen Kelly | 2012-11-20 | 1 | -2/+1 |
|
|
* | Merge topic 'ctest-SUBMIT_INDEX-cdash' | Brad King | 2012-11-06 | 1 | -1/+1 |
|\ |
|
| * | CTest: Allow SUBMIT_INDEX with CDash | Brad King | 2012-11-01 | 1 | -1/+1 |
|
|
* | | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 2 | -80/+98 |
|\ \ |
|
| * | | CTest: improve memory checker type detection | Rolf Eike Beer | 2012-10-04 | 1 | -69/+89 |
|
|
| * | | CTest: fix pre and post test commands with spaces | Rolf Eike Beer | 2012-10-01 | 1 | -2/+3 |
|
|
| * | | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
|
|
* | | | cmCTestSVN: Fix compilation with Sun CC 5.1 | Brad King | 2012-10-04 | 2 | -0/+5 |
|/ / |
|
* | | ctest_update: Tell svn not to prompt interactively (#13024) | Nils Gladitz | 2012-09-25 | 3 | -22/+62 |
|
|
* | | cmCTestSVN: Load and process information from externals | Xavier Besseron | 2012-09-04 | 1 | -6/+32 |
|
|
* | | cmCTestSVN: Add a LoadExternal() function and an ExternalParser class | Xavier Besseron | 2012-09-04 | 2 | -0/+53 |
|
|
* | | cmCTestSVN: Use the SVNInfo structure | Xavier Besseron | 2012-09-04 | 2 | -77/+92 |
|
|
* | | cmCTestSVN: Create the SVNInfo for the root repository | Xavier Besseron | 2012-09-04 | 1 | -0/+3 |
|
|
* | | cmCTestSVN: Add the Repositories list and the RootInfo pointer | Xavier Besseron | 2012-09-04 | 1 | -0/+6 |
|
|
* | | cmCTestSVN: Extend Revision struct with SVN repo information | Xavier Besseron | 2012-09-04 | 2 | -5/+13 |
|
|
* | | cmCTestSVN: Add the new SVNInfo structure | Xavier Besseron | 2012-09-03 | 2 | -0/+51 |
|
|
* | | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 28 | -156/+156 |
|
|
* | | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+9 |
|
|