Commit Graph

26 Commits (c462611488632af6a911abc13673b1423514f380)

Author SHA1 Message Date
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
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
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
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium c096e3d54c (svn r17228) -Codechange: some coding style fixes 15 years ago
rubidium c3e87f345d (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
smatz 1dcbba1c2d (svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough 16 years ago
rubidium 28ea38ae55 (svn r14949) -Cleanup: pointer coding style 16 years ago
belugas 9506434539 (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln
I've added a little fix on currency.cpp too, why not :)
16 years ago
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. 16 years ago
belugas 097b3b3c7b (svn r9662) -Documentation: Doxygen corrections and @file omissions 17 years ago
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. 18 years ago