summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix warningsKen Martin2007-03-021-2/+2
|
* COMP: fix warningKen Martin2007-03-011-1/+1
|
* ENH: added a limit to the getline methodKen Martin2007-03-011-1/+20
|
* BUG: Fix bug#4482.Brad King2007-02-221-1/+12
|
* COMP: remove warningBill Hoffman2007-02-221-1/+0
|
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-16/+3
|
* STYLE: Removed one more stray comment.Brad King2007-02-011-2/+0
|
* STYLE: removed code accidently checked inKen Martin2007-02-011-14/+1
|
* BUG: fix for bug number 3320Ken Martin2007-02-011-3/+33
|
* ENH: allow copy if different from a file to a directory to workBill Hoffman2007-01-301-2/+24
|
* ENH: Add support for "~otheruser/"Clinton Stimpson2007-01-161-9/+51
|
* ENH: Handle "~" in SplitPath.Clinton Stimpson2007-01-121-0/+13
|
* BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵Utkarsh Ayachit2006-12-181-1/+2
| | | | indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
* 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