summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* daily version numberBrad King2007-11-141-1/+1
* daily version numberBrad King2007-11-131-1/+1
* daily version numberBrad King2007-11-121-3/+3
* ENH: Created better names and a more convenient set of version date stamp mac...Brad King2007-11-122-29/+29
* BUG: Fixed typo in previous commit.Brad King2007-11-121-4/+4
* ENH: Adding DateStamp feature to KWSys. This provides a header file giving p...Brad King2007-11-124-1/+100
* COMP: Fix warning when gcount stream method does not really return std::strea...Brad King2007-11-071-1/+2
* COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.Brad King2007-11-051-0/+2
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-4/+3
* STYLE: fixed misspellings of Mac OS XSean McBride2007-10-262-2/+2
* BUG: Fix bug#5590. When converting a relative path between two full paths on...Brad King2007-10-251-13/+6
* BUG: fix for bug 0005767 hang for replace string with emptyBill Hoffman2007-10-121-0/+5
* ENH: bad bug badSebastien Barre2007-10-091-1/+1
* ENH: speed up actual path name by cache on windowsBill Hoffman2007-10-022-1/+15
* COMP: remove warning on new HPUX compilerBill Hoffman2007-09-201-1/+1
* COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray CatamountAlexander Neundorf2007-09-201-1/+4
* COMP: make SystemTools.cxx build on Cray Xt3Alexander Neundorf2007-09-201-2/+10
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-191-1/+1
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ...Alexander Neundorf2007-09-171-0/+9
* BUG: if there is no match, don't construct the stl string from a NULLAlexander Neundorf2007-08-221-1/+8
* BUG: fix segfault if FindFiles() is called without actual match patternAlexander Neundorf2007-08-211-2/+9
* COMP: Directory and Glob have pointer data membersMathieu Malaterre2007-08-162-0/+7
* COMP: Second try getting rid of Microsoft deprecation warnings. This time tes...David Cole2007-08-152-12/+9
* COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .cxx...David Cole2007-08-151-0/+8
* STYLE: fix typoAlexander Neundorf2007-08-091-1/+1
* ENH: Remove extra ;Mathieu Malaterre2007-08-081-15/+15
* COMP: fixed compiler warning in sprintf usageSean McBride2007-08-031-1/+1
* COMP: also build the static dummy loader on Cray CatamountAlexander Neundorf2007-08-011-1/+2
* COMP: add a dynamic loader for systems which don't support dynamic loading, s...Alexander Neundorf2007-07-301-1/+56
* ENH: fix resource leakBill Hoffman2007-07-241-4/+5
* PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, andAlexander Neundorf2007-07-231-2/+1
* COMP: Fix for platforms that do not have siginfo on their signal handlers.Brad King2007-06-271-2/+2
* ENH: remove some stuff to improve coverageBill Hoffman2007-06-062-18/+0
* ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make c...Bill Hoffman2007-06-061-0/+10
* BUG: Added carrot (^) to characters that need quoting. The solaris shell nee...Brad King2007-05-181-1/+1
* BUG: Some single-character arguments need quoting on windows.Brad King2007-05-171-0/+22
* ENH: Added more special unix shell characters that require quoting. Added es...Brad King2007-05-172-7/+18
* BUG: Shell escaping needs to write % as %% for VS IDE.Brad King2007-05-161-0/+23
* BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO...Brad King2007-05-161-5/+7
* COMP: Fix code-not-reached warnings for SunCC.Brad King2007-05-031-1/+7
* COMP: Make sure gcc 2.96 sstream header is not used.Brad King2007-04-201-0/+3
* COMP: Added istringstream::clear() method to disambiguate the call from using...Brad King2007-04-201-0/+4
* BUG: Need to clear read failure when string is reset.Brad King2007-04-191-0/+6
* ENH: Added testing for istringstream and stringstream.Brad King2007-04-191-2/+99
* BUG: Fix stream state on successfully reading a string.Brad King2007-04-191-1/+1
* COMP: Fixes for Watcom.Brad King2007-04-192-0/+17
* COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.Brad King2007-04-191-3/+7
* COMP: Need to include header for unlink function.Brad King2007-04-191-4/+16
* ENH: Added support for Watcom compiler. Added TODO comment about calling con...Brad King2007-04-191-4/+30
* ENH: Fixed stl string streaming operators for Watcom.Brad King2007-04-192-4/+15