yexo
|
608d5bdd97
|
(svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor
|
2010-03-19 22:46:22 +00:00 |
|
yexo
|
ceba15f114
|
(svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items)
|
2010-03-19 20:44:23 +00:00 |
|
yexo
|
762fbc70c0
|
(svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13)
|
2010-03-19 20:28:28 +00:00 |
|
yexo
|
e0187a0ea5
|
(svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13)
|
2010-03-19 20:13:15 +00:00 |
|
yexo
|
40765d328e
|
(svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13)
|
2010-03-19 20:08:40 +00:00 |
|
yexo
|
33946d3c2c
|
(svn r19470) -Codechange: rename blob internals (skidd13)
|
2010-03-19 20:06:33 +00:00 |
|
yexo
|
4850c91b76
|
(svn r19469) -Codechange: remove unused functions from Blob (skidd13)
|
2010-03-19 20:05:49 +00:00 |
|
yexo
|
7744ec0870
|
(svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13)
|
2010-03-19 20:04:24 +00:00 |
|
yexo
|
75c520cd08
|
(svn r19467) -Codechange: Use uint and byte direct instead of declaring internal types (skidd13)
-Codechange: remove now unneeded asserts
-Codechange: Set CBlobBaseSimple as absolute base class of CBlobT
|
2010-03-19 20:03:25 +00:00 |
|
frosch
|
c10e26137e
|
(svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken.
|
2010-02-14 18:33:57 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
441297d0f2
|
(svn r17461) -Document: that a certain compiler warning when compiled without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report
|
2009-09-07 20:07:47 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
c096e3d54c
|
(svn r17228) -Codechange: some coding style fixes
|
2009-08-20 10:23:39 +00:00 |
|
yexo
|
c463176a9c
|
(svn r17219) -Cleanup: remove a lot of unused string code
|
2009-08-19 13:13:32 +00:00 |
|
rubidium
|
337d92b082
|
(svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be disabled
|
2009-07-29 20:24:48 +00:00 |
|
rubidium
|
2832d69272
|
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
|
2009-05-24 21:09:00 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
skidd13
|
a8bb6177ee
|
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
2008-06-14 16:23:08 +00:00 |
|
smatz
|
8a422e34df
|
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
|
2008-05-07 18:31:29 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
33cdfc71dc
|
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
2007-12-08 14:50:41 +00:00 |
|
rubidium
|
25028759c1
|
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wchars, so disable all code that has to use wchars for MorphOS.
|
2007-07-14 20:30:35 +00:00 |
|
KUDr
|
f9e47692cb
|
(svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA
|
2007-06-29 22:16:15 +00:00 |
|
belugas
|
097b3b3c7b
|
(svn r9662) -Documentation: Doxygen corrections and @file omissions
|
2007-04-17 20:23:13 +00:00 |
|
KUDr
|
574ded3afd
|
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
|
2007-01-13 13:33:36 +00:00 |
|