Ken Martin
|
d77fbb9640
|
STYLE: fix line length
|
2006-05-10 14:15:15 -04:00 |
Andy Cedilnik
|
ee1975570e
|
ENH: Allow blocking of writing into the source tree
|
2006-03-22 14:40:36 -05:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Ken Martin
|
f3ed62b75a
|
ENH: configure file will assume start source dir if a full path is not provided
|
2005-07-07 16:01:35 -04:00 |
Ken Martin
|
c9cc368a9d
|
ENH: made configure file immediate by default for 2.2 or later
|
2005-06-13 09:33:38 -04:00 |
Andy Cedilnik
|
4a1f15c344
|
ENH: If configure file fails do not create directory
|
2004-03-28 16:00:57 -05:00 |
Andy Cedilnik
|
3f752ea4cd
|
ENH: Move implementation of configure_file to cmMakefile, so that other classes can use it
|
2004-03-08 19:05:04 -05:00 |
Brad King
|
1dd718457f
|
ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
|
2004-03-03 18:18:47 -05:00 |
Andy Cedilnik
|
09421a261c
|
ENH: Preserve permissions when copying files
|
2004-01-26 15:50:38 -05:00 |
Brad King
|
38482b46d1
|
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
2003-06-23 14:10:12 -04:00 |
Andy Cedilnik
|
a9875aa62f
|
Implement GetLineFromStream that actually works and use it instead of getline
|
2003-03-27 12:24:30 -05:00 |
Bill Hoffman
|
ae5a80c795
|
spelling errors
|
2003-02-14 09:54:15 -05:00 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Bill Hoffman
|
4651dbcfc6
|
ENH: expand variables in arguments before the commands get them
|
2002-03-05 18:41:24 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
ce89556706
|
BUG: make sure non cmakedef lines are not skipped
|
2002-01-16 15:00:01 -05:00 |
Bill Hoffman
|
eede7afb7e
|
ENH: do not undef cmakedefine stuff, just comment out the line
|
2002-01-16 12:45:33 -05:00 |
Andy Cedilnik
|
1793b70c56
|
Add space to output
|
2002-01-10 16:22:14 -05:00 |
Bill Hoffman
|
091e95f26d
|
ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables
|
2001-10-30 14:05:07 -05:00 |
Bill Hoffman
|
1c5c899fd7
|
add dependency for configure files and use short path in WIN32 cmake test
|
2001-10-26 15:42:02 -04:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Brad King
|
9cce835900
|
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
|
2001-08-03 15:47:19 -04:00 |
Berk Geveci
|
238fe481f3
|
Wrong place for fout
|
2001-07-02 14:02:55 -04:00 |
Ken Martin
|
901d2626ce
|
better configure file command
|
2001-06-29 16:46:28 -04:00 |
Ken Martin
|
8609fdb051
|
added escape quotes option
|
2001-06-22 11:15:18 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Bill Hoffman
|
df5059949d
|
BUG: fix use beyond end of array
|
2001-05-09 09:52:21 -04:00 |
Bill Hoffman
|
885e37da22
|
ENH: call configure from cmake
|
2001-05-07 18:11:16 -04:00 |