aboutsummaryrefslogtreecommitdiff
path: root/common/ptr.h
AgeCommit message (Expand)Author
2009-02-26Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form...Johannes Schickel
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-03Minor formatting cleanup.Johannes Schickel
2008-07-29Formatting.Johannes Schickel
2008-07-29Added a reset method to SharedPtr, which allows NULLifying it.Johannes Schickel
2008-04-07Fixed compilation on gcc 2.95.Johannes Schickel
2008-03-30Committed salty-horse's documentation patch.Johannes Schickel
2008-03-30- Added support for custom deletion operator (aka deleter) support for Shared...Johannes Schickel
2008-03-30Readded friend statement required by standard conform compilers. Disabled for...Johannes Schickel
2008-03-29- allow SharedPtr objects with incomplete typeJohannes Schickel
2008-03-29Document SharedPtr bool conversion operator; added test cases for it; also ad...Max Horn
2008-03-29Removed unused friends statement (causes internal compiler error with GCC 2.9...Max Horn
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...Johannes Schickel