Age | Commit message (Expand) | Author |
---|---|---|
2008-07-29 | Formatting. | Johannes Schickel |
2008-07-29 | Added a reset method to SharedPtr, which allows NULLifying it. | Johannes Schickel |
2008-04-07 | Fixed compilation on gcc 2.95. | Johannes Schickel |
2008-03-30 | Committed 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-30 | Readded friend statement required by standard conform compilers. Disabled for... | Johannes Schickel |
2008-03-29 | - allow SharedPtr objects with incomplete type | Johannes Schickel |
2008-03-29 | Document SharedPtr bool conversion operator; added test cases for it; also ad... | Max Horn |
2008-03-29 | Removed unused friends statement (causes internal compiler error with GCC 2.9... | Max Horn |
2008-03-28 | Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li... | Johannes Schickel |