| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Added carrot (^) to characters that need quoting. The solaris shell nee... | Brad King | 2007-05-18 | 1 | -1/+1 |
|
|
* | BUG: Some single-character arguments need quoting on windows. | Brad King | 2007-05-17 | 1 | -0/+22 |
|
|
* | ENH: Added more special unix shell characters that require quoting. Added es... | Brad King | 2007-05-17 | 2 | -7/+18 |
|
|
* | BUG: Shell escaping needs to write % as %% for VS IDE. | Brad King | 2007-05-16 | 1 | -0/+23 |
|
|
* | BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO... | Brad King | 2007-05-16 | 1 | -5/+7 |
|
|
* | COMP: Fix code-not-reached warnings for SunCC. | Brad King | 2007-05-03 | 1 | -1/+7 |
|
|
* | COMP: Make sure gcc 2.96 sstream header is not used. | Brad King | 2007-04-20 | 1 | -0/+3 |
|
|
* | COMP: Added istringstream::clear() method to disambiguate the call from using... | Brad King | 2007-04-20 | 1 | -0/+4 |
|
|
* | BUG: Need to clear read failure when string is reset. | Brad King | 2007-04-19 | 1 | -0/+6 |
|
|
* | ENH: Added testing for istringstream and stringstream. | Brad King | 2007-04-19 | 1 | -2/+99 |
|
|
* | BUG: Fix stream state on successfully reading a string. | Brad King | 2007-04-19 | 1 | -1/+1 |
|
|
* | COMP: Fixes for Watcom. | Brad King | 2007-04-19 | 2 | -0/+17 |
|
|
* | COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless. | Brad King | 2007-04-19 | 1 | -3/+7 |
|
|
* | COMP: Need to include header for unlink function. | Brad King | 2007-04-19 | 1 | -4/+16 |
|
|
* | ENH: Added support for Watcom compiler. Added TODO comment about calling con... | Brad King | 2007-04-19 | 1 | -4/+30 |
|
|
* | ENH: Fixed stl string streaming operators for Watcom. | Brad King | 2007-04-19 | 2 | -4/+15 |
|
|
* | ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added T... | Brad King | 2007-04-12 | 1 | -1/+54 |
|
|
* | ENH: Added MD5 implementation to KWSys. | Brad King | 2007-03-14 | 4 | -2/+697 |
|
|
* | ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. | Brad King | 2007-03-12 | 2 | -0/+50 |
|
|
* | COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ... | Brad King | 2007-03-09 | 1 | -17/+20 |
|
|
* | COMP: Fixed unreferenced parameter warning for VS6 with /W4. | Brad King | 2007-03-09 | 1 | -1/+5 |
|
|
* | STYLE: Move warning disable pragma into push/pop block. | Brad King | 2007-03-07 | 1 | -5/+1 |
|
|
* | BUG: Use angle-brackets to include testSystemTools.h to avoid problems with i... | Brad King | 2007-03-07 | 2 | -2/+6 |
|
|
* | ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. | Brad King | 2007-03-07 | 2 | -21/+47 |
|
|
* | COMP: shut up w4 warning | Ken Martin | 2007-03-06 | 1 | -0/+5 |
|
|
* | COMP: Disable function call with function return test for HP until it is impl... | Brad King | 2007-03-04 | 1 | -0/+2 |
|
|
* | COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testA... | Brad King | 2007-03-03 | 2 | -1/+3 |
|
|
* | COMP: Disable auto_ptr test for now. | Brad King | 2007-03-03 | 1 | -1/+1 |
|
|
* | ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-... | Brad King | 2007-03-03 | 2 | -9/+6 |
|
|
* | COMP: Remove one conversion test until it is implemented. | Brad King | 2007-03-03 | 1 | -0/+2 |
|
|
* | ENH: Added test for auto_ptr. Documented aut_ptr template implementation. | Brad King | 2007-03-03 | 3 | -23/+294 |
|
|
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 10 | -64/+86 |
|
|
* | COMP: fix warnings | Ken Martin | 2007-03-02 | 1 | -2/+2 |
|
|
* | COMP: More workarounds for Borland. | Brad King | 2007-03-02 | 1 | -3/+6 |
|
|
* | COMP: fix warning | Ken Martin | 2007-03-01 | 1 | -1/+1 |
|
|
* | ENH: added a limit to the getline method | Ken Martin | 2007-03-01 | 2 | -2/+22 |
|
|
* | BUG: Assignment should always use reset(). | Brad King | 2007-02-28 | 1 | -1/+1 |
|
|
* | COMP: Fix for auto_ptr_ref on Borland 5.8. | Brad King | 2007-02-28 | 1 | -5/+10 |
|
|
* | COMP: Added line accidentally removed. | Brad King | 2007-02-26 | 1 | -0/+1 |
|
|
* | BUG: Fixed implementation of auto_ptr_ref. | Brad King | 2007-02-26 | 1 | -2/+1 |
|
|
* | BUG: Fix bug#4482. | Brad King | 2007-02-22 | 1 | -1/+12 |
|
|
* | COMP: remove warning | Bill Hoffman | 2007-02-22 | 1 | -1/+0 |
|
|
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -16/+3 |
|
|
* | COMP: Disable LFS on AIX. | Brad King | 2007-02-21 | 1 | -1/+7 |
|
|
* | STYLE: Removed one more stray comment. | Brad King | 2007-02-01 | 1 | -2/+0 |
|
|
* | STYLE: removed code accidently checked in | Ken Martin | 2007-02-01 | 1 | -14/+1 |
|
|
* | BUG: fix for bug number 3320 | Ken Martin | 2007-02-01 | 1 | -3/+33 |
|
|
* | ENH: allow copy if different from a file to a directory to work | Bill Hoffman | 2007-01-30 | 1 | -2/+24 |
|
|
* | STYLE: Fix typo | Mathieu Malaterre | 2007-01-27 | 1 | -1/+1 |
|
|
* | BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file in... | Brad King | 2007-01-26 | 1 | -6/+20 |
|
|