summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testAutoPtr.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #10550, work around instantiation out of scopeBill Hoffman2010-04-281-1/+1
|
* 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.
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-2/+2
|
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-1/+4
|
* ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.Brad King2007-03-071-2/+0
|
* COMP: Disable function call with function return test for HP until it is ↵Brad King2007-03-041-0/+2
| | | | implemented.
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the ↵Brad King2007-03-031-4/+1
| | | | pointed-to type.
* 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-031-0/+166