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
*
cmCTestCurl: Fix UploadFile declared parameter names
jrp2014
2018-04-05
1
-1/+1
*
Merge topic 'gcov-warning-message'
Brad King
2018-03-29
1
-1/+2
|
\
|
*
CTest: The "Could not find gcov." message should not be a warning
Betsy McPhail
2018-03-28
1
-1/+2
*
|
Merge topic 'ctest_update-memory-problems'
Brad King
2018-03-28
1
-1/+3
|
\
\
|
|
/
|
/
|
|
*
ctest_update: Fix crash when handling svn externals
Brad King
2018-03-27
1
-1/+3
*
|
Merge topic 'cmWorkingDirectory_success_checking'
Brad King
2018-03-09
8
-13/+139
|
\
\
|
*
|
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
8
-13/+139
|
|
/
*
|
Merge topic 'misc-typos'
Brad King
2018-03-08
1
-1/+1
|
\
\
|
*
|
Fix misc typos in documentation and comments
luz.paz
2018-03-07
1
-1/+1
|
|
/
*
|
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
8
-6/+62
|
/
*
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
[next]