| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								BinaryHeap.h
							
						
					
				 | 
				
					
						
							
							Removing old style cast
						
					
				 | 
				2012-09-19 11:25:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ConcurrentQueue.h
							
						
					
				 | 
				
					
						
							
							Restructured concurrent FIFO queue to use a circular buffer. Thx to the
						
					
				 | 
				2012-04-06 15:07:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Coordinate.h
							
						
					
				 | 
				
					
						
							
							Changed haversine formula to be less sensitive to floating-point
						
					
				 | 
				2012-10-04 17:27:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DeallocatingVector.h
							
						
					
				 | 
				
					
						
							
							removing old style casts and unused parameters and fixed unsafe float
						
					
				 | 
				2012-09-19 11:46:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DynamicGraph.h
							
						
					
				 | 
				
					
						
							
							prefix increment instead of postfix
						
					
				 | 
				2012-11-19 11:45:10 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								GridEdge.h
							
						
					
				 | 
				
					
						
							
							Refactoring extraction stuff
						
					
				 | 
				2012-08-27 17:40:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								HashTable.h
							
						
					
				 | 
				
					
						
							
							Speeding up parsing of car profile by about 30%
						
					
				 | 
				2012-11-12 17:00:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportEdge.h
							
						
					
				 | 
				
					
						
							
							Independent set tie-breaker in O(1) space and time
						
					
				 | 
				2012-05-23 21:18:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportNode.h
							
						
					
				 | 
				
					
						
							
							Further refactorings
						
					
				 | 
				2012-11-12 10:58:57 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								InputReaderFactory.h
							
						
					
				 | 
				
					
						
							
							removed linebreak.
						
					
				 | 
				2011-10-07 18:38:54 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LRUCache.h
							
						
					
				 | 
				
					
						
							
							Implementation of copy-insert of LRU cache
						
					
				 | 
				2012-06-12 13:25:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								NNGrid.h
							
						
					
				 | 
				
					
						
							
							Fixing tests that check for paths on equator and zero-meridian. It was a
						
					
				 | 
				2012-11-12 19:17:25 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								NodeCoords.h
							
						
					
				 | 
				
					
						
							
							Removed all header file includes from typedef.h
						
					
				 | 
				2012-07-02 16:00:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								NodeInformationHelpDesk.h
							
						
					
				 | 
				
					
						
							
							Refactoring extraction stuff
						
					
				 | 
				2012-08-27 17:40:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Percent.h
							
						
					
				 | 
				
					
						
							
							Adding another method to simply add the increment.
						
					
				 | 
				2012-03-05 09:37:13 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PhantomNodes.h
							
						
					
				 | 
				
					
						
							
							Fixes cucumber test features/bad.feature:15
						
					
				 | 
				2012-09-27 14:55:48 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								QueryEdge.h
							
						
					
				 | 
				
					
						
							
							First (buggy) implementation of single via node alternative routes.
						
					
				 | 
				2012-06-15 18:47:27 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Restriction.h
							
						
					
				 | 
				
					
						
							
							Refactoring extraction stuff
						
					
				 | 
				2012-08-27 17:40:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SearchEngine.h
							
						
					
				 | 
				
					
						
							
							Fixing warning detected by additional compiler flags
						
					
				 | 
				2012-09-19 13:48:04 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SegmentInformation.h
							
						
					
				 | 
				
					
						
							
							dont quantize distance to 10m, use double for summation
						
					
				 | 
				2012-09-22 11:01:05 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SimpleStack.h
							
						
					
				 | 
				
					
						
							
							Replace recursive unpacking procedure by a stack'ed implementation.
						
					
				 | 
				2011-12-17 20:17:40 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StaticGraph.h
							
						
					
				 | 
				
					
						
							
							Fixes issue #259
						
					
				 | 
				2012-05-31 14:01:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StaticKDTree.h
							
						
					
				 | 
				
					
						
							
							Fixing missing include
						
					
				 | 
				2012-07-10 11:56:40 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TurnInstructions.h
							
						
					
				 | 
				
					
						
							
							Implemented T-Test and output of route options
						
					
				 | 
				2012-06-19 17:26:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Util.h
							
						
					
				 | 
				
					
						
							
							Adjusted coding style, inlined functions
						
					
				 | 
				2011-10-14 15:10:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								XORFastHash.h
							
						
					
				 | 
				
					
						
							
							Cache-Aware preprocessing with less space requirements
						
					
				 | 
				2012-07-10 11:50:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								XORFastHashStorage.h
							
						
					
				 | 
				
					
						
							
							Removing unused parameter
						
					
				 | 
				2012-09-19 12:02:50 +02:00 |