Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when ↵ | rubidium | |
it is really needed. | |||
2007-12-08 | (svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with ↵ | rubidium | |
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions. | |||
2007-07-14 | (svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about ↵ | rubidium | |
wchars, so disable all code that has to use wchars for MorphOS. | |||
2007-06-29 | (svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA | KUDr | |
2007-04-17 | (svn r9662) -Documentation: Doxygen corrections and @file omissions | belugas | |
2007-01-13 | (svn r8092) -Codechange: header files with miscellaneous template classes ↵ | KUDr | |
(smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. |