index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
ptr.h
Age
Commit message (
Expand
)
Author
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