summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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