summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix RunCommand again... back to system, but with GetShortPathBill Hoffman2002-03-141-135/+49
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-8/+200
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+3
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-0/+34
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* BUG: get the correct return value from pcloseBill Hoffman2002-03-051-0/+6
* BUG: look for exe path as well.Bill Hoffman2002-02-281-0/+3
* ENH: look for .com files before .exeBill Hoffman2002-02-281-0/+8
* clean up in dot netBill Hoffman2002-02-271-3/+3
* ENH: dot net almost workingBill Hoffman2002-02-251-3/+3
* BUG: fix remove of cygdrive path stuffBill Hoffman2002-02-251-2/+2
* ERR: std::ios::binary is only needed for Windows platforms, and isn't support...Brad King2002-02-231-2/+9
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-1/+4
* ENH: big change in the path handling, one function CreateOutputPath is used t...Bill Hoffman2002-02-221-77/+94
* ENH: Another attempt at getting cmCopyFile to work correctly. The previous i...Brad King2002-02-221-36/+15
* BUG: fix copy file for HPBill Hoffman2002-02-211-1/+1
* ENH: first pass at dot net supportBill Hoffman2002-02-181-6/+49
* BUG: fix CollapseFullPath so a trailing slash is not added to directoriesBill Hoffman2002-02-081-0/+4
* add bool return value so diagnostics are easierBill Hoffman2002-02-061-1/+3
* BUG: fix for network pathsBerk Geveci2002-01-241-3/+6
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* ENH: RemoveFile returns if the file was removed or notSebastien Barre2002-01-191-2/+2
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-31/+3
* ENH: Add an invocation that maintains symbolic paths to the source and binary...Amitha Perera2002-01-061-3/+31
* Better handling of new lines when moving from dos to unixAndy Cedilnik2001-12-171-2/+2
* handle tildasKen Martin2001-12-061-0/+10
* ENH: remove /tmp_mnt from all paths in convert to unix slashesBill Hoffman2001-12-041-0/+7
* Improvements to the curses interface.Berk Geveci2001-11-291-1/+5
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+5
* removed warning messagesKen Martin2001-11-261-13/+2
* NMake with spaces in directoriesBill Hoffman2001-11-211-0/+19
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-3/+3
* Closer to nmake buildBill Hoffman2001-11-141-0/+12
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
* ENH: use callback not ifdef for MFC message box errorsBill Hoffman2001-10-291-8/+3
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+14
* ENH: better fix for dos return in lines, use the regular expression and don't...Bill Hoffman2001-10-091-17/+3
* ENH: clean up returns from input, so we can read dos files on unixBill Hoffman2001-10-051-1/+14
* ENH: add better error reports in parsing cmake files, like what file has the ...Bill Hoffman2001-10-021-4/+6
* BUG: fix full path for file in current directoryBill Hoffman2001-09-291-2/+9
* BUG: fix realpath problem again...Berk Geveci2001-09-281-0/+1
* BUG: separate path from file name before calling realpathBerk Geveci2001-09-281-3/+3
* BUG: get correct library nameBill Hoffman2001-09-281-2/+6
* BUG: use realpath instead of cd/pwdBill Hoffman2001-09-271-2/+18
* BUG: CopyFile should return immediately after an error occurs.Brad King2001-09-211-0/+2
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...Brad King2001-09-201-0/+34
* added shortest ext functionKen Martin2001-09-131-0/+17
* ENH: Added LowerCase method.Bill Lorensen2001-09-121-0/+13
* ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>John Biddiscombe2001-09-121-2/+10
* ENH: Add a findfile routine (as opposed to find executable or library) which ...John Biddiscombe2001-09-111-4/+31