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
/
cmCTestMultiProcessHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-4/+1
|
\
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-4/+2
*
|
cmSystemTools::RenameFile: Accepts std::string args
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
/
*
CTest: Teach --show-only=json-v1 to filter out not-available tests
Brad King
2019-01-17
1
-0/+5
*
CTest: Add --show-only[=format] option to print test info
Justin Goshi
2019-01-10
1
-0/+331
*
cmCTestRunTest: Thread number of completed tests through start APIs
Michael Wegner
2018-09-25
1
-2/+2
*
CTest: Improve stop-time implementation
Brad King
2018-09-12
1
-17/+32
*
Merge topic 'ctest-fix-test-load'
Brad King
2018-09-11
1
-20/+39
|
\
|
*
CTest: Fix --test-load regression
Brad King
2018-09-10
1
-20/+39
*
|
Update use of KWSys SystemTools::SplitString for new signature
Brad King
2018-06-22
1
-3/+2
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-9/+11
*
Merge topic 'cmWorkingDirectory_success_checking'
Brad King
2018-03-09
1
-5/+14
|
\
|
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-5/+14
*
|
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
1
-0/+28
|
/
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-4/+4
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-2/+2
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+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
|
/
*
CTest: Re-implement test process handling using libuv
Bryon Bean
2018-01-10
1
-33/+21
*
cmCTestMultiProcessHandler: Factor out duplicate test finish logic
Bryon Bean
2018-01-10
1
-36/+36
*
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
1
-18/+19
*
cmCTestMultiProcessHandler: Check stop time more directly
Brad King
2018-01-08
1
-4/+11
*
CTest: correct misleading warning message for RUN_SERIAL tests
Wouter Klouwen
2017-11-09
1
-0/+12
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-101/+67
*
Merge topic 'display-ctest-disabled'
Brad King
2017-06-05
1
-2/+6
|
\
|
*
ctest: Display disabled status when ctest -N is called
Chuck Atkins
2017-06-02
1
-2/+6
*
|
clang-tidy: use .empty() to check emptyness
Daniel Pfeifer
2017-04-21
1
-1/+1
*
|
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-3/+3
|
/
*
Add 'DISABLED' test property
Betsy McPhail
2017-03-29
1
-1/+3
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-8/+3
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest: Add support for test fixtures
Craig Scott
2016-09-20
1
-0/+10
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-3/+8
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-4/+6
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-4/+8
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-3/+3
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-403/+298
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-22/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-7/+7
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CTest: Fix regression in handling of a RUN_SERIAL test that fails
Brad King
2015-10-23
1
-5/+4
*
ctest: Optionally avoid starting tests that may exceed a given CPU load
Betsy McPhail
2015-06-30
1
-7/+117
[next]