summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: No need for the backward compatibility variable warningAndy Cedilnik2007-04-041-2/+2
|
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
|
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+7
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-22/+22
|
* ENH: configure file will assume start source dir if a full path is not providedKen Martin2005-07-071-1/+8
|
* ENH: made configure file immediate by default for 2.2 or laterKen Martin2005-06-131-0/+12
|
* ENH: If configure file fails do not create directoryAndy Cedilnik2004-03-281-3/+7
|
* ENH: Move implementation of configure_file to cmMakefile, so that other ↵Andy Cedilnik2004-03-091-53/+5
| | | | classes can use it
* ENH: Moved variable and #cmakedefine replacement from ↵Brad King2004-03-031-25/+4
| | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-261-0/+3
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1/+3
| | | | cmRegularExpression.
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-27/+20
|
* spelling errorsBill Hoffman2003-02-141-1/+1
|
* 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: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* BUG: make sure non cmakedef lines are not skippedBill Hoffman2002-01-161-0/+4
|
* ENH: do not undef cmakedefine stuff, just comment out the lineBill Hoffman2002-01-161-1/+2
|
* Add space to outputAndy Cedilnik2002-01-101-2/+2
|
* ENH: add an option to configure file command that allows for only expansion ↵Bill Hoffman2001-10-301-2/+7
| | | | of at variables and not dollar variables
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-0/+1
|
* 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: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy ↵Brad King2001-08-031-14/+24
| | | | and configuration on the initial pass so that current variable values are used.
* Wrong place for foutBerk Geveci2001-07-021-1/+1
|
* better configure file commandKen Martin2001-06-291-31/+38
|
* added escape quotes optionKen Martin2001-06-221-1/+17
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* BUG: fix use beyond end of arrayBill Hoffman2001-05-091-3/+5
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-0/+133