summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added MD5 implementation to KWSys.Brad King2007-03-144-2/+697
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-122-0/+50
* COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ...Brad King2007-03-091-17/+20
* COMP: Fixed unreferenced parameter warning for VS6 with /W4.Brad King2007-03-091-1/+5
* STYLE: Move warning disable pragma into push/pop block.Brad King2007-03-071-5/+1
* BUG: Use angle-brackets to include testSystemTools.h to avoid problems with i...Brad King2007-03-072-2/+6
* ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.Brad King2007-03-072-21/+47
* COMP: shut up w4 warningKen Martin2007-03-061-0/+5
* COMP: Disable function call with function return test for HP until it is impl...Brad King2007-03-041-0/+2
* COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testA...Brad King2007-03-032-1/+3
* COMP: Disable auto_ptr test for now.Brad King2007-03-031-1/+1
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-...Brad King2007-03-032-9/+6
* COMP: Remove one conversion test until it is implemented.Brad King2007-03-031-0/+2
* ENH: Added test for auto_ptr. Documented aut_ptr template implementation.Brad King2007-03-033-23/+294
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-0310-64/+86
* COMP: fix warningsKen Martin2007-03-021-2/+2
* COMP: More workarounds for Borland.Brad King2007-03-021-3/+6
* COMP: fix warningKen Martin2007-03-011-1/+1
* ENH: added a limit to the getline methodKen Martin2007-03-012-2/+22
* BUG: Assignment should always use reset().Brad King2007-02-281-1/+1
* COMP: Fix for auto_ptr_ref on Borland 5.8.Brad King2007-02-281-5/+10
* COMP: Added line accidentally removed.Brad King2007-02-261-0/+1
* BUG: Fixed implementation of auto_ptr_ref.Brad King2007-02-261-2/+1
* 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
* COMP: Disable LFS on AIX.Brad King2007-02-211-1/+7
* 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
* STYLE: Fix typoMathieu Malaterre2007-01-271-1/+1
* BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file in...Brad King2007-01-261-6/+20
* ENH: Add support for "~otheruser/"Clinton Stimpson2007-01-161-9/+51
* ENH: Handle "~" in SplitPath.Clinton Stimpson2007-01-121-0/+13
* STYLE: Fixed documentation of how to produce forwarding executables for multi...Brad King2007-01-081-13/+18
* BUG: reverting previous change.Utkarsh Ayachit2006-12-211-0/+1
* BUG: When a "wrong argument" was detected, we call the WrongArgument handler....Utkarsh Ayachit2006-12-211-1/+0
* BUG: FileIsDirectory would remove the trailing '/' even when the path is inde...Utkarsh Ayachit2006-12-181-1/+2
* COMP: Fix compilation when VS6 is using the new ANSI stdlibMathieu Malaterre2006-12-181-0/+5
* COMP: Try to get stringstream emulation workingMathieu Malaterre2006-12-151-1/+1
* ENH: Adding stringstream compatibility implementation. It is currently ident...Brad King2006-12-141-2/+39
* BUG: Remove stringstream implementation, this was a wrong interface anyway.Mathieu Malaterre2006-12-142-44/+3
* BUG: disable test for nowMathieu Malaterre2006-12-141-2/+3
* ENH: provide stringstream too. FIX: warning shadow varMathieu Malaterre2006-12-132-3/+43
* BUG: revert yesterday patch. The implementation was correct. The problem was ...Mathieu Malaterre2006-12-093-8/+9
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib...Mathieu Malaterre2006-12-083-4/+6
* COMP: remove warningBill Hoffman2006-12-051-1/+0
* ENH: fix build error on IRIXBill Hoffman2006-12-051-2/+2
* ENH: merge in changes for beos supportBill Hoffman2006-12-044-2/+147