index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
Nils Gladitz
2013-10-29
1
-0/+1
*
CTest: restore old failed test priority in serial test runs
Nils Gladitz
2013-10-27
1
-3/+4
*
Merge topic 'ctest-fix-run-serial'
Brad King
2013-10-26
2
-59/+85
|
\
|
*
CTest: fix dashboard issues associated with the ctest-fix-run-serial topic
Nils Gladitz
2013-10-25
1
-7/+20
|
*
CTest: added comments that describe the basic test sorting approach
Nils Gladitz
2013-10-21
1
-0/+7
|
*
CTest: removed redundant copy of test dependency set
Nils Gladitz
2013-10-21
1
-7/+1
|
*
CTest: perform cycle test early
Nils Gladitz
2013-10-19
2
-1/+8
|
*
CTest: consider previously failed tests before all others
Nils Gladitz
2013-10-19
1
-15/+10
|
*
CTest: prioritize tests by their depth in the dependency graph
Nils Gladitz
2013-10-18
1
-4/+45
|
*
CTest: handle dependent and non dependent test requirements equally
Nils Gladitz
2013-10-17
1
-40/+9
*
|
ctest_update: Add support for Perforce p4 client
Pedro Navarro
2013-10-26
5
-1/+674
|
/
*
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
[next]