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
/
cmCTestBuildCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: Remove usages of CMAKE_INTDIR
Kyle Edwards
2023-02-07
1
-4/+0
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-6/+6
*
ctest_build: Add the PARALLEL_LEVEL argument
friendlyanon
2021-05-04
1
-1/+2
*
cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand
friendlyanon
2021-05-01
1
-2/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
cmCTestBuildCommand: code improvement
Vitaly Stakhovsky
2020-11-29
1
-25/+18
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-26/+29
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-2/+2
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-11/+10
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-1/+1
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-9/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+5
*
cmCTest*Command: Port to cmArgumentParser
Regina Pfeifer
2019-09-20
1
-26/+19
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-7/+6
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+3
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-3/+2
*
cmCTest: Use concrete accessor functions for TestingHandlers
Regina Pfeifer
2019-03-20
1
-7/+4
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value
Regina Pfeifer
2018-11-20
1
-14/+2
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-8/+8
*
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
1
-0/+6
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-0/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-8/+8
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-83/+62
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-3/+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
-2/+2
*
CTest: Stop telling 'make' to ignore errors with -i
Brad King
2015-05-12
1
-1/+2
*
ctest_build: Add QUIET option
Zack Galbreath
2015-02-23
1
-6/+9
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
Merge topic 'ctest-bad-generator'
Brad King
2014-05-08
1
-0/+9
|
\
|
*
ctest_build: Do not crash on bad generator name
Brad King
2014-05-07
1
-0/+9
*
|
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
|
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-2/+1
*
|
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-2/+2
*
|
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-1/+2
|
/
*
ctest_build: Use "cmake --build" to launch the native build tool
Brad King
2013-11-15
1
-7/+2
*
ctest_build: Pass projectDir to GenerateBuildCommand
Petr Kmoch
2013-04-12
1
-1/+2
*
Add projectDir parameter to GenerateBuildCommand
Petr Kmoch
2013-04-12
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
*
Fix for issue #5041 - improve error messages that may occur during ctest_buil...
David Cole
2009-12-29
1
-4/+11
*
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...
David Cole
2009-12-04
1
-2/+14
*
Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build...
Zach Mullen
2009-11-03
1
-5/+18
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Fix CTEST_USE_LAUNCHERS in dashboard scripts
Brad King
2009-02-13
1
-0/+6
[next]