Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 年之前 |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 年之前 |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 年之前 |
Brad King
|
509f2713bf
ctest_build: Fix logic regression in parent that clips build output
|
10 年之前 |
Stephen Kelly
|
238dd2fbab
Use insert instead of a loop in some cases.
|
11 年之前 |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 年之前 |
Brad King
|
210230e216
Merge topic 'remove-borland-build'
|
11 年之前 |
Stephen Kelly
|
2db55ffa56
Remove borland workarounds.
|
11 年之前 |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 年之前 |
Bill Hoffman
|
f730313143
CTest: Teach the launchers to honer the max warnings and errors
|
11 年之前 |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 年之前 |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 年之前 |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 年之前 |
Stephen Kelly
|
4fe963f656
Use new cmHasLiteralPrefix function
|
12 年之前 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 年之前 |
Alexandru Ciobanu
|
c7da50da52
CTest: Detect Xcode error "Command ... failed with exit code"
|
13 年之前 |
Brad King
|
56f29f48c2
CTest: Recognize Intel errors without space before colon (#12627)
|
14 年之前 |
Rolf Eike Beer
|
fcf3208ac1
CTest: catch warning output of Apache Maven
|
14 年之前 |
David Cole
|
89eb4bf356
Improve build error detection.
|
15 年之前 |
Brad King
|
a570ba6df7
Merge topic 'external-project-launcher'
|
15 年之前 |
David Cole
|
b2634b6aa3
Detect CMake warnings and errors in build output.
|
15 年之前 |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 年之前 |
Bill Hoffman
|
fd5b75e3f4
Fix for for bug #10550, fix some errors for an old Sun compiler.
|
15 年之前 |
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 年之前 |
David Cole
|
44bcba7461
Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.
|
16 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Zach Mullen
|
e4293b4b38
Re-enabled failing tests; fixed ctest_build output to be consistent in the error condition across different make programs so that these tests would pass.
|
16 年之前 |
Brad King
|
b41a548d86
Add parentheses around '&&' between '||' for gcc
|
16 年之前 |
Brad King
|
7435355ec8
ENH: Report file names relative to source dir
|
16 年之前 |
Brad King
|
fa9e93f712
BUG: Do not drop build fragments with same time
|
16 年之前 |