Commit Graph

111 Commits (9c98d758d850dd8cad863754573e29b646a8f4d8)

Author SHA1 Message Date
planetmaker f00d9976f9 (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
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) 13 years ago
michi_cc dcef62040f (svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid) 13 years ago
rubidium 9fc2798baf (svn r22411) -Document: another bunch of bits 13 years ago
smatz b4967c5659 (svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore 13 years ago
alberth 9222a30173 (svn r22145) -Codechange: Do explicit test for non-bool values. 14 years ago
alberth a14f4eb271 (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
alberth ccfaac0d34 (svn r22101) -Codechange (r22098): Unify a bit of code. 14 years ago
alberth 95b6644592 (svn r22098) -Codechange: Have an array of option data, use it in the option parsing routine. Adapt openttd option processing too. 14 years ago
alberth a7a3a87c68 (svn r22097) -Fix (r22096): Add files before commit. 14 years ago
rubidium 05199a641a (svn r21890) -Cleanup: remove some unneeded includes 14 years ago
alberth 84c9201e0c (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
alberth 063931d435 (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
rubidium 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rubidium c370ab2f27 (svn r20603) -Codechange: silence some ICC warnings 14 years ago
yexo b4ec144af2 (svn r20474) -Cleanup: remove some unused code 14 years ago
frosch c18839704b (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
frosch 5b86c79fce (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
alberth 1743c86610 (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
alberth 137e2b64c9 (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
smatz 258b128a56 (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
glx 6a35870e1d (svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden) 14 years ago
glx ad0854c2b4 (svn r19516) -Fix (r19467): MSVC 64bit warnings 14 years ago
smatz 52050197ea (svn r19509) -Codechange: remove superfluous semicolons after function definitions 14 years ago
yexo 608d5bdd97 (svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor 14 years ago
yexo ceba15f114 (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) 14 years ago
yexo 762fbc70c0 (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13) 14 years ago
yexo e0187a0ea5 (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13) 14 years ago
yexo 40765d328e (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) 14 years ago
yexo 33946d3c2c (svn r19470) -Codechange: rename blob internals (skidd13) 14 years ago
yexo 4850c91b76 (svn r19469) -Codechange: remove unused functions from Blob (skidd13) 14 years ago
yexo 7744ec0870 (svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13) 14 years ago
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
14 years ago
yexo 5e48066824 (svn r19247) -Codechange: Rename methods to fit better to common style (skidd13) 15 years ago
yexo 9ab9cf06bf (svn r19246) -Doc: CBinaryHeapT (skidd13) 15 years ago
yexo f6ea57d2c4 (svn r19245) -Codechange: apply coding style to binary heap (skidd13) 15 years ago
yexo f8a67c21e4 (svn r19244) -Codechange: Remove function call if consistency-check is not used (skidd13) 15 years ago
yexo 55e5a38d15 (svn r19243) -Codechange: rename var's to fit better to common style (skidd13) 15 years ago
yexo 4b6c04585e (svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)
-Cleanup: merge PopHead() and RemoveHead() into Shift()
15 years ago
yexo a44f12ade5 (svn r19241) -Cleanup: Move the HeapifyUp code into its own method (skidd13) 15 years ago
yexo 37b4da9f4b (svn r19240) -Codechange: Unify HeapifyUp code (skidd13) 15 years ago
yexo 71aedf247e (svn r19239) -Cleanup: Move the HeapifyDown code into its own method (skidd13) 15 years ago
yexo baf9c32900 (svn r19238) -Codechange: Unify the HeapifyDown code (skidd13) 15 years ago
yexo b7d2c74b0b (svn r19237) -Codechange: use types directly and prefer uint instead of int (skidd13) 15 years ago
yexo 9ed0a64d04 (svn r19236) -Codechange: move method code into class definition (skidd13) 15 years ago
smatz 4357e8db1e (svn r19207) -Fix (r19127): compilation was broken for gcc 3.3 15 years ago
yexo d06407b06c (svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage 15 years ago
yexo 0f6e4a5cce (svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead of dropping the added item
-Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
15 years ago
frosch c10e26137e (svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken. 15 years ago
frosch 5c6dcffd47 (svn r19127) -Codechange: Add printf-like warnings to more functions. 15 years ago