osrm-backend/DataStructures
2014-11-17 14:58:32 +01:00
..
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 remove redundant local variable 2014-10-28 11:11:06 -04: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 add some specific casts to avoid MSVC warnery 2014-10-28 10:36:02 -04: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 explicit casts help mitigate MSVC warnery 2014-10-28 10:36:09 -04: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
phantom_node.cpp remove redundant local variable 2014-10-28 11:11:06 -04:00
phantom_node.hpp remove redundant local variable 2014-10-28 11:11:06 -04: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 break out PhantomNode.h into a header/impl combo, rename to new naming scheme. 2014-10-27 17:56:06 -04:00
Rectangle.h Revert "Revert "Bring general sketch commits upstream"" 2014-10-29 00:33:43 +01:00
Restriction.h add InputRestrictionContainer implementation 2014-11-17 14:58:32 +01:00
RestrictionMap.cpp implement restriction type interface in RestrictionMap 2014-11-17 14:58:32 +01: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 Revert "Revert "Bring general sketch commits upstream"" 2014-10-29 00:33:43 +01: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