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
*
ctest: drop incremental progress-only messages from build-and-test output
Brad King
2019-04-12
1
-3/+4
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-1/+1
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+5
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-4/+5
*
cmSystemTools: MessageCallback and Message() accept std::string argument
Vitaly Stakhovsky
2019-02-07
1
-1/+1
*
OutputCallback: Accept std::string argument
Regina Pfeifer
2019-01-30
1
-5/+2
*
MessageCallback: Remove unused bool& argument
Regina Pfeifer
2019-01-29
1
-1/+1
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-29/+21
*
Merge topic 'cmake-role-fix'
Brad King
2019-01-21
1
-1/+1
|
\
|
*
CMAKE_ROLE: Fix value for ctest --build-and-test
Kyle Edwards
2019-01-18
1
-1/+1
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+1
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+2
*
ctest: Fix generator platform under --build-nocmake
Brad King
2018-09-25
1
-3/+9
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-3/+3
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-1/+21
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-3/+3
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-11/+4
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-11/+4
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-1/+1
*
|
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-6/+6
|
/
*
cmCTestBuildAndTestHandler: Convert timeout to std::chrono::duration
Brad King
2017-12-08
1
-10/+9
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-1/+1
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-9/+14
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
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
[next]