rubidium
|
b886c8db8c
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
alberth
|
84c9201e0c
|
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
|
2010-12-22 11:24:38 +00:00 |
|
glx
|
6a35870e1d
|
(svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden)
|
2010-03-24 21:30:12 +00:00 |
|
glx
|
ad0854c2b4
|
(svn r19516) -Fix (r19467): MSVC 64bit warnings
|
2010-03-24 21:24:31 +00:00 |
|
yexo
|
608d5bdd97
|
(svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor
|
2010-03-19 22:46:22 +00:00 |
|
yexo
|
40765d328e
|
(svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13)
|
2010-03-19 20:08:40 +00:00 |
|
yexo
|
4850c91b76
|
(svn r19469) -Codechange: remove unused functions from Blob (skidd13)
|
2010-03-19 20:05:49 +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 |
|
smatz
|
4357e8db1e
|
(svn r19207) -Fix (r19127): compilation was broken for gcc 3.3
|
2010-02-22 16:24:38 +00:00 |
|
frosch
|
c10e26137e
|
(svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken.
|
2010-02-14 18:33:57 +00:00 |
|
frosch
|
5c6dcffd47
|
(svn r19127) -Codechange: Add printf-like warnings to more functions.
|
2010-02-14 13:01:33 +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
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
yexo
|
c463176a9c
|
(svn r17219) -Cleanup: remove a lot of unused string code
|
2009-08-19 13:13:32 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +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
|
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
|
35dad3581b
|
(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium)
|
2007-07-04 02:35:40 +00:00 |
|
KUDr
|
65ba91d1c9
|
(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output.
|
2007-06-29 22:33:58 +00:00 |
|