Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-08-07 | 1 | -0/+18 |
| | |||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
| | | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range. | ||||
* | COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ↵ | Brad King | 2007-03-09 | 1 | -17/+20 |
| | | | | It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform. | ||||
* | ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. | Brad King | 2007-03-07 | 1 | -19/+47 |
| | |||||
* | COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling ↵ | Brad King | 2007-03-03 | 1 | -0/+2 |
| | | | | testAutoPtr. | ||||
* | ENH: Implemented auto_ptr_ref in a way that allows conversion of the ↵ | Brad King | 2007-03-03 | 1 | -5/+5 |
| | | | | pointed-to type. | ||||
* | ENH: Added test for auto_ptr. Documented aut_ptr template implementation. | Brad King | 2007-03-03 | 1 | -23/+127 |
| | |||||
* | COMP: More workarounds for Borland. | Brad King | 2007-03-02 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | COMP: Skip trying to use native auto_ptr implementation and just provide a ↵ | Brad King | 2006-03-16 | 1 | -20/+0 |
| | | | | conforming one. | ||||
* | ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere. | Brad King | 2006-03-16 | 1 | -0/+78 |