summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestBuildCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-6/+6
* ctest_build: Add the PARALLEL_LEVEL argumentfriendlyanon2021-05-041-1/+2
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmCTestBuildCommand: code improvementVitaly Stakhovsky2020-11-291-25/+18
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-26/+29
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-11/+10
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-9/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+5
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-26/+19
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-7/+6
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+3
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-7/+4
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME valueRegina Pfeifer2018-11-201-14/+2
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+8
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-83/+62
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-1/+2
* ctest_build: Add QUIET optionZack Galbreath2015-02-231-6/+9
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Merge topic 'ctest-bad-generator'Brad King2014-05-081-0/+9
|\
| * ctest_build: Do not crash on bad generator nameBrad King2014-05-071-0/+9
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* | Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+1
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+2
|/
* ctest_build: Use "cmake --build" to launch the native build toolBrad King2013-11-151-7/+2
* ctest_build: Pass projectDir to GenerateBuildCommandPetr Kmoch2013-04-121-1/+2
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Fix for issue #5041 - improve error messages that may occur during ctest_buil...David Cole2009-12-291-4/+11
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-2/+14
* Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build...Zach Mullen2009-11-031-5/+18
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix CTEST_USE_LAUNCHERS in dashboard scriptsBrad King2009-02-131-0/+6
* ENH: allow ctest_build to return error and warning countsBill Hoffman2009-01-141-1/+27
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-4/+18