osrm-backend/data_structures
2015-01-27 17:47:23 +01:00
..
binary_heap.hpp fix signed/unsigned comparison 2015-01-15 13:11:25 +01:00
concurrent_queue.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
coordinate_calculation.cpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
coordinate_calculation.hpp remove redundant code and streamline coordinate interface 2015-01-22 16:48:53 +01:00
coordinate.cpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
deallocating_vector.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
dynamic_graph.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
edge_based_node.hpp fix changed include paths 2015-01-06 13:17:12 +01:00
external_memory_node.cpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
external_memory_node.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
fixed_point_number.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
hilbert_value.cpp fix changed include paths 2015-01-06 13:17:12 +01:00
hilbert_value.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
import_edge.cpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
import_edge.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
internal_route_result.hpp rebase branch onto latest develop, report changes. hurt a little 2015-01-06 13:27:50 +01:00
lru_cache.hpp Fix std::list splice usage error 2015-01-06 13:02:05 +01:00
node_based_graph.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
node_id.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
original_edge_data.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
percent.hpp renamed: Util/OSRMException.h -> Util/osrm_exception.hpp 2015-01-05 15:40:05 +01:00
phantom_node.cpp expose component_id in phantom node 2014-12-24 10:25:27 +01:00
phantom_node.hpp rebase branch onto latest develop, report changes. hurt a little 2015-01-06 13:27:50 +01:00
query_edge.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
query_node.hpp fix changed include paths 2015-01-06 13:17:12 +01:00
range_table.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
rectangle.hpp rename coordinate calculation functions, remove code clutter 2015-01-22 16:28:40 +01:00
restriction_map.cpp Use early exit/continue to simplify code and reduce indentation 2015-01-22 12:39:41 +01:00
restriction_map.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
restriction.hpp remove superflous inline keywords 2015-01-16 11:27:46 +01:00
route_parameters.cpp fix changed include paths 2015-01-06 13:17:12 +01:00
search_engine_data.cpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
search_engine_data.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
search_engine.hpp renamed: RoutingAlgorithms/* routing_algorithms/ 2014-11-28 15:33:41 +01:00
segment_information.hpp manually revert previous change as g++ doesnt convert bitfields properly 2015-01-23 14:24:02 +01:00
shared_memory_factory.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
shared_memory_vector_wrapper.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
static_graph.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
static_kdtree.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
static_rtree.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
travel_mode.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
tribool.hpp add enum class based tribool implementation 2015-01-23 17:46:23 +01:00
turn_instructions.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00
upper_bound.hpp specialize insert function to pass by reference for non-fundamental types by using type traits 2015-01-22 11:02:49 +01:00
xor_fast_hash_storage.hpp xor fast hash storage: reorder initialization of elements, delete default c'tor, resetting of table may be expensive as it is rare 2015-01-14 18:14:55 +01:00
xor_fast_hash.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00