| 
							
							
								 alberth | 063931d435 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | 2010-10-30 17:51:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 360d6daf34 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers | 2010-08-26 22:01:16 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c370ab2f27 | (svn r20603) -Codechange: silence some ICC warnings | 2010-08-23 22:03:36 +00:00 |  | 
			
				
					| 
							
							
								 yexo | b4ec144af2 | (svn r20474) -Cleanup: remove some unused code | 2010-08-12 21:36:43 +00:00 |  | 
			
				
					| 
							
							
								 frosch | c18839704b | (svn r20286) -Codechange: Unify end of doxygen comments. | 2010-08-01 19:44:49 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 5b86c79fce | (svn r20283) -Codechange: Unify start of doygen comments. | 2010-08-01 19:22:34 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 1743c86610 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | 2010-07-31 21:02:56 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 137e2b64c9 | (svn r20211) -Codechange: Indented code should have curly braces around it. | 2010-07-24 10:14:39 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 258b128a56 | (svn r19614) -Codechange: "it's" => "its" where appropriate | 2010-04-12 14:12:47 +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 |  | 
			
				
					| 
							
							
								 smatz | 52050197ea | (svn r19509) -Codechange: remove superfluous semicolons after function definitions | 2010-03-23 22:37:18 +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 | 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 |  | 
			
				
					| 
							
							
								 yexo | 5e48066824 | (svn r19247) -Codechange: Rename methods to fit better to common style (skidd13) | 2010-02-25 11:52:04 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 9ab9cf06bf | (svn r19246) -Doc: CBinaryHeapT (skidd13) | 2010-02-25 11:51:38 +00:00 |  | 
			
				
					| 
							
							
								 yexo | f6ea57d2c4 | (svn r19245) -Codechange: apply coding style to binary heap (skidd13) | 2010-02-25 11:50:58 +00:00 |  | 
			
				
					| 
							
							
								 yexo | f8a67c21e4 | (svn r19244) -Codechange: Remove function call if consistency-check is not used (skidd13) | 2010-02-25 11:50:30 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 55e5a38d15 | (svn r19243) -Codechange: rename var's to fit better to common style (skidd13) | 2010-02-25 11:49:17 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 4b6c04585e | (svn r19242) -Codechange: Perfer pointer instead of reference (skidd13) -Cleanup: merge PopHead() and RemoveHead() into Shift() | 2010-02-25 11:48:50 +00:00 |  | 
			
				
					| 
							
							
								 yexo | a44f12ade5 | (svn r19241) -Cleanup: Move the HeapifyUp code into its own method (skidd13) | 2010-02-25 11:48:09 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 37b4da9f4b | (svn r19240) -Codechange: Unify HeapifyUp code (skidd13) | 2010-02-25 11:47:44 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 71aedf247e | (svn r19239) -Cleanup: Move the HeapifyDown code into its own method (skidd13) | 2010-02-25 11:47:18 +00:00 |  | 
			
				
					| 
							
							
								 yexo | baf9c32900 | (svn r19238) -Codechange: Unify the HeapifyDown code (skidd13) | 2010-02-25 11:46:41 +00:00 |  | 
			
				
					| 
							
							
								 yexo | b7d2c74b0b | (svn r19237) -Codechange: use types directly and prefer uint instead of int (skidd13) | 2010-02-25 11:46:20 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 9ed0a64d04 | (svn r19236) -Codechange: move method code into class definition (skidd13) | 2010-02-25 11:45:47 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 4357e8db1e | (svn r19207) -Fix (r19127): compilation was broken for gcc 3.3 | 2010-02-22 16:24:38 +00:00 |  | 
			
				
					| 
							
							
								 yexo | d06407b06c | (svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage | 2010-02-18 18:04:02 +00:00 |  | 
			
				
					| 
							
							
								 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) | 2010-02-18 14:23:18 +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 |  | 
			
				
					| 
							
							
								 frosch | b717136581 | (svn r18828) -Fix (r18823): Decrementing uints is different to ints. | 2010-01-16 16:44:59 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 556f449f0b | (svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) | 2010-01-16 14:22:19 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 757c9667ce | (svn r18825) -Codechange: Sometimes code is shorter if you do not use a function for deduplication. (skidd13) | 2010-01-16 14:17:03 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 3e76cffbdd | (svn r18824) -Codechange: Turn some public members into protected ones. (skidd13) | 2010-01-16 14:12:18 +00:00 |  | 
			
				
					| 
							
							
								 frosch | fa2e4072a9 | (svn r18823) -Codechange: Some uints for unsigned ints. (skidd13) | 2010-01-16 14:02:22 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 75b7bb4231 | (svn r18822) -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) | 2010-01-16 13:52:24 +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 |  | 
			
				
					| 
							
							
								 smatz | f85b8c4e09 | (svn r17596) -Codechange: constify some tables | 2009-09-20 23:11:01 +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 |  |