Add de::AppendList<T>
authorPyry Haulos <phaulos@google.com>
Fri, 11 Dec 2015 22:24:21 +0000 (14:24 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 16 Dec 2015 01:03:29 +0000 (17:03 -0800)
commitfec5a843d7df5ab4b844991eedcaefa140c0a599
tree67fedf674baab42e36b07cfa14a654bbcd85cea1
parentebc1b42afdf320138df8a033d13221a811e891b4
Add de::AppendList<T>

AppendList provides fast append-only data structure that can be updated
from multiple threads simultaneously. Suitable for logging for example.

Change-Id: I4f6ee5f0e040695ffcd2006330dab1a4de81e9e4
Android.mk
framework/delibs/decpp/CMakeLists.txt
framework/delibs/decpp/deAppendList.cpp [new file with mode: 0644]
framework/delibs/decpp/deAppendList.hpp [new file with mode: 0644]
modules/internal/ditDelibsTests.cpp