summaryrefslogtreecommitdiff
path: root/src/misc
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-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-03-24(svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden)glx
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-25(svn r19247) -Codechange: Rename methods to fit better to common style (skidd13)yexo
2010-02-25(svn r19246) -Doc: CBinaryHeapT (skidd13)yexo
2010-02-25(svn r19245) -Codechange: apply coding style to binary heap (skidd13)yexo
2010-02-25(svn r19244) -Codechange: Remove function call if consistency-check is not ↵yexo
used (skidd13)
2010-02-25(svn r19243) -Codechange: rename var's to fit better to common style (skidd13)yexo
2010-02-25(svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)yexo
-Cleanup: merge PopHead() and RemoveHead() into Shift()
2010-02-25(svn r19241) -Cleanup: Move the HeapifyUp code into its own method (skidd13)yexo
2010-02-25(svn r19240) -Codechange: Unify HeapifyUp code (skidd13)yexo
2010-02-25(svn r19239) -Cleanup: Move the HeapifyDown code into its own method (skidd13)yexo
2010-02-25(svn r19238) -Codechange: Unify the HeapifyDown code (skidd13)yexo
2010-02-25(svn r19237) -Codechange: use types directly and prefer uint instead of int ↵yexo
(skidd13)
2010-02-25(svn r19236) -Codechange: move method code into class definition (skidd13)yexo
2010-02-22(svn r19207) -Fix (r19127): compilation was broken for gcc 3.3smatz
2010-02-18(svn r19161) -Codechange: make the default size of the open list used for ↵yexo
yapf a lot lower to reduce memory usage
2010-02-18(svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead ↵yexo
of dropping the added item -Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
2010-02-14(svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken.frosch
2010-02-14(svn r19127) -Codechange: Add printf-like warnings to more functions.frosch
2010-01-16(svn r18828) -Fix (r18823): Decrementing uints is different to ints.frosch
2010-01-16(svn r18826) -Codechange: Unifiy return value of ↵frosch
(SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13)
2010-01-16(svn r18825) -Codechange: Sometimes code is shorter if you do not use a ↵frosch
function for deduplication. (skidd13)
2010-01-16(svn r18824) -Codechange: Turn some public members into protected ones. ↵frosch
(skidd13)
2010-01-16(svn r18823) -Codechange: Some uints for unsigned ints. (skidd13)frosch
2010-01-16(svn r18822) -Codechange: Rename YAPF-related container classes and their ↵frosch
members to better fit other container classes. (skidd13)
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-20(svn r17596) -Codechange: constify some tablessmatz
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-08-14(svn r17169) -Codechange: apply coding style to some for statementssmatz
2009-08-07(svn r17101) -Revert [FS#3065](r16546): large table on stack caused stack ↵smatz
overflow on some architectures
2009-07-29(svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be ↵rubidium
disabled
2009-06-09(svn r16546) -Codechange: use array member instead of allocating in ↵smatz
costructor and freeing in desctructor