summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-10-311-18/+33
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-111-9/+0
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-041-29/+48
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-071-1/+12
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-9/+9
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-11-251-4/+11
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-071-0/+7
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-071-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-081-2/+7
* KWSys: Fix SystemTools environment memory handling (#13156)Brad King2012-04-271-1/+5
* KWSys: Fix Doxygen warningsBrad King2011-10-241-2/+2
* KWSys: Simplify SystemTools::GetTime implementation (#12261)Brad King2011-08-031-7/+1
* KWSys: Improve SplitPath method documentationBrad King2010-08-271-3/+3
* KWSys: Remove "copyPermissions" parametersBrad King2010-06-041-16/+7
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* Optimize KWSys SystemTools::FileExists on WindowsBrad King2009-09-221-1/+14
* ENH: move PutEnv to SystemToolsBill Hoffman2009-06-051-0/+4
* ENH: Remove obscure method from KWSys SystemToolsBrad King2009-04-211-8/+0
* BUG: Fix GetRealPath when realpath failsBrad King2009-02-091-1/+3
* BUG: Do not copy permissions of files when making the copy in an install rule...David Cole2008-12-181-9/+18
* ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.Brad King2008-05-271-3/+13
* BUG: fix install problem on make and allow symlinks to cmake bin directoryBill Hoffman2008-03-271-0/+5
* STYLE: Remove references to std:: inside KWSys, even in comments. This will ...Brad King2008-01-311-4/+4
* ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to us...Brad King2008-01-111-5/+21
* BUG: fix for bug 6136 make sure includes are not directoriesBill Hoffman2007-12-151-2/+5
* ENH: added two functions for URL parsing:Philippe Pebay2007-12-051-0/+30
* ENH: add a touch -E command to cmakeBill Hoffman2007-12-041-0/+5
* STYLE: fixed misspellings of Mac OS XSean McBride2007-10-261-1/+1
* ENH: speed up actual path name by cache on windowsBill Hoffman2007-10-021-0/+1
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-121-0/+12
* ENH: added a limit to the getline methodKen Martin2007-03-011-1/+2
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-171-0/+3
* ENH: better coverageKen Martin2006-07-311-17/+14
* BUG: some bug fixes, better docs, and more coverageKen Martin2006-07-251-0/+1
* ENH: Added always/if-different option to CopyADirectory. Added CopyAFile wit...Brad King2006-05-051-3/+14
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-1/+22
* ENH: Use const char where it should have been. At same time fix Bug#2958Mathieu Malaterre2006-03-171-1/+1
* ENH: Add documentation on the problem with system wide path for looking up dy...Mathieu Malaterre2006-03-101-32/+32
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-081-3/+3
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-0/+18
* ENH: Add some doc for visible classMathieu Malaterre2006-02-071-0/+4
* ENH: fix for iccBill Hoffman2006-01-171-1/+0
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+1
* ENH: Add another signature to FindProgram that matches more to the one from C...Andy Cedilnik2005-12-101-0/+5
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-121-0/+5
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-281-1/+21
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...Andy Cedilnik2005-07-121-0/+5
* ENH: add method to escape some chars in a stringSebastien Barre2005-06-131-0/+6
* ENH: add convenience function to convert Windows command line args into Unix ...Sebastien Barre2005-05-281-4/+13
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-041-0/+1