summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* COMP: warning.Bill Lorensen2005-05-281-1/+1
* ENH: add convenience function to convert Windows command line args into Unix ...Sebastien Barre2005-05-281-0/+103
* COMP: Added work-around to avoid warnings about unreferenced inline functions...Brad King2005-05-051-0/+21
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-041-0/+25
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-031-0/+3
* BUG: Looks like std::string changes the result of c_str() call. This fixes po...Andy Cedilnik2005-04-261-0/+2
* COMP: Fixed assignment-in-conditional warning.Brad King2005-04-221-1/+2
* ENH: move convenience method to get OS name and version from KWApp to KWSys.Sebastien Barre2005-04-151-0/+265
* BUG: Added missing variable initialization that was accidentally removed on t...Brad King2005-04-151-1/+1
* COMP: Removed extra variable initializations to avoid Borland warnings.Brad King2005-04-151-3/+2
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+10
* BUG: Fix GetFilenameName to not use uninitialized search position in win32 ve...Brad King2005-04-131-1/+1
* ENH: Speedup improvementsAndy Cedilnik2005-04-131-28/+44
* BUG: fix insert for 64 bitBill Hoffman2005-04-131-2/+2
* COMP: Fixed ambiguous call to insert method of string.Brad King2005-04-121-1/+2
* ENH: optimization of cwd and do not leak library handleBill Hoffman2005-04-121-8/+17
* BUG: fix GetLongPathName for WindowsNTBill Hoffman2005-04-111-10/+84
* BUG: fix build on mingwBill Hoffman2005-04-081-0/+5
* BUG: if short path or long path fails return the original inputBill Hoffman2005-04-071-2/+2
* ENH: check return value of GetLongPathBill Hoffman2005-04-071-1/+5
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-071-0/+20
* remove cerr stuffBill Hoffman2005-04-061-6/+0
* Fix bug in != stuffBill Hoffman2005-04-061-2/+7
* COMP: hack fix for old sgi until bootstrap is fixedBill Hoffman2005-04-061-1/+1
* ENH: SplitPath now supports slashes in both directions in the input path but ...Brad King2005-03-291-3/+3
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-281-0/+69
* ENH: Re-implemented CollapseFullPath to not need to change directories. Oper...Brad King2005-03-251-42/+64
* COMP: Using proper __QNX__ preprocessor test.Brad King2005-03-171-2/+2
* COMP: Only include malloc.h on QNX.Brad King2005-03-161-1/+3
* FIX: that was wrongSebastien Barre2005-03-161-1/+1
* COMP: Need malloc.h for malloc/free on QNX.Brad King2005-03-161-0/+1
* ENH: add last two small funcs from vtkString. Done removing depsSebastien Barre2005-03-111-0/+49
* ENH: update documentation, sort methods into categoriesSebastien Barre2005-03-111-0/+20
* COMP: Added missing include of string.h.Brad King2005-03-111-6/+4
* COMP: fix some warningsSebastien Barre2005-03-111-2/+2
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-101-3/+3
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-101-0/+22
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-101-2/+255
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-101-1/+176
* ENH: fix relative paths in xcodeBill Hoffman2005-02-241-0/+1
* ENH: Added ComparePath method.Brad King2005-02-241-0/+10
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi...Brad King2005-02-171-0/+84
* BUG: On windows allow removing of files that are read-onlyAndy Cedilnik2005-02-161-1/+17
* BUG: Removing debugging code now that the problem has been fixed on the remot...Brad King2005-02-161-8/+0
* BUG: Preserve trailing slash state when translating paths.Brad King2005-02-151-10/+15