summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-072-0/+28
* ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, KWS...Brad King2005-04-061-3/+12
* 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
* BUG: Test for stl stirng operator!= for char* needs to know result of KWSYS_S...Brad King2005-03-301-4/+3
* ENH: Added operator!= for stl string and char* when the system does not provi...Brad King2005-03-294-10/+47
* ENH: Added istream and ostream operators for stl string in KWSys when using o...Brad King2005-03-296-10/+164
* ENH: SplitPath now supports slashes in both directions in the input path but ...Brad King2005-03-292-5/+4
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-282-0/+81
* COMP: Removing stl string io operators change until the CMake bootstrap scrip...Brad King2005-03-266-154/+2
* ENH: Added istream and ostream operators for stl string when using old stream...Brad King2005-03-266-2/+154
* ENH: Adding SharedForward C header to help create forwarding executables on U...Brad King2005-03-252-1/+500
* 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-112-0/+60
* ENH: update documentation, sort methods into categoriesSebastien Barre2005-03-112-189/+333
* COMP: Added missing include of string.h.Brad King2005-03-113-6/+6
* COMP: fix some warningsSebastien Barre2005-03-112-3/+3
* 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-102-0/+28
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-102-3/+310
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-102-1/+209
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kw...Brad King2005-03-031-0/+6
* COMP: Remove warnings about shadow variablesAndy Cedilnik2005-02-271-19/+19
* ENH: fix relative paths in xcodeBill Hoffman2005-02-241-0/+1
* ENH: Added ComparePath method.Brad King2005-02-242-0/+15
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi...Brad King2005-02-172-0/+92
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct sta...Brad King2005-02-173-0/+22
* 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
* ENH: make sure paths do not end in / before adding oneBill Hoffman2005-02-151-1/+8
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
* ENH: Implement copy of directory with contentAndy Cedilnik2005-02-112-0/+48
* ENH: Initializing translation map using the PWD environment variable and getc...Brad King2005-02-102-20/+82
* COMP: std:: -> kwsys_stl::Brad King2005-02-101-4/+4
* ENH: Added SystemTools::SplitPath method to split any file path into its basi...Brad King2005-02-102-0/+77
* BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the sourceJim Miller2005-01-121-1/+1
* ENH: Add a delay methodAndy Cedilnik2005-01-042-0/+12
* BUG: fix for bug 1385, /tmp should not be used on windowsBill Hoffman2004-12-021-1/+6
* COMP: Need to choose between <new> and <new.h> based on whether standard head...Brad King2004-12-011-1/+6
* COMP: Disabling old streams warnings when including old headers on MSVC.Brad King2004-12-012-6/+8
* BUG: Need to include header <new> to use placement new syntax. Really this s...Brad King2004-11-301-0/+1
* COMP: Remove compile warningAndy Cedilnik2004-11-021-1/+1
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we...Bill Hoffman2004-11-011-1/+1