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
/
cmProcess.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
CTest: make sure never to report negative test times (#14132)
Rolf Eike Beer
2013-05-10
1
-0/+8
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Fix for bug #10859, ctest exit exception incorrectly reported.
Bill Hoffman
2010-06-22
1
-0/+6
*
BUG: We shouldn't be setting the HideWindow option on the test processes we c...
Zach Mullen
2010-02-19
1
-1/+0
*
Handle multiple carriage return issue on windows VS9. Also make sure that ru...
Zach Mullen
2009-11-16
1
-1/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Avoid shadowing std::vector member
Brad King
2009-09-12
1
-3/+3
*
Fix new CTest output handling for no newline
Brad King
2009-09-11
1
-0/+1
*
Rewrite CTest child output handling
Brad King
2009-09-11
1
-145/+83
*
BUG: Fixed extraneous newlines from ctest process output
Zach Mullen
2009-09-08
1
-20/+25
*
BUG: Fixed issue where ctest would hang if a process terminated with output i...
Zach Mullen
2009-09-08
1
-6/+28
*
Fixed ctest output processing. Should now display output as it occurs, as we...
Zach Mullen
2009-09-04
1
-14/+18
*
Fixed output as-it-happens issue. Now displays output as it receives each ne...
Zach Mullen
2009-09-04
1
-0/+4
*
Added the test property EXPENSIVE, which denotes that the given test(s) shoul...
Zach Mullen
2009-09-04
1
-0/+5
*
Fixed 2 unused variable warnings
Zach Mullen
2009-09-03
1
-3/+1
*
Allowed tests to pull more than one line of output in their quantum. Fixed u...
Zach Mullen
2009-09-03
1
-54/+51
*
ENH: fix return value to ctest_build and remove debug print in cmProcess
Bill Hoffman
2009-01-14
1
-1/+1
*
ENH: allow ctest_build to return error and warning counts
Bill Hoffman
2009-01-14
1
-1/+1
*
ENH: add start end time for procs
Bill Hoffman
2008-12-29
1
-0/+4
*
STYLE: fix line length issues
Bill Hoffman
2008-10-02
1
-7/+11
*
ENH: one more fix for hp
Bill Hoffman
2008-07-03
1
-1/+0
*
ENH: add missing file
Bill Hoffman
2008-07-03
1
-0/+288