summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/auto_ptr.hxx.in
Commit message (Expand)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
* COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ...Brad King2007-03-091-17/+20
* 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 testA...Brad King2007-03-031-0/+2
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-...Brad King2007-03-031-5/+5
* 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 co...Brad King2006-03-161-20/+0
* ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.Brad King2006-03-161-0/+78