summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* cmCTestBuildHandler: Fix warning in FragmentCompare signatureBrad King2017-01-161-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-2/+2
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-2/+17
* cmCTestBuildHandler: Use size_t in ProcessBuffer length argumentBrad King2016-11-141-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-12/+3
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-11/+12
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-523/+408
* CTest: Do not treat "Note: ..." lines as errors (#14394)Brad King2016-05-111-0/+1
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-20/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-8/+8
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-5/+5
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-58/+41
|\
| * cmCTestBuildHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-58/+41
* | Merge topic 'ctest-update-gmake-error-match'Brad King2015-05-281-2/+2
|\ \ | |/ |/|
| * ctest_build: Fix regression in GNU make error message matchingZack Galbreath2015-05-271-2/+2
* | Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* | ctest_build: Add QUIET optionZack Galbreath2015-02-231-34/+42
* | 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