.. |
BinaryHeap.h
|
first round of replacing deprecated typedefs with much nicer using statements
|
2014-08-19 13:01:38 +02:00 |
ConcurrentQueue.h
|
remove superflous include
|
2014-09-23 09:41:28 +02:00 |
Coordinate.cpp
|
reformat Coordinate class
|
2014-10-10 18:00:09 +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
|
update lua interface to speed and mode
|
2014-08-20 11:08:58 +02:00 |
FixedPointNumber.h
|
add relational operators
|
2014-09-18 11:10:23 +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
|
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
|
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
|
move casts from/to string into static class
|
2014-10-08 14:47:22 +02:00 |
LRUCache.h
|
migrate DataStructures to C++11
|
2014-05-07 18:39:16 +02:00 |
NodeBasedGraph.h
|
fix name of include guard
|
2014-10-03 10:02:36 +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
|
update lua interface to speed and mode
|
2014-08-20 11:08:58 +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
|
fix name of include guard
|
2014-10-03 10:01:24 +02:00 |
RawRouteData.h
|
typedef instead of enum for TravelMode to avoid gcc warnings
|
2014-08-20 11:08:58 +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
|
fix name of include guard
|
2014-10-03 10:03:44 +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
|
first round of replacing deprecated typedefs with much nicer using statements
|
2014-08-19 13:01:38 +02:00 |
SharedMemoryVectorWrapper.h
|
disable checking for empty data sets to make tests pass in debug mode, #889
|
2014-10-09 17:27:41 +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
|
rewrite NumericUtils into floating_point.hpp
|
2014-10-10 18:18:56 +02:00 |
TravelMode.h
|
make accessors const, add comments
|
2014-08-20 11:37:47 +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
|
remove superflous inline keyword
|
2014-10-03 09:59:04 +02:00 |