Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: get the correct return value from pclose | Bill Hoffman | 2002-03-05 | 1 | -0/+6 | |
| | ||||||
* | BUG: look for exe path as well. | Bill Hoffman | 2002-02-28 | 1 | -0/+3 | |
| | ||||||
* | ENH: look for .com files before .exe | Bill Hoffman | 2002-02-28 | 1 | -0/+8 | |
| | ||||||
* | clean up in dot net | Bill Hoffman | 2002-02-27 | 1 | -3/+3 | |
| | ||||||
* | ENH: dot net almost working | Bill Hoffman | 2002-02-25 | 1 | -3/+3 | |
| | ||||||
* | BUG: fix remove of cygdrive path stuff | Bill Hoffman | 2002-02-25 | 1 | -2/+2 | |
| | ||||||
* | ERR: std::ios::binary is only needed for Windows platforms, and isn't ↵ | Brad King | 2002-02-23 | 1 | -2/+9 | |
| | | | | supported for all UNIX platforms. | |||||
* | ENH: fix for spaces in paths on unix | Bill Hoffman | 2002-02-22 | 1 | -1/+4 | |
| | ||||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -77/+94 | |
| | | | | to escape spaces and convert to the native path type | |||||
* | ENH: Another attempt at getting cmCopyFile to work correctly. The previous ↵ | Brad King | 2002-02-22 | 1 | -36/+15 | |
| | | | | implementation was correct, but didn't work on HPUX due to stream library bugs. This implementation will hopefully work everywhere. | |||||
* | BUG: fix copy file for HP | Bill Hoffman | 2002-02-21 | 1 | -1/+1 | |
| | ||||||
* | ENH: first pass at dot net support | Bill Hoffman | 2002-02-18 | 1 | -6/+49 | |
| | ||||||
* | BUG: fix CollapseFullPath so a trailing slash is not added to directories | Bill Hoffman | 2002-02-08 | 1 | -0/+4 | |
| | ||||||
* | add bool return value so diagnostics are easier | Bill Hoffman | 2002-02-06 | 1 | -1/+3 | |
| | ||||||
* | BUG: fix for network paths | Berk Geveci | 2002-01-24 | 1 | -3/+6 | |
| | ||||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 | |
| | ||||||
* | ENH: RemoveFile returns if the file was removed or not | Sebastien Barre | 2002-01-19 | 1 | -2/+2 | |
| | ||||||
* | Rolling back symbolic path changes until it works on Windows. | Amitha Perera | 2002-01-07 | 1 | -31/+3 | |
| | ||||||
* | ENH: Add an invocation that maintains symbolic paths to the source and ↵ | Amitha Perera | 2002-01-06 | 1 | -3/+31 | |
| | | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths. | |||||
* | Better handling of new lines when moving from dos to unix | Andy Cedilnik | 2001-12-17 | 1 | -2/+2 | |
| | ||||||
* | handle tildas | Ken Martin | 2001-12-06 | 1 | -0/+10 | |
| | ||||||
* | ENH: remove /tmp_mnt from all paths in convert to unix slashes | Bill Hoffman | 2001-12-04 | 1 | -0/+7 | |
| | ||||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -1/+5 | |
| | ||||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+5 | |
| | ||||||
* | removed warning messages | Ken Martin | 2001-11-26 | 1 | -13/+2 | |
| | ||||||
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -0/+19 | |
| | ||||||
* | ENH: add new command VARIABLE_REQUIRES for better debugging of list files | Bill Hoffman | 2001-11-19 | 1 | -3/+3 | |
| | ||||||
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -0/+12 | |
| | ||||||
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+1 | |
| | ||||||
* | ENH: use callback not ifdef for MFC message box errors | Bill Hoffman | 2001-10-29 | 1 | -8/+3 | |
| | ||||||
* | ENH: add callback for message display | Bill Hoffman | 2001-10-29 | 1 | -1/+14 | |
| | ||||||
* | ENH: better fix for dos return in lines, use the regular expression and ↵ | Bill Hoffman | 2001-10-09 | 1 | -17/+3 | |
| | | | | don't edit the input line | |||||
* | ENH: clean up returns from input, so we can read dos files on unix | Bill Hoffman | 2001-10-05 | 1 | -1/+14 | |
| | ||||||
* | ENH: add better error reports in parsing cmake files, like what file has the ↵ | Bill Hoffman | 2001-10-02 | 1 | -4/+6 | |
| | | | | error | |||||
* | BUG: fix full path for file in current directory | Bill Hoffman | 2001-09-29 | 1 | -2/+9 | |
| | ||||||
* | BUG: fix realpath problem again... | Berk Geveci | 2001-09-28 | 1 | -0/+1 | |
| | ||||||
* | BUG: separate path from file name before calling realpath | Berk Geveci | 2001-09-28 | 1 | -3/+3 | |
| | ||||||
* | BUG: get correct library name | Bill Hoffman | 2001-09-28 | 1 | -2/+6 | |
| | ||||||
* | BUG: use realpath instead of cd/pwd | Bill Hoffman | 2001-09-27 | 1 | -2/+18 | |
| | ||||||
* | BUG: CopyFile should return immediately after an error occurs. | Brad King | 2001-09-21 | 1 | -0/+2 | |
| | ||||||
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵ | Brad King | 2001-09-20 | 1 | -0/+34 | |
| | | | | (like /foo/bar/*). | |||||
* | added shortest ext function | Ken Martin | 2001-09-13 | 1 | -0/+17 | |
| | ||||||
* | ENH: Added LowerCase method. | Bill Lorensen | 2001-09-12 | 1 | -0/+13 | |
| | ||||||
* | ERR: Change to EscapeSpaces forces rework of Borland generator <sigh> | John Biddiscombe | 2001-09-12 | 1 | -2/+10 | |
| | | | | | Add clause to prevent adding quotes when they're already present, then stuff them onto all lib paths to prevent forward slashes causing trouble. | |||||
* | ENH: Add a findfile routine (as opposed to find executable or library) which ↵ | John Biddiscombe | 2001-09-11 | 1 | -4/+31 | |
| | | | | | | | doesn't add any extensions - Borland make needs full paths to certain dependencies otherwise linking doesn't work properly (dependencies aren't checked) | |||||
* | various windows fixes | Ken Martin | 2001-09-10 | 1 | -3/+10 | |
| | ||||||
* | fix comment pb | Sebastien Barre | 2001-09-01 | 1 | -1/+1 | |
| | ||||||
* | ENH: Windows and Unix slash conversions return a char*, clean function | John Biddiscombe | 2001-09-01 | 1 | -5/+13 | |
| | | | | seperated from Convert function | |||||
* | BUG: fix out of bounds read on string in mkdir | Berk Geveci | 2001-08-29 | 1 | -2/+5 | |
| | ||||||
* | ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, | Amitha Perera | 2001-08-29 | 1 | -1/+1 | |
| | | | | _not_ search for a library, etc. |