summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/auto_ptr.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-071-0/+18
|
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-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 King2007-03-091-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 King2007-03-071-19/+47
|
* COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling ↵Brad King2007-03-031-0/+2
| | | | testAutoPtr.
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the ↵Brad King2007-03-031-5/+5
| | | | pointed-to type.
* ENH: Added test for auto_ptr. Documented aut_ptr template implementation.Brad King2007-03-031-23/+127
|
* COMP: More workarounds for Borland.Brad King2007-03-021-3/+6
|
* 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
|
* COMP: Skip trying to use native auto_ptr implementation and just provide a ↵Brad King2006-03-161-20/+0
| | | | conforming one.
* ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.Brad King2006-03-161-0/+78