Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 years ago |
Stephen Kelly
|
4fe963f656
Use new cmHasLiteralPrefix function
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Alexandru Ciobanu
|
c7da50da52
CTest: Detect Xcode error "Command ... failed with exit code"
|
13 years ago |
Brad King
|
56f29f48c2
CTest: Recognize Intel errors without space before colon (#12627)
|
14 years ago |
Rolf Eike Beer
|
fcf3208ac1
CTest: catch warning output of Apache Maven
|
14 years ago |
David Cole
|
89eb4bf356
Improve build error detection.
|
15 years ago |
Brad King
|
a570ba6df7
Merge topic 'external-project-launcher'
|
15 years ago |
David Cole
|
b2634b6aa3
Detect CMake warnings and errors in build output.
|
15 years ago |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 years ago |
Bill Hoffman
|
fd5b75e3f4
Fix for for bug #10550, fix some errors for an old Sun compiler.
|
15 years ago |
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 years ago |
David Cole
|
44bcba7461
Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
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 years ago |
Brad King
|
b41a548d86
Add parentheses around '&&' between '||' for gcc
|
16 years ago |
Brad King
|
7435355ec8
ENH: Report file names relative to source dir
|
16 years ago |
Brad King
|
fa9e93f712
BUG: Do not drop build fragments with same time
|
16 years ago |
Brad King
|
7497fd575d
ENH: Teach CTest dashboard builds to use launchers
|
16 years ago |
Brad King
|
dc13914cd6
ENH: Create cmXMLSafe to help escapes in XML
|
16 years ago |
Brad King
|
d18ae05da1
ENH: Re-order generation of build summary and xml
|
16 years ago |
Brad King
|
5f65e04ea2
ENH: Refactor Build.xml generation
|
16 years ago |
Bill Hoffman
|
046449e2f7
ENH: fix return value to ctest_build and remove debug print in cmProcess
|
17 years ago |
Bill Hoffman
|
82c3afcf6f
ENH: allow ctest_build to return error and warning counts
|
17 years ago |
Brad King
|
447f5b303e
ENH: Divide CTest file submission list by part
|
17 years ago |
Brad King
|
cccac773ce
ENH: Teach ctest_* to create appending XML files
|
17 years ago |
Bill Hoffman
|
57a2a408c4
BUG: fix for 5218 Error message pattern match for VS8
|
17 years ago |
David Cole
|
530c206cba
BUG: Missing a linker crashed error matching string.
|
17 years ago |
Bill Hoffman
|
c4093afc52
ENH: enhancements for cdash, include system information and better time entries
|
18 years ago |