.. |
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
|
make short variable names more legible
|
2014-05-26 12:49:24 +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
|
replace a couple of std::sort calls with tbb::parallel_sort
|
2014-05-22 19:07:29 +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
|
implements #949, wrong duration on first segment
|
2014-05-27 16:54:10 +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
|
add property to mark end of leg
|
2014-05-26 15:30:06 +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
|
sort edges in StaticGraph in parallel
|
2014-05-23 14:32:40 +02:00 |
StaticKDTree.h
|
migrate DataStructures to C++11
|
2014-05-07 18:39:16 +02:00 |
StaticRTree.h
|
add some more constness
|
2014-05-26 18:35:37 +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 |