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
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
17
-80/+74
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
7
-36/+25
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
7
-36/+25
*
|
Merge topic 'ctest_start_function_scope'
Brad King
2018-01-29
3
-3/+14
|
\
\
|
*
|
cmCTestScriptHandler: Add new field ShouldRunCurrentScript
Kyle Edwards
2018-01-26
3
-3/+14
|
|
/
*
|
Merge topic 'dedup-uv-signal-hack'
Brad King
2018-01-26
1
-37/+2
|
\
\
|
*
|
De-duplicate cmUVSignalHackRAII
Brad King
2018-01-25
1
-37/+2
|
*
|
cmUVSignalHackRAII: Use nullptr instead of NULL
Brad King
2018-01-25
1
-2/+2
|
|
/
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
2
-7/+11
*
|
CTest: add safe conversion from cmDuration to integer types
Wouter Klouwen
2018-01-23
3
-30/+22
*
|
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
16
-76/+78
|
/
*
CTest: Fix process output read error cases
Brad King
2018-01-17
1
-0/+5
*
CTest: Fix decoding of MBCS character split by buffering
Brad King
2018-01-17
2
-9/+10
*
CTest: Re-implement test process handling using libuv
Bryon Bean
2018-01-10
6
-195/+695
*
cmProcess: Use explicit enum for process exit exception
Bryon Bean
2018-01-10
3
-7/+33
*
cmProcess: Use explicit enum for process state
Bryon Bean
2018-01-10
3
-13/+40
*
cmProcess: Remove unused ReportStatus method
Bryon Bean
2018-01-10
2
-61/+0
*
cmCTestRunTest: Modernize constructor and destructor decls
Bryon Bean
2018-01-10
2
-6/+3
*
cmCTestRunTest: Drop unused members
Bryon Bean
2018-01-10
1
-8/+0
*
cmCTestMultiProcessHandler: Factor out duplicate test finish logic
Bryon Bean
2018-01-10
2
-36/+38
*
cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTART
Brad King
2018-01-10
1
-0/+37
*
cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started test
Brad King
2018-01-08
2
-19/+20
*
cmCTestMultiProcessHandler: Check stop time more directly
Brad King
2018-01-08
3
-14/+14
*
cmCTestRunTest: Subsume ResolveTimeout into only call site
Brad King
2018-01-08
2
-29/+18
*
cmCTest: Refactor stop time calculations
Brad King
2018-01-08
1
-40/+3
*
cmCTest: Remove unused member LastStopTimeout
Brad King
2018-01-08
1
-3/+1
*
Various typo fixes
Luz Paz
2018-01-03
2
-2/+2
*
Merge topic 'fix-ctest-chrono'
Brad King
2017-12-12
8
-74/+25
|
\
|
*
CTest: Use integer-representable value for "infinite" timeout
Brad King
2017-12-11
2
-15/+4
|
*
CTest: Simplify std::chrono::duration<double> conversion to double
Brad King
2017-12-08
5
-48/+10
|
*
cmCTestBuildAndTestHandler: Convert timeout to std::chrono::duration
Brad King
2017-12-08
2
-11/+11
*
|
CTest: Remove unfinished batch test mode
Brad King
2017-12-08
4
-161/+1
*
|
Merge topic 'fix-ctest-chrono'
Brad King
2017-12-07
1
-3/+4
|
\
\
|
|
/
|
*
CTest: Fix regression in test timeout compuatation
Brad King
2017-12-07
1
-3/+4
*
|
Merge topic 'ctest-chrono'
Brad King
2017-12-05
15
-98/+171
|
\
\
|
|
/
|
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
13
-90/+171
|
*
IWYU: Add mappings for std::enable_if on chrono durations
Brad King
2017-11-28
8
-8/+0
*
|
CTest: Check failed fixture dependencies before test command and args
Craig Scott
2017-11-28
1
-2/+6
|
/
*
CTest: adopt std::chrono::system_clock
Wouter Klouwen
2017-11-17
8
-31/+24
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
15
-96/+155
*
CTest: correct misleading warning message for RUN_SERIAL tests
Wouter Klouwen
2017-11-09
1
-0/+12
*
Fix trivial typos in text
luzpaz
2017-11-03
4
-6/+6
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
4
-0/+4
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
3
-18/+19
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
9
-17/+18
*
Merge topic 'CTest-cov-string'
Brad King
2017-09-20
2
-11/+10
|
\
|
*
CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()
Rolf Eike Beer
2017-09-19
2
-11/+10
*
|
Merge topic 'CTest-crash-missing-glob'
Brad King
2017-09-20
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
CTest: fix crash if source file for coverage cannot be found
Rolf Eike Beer
2017-09-19
1
-0/+2
*
|
Merge topic 'string-clear'
Brad King
2017-09-19
16
-81/+81
|
\
\
[next]