summaryrefslogtreecommitdiffstats
path: root/Source/cmSiteNameCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* 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 ↵Andy Cedilnik2003-12-291-34/+0
| | | | something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions
* ENH: Use new RunCommandAndy Cedilnik2003-08-041-2/+2
|
* ENH: Use the new signatureAndy Cedilnik2003-08-041-2/+2
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-2/+4
| | | | cmRegularExpression.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Sebastien Barre2002-01-201-36/+64
| | | | HOSTNAME and NSLOOKUP cache definition, hard-coded values were used instead, thus causing pb if the corresponding progs were not in the PATH (RunCommand). Now use FindProgram() to be sure to find both, otherwise do nothing and set the site name to "unknown" (arbitrary. could be empty string ? or error ?).
* Fix: argument was not used.Sebastien Barre2002-01-181-2/+2
|
* SITE_NAME should return the most qualified name of the host. If nslookup ↵Sebastien Barre2001-10-181-2/+3
| | | | works, now the domain is appended to the hostname (whereas it *replaced* the host name before)
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* 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 ↵Bill Hoffman2001-08-081-9/+8
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* FIX: added AddDefinition() to store site name and build name in makefile. ↵Jim Miller2001-06-251-0/+15
| | | | | | Also stripped white space from the result of hostname.
* 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