summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Restore KWSys SystemTools _WIN32 state on cygwinBrad King2009-09-241-2/+5
* Fix KWSys SystemTools build on cygwin with -mwin32Brad King2009-09-231-2/+1
* Put a flag in that will stop system tools from deleting system environment me...Bill Hoffman2009-09-221-0/+2
* Optimize KWSys SystemTools::FileExists on WindowsBrad King2009-09-221-21/+65
* COMP: attempt to fix more 'hidden by' warnings.Dave Partyka2009-08-061-1/+1
* ENH: try and see if using string.append instead of += will make valgrind not ...Dave Partyka2009-07-261-4/+4
* COMP: Remove useless variable assignmentBrad King2009-06-221-1/+0
* ENH: use .exe on vmsBill Hoffman2009-06-111-1/+1
* ENH: Teach KWSys SystemTools about VMS pathsBrad King2009-06-101-2/+45
* ENH: fix warning on borlandBill Hoffman2009-06-051-9/+9
* ENH: move PutEnv to SystemToolsBill Hoffman2009-06-051-0/+27
* BUG: Fix removal of read-only directoriesBrad King2009-05-131-0/+13
* ENH: check in almost building VMS stuff with VMSBuild directory since the boo...Bill Hoffman2009-04-231-1/+3
* ENH: Remove obscure method from KWSys SystemToolsBrad King2009-04-211-23/+0
* BUG: Fix SystemTools::IsSubDirectory on bad inputBrad King2009-04-201-0/+4
* BUG: Replace brittle GetParentDirectory implBrad King2009-04-151-25/+1
* BUG: SystemTools::GetParentDirectory() will crash if "/" is passed in as arge...Yumin Yuan2009-04-151-1/+7
* COMP:Fixed warnings.Francois Bertel2009-03-181-11/+16
* BUG: Work around broken GetLongPathName caseBrad King2009-02-091-0/+5
* BUG: Fix GetRealPath when realpath failsBrad King2009-02-091-2/+14
* BUG: Do not copy permissions of files when making the copy in an install rule...David Cole2008-12-181-11/+17
* ENH: fix for VistaSebastien Barre2008-10-161-1/+1
* ENH: oopsSebastien Barre2008-10-161-0/+4
* ENH: fix for Windows VistaSebastien Barre2008-10-161-7/+22
* STYLE: Fix typo in GetFilenameLastExtension docsBrad King2008-10-101-1/+1
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-1/+6
* ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.Brad King2008-05-271-9/+36
* COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char...Bill Lorensen2008-05-111-7/+7
* ENH: Allow numbers in username in URL regex.Jeffrey Baumes2008-04-231-1/+1
* BUG: fix install problem on make and allow symlinks to cmake bin directoryBill Hoffman2008-03-271-0/+7
* COMP: Fix VS6 and old HP build. This source does not have the #define for hack.Brad King2008-01-211-0/+12
* BUG: Fix previous commit to not access empty strings out of bounds.Brad King2008-01-211-3/+3
* BUG: Make sure search paths never have double-slashes. Leading with two slas...Brad King2008-01-201-10/+35
* COMP: Fix build on borland.Brad King2008-01-121-2/+2
* ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to us...Brad King2008-01-111-35/+98
* BUG: fix for bug 6136 make sure includes are not directoriesBill Hoffman2007-12-151-1/+7
* BUG: fixed an incomplete regexpPhilippe Pebay2007-12-061-2/+2
* COMP: Remove reference to vtksys. The unmangled kwsys name should be used in...Brad King2007-12-051-2/+2
* ENH: added two functions for URL parsing:Philippe Pebay2007-12-051-0/+57
* ENH: remove warningBill Hoffman2007-12-041-1/+1
* ENH: add a touch -E command to cmakeBill Hoffman2007-12-041-0/+36
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-241-0/+8
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-5/+17
* COMP: Fix warning when gcount stream method does not really return std::strea...Brad King2007-11-071-1/+2
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-4/+3
* STYLE: fixed misspellings of Mac OS XSean McBride2007-10-261-1/+1
* BUG: Fix bug#5590. When converting a relative path between two full paths on...Brad King2007-10-251-13/+6
* BUG: fix for bug 0005767 hang for replace string with emptyBill Hoffman2007-10-121-0/+5
* ENH: bad bug badSebastien Barre2007-10-091-1/+1
* ENH: speed up actual path name by cache on windowsBill Hoffman2007-10-021-1/+14