Sebastian Holtermann
|
e91bfe440c
cmMakefile: Let AddDefinition accept a value as cm::string_view
|
6 éve |
Regina Pfeifer
|
b172a81d55
cmCTest: Use concrete accessor functions for TestingHandlers
|
6 éve |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 éve |
Regina Pfeifer
|
3125c47d27
ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value
|
7 éve |
Daniel Pfeifer
|
190e3825d4
Replace C-style casts
|
8 éve |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 éve |
Betsy McPhail
|
d08ec4d25a
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
|
8 éve |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 éve |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 éve |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 éve |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 éve |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 éve |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 éve |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 éve |
Brad King
|
226df303f9
CTest: Stop telling 'make' to ignore errors with -i
|
10 éve |
Zack Galbreath
|
49ba4545c2
ctest_build: Add QUIET option
|
10 éve |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 éve |
Brad King
|
65a71a5db2
Merge topic 'ctest-bad-generator'
|
11 éve |
Brad King
|
5411128645
ctest_build: Do not crash on bad generator name
|
11 éve |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 éve |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 éve |
Ben Boeckel
|
1a1b737c99
stringapi: Use strings for generator names
|
11 éve |
Ben Boeckel
|
b3bf31a548
stringapi: Miscellaneous char* parameters
|
11 éve |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
11 éve |
Brad King
|
2d072069e2
ctest_build: Use "cmake --build" to launch the native build tool
|
12 éve |
Petr Kmoch
|
ac9a5f4d94
ctest_build: Pass projectDir to GenerateBuildCommand
|
12 éve |
Petr Kmoch
|
de8be9ef7d
Add projectDir parameter to GenerateBuildCommand
|
12 éve |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 éve |
David Cole
|
b0d5fa0bc7
Fix for issue #5041 - improve error messages that may occur during ctest_build and ctest_configure.
|
16 éve |
David Cole
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
|
16 éve |