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
/
cmCTestBuildAndTestHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-13/+10
*
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
1
-3/+3
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-3/+3
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-9/+9
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-10/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-0/+2
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-2/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-9/+9
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-256/+168
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-2/+1
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-1/+2
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-2/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
*
CTest: Use clear instead of erase-all.
Stephen Kelly
2015-02-17
1
-2/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-6/+6
*
Replace !foo.size() 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
-2/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-8/+8
*
CTest: Use -A option to pass generator platform selection
Brad King
2014-09-15
1
-1/+1
*
CTest: Add options to set generator platform
Brad King
2014-09-05
1
-0/+13
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-1/+1
*
cmSystemTools: Add callback for Stderr
Brad King
2014-05-15
1
-2/+4
*
cmSystemTools: Rename ErrorCallback to MessageCallback
Brad King
2014-05-15
1
-2/+2
*
cmCTestBuildAndTestHandler: Refactor output capture
Brad King
2014-05-15
1
-19/+22
*
cmCTestBuildAndTestHandler: Refactor local loop var
Brad King
2014-05-15
1
-3/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5/+5
*
ctest: Teach --build-options to allow zero options
Brad King
2013-11-18
1
-14/+5
*
ctest: Make the --build-makeprogram optional for --build-and-test
Brad King
2013-11-18
1
-4/+9
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-1/+1
*
CTest: Add options to set generator toolset
Brad King
2013-02-07
1
-4/+20
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-13/+13
*
Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.
David Cole
2009-10-13
1
-2/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
STYLE: fix warning
Bill Hoffman
2009-06-15
1
-0/+1
*
BUG: fix crash when running ctest coverage for VTK
Bill Hoffman
2009-06-15
1
-0/+12
*
ENH: Minor readability improvement in CTest output
Brad King
2008-12-18
1
-3/+3
*
ENH: Implement feature request from issue 7885. Allow setting environment var...
David Cole
2008-11-26
1
-1/+1
*
BUG: Make CTest honor user-specified config
Brad King
2008-09-04
1
-2/+8
*
BUG: make sure ctest sees the output of the cmake run in build and test cases...
Bill Hoffman
2008-06-18
1
-0/+8
*
ENH: fix build issue with config type not being specified by ctest
Bill Hoffman
2007-09-17
1
-1/+0
*
ENH: for build and test default the config type to the one that ctest was bui...
Bill Hoffman
2007-09-11
1
-2/+24
[next]