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
/
cmCTestTestHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix trivial clang -Wdouble-promotion warnings
Sean McBride
2015-11-11
1
-1/+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
CTest: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-3/+0
*
Merge topic 'fix-ctest-xml-double-encoding'
Brad King
2015-08-31
1
-1/+1
|
\
|
*
CTest: Fix XML double-encoding cases
Daniel Pfeifer
2015-08-28
1
-1/+1
*
|
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-2/+2
*
|
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
|
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
|
Merge topic 'ctest-add_subdirectory-crash'
Brad King
2015-07-28
1
-1/+1
|
\
\
|
|
/
|
*
ctest: fix add_subdirectory() crash
Ben Boeckel
2015-07-27
1
-1/+1
*
|
CTest: Show the number of tests for each label in the summary
Betsy McPhail
2015-07-06
1
-4/+17
*
|
ctest: Optionally avoid starting tests that may exceed a given CPU load
Betsy McPhail
2015-06-30
1
-0/+8
|
/
*
Merge topic 'ctest-xml-refactor'
Brad King
2015-05-28
1
-169/+153
|
\
|
*
cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-169/+153
*
|
Merge topic 'ctest-xml-minor-cleanup'
Brad King
2015-05-28
1
-5/+3
|
\
\
|
|
/
|
*
CTest: Generate NamedMeasurement elements directly into xml file
Daniel Pfeifer
2015-05-26
1
-5/+3
*
|
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
|
/
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0/+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-1/+1
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-1/+1
*
cmMakefile: Add wrapper for reading listfiles which have an origin.
Stephen Kelly
2015-04-18
1
-6/+2
*
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-4/+4
*
ctest_test: Add QUIET option
Zack Galbreath
2015-02-23
1
-31/+33
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-12/+12
*
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-6/+6
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-2/+2
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
*
Merge topic 'base64-casts'
Brad King
2015-01-08
1
-3/+2
|
\
|
*
cmCTest: Use size_t for cmsysBase64_Encode return value
Brad King
2014-12-26
1
-3/+2
*
|
Merge topic 'base64-constref'
Brad King
2014-12-23
1
-1/+1
|
\
\
|
*
|
cmCTestTestHandler: take reference to temporary string instead of doing a copy
Rolf Eike Beer
2014-12-22
1
-1/+1
|
|
/
*
|
Remove some temporary vectors for ExpandListArgument.
Stephen Kelly
2014-12-18
1
-45/+6
|
/
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-15/+15
*
CTest: Fix combined inclusive/exclusive label regular expressions
Nils Gladitz
2014-06-06
1
-2/+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-7/+7
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-15/+15
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-4/+4
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-15/+15
*
allow to mark a test as "Not Run" with a specific return code (#8466)
Rolf Eike Beer
2014-01-14
1
-0/+9
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-8/+9
*
Drop builtin command documentation
Brad King
2013-10-16
1
-16/+0
*
Merge topic 'ctest_rerun_failed'
Brad King
2013-10-08
1
-2/+134
|
\
|
*
ctest: Add --rerun-failed option
Zack Galbreath
2013-10-08
1
-2/+134
*
|
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-2/+2
|
/
[next]