osrm-backend/DataStructures
Dennis Luxen 6a03f13d55 fixes #1032:
- remove left-overs from OpenMP
- replace omp_* calls with TBB equivalents
2014-05-22 18:39:11 +02:00
..
BinaryHeap.h replace UINT_MAX with proper numeric limits call 2014-05-07 10:38:31 +02:00
ConcurrentQueue.h remove superflous includes 2014-05-08 15:49:32 +02:00
Coordinate.cpp move geographical distance computation to floats 2014-05-21 12:33:54 +02:00
DeallocatingVector.h move BinaryHeap to C++11 2014-05-07 10:38:31 +02:00
DynamicGraph.h Replace omp atomic with std variant 2014-05-21 21:49:22 +02:00
EdgeBasedNode.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
HashTable.h removing boost cref and betting on move semantics 2014-05-09 19:10:11 +02:00
HilbertValue.cpp migrate HilbertValue class to C++11, use fwd decl, remove boost/integer 2014-05-07 14:47:23 +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.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
ImportNode.h add missing includes <string> and <limits> 2014-05-10 14:54:46 +02:00
InputReaderFactory.h migrate DataStructures to C++11 2014-05-07 18:39:16 +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 some static asserts to guard against memory usage regressions 2014-05-22 12:41:25 +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 add simple isValid() function to PhantomNodes 2014-05-20 14:33:00 +02:00
QueryEdge.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
QueryNode.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
RawRouteData.h refactor list of const static int into scoped enum 2014-05-08 18:04:05 +02:00
Restriction.h replace UINT_MAX by numeric limits max() 2014-05-07 17:25:35 +02:00
RestrictionMap.cpp add better and more precise comments to Restrictionmap 2014-05-22 14:53:53 +02:00
RestrictionMap.h add better and more precise comments to Restrictionmap 2014-05-22 14:53:53 +02:00
RouteParameters.cpp make temporary variables const 2014-05-22 14:41:02 +02:00
SearchEngine.h add static assertions to SearchEngine 2014-05-22 14:41:27 +02:00
SearchEngineData.cpp reverse inverted logic 2014-03-17 14:55:33 +01:00
SearchEngineData.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
SegmentInformation.h refactor list of const static int into scoped enum 2014-05-08 18:04:05 +02:00
SharedMemoryFactory.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
SharedMemoryVectorWrapper.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
StaticGraph.h use range based for loops to traverse graphs 2014-05-13 16:56:30 +02:00
StaticKDTree.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
StaticRTree.h Port StaticRTree to use TBB 2014-05-21 21:49:22 +02:00
TurnInstructions.h add curly braces to one line if 2014-05-20 15:37:18 +02:00
XORFastHash.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00
XORFastHashStorage.h migrate DataStructures to C++11 2014-05-07 18:39:16 +02:00