Age | Commit message (Expand) | Author |
2018-06-04 | COMMON: More nullptr usage in common/ptr | David Fioramonti |
2018-05-10 | COMMON: Use nullptr instead of NULL or 0 where appropriate | Bastien Bouclet |
2017-12-28 | COMMON: Add a reset method to DisposablePtr | Bastien Bouclet |
2017-11-18 | COMMON: Add limited support for custom deleters to ScopedPtr | Colin Snover |
2017-10-06 | COMMON: Prevent implicit conversion of smart pointers to non-bools | Colin Snover |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-03-17 | ALL: Use GCC_ATLEAST(). | Christoph Mallon |
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of... | Christoph Mallon |
2011-08-07 | COMMON: Remove implicit conversion from ScopedPtr<T> to T*. | Christoph Mallon |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-04 | COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrC | Max Horn |
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy |
2010-09-06 | PLUGINS: used variation of ScopedPtr to clean up load() function | Yotam Barnoy |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-03-20 | - Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerType | Johannes Schickel |
2010-03-20 | Style fixes / cleanup. | Johannes Schickel |
2010-03-20 | added ScopedPtr template | Vladimir Menshakov |
2010-01-24 | Fix indentation | Jordi Vilalta Prat |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-02-26 | Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form... | Johannes Schickel |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-09-03 | Minor formatting cleanup. | Johannes Schickel |
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 |