summaryrefslogtreecommitdiff
path: root/Source/cmBuildCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* build_command: Add the PARALLEL_LEVEL argumentfriendlyanon2021-05-041-2/+9
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-2/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-1/+2
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-1/+1
* cmBuildCommand: Port away from cmCommandRegina Pfeifer2019-09-121-37/+38
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+8
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-13/+14
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-68/+49
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-2/+4
* build_command: Choose configuration consistently across signaturesBrad King2015-05-121-1/+1
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-6/+4
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-3/+3
* build_command: Return a "cmake --build" command-lineBrad King2013-11-151-25/+8
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-2/+2
* build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005)Brad King2013-03-121-0/+8
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-3/+112
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Pass -C flag to cmake to generate the apropriate build commandAndy Cedilnik2006-07-091-1/+7
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+6
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-4/+5
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-34/+3
* ENH: Remove the old codeAndy Cedilnik2005-05-101-2/+5
* ENH: Try to see if GenerateBuildCommand produces apropriate resultAndy Cedilnik2005-04-291-4/+10
* fix for xcodeBill Hoffman2005-03-231-3/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* ENH: dot net almost workingBill Hoffman2002-02-251-0/+10
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* no messageSebastien Barre2002-01-181-1/+0
* use -i not -k for makeBill Hoffman2001-12-141-1/+1
* fix warning for Borland buildSebastien Barre2001-11-301-4/+1
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used...Bill Hoffman2001-11-151-2/+4
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2