..
BinaryHeap.h
Fix missing include in BinaryHeap
2014-07-22 17:17:56 +02:00
ConcurrentQueue.h
Remove extra mutex unlocking in ConcurrentQueue.h
2014-06-04 18:01:48 +06:00
Coordinate.cpp
Fixed perpendicular distance calculation of segment endpoint is on equator
2014-07-22 17:17:56 +02:00
DeallocatingVector.h
remove unneede include
2014-07-18 11:38:05 +02:00
DynamicGraph.h
make DynamicGraph::InputEdge c'tor variadic, forward args to EdgeData type
2014-07-15 11:50:08 +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
use parallel sorting for DeallocatingVector
2014-07-18 11:37:07 +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 initialization to QueryEdge::EdgeData
2014-07-16 09:44:09 +02:00
QueryNode.h
use explicit casts to mitigate MSVC warnings
2014-06-17 12:15:40 +02:00
RangeTable.h
Fix typo in RangeTable
2014-07-22 17:17:56 +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
add member variable/functions to store information if uturns are allowed
2014-07-16 12:47:10 +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
Fix small errors in StaticGraph
2014-07-22 17:17:56 +02:00
StaticKDTree.h
migrate DataStructures to C++11
2014-05-07 18:39:16 +02:00
StaticRTree.h
Revert "Change StaticRTree serialization constructor to static function"
2014-07-22 17:17:56 +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