summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildNameCommand.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: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
|
* ENH: Use the new signatureAndy Cedilnik2003-08-041-2/+1
|
* 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-6/+6
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH: fix build nameBill Hoffman2002-04-261-1/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Fix: argument was not used.Sebastien Barre2002-01-181-4/+3
|
* 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: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-18/+9
| | | | 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
* changes to better handle old values or hand set valuesKen Martin2001-07-101-1/+21
|
* FIX: BuildName removes path to compiler and converts any illegal charactersJim Miller2001-07-021-7/+7
|
* FIX: added AddDefinition() to store site name and build name in makefile. ↵Jim Miller2001-06-251-0/+2
| | | | | | Also stripped white space from the result of hostname.
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* clean up for build on its ownBill Hoffman2001-05-211-1/+6
|
* BUG: fix compiler nameBill Hoffman2001-05-211-1/+1
|
* ENH: unify make process on unixBill Hoffman2001-05-161-3/+2
|
* ENH: Proper build nameDan Blezek2001-05-041-2/+16
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+73