summaryrefslogtreecommitdiff
path: root/Source/cmSiteNameCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-1/+0
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-3/+4
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+1
* cmCommand refactor: cmSiteNameCommandGabor Bencze2019-08-201-8/+7
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-3/+2
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-6/+6
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-41/+28
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+1
* 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
* STYLE: fix line lengthKen Martin2006-05-121-3/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* BUG: fix for bug 689Bill Hoffman2004-04-151-1/+1
* ENH: Do not use nslookup. All we really care is hostname. If somebody wants s...Andy Cedilnik2003-12-291-34/+0
* ENH: Use new RunCommandAndy Cedilnik2003-08-031-2/+2
* ENH: Use the new signatureAndy Cedilnik2003-08-031-2/+2
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-2/+4
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: look for nslookup and hostname in the right placesBill Hoffman2002-04-261-3/+10
* fix up hostname for windowsBill Hoffman2002-04-251-4/+12
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* FIX: if the 'hostname' and 'nslookup' commands were not found from their HOST...Sebastien Barre2002-01-191-36/+64
* Fix: argument was not used.Sebastien Barre2002-01-181-2/+2
* SITE_NAME should return the most qualified name of the host. If nslookup work...Sebastien Barre2001-10-181-2/+3
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: drop the case of the site name. This makes it consistent with Dart's usage.Bill Lorensen2001-09-121-2/+2
* BUG: can not Add a definition that you just gotBill Hoffman2001-08-081-1/+0
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-9/+8
* FIX: added AddDefinition() to store site name and build name in makefile. Al...Jim Miller2001-06-251-0/+15
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH: Correct sitenameDan Blezek2001-05-041-1/+5
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+94