summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ctest-update-gmake-error-match'Brad King2015-01-291-2/+2
|\
| * ctest_build: Update GNU make error message matching (#15379)Marco Nolden2015-01-281-2/+2
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | ctest_build: Fix logic regression in parent that clips build outputBrad King2015-01-151-1/+1
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+2
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* | Merge topic 'remove-borland-build'Brad King2014-10-211-3/+0
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-151-3/+0
| |/
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
|/
* CTest: Teach the launchers to honer the max warnings and errorsBill Hoffman2014-06-251-2/+7
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+4
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* CTest: Detect Xcode error "Command ... failed with exit code"Alexandru Ciobanu2012-03-091-0/+1
* CTest: Recognize Intel errors without space before colon (#12627)Brad King2011-12-151-1/+1
* CTest: catch warning output of Apache MavenRolf Eike Beer2011-03-181-1/+3
* Improve build error detection.David Cole2011-01-051-2/+3
* Merge topic 'external-project-launcher'Brad King2010-07-131-5/+20
|\
| * Detect CMake warnings and errors in build output.David Cole2010-07-101-5/+20
* | Eliminate -Wconversion warnings.David Cole2010-06-271-2/+2
|/
* Fix for for bug #10550, fix some errors for an old Sun compiler.Bill Hoffman2010-04-281-0/+1
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-7/+29
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Re-enabled failing tests; fixed ctest_build output to be consistent in the er...Zach Mullen2009-09-211-5/+6
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+4
* ENH: Report file names relative to source dirBrad King2009-02-121-3/+10
* BUG: Do not drop build fragments with same timeBrad King2009-02-121-3/+4
* ENH: Teach CTest dashboard builds to use launchersBrad King2009-02-111-2/+233
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-4/+5
* ENH: Re-order generation of build summary and xmlBrad King2009-02-041-8/+9
* ENH: Refactor Build.xml generationBrad King2009-02-041-7/+16
* ENH: fix return value to ctest_build and remove debug print in cmProcessBill Hoffman2009-01-141-7/+2
* ENH: allow ctest_build to return error and warning countsBill Hoffman2009-01-141-2/+6
* ENH: Divide CTest file submission list by partBrad King2009-01-121-1/+1
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+1
* BUG: fix for 5218 Error message pattern match for VS8Bill Hoffman2008-10-091-1/+2
* BUG: Missing a linker crashed error matching string.David Cole2008-03-191-0/+1
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-0/+7
* ENH: add more verbose outputBill Hoffman2007-06-141-0/+3
* COMP: Fix kwstyleAndy Cedilnik2007-04-041-1/+2
* BUG: even safer checking of return valueKen Martin2007-03-281-7/+8
* BUG: even safer checking of return valueKen Martin2007-03-281-22/+27
* BUG: fix checking of the return value for a buildKen Martin2007-03-281-2/+3
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-2/+0
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-0/+16