Bill Hoffman
|
b8d2413156
ENH: fix for spaces in paths on unix
|
24 years ago |
Bill Hoffman
|
8c3400dc6b
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
24 years ago |
Brad King
|
bfcf4b02bf
ENH: Another attempt at getting cmCopyFile to work correctly. The previous implementation was correct, but didn't work on HPUX due to stream library bugs. This implementation will hopefully work everywhere.
|
24 years ago |
Bill Hoffman
|
5cd08d0563
BUG: fix copy file for HP
|
24 years ago |
Bill Hoffman
|
60b9a2c14b
ENH: first pass at dot net support
|
24 years ago |
Bill Hoffman
|
8e15a1ede7
BUG: fix CollapseFullPath so a trailing slash is not added to directories
|
24 years ago |
Bill Hoffman
|
80f716941e
add bool return value so diagnostics are easier
|
24 years ago |
Berk Geveci
|
31561a7848
BUG: fix for network paths
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Sebastien Barre
|
747457abb6
ENH: RemoveFile returns if the file was removed or not
|
24 years ago |
Amitha Perera
|
b2085d7e9d
Rolling back symbolic path changes until it works on Windows.
|
24 years ago |
Amitha Perera
|
2fa6a0eb44
ENH: Add an invocation that maintains symbolic paths to the source and binary trees, mainly for systems with automounted network drives.
|
24 years ago |
Andy Cedilnik
|
e89d9d3378
Better handling of new lines when moving from dos to unix
|
24 years ago |
Ken Martin
|
82b3ed83d4
handle tildas
|
24 years ago |
Bill Hoffman
|
11084af423
ENH: remove /tmp_mnt from all paths in convert to unix slashes
|
24 years ago |
Berk Geveci
|
521d8d9410
Improvements to the curses interface.
|
24 years ago |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
24 years ago |
Ken Martin
|
7850f7b319
removed warning messages
|
24 years ago |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 years ago |
Bill Hoffman
|
da17f30cb5
ENH: add new command VARIABLE_REQUIRES for better debugging of list files
|
24 years ago |
Bill Hoffman
|
94f82edd07
Closer to nmake build
|
24 years ago |
Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 years ago |
Bill Hoffman
|
b0e3a2def0
ENH: use callback not ifdef for MFC message box errors
|
24 years ago |
Bill Hoffman
|
539318f587
ENH: add callback for message display
|
24 years ago |
Bill Hoffman
|
6b1ab49ae6
ENH: better fix for dos return in lines, use the regular expression and don't edit the input line
|
24 years ago |
Bill Hoffman
|
d0aec59356
ENH: clean up returns from input, so we can read dos files on unix
|
24 years ago |
Bill Hoffman
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
24 years ago |
Bill Hoffman
|
f69e3caa14
BUG: fix full path for file in current directory
|
24 years ago |
Berk Geveci
|
f6b3049bda
BUG: fix realpath problem again...
|
24 years ago |
Berk Geveci
|
55415f418a
BUG: separate path from file name before calling realpath
|
24 years ago |