| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								Azimuth.h
							
						
					
				 | 
				
					
						
							
							move Azimuth.h to C++11
						
					
				 | 
				2014-05-07 10:39:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								BoostFileSystemFix.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								cast.hpp
							
						
					
				 | 
				
					
						
							
							move casts from/to string into static class
						
					
				 | 
				2014-10-08 14:47:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ComputeAngle.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								container.hpp
							
						
					
				 | 
				
					
						
							
							refactor ContainerUtil into container.hpp
						
					
				 | 
				2014-10-10 18:24:13 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataStoreOptions.h
							
						
					
				 | 
				
					
						
							
							move springclean functionality in its own tools, remove from datastore
						
					
				 | 
				2014-10-10 16:55:24 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								FingerPrint.cpp.in
							
						
					
				 | 
				
					
						
							
							untangle includes
						
					
				 | 
				2014-08-04 13:23:37 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								FingerPrint.h
							
						
					
				 | 
				
					
						
							
							Globally rename UUID to FingerPrint
						
					
				 | 
				2014-06-05 10:31:19 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								floating_point.hpp
							
						
					
				 | 
				
					
						
							
							rewrite NumericUtils into floating_point.hpp
						
					
				 | 
				2014-10-10 18:18:56 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								GitDescription.cpp.in
							
						
					
				 | 
				
					
						
							
							License change to (simplified) 2-clause BSD. Good riddance, AGPL
						
					
				 | 
				2013-10-14 13:42:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								GitDescription.h
							
						
					
				 | 
				
					
						
							
							install lib header files with make install target
						
					
				 | 
				2013-12-17 17:59:44 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								GraphLoader.h
							
						
					
				 | 
				
					
						
							
							remove type from more structs, remove asserts
						
					
				 | 
				2014-08-20 11:08:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								IniFileUtil.h
							
						
					
				 | 
				
					
						
							
							remove superflous include
						
					
				 | 
				2014-06-27 09:50:26 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LuaUtil.h
							
						
					
				 | 
				
					
						
							
							remove whitespace
						
					
				 | 
				2014-05-13 12:41:40 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								MachineInfo.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02: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 | 
			
		
			
			
			
			
				| 
					
						
							
								
								OSRMException.h
							
						
					
				 | 
				
					
						
							
							reformat OSRMException.h
						
					
				 | 
				2014-05-07 11:55:29 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ProgramOptions.h
							
						
					
				 | 
				
					
						
							
							rework the population and checking of base paths
						
					
				 | 
				2014-10-10 10:41:06 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								SimpleLogger.h
							
						
					
				 | 
				
					
						
							
							fix data race in SimpleLogger by making state indicator variable atomic
						
					
				 | 
				2014-07-01 16:15:56 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StdHashExtensions.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								StringUtil.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TimingUtil.h
							
						
					
				 | 
				
					
						
							
							Use TimingUtil.h for all time measurement,
						
					
				 | 
				2014-06-04 19:52:34 +06:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TrigonometryTables.h
							
						
					
				 | 
				
					
						
							
							remove implicit inline keyword from header files
						
					
				 | 
				2014-10-08 14:47:51 +02:00 |