summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Andy Cedilnik2005-12-101-0/+16
| | | | CMake
* ENH: Improved file modification time comparison on Windows to use ↵Brad King2005-10-271-24/+6
| | | | GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
* 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 ↵Brad King2005-08-171-28/+26
| | | | logical-to-physical mapping is correct by using realpath.
* 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 ↵Andy Cedilnik2005-07-121-5/+19
| | | | symlinks as files when removing directory
* BUG: When removing directory, use lstat instead of stat to make sure that ↵Andy Cedilnik2005-07-121-0/+4
| | | | symlinks are treated as files and not as directories
* 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
| | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code
* COMP: Added work-around to avoid warnings about unreferenced inline ↵Brad King2005-05-051-0/+21
| | | | functions from SGI termios.
* 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 ↵Andy Cedilnik2005-04-261-0/+2
| | | | potential problems
* 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 ↵Brad King2005-04-151-1/+1
| | | | the previsous commit.
* 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 ↵Brad King2005-04-131-0/+10
| | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
* BUG: Fix GetFilenameName to not use uninitialized search position in win32 ↵Brad King2005-04-131-1/+1
| | | | version.
* 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
| | | | still produces forward slashes in the root component.
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-281-0/+69
|
* ENH: Re-implemented CollapseFullPath to not need to change directories. ↵Brad King2005-03-251-42/+64
| | | | Operation is now fully string based.
* 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 ↵Sebastien Barre2005-03-101-3/+3
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-101-0/+22
| | | | been moved to KWSys)