summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-1/+31
|
* BUG: Correct the SystemReportDebugHook function. It should not call exit. It ↵David Cole2006-10-191-5/+5
| | | | gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
* ENH: check for empty pathBill Hoffman2006-10-031-0/+4
|
* BUG: GetLineFromStream should remove carriage return characters to make sure ↵Brad King2006-08-261-21/+31
| | | | newlines do not get duplicates.
* BUG: FileIsDirectory should work when the name contains a trailing slash.Brad King2006-08-211-0/+11
|
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-171-6/+22
|
* ENH: still escape () but do not escapeBill Hoffman2006-08-141-2/+16
|
* ENH: fix for AddKeepPath not calling realpathKen Martin2006-08-111-1/+2
|
* ENH: escape ( and ) in unix pathsBill Hoffman2006-08-111-2/+2
|
* BUG: strlen logic was backwards resulting in function body never actually ↵David Cole2006-08-101-2/+2
| | | | executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
|
* 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 ↵Andy Cedilnik2006-07-141-1/+1
| | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
* 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 ↵Brad King2006-05-051-3/+20
| | | | with the same interface.
* 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 ↵Brad King2006-04-251-1/+1
| | | | comparison.
* 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 ↵Brad King2006-04-141-19/+28
| | | | memory for the entire file twice. Instead using a block-at-a-time comparison.
* 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 ↵Bill Hoffman2006-03-301-3/+3
| | | | warnings produced by building for win64
* 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 ↵Bill Hoffman2006-03-101-49/+40
| | | | files with no extension on windows
* 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
|