..
BinaryHeap.h
first round of replacing deprecated typedefs with much nicer using statements
2014-08-19 13:01:38 +02:00
ConcurrentQueue.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
Coordinate.cpp
fix implicit casts
2014-10-17 12:31:02 +02:00
DeallocatingVector.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
DynamicGraph.h
fix a number of implicit conversions
2014-10-17 14:19:33 +02:00
EdgeBasedNode.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
FixedPointNumber.h
add relational operators
2014-09-18 11:10:23 +02:00
HashTable.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
HilbertValue.cpp
use explicit casts
2014-06-17 15:47:40 +02:00
HilbertValue.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
ImportEdge.cpp
remove type from more structs, remove asserts
2014-08-20 11:08:59 +02:00
ImportEdge.h
remove type from more structs, remove asserts
2014-08-20 11:08:59 +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
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
InputReaderFactory.h
remove remaining NULL pointers by nullptrs
2014-06-24 16:50:00 +02:00
JSONContainer.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
LRUCache.h
migrate DataStructures to C++11
2014-05-07 18:39:16 +02:00
NodeBasedGraph.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
OriginalEdgeData.h
typedef instead of enum for TravelMode to avoid gcc warnings
2014-08-20 11:08:58 +02:00
Percent.h
fixes #1032 :
2014-05-22 18:39:11 +02:00
PhantomNodes.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +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
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
RawRouteData.h
Refactor routing plugins:
2014-10-22 19:02:19 +02:00
Restriction.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
RestrictionMap.cpp
refactor SimpleLogger into simple_logger compile unit
2014-10-10 19:32:49 +02:00
RestrictionMap.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
RouteParameters.cpp
Merge branch 'stefan-rajkovic-multiple-nearest-points' of https://github.com/srajkovic/osrm-backend into srajkovic-stefan-rajkovic-multiple-nearest-points
2014-09-16 12:32:40 +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
fix initialization order
2014-08-20 11:08:58 +02:00
SharedMemoryFactory.h
remove left-over boost::noncopyable and replace by c++11 ctor deletes.
2014-10-20 10:20:58 +02:00
SharedMemoryVectorWrapper.h
refactor SimpleLogger into simple_logger compile unit
2014-10-10 19:32:49 +02:00
StaticGraph.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +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
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
TravelMode.h
make accessors const, add comments
2014-08-20 11:37:47 +02:00
TurnInstructions.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
XORFastHash.h
To arrive at a later point in time: Revert "remove inline keywords"
2014-10-21 18:34:50 +02:00
XORFastHashStorage.h
remove superflous inline keyword
2014-10-03 09:59:04 +02:00