| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								BinaryHeap.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ConcurrentQueue.h
							
						
					
				 | 
				
					
						
							
							Remove extra mutex unlocking in ConcurrentQueue.h
						
					
				 | 
				2014-06-04 18:01:48 +06:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Coordinate.cpp
							
						
					
				 | 
				
					
						
							
							untangle includes
						
					
				 | 
				2014-08-04 13:23:37 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DeallocatingVector.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DynamicGraph.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								EdgeBasedNode.h
							
						
					
				 | 
				
					
						
							
							use 4 bits for travel mode
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								HashTable.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								HilbertValue.cpp
							
						
					
				 | 
				
					
						
							
							use explicit casts
						
					
				 | 
				2014-06-17 15:47:40 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								HilbertValue.h
							
						
					
				 | 
				
					
						
							
							migrate HilbertValue class to C++11, use fwd decl, remove boost/integer
						
					
				 | 
				2014-05-07 14:47:23 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportEdge.cpp
							
						
					
				 | 
				
					
						
							
							rename contra_flow to travel_mode, use unsigned char
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportEdge.h
							
						
					
				 | 
				
					
						
							
							use 4 bits for travel mode
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportNode.cpp
							
						
					
				 | 
				
					
						
							
							replace hashmap with a dummy vector based implementation as the number of tags per object is tiny
						
					
				 | 
				2014-06-23 13:22:14 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ImportNode.h
							
						
					
				 | 
				
					
						
							
							moved ImportNode/Edge into compile units
						
					
				 | 
				2014-05-29 18:31:02 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								InputReaderFactory.h
							
						
					
				 | 
				
					
						
							
							remove remaining NULL pointers by nullptrs
						
					
				 | 
				2014-06-24 16:50:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								JSONContainer.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LRUCache.h
							
						
					
				 | 
				
					
						
							
							migrate DataStructures to C++11
						
					
				 | 
				2014-05-07 18:39:16 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								NodeBasedGraph.h
							
						
					
				 | 
				
					
						
							
							fixes
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								OriginalEdgeData.h
							
						
					
				 | 
				
					
						
							
							first cut at porting travel mode, some tests fail
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Percent.h
							
						
					
				 | 
				
					
						
							
							fixes #1032:
						
					
				 | 
				2014-05-22 18:39:11 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PhantomNodes.h
							
						
					
				 | 
				
					
						
							
							use 4 bits for travel mode
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								QueryEdge.h
							
						
					
				 | 
				
					
						
							
							add initialization to QueryEdge::EdgeData
						
					
				 | 
				2014-07-16 09:44:09 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								QueryNode.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Range.h
							
						
					
				 | 
				
					
						
							
							add some minor comments to Range
						
					
				 | 
				2014-08-07 17:39:53 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RangeTable.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RawRouteData.h
							
						
					
				 | 
				
					
						
							
							use 4 bits for travel mode
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Restriction.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RestrictionMap.cpp
							
						
					
				 | 
				
					
						
							
							fixes #1107, turn restriction combination including overlaps and one-ways
						
					
				 | 
				2014-08-07 18:34:56 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RestrictionMap.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RouteParameters.cpp
							
						
					
				 | 
				
					
						
							
							add member variable/functions to store information if uturns are allowed
						
					
				 | 
				2014-07-16 12:47:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SearchEngine.h
							
						
					
				 | 
				
					
						
							
							simplify static asserts
						
					
				 | 
				2014-06-05 22:55:22 +06:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SearchEngineData.cpp
							
						
					
				 | 
				
					
						
							
							further include untangling, chops 5sec compile time
						
					
				 | 
				2014-06-11 12:25:57 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SearchEngineData.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SegmentInformation.h
							
						
					
				 | 
				
					
						
							
							use 4 bits for travel mode
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SharedMemoryFactory.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SharedMemoryVectorWrapper.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StaticGraph.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StaticKDTree.h
							
						
					
				 | 
				
					
						
							
							first round of replacing deprecated typedefs with much nicer using statements
						
					
				 | 
				2014-08-19 13:01:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StaticRTree.h
							
						
					
				 | 
				
					
						
							
							first cut at porting travel mode, some tests fail
						
					
				 | 
				2014-08-20 11:08:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TurnInstructions.h
							
						
					
				 | 
				
					
						
							
							implements announcement of waypoints, closes #584
						
					
				 | 
				2014-08-11 20:29:15 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								XORFastHash.h
							
						
					
				 | 
				
					
						
							
							add minor reformatting
						
					
				 | 
				2014-07-15 11:42:27 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								XORFastHashStorage.h
							
						
					
				 | 
				
					
						
							
							migrate DataStructures to C++11
						
					
				 | 
				2014-05-07 18:39:16 +02:00 |