summaryrefslogtreecommitdiff
path: root/src/misc/blob.hpp
AgeCommit message (Collapse)Author
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-03-24(svn r19516) -Fix (r19467): MSVC 64bit warningsglx
2010-03-23(svn r19509) -Codechange: remove superfluous semicolons after function ↵smatz
definitions
2010-03-19(svn r19477) -Fix (r1946x): removed a few too functions including the copy ↵yexo
constructor
2010-03-19(svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items)yexo
2010-03-19(svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc ↵yexo
code (skidd13)
2010-03-19(svn r19472) -Codechange: reorder the static members of ByteBlob and add ↵yexo
Zero() (skidd13)
2010-03-19(svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13)yexo
2010-03-19(svn r19470) -Codechange: rename blob internals (skidd13)yexo
2010-03-19(svn r19469) -Codechange: remove unused functions from Blob (skidd13)yexo
2010-03-19(svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13)yexo
2010-03-19(svn r19467) -Codechange: Use uint and byte direct instead of declaring ↵yexo
internal types (skidd13) -Codechange: remove now unneeded asserts -Codechange: Set CBlobBaseSimple as absolute base class of CBlobT
2010-02-14(svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken.frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-09-07(svn r17461) -Document: that a certain compiler warning when compiled ↵rubidium
without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-08-19(svn r17219) -Cleanup: remove a lot of unused string codeyexo
2009-07-29(svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be ↵rubidium
disabled
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when ↵rubidium
const is (accidentally?) removed using C-style casts.
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the ↵rubidium
sources too
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-06-14(svn r13516) -Codechange: Move MemCpyT to a fitting core headerskidd13
-Codechange: Split the sorting code from the sortlist to an appropriate header
2008-05-07(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ ↵smatz
wrapper for CBlobT
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add ↵rubidium
something more than whitespace as description of files that don't have a description.
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 CStrAKUDr
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
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.