Daniel Pfeifer
|
1a9de8035c
surround macro arguments with parentheses
|
9 years ago |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
50ad1e0a14
CTest: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
c6220de276
Use the empty() method to check for emptyness.
|
9 years ago |
Daniel Pfeifer
|
5784747d1b
Improve string find: prefer character overloads.
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
eafe541ff6
CTest: Do not treat "Note: ..." lines as errors (#14394)
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Stephen Kelly
|
74d565e0e9
Remove unused cmLocalGenerator include.
|
10 years ago |
Daniel Pfeifer
|
140b186480
CTest: hide progress ticks in verbose output
|
10 years ago |
Brad King
|
0c24c2311b
Merge topic 'ctest-xml-refactor'
|
10 years ago |
Brad King
|
cc55c33ed5
Merge topic 'ctest-update-gmake-error-match'
|
10 years ago |
Zack Galbreath
|
44a4e54547
ctest_build: Fix regression in GNU make error message matching
|
10 years ago |
Daniel Pfeifer
|
82455a9d3a
cmCTestBuildHandler: Port to cmXMLWriter
|
10 years ago |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 years ago |
Zack Galbreath
|
49ba4545c2
ctest_build: Add QUIET option
|
10 years ago |
Brad King
|
983a98e5b8
Merge topic 'ctest-update-gmake-error-match'
|
10 years ago |
Marco Nolden
|
d52b5f8835
ctest_build: Update GNU make error message matching (#15379)
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Brad King
|
509f2713bf
ctest_build: Fix logic regression in parent that clips build output
|
10 years ago |
Stephen Kelly
|
238dd2fbab
Use insert instead of a loop in some cases.
|
11 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Brad King
|
210230e216
Merge topic 'remove-borland-build'
|
11 years ago |
Stephen Kelly
|
2db55ffa56
Remove borland workarounds.
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Bill Hoffman
|
f730313143
CTest: Teach the launchers to honer the max warnings and errors
|
11 years ago |