355 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
Ken Martin 993aebb748 fixed bug in get short path for quoted paths 23 years ago
Bill Hoffman 2d9e5edb27 ENH: increase coverage 24 years ago
Bill Hoffman 2489a3583d ENH: better comment processing 24 years ago
Berk Geveci e10cea0da4 RunCommand now checks whether the process died abnormally (on Unix) 24 years ago
Sebastien Barre ebebe660df ENH: add no_system_path option to FindProgram so that the PATH is ignored 24 years ago
Brad King 6b08b83d89 ERR: Added variable initializer. 24 years ago
Bill Hoffman 75f9434374 BUG: fix SameFile function for windows, and compare source directories 24 years ago
Bill Hoffman dc15248b40 BUG: do escaped semi-colon better 24 years ago
Bill Hoffman 72022ac27b ENH: add ability to escape semi-colons 24 years ago
Sebastien Barre 41bd8eff90 Syntax seemed to be confusing according to the Bill 24 years ago
Bill Hoffman a07cdc75e1 use stream not sprintf 24 years ago
Sebastien Barre a89dd1fbaf ENH: FilesDiffer checks for 0 byte files 24 years ago
Sebastien Barre 36189ce2a8 ENH: more paranoid checkings 24 years ago
Sebastien Barre f3a280d7d5 FIX: iostream binary flag should be used for cygwin too 24 years ago
Sebastien Barre 4307df12ac FIX: fix UMR 24 years ago
Bill Hoffman 789267c949 ENH: speed improvements 24 years ago
John Biddiscombe 7d8d326d93 ERR: ReplaceString didn't work properly if replace was longer than with as 24 years ago
Bill Hoffman d42055b283 ENH: fix more space problems, you can add args to the ExecProgram command separatly now 24 years ago
Bill Hoffman 2b4e802a94 ENH: fix for regkey and ; separation 24 years ago
Sebastien Barre 92897bf3a8 ENH: add functions to API (read, write, delete registry key value) 24 years ago
Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 years ago
Sebastien Barre ccbdc30a8c ENH: ExpandListArguments(): empty elements in semi-colon-separated string-list can now be ignored. 24 years ago
Sebastien Barre 32fb77fff2 ENH: cmCopyFile ; the path to the destination file will be created ; second arg can be a directory. 24 years ago
Bill Hoffman 6fc3080458 BUG: fix RunCommand again... back to system, but with GetShortPath 24 years ago
Bill Hoffman 567edf0e9a ENH: overhaul of RunCommand on windows, if only win32 had popen... 24 years ago
Bill Hoffman 809b32fe59 ENH: remove several compiler warnings 24 years ago
Bill Hoffman 8aa3c35dad ENH: add suport for semi-colon separated list variables 24 years ago
Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
Bill Hoffman 2b9140f6b5 BUG: get the correct return value from pclose 24 years ago
Bill Hoffman dcf821ad4d BUG: look for exe path as well. 24 years ago
Bill Hoffman e179ddde12 ENH: look for .com files before .exe 24 years ago
Bill Hoffman 6c1e38abb4 clean up in dot net 24 years ago
Bill Hoffman 6ad590aad6 ENH: dot net almost working 24 years ago
Bill Hoffman cd9157d9ea BUG: fix remove of cygdrive path stuff 24 years ago
Brad King a6333bfca3 ERR: std::ios::binary is only needed for Windows platforms, and isn't supported for all UNIX platforms. 24 years ago
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