osrm-backend/DataStructures
2014-07-15 11:46:26 +02:00
..
BinaryHeap.h replace UINT_MAX with proper numeric limits call 2014-05-07 10:38:31 +02:00
ConcurrentQueue.h Remove extra mutex unlocking in ConcurrentQueue.h 2014-06-04 18:01:48 +06:00
Coordinate.cpp make many more conversions explicit 2014-06-17 13:18:55 +02:00
DeallocatingVector.h use std::size_t consistently and avoid possible loss of data 2014-06-19 11:14:28 +02:00
DynamicGraph.h make c'tor of DynamicGraph::InputEdge variadic to be more flexible against changing EdgeData types 2014-07-14 17:35:26 +02:00
EdgeBasedNode.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
HashTable.h replace hashmap with a dummy vector based implementation as the number of tags per object is tiny 2014-06-23 13:21:56 +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 further include untangling, chops 5sec compile time 2014-06-11 12:25:57 +02:00
ImportEdge.h further include untangling, chops 5sec compile time 2014-06-11 12:25:57 +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 implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
LRUCache.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
NodeBasedGraph.h add functions to load graph into simplified data structures 2014-07-02 14:36:20 +02:00
OriginalEdgeData.h refactor list of const static int into scoped enum 2014-05-08 18:04:05 +02:00
Percent.h fixes #1032: 2014-05-22 18:39:11 +02:00
PhantomNodes.h remove dead code, produce empty route when origin and destination are the same 2014-06-24 16:09:25 +02:00
QueryEdge.h add c'tors to QueryEdge and its EdgeData 2014-07-15 11:46:26 +02:00
QueryNode.h use explicit casts to mitigate MSVC warnings 2014-06-17 12:15:40 +02:00
RangeTable.h Fix coverity warning in RangeTable 2014-06-24 13:26:27 +02:00
RawRouteData.h use correct edge weight type in PathData 2014-05-28 18:20:29 +02:00
Restriction.h replace UINT_MAX by numeric limits max() 2014-05-07 17:25:35 +02:00
RestrictionMap.cpp reformat code using clang-format 2014-06-26 13:50:29 +02:00
RestrictionMap.h reformat code using clang-format 2014-06-26 13:50:29 +02:00
RouteParameters.cpp reformat to cut long line 2014-06-20 16:39:58 +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 further include untangling, chops 5sec compile time 2014-06-11 12:25:57 +02:00
SegmentInformation.h use EdgeWeight typedef where possible 2014-06-03 11:28:39 +02:00
SharedMemoryFactory.h add some formatting whitespace 2014-06-17 15:48:47 +02:00
SharedMemoryVectorWrapper.h use proper data types to avoid uncessary casts 2014-06-17 15:30:28 +02:00
StaticGraph.h reorder members for potentially tighter alignment 2014-07-14 17:31:50 +02:00
StaticKDTree.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
StaticRTree.h remove debug call 2014-06-30 11:53:36 +02:00
TurnInstructions.h add curly braces to one line if 2014-05-20 15:37:18 +02:00
XORFastHash.h add minor reformatting 2014-07-15 11:42:27 +02:00
XORFastHashStorage.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00