| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								bearing.cpp
							
						
					
				 | 
				
					
						
							
							renamed:    Util/Azimuth.h -> Util/bearing.hpp
						
					
				 | 
				2014-11-26 16:55:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								bearing.hpp
							
						
					
				 | 
				
					
						
							
							renamed:    Util/Azimuth.h -> Util/bearing.hpp
						
					
				 | 
				2014-11-26 16:55:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								BoostFileSystemFix.h
							
						
					
				 | 
				
					
						
							
							renamed:    Util/OSRMException.h -> Util/osrm_exception.hpp
						
					
				 | 
				2015-01-05 15:40:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								cast.hpp
							
						
					
				 | 
				
					
						
							
							remove unneeded lvalue parameter
						
					
				 | 
				2015-01-05 12:00:11 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								compute_angle.cpp
							
						
					
				 | 
				
					
						
							
							fix changed include paths
						
					
				 | 
				2015-01-06 13:17:12 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								compute_angle.hpp
							
						
					
				 | 
				
					
						
							
							refactor angle computation into class/compile unit
						
					
				 | 
				2014-10-10 18:47:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								container.hpp
							
						
					
				 | 
				
					
						
							
							Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
						
					
				 | 
				2014-11-17 14:58:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataStoreOptions.h
							
						
					
				 | 
				
					
						
							
							fix changed include paths
						
					
				 | 
				2015-01-06 13:17:12 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								finger_print.cpp.in
							
						
					
				 | 
				
					
						
							
							renamed:    Util/OSRMException.h -> Util/osrm_exception.hpp
						
					
				 | 
				2015-01-05 15:40:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								FingerPrint.h
							
						
					
				 | 
				
					
						
							
							Rename NodeInfo -> QueryNode
						
					
				 | 
				2014-11-17 14:58:37 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								floating_point.hpp
							
						
					
				 | 
				
					
						
							
							rewrite NumericUtils into floating_point.hpp
						
					
				 | 
				2014-10-10 18:18:56 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								git_sha.cpp.in
							
						
					
				 | 
				
					
						
							
							renamed:    Util/GitDescription.cpp.in -> Util/git_sha.cpp.in
						
					
				 | 
				2015-01-05 14:32:04 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								git_sha.hpp
							
						
					
				 | 
				
					
						
							
							add new header file
						
					
				 | 
				2015-01-05 14:39:17 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								graph_loader.hpp
							
						
					
				 | 
				
					
						
							
							renamed:    Util/OSRMException.h -> Util/osrm_exception.hpp
						
					
				 | 
				2015-01-05 15:40:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								IniFileUtil.h
							
						
					
				 | 
				
					
						
							
							Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
						
					
				 | 
				2014-11-17 14:58:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								integer_range.hpp
							
						
					
				 | 
				
					
						
							
							reformat code
						
					
				 | 
				2015-01-02 15:17:15 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								iterator_range.hpp
							
						
					
				 | 
				
					
						
							
							fix inconsistencies with integer and iterator range header files, closes #1296
						
					
				 | 
				2014-11-27 09:54:57 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								json_renderer.hpp
							
						
					
				 | 
				
					
						
							
							fix changed include paths
						
					
				 | 
				2015-01-06 13:17:12 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								lua_util.hpp
							
						
					
				 | 
				
					
						
							
							renamed:    DataStructures/RestrictionMap.cpp -> DataStructures/restriction_map.cpp
						
					
				 | 
				2014-11-27 18:38:21 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								make_unique.hpp
							
						
					
				 | 
				
					
						
							
							unique_ptr<T> should be unique_ptr<T[]> when used with array
						
					
				 | 
				2014-10-02 19:26:57 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								MercatorUtil.h
							
						
					
				 | 
				
					
						
							
							use double precision fp math for mercartor projection and point-line projections (for now), fixes #1191
						
					
				 | 
				2014-10-09 18:58:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								osrm_exception.cpp
							
						
					
				 | 
				
					
						
							
							renamed:    Util/OSRMException.h -> Util/osrm_exception.hpp
						
					
				 | 
				2015-01-05 15:40:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								osrm_exception.hpp
							
						
					
				 | 
				
					
						
							
							remove empty d'tor from osrm::exception
						
					
				 | 
				2015-01-05 15:53:28 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ProgramOptions.h
							
						
					
				 | 
				
					
						
							
							fix changed include paths
						
					
				 | 
				2015-01-06 13:17:12 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								range_algorithms.hpp
							
						
					
				 | 
				
					
						
							
							remove implicitly defined inline keywords from header-implemented functions in Util/ headers
						
					
				 | 
				2014-11-17 14:58:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simple_logger.cpp
							
						
					
				 | 
				
					
						
							
							renamed:    Util/OSRMException.h -> Util/osrm_exception.hpp
						
					
				 | 
				2015-01-05 15:40:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								simple_logger.hpp
							
						
					
				 | 
				
					
						
							
							reorder members to avoid padding class 'SimpleLogger' with 4 bytes to align 'os'
						
					
				 | 
				2015-01-02 17:32:52 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								std_hash.hpp
							
						
					
				 | 
				
					
						
							
							renamed Util/StdHashExtensions.h -> Util/std_hash.hpp
						
					
				 | 
				2014-12-18 10:09:31 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								string_util.hpp
							
						
					
				 | 
				
					
						
							
							remove unneeded method
						
					
				 | 
				2015-01-05 14:46:38 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								timing_util.hpp
							
						
					
				 | 
				
					
						
							
							renamed Util/TimingUtil.h -> Util/timing_util.hpp
						
					
				 | 
				2014-12-17 17:33:31 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TrigonometryTables.h
							
						
					
				 | 
				
					
						
							
							Revert "Revert "Bring general sketch commits upstream""
						
					
				 | 
				2014-10-29 00:33:43 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								xml_renderer.hpp
							
						
					
				 | 
				
					
						
							
							fix changed include paths
						
					
				 | 
				2015-01-06 13:17:12 +01:00 |