Age | Commit message (Expand) | Author |
---|---|---|
2010-03-20 | Some style fixes. | Johannes Schickel |
2009-12-07 | COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const | Max Horn |
2009-12-07 | Applied patch from patch item #2909854 in order to fix compilation when langu... | Filippos Karapetis |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-09-02 | Revised HashMap implementation | Max Horn |
2008-03-30 | Some minor whitespace changes, and the customary "end of namespace" comment. | Torbjörn Andersson |
2008-03-30 | Whitespacing fixes | Bertrand Augereau |
2008-03-30 | #include <cstring> => #include <string.h> (for size_t) | Bertrand Augereau |
2008-03-30 | std::max => utils.h MAX | Bertrand Augereau |
2008-03-30 | Introduction of a fixed size memory pool with a typical free list implementation | Bertrand Augereau |