aboutsummaryrefslogtreecommitdiff
path: root/common/ptr.h
AgeCommit message (Expand)Author
2018-06-04COMMON: More nullptr usage in common/ptrDavid Fioramonti
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2017-12-28COMMON: Add a reset method to DisposablePtrBastien Bouclet
2017-11-18COMMON: Add limited support for custom deleters to ScopedPtrColin Snover
2017-10-06COMMON: Prevent implicit conversion of smart pointers to non-boolsColin Snover
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-17ALL: Use GCC_ATLEAST().Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07COMMON: Remove implicit conversion from ScopedPtr<T> to T*.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-04COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrCMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-03-20- Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerTypeJohannes Schickel
2010-03-20Style fixes / cleanup.Johannes Schickel
2010-03-20added ScopedPtr templateVladimir Menshakov
2010-01-24Fix indentationJordi Vilalta Prat
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
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