summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Do not block signals during sleep. Leave that up to the application.Brad King2006-07-271-12/+0
* BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.Brad King2006-07-251-1/+29
* BUG: some bug fixes, better docs, and more coverageKen Martin2006-07-251-1/+2
* ENH: allow for source tree to be in root directoryBill Hoffman2006-07-241-6/+18
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for l...Andy Cedilnik2006-07-141-1/+1
* COMP: Remove warningsAndy Cedilnik2006-07-131-9/+11
* COMP: Remove warningsAndy Cedilnik2006-07-121-6/+7
* ENH: search for program without extensionsBill Hoffman2006-05-081-19/+16
* ENH: Added always/if-different option to CopyADirectory. Added CopyAFile wit...Brad King2006-05-051-3/+20
* ENH: put the fix back in with abortBill Hoffman2006-04-271-2/+7
* ENH: remove code that does not compile, on windows cwd must existBill Hoffman2006-04-271-8/+2
* COMP: Fixing the the build for windows.Mark Richardson2006-04-271-1/+3
* ENH: handle running from a directory that has been deletedBill Hoffman2006-04-271-2/+14
* BUG: IsSubDirectory should use ComparePath to do platform-independent path co...Brad King2006-04-251-1/+1
* ENH: fix borland bugBill Hoffman2006-04-221-0/+2
* ENH: performance improvmentsBill Hoffman2006-04-211-8/+7
* ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.Sebastien Barre2006-04-181-0/+14
* ENH: Improved implementation of FilesDiffer to avoid allocating enough memory...Brad King2006-04-141-19/+28
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-7/+48
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-3/+3
* ENH: the arguments to this function were not checked in a robust waySebastien Barre2006-03-211-5/+13
* ENH: Use const char where it should have been. At same time fix Bug#2958Mathieu Malaterre2006-03-171-3/+3
* ENH: remove warningBill Hoffman2006-03-121-2/+2
* ENH: try to clean up the search for programsBill Hoffman2006-03-111-46/+50
* ENH: undo last change because it broke the dashboardBill Hoffman2006-03-101-40/+49
* ENH: fix find program to look for .com and .exe correctly and not return file...Bill Hoffman2006-03-101-49/+40
* STYLE: Remove trailing whitespacesMathieu Malaterre2006-03-101-37/+36
* ENH: Add trailing whitespaceMathieu Malaterre2006-03-101-0/+1
* ENH: fix std in kwsys, has to be kwsys_stlBill Hoffman2006-03-031-1/+1
* ENH: check in new find stuffBill Hoffman2006-03-021-16/+44
* ENH: fix for bug 28618, cmake.exe can not find itselfBill Hoffman2006-02-101-1/+4
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-081-19/+19
* COMP: Fix compile problem on windows and macAndy Cedilnik2006-02-071-2/+2
* COMP: Fix build problemAndy Cedilnik2006-02-071-2/+2
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-0/+102
* ENH: by Bill make sure path is unix styleKen Martin2006-01-231-0/+1
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-6/+24
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+11
* BUG: Return if the file is in any directory not just in first oneAndy Cedilnik2005-12-161-1/+4
* COMP: for a in range(100): write_on_board(No std in kwsys...)Andy Cedilnik2005-12-111-1/+1
* ENH: Add another signature to FindProgram that matches more to the one from C...Andy Cedilnik2005-12-101-0/+16
* ENH: Improved file modification time comparison on Windows to use GetFileAttr...Brad King2005-10-271-24/+6
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-121-9/+21
* BUG: Automatic pwd/cwd path translation must check that the generated logical...Brad King2005-08-171-28/+26
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-281-0/+59
* COMP: Remove warning on windowsAndy Cedilnik2005-07-131-0/+1
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...Andy Cedilnik2005-07-121-5/+19
* BUG: When removing directory, use lstat instead of stat to make sure that sym...Andy Cedilnik2005-07-121-0/+4
* ENH: add method to escape some chars in a stringSebastien Barre2005-06-131-0/+35
* COMP: Need windows.h even on cygwin to get CreateFile API.Brad King2005-06-091-1/+5