osrm-backend/include/util
2017-03-01 16:09:29 +00:00
..
guidance Implements Zero-Copy String Views onto Contiguous Memory, resolves #3265. 2017-01-23 15:22:39 +01:00
assert.hpp Provides OSRM_ASSERT_WITH_LOC macros for asserting with location, resolves #3533 2017-01-18 00:43:03 +01:00
attributes.hpp adjust testscases for collapse of use lane 2016-09-07 12:17:36 +02:00
bearing.hpp refactor merging of segregated roads 2017-01-03 12:32:51 +01:00
binary_heap.hpp refactor graph contractor for readability 2017-01-18 15:03:15 +01:00
cast.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
cell_storage.hpp Add storage for cell weights used in the MLD algorithm 2017-02-20 16:31:36 +00:00
conditional_restrictions.hpp Added conditional restrictions grammar 2017-01-24 10:31:59 +01:00
container.hpp Add headers consistency check 2016-12-15 10:58:17 +01:00
coordinate_calculation.hpp refactor merging of segregated roads 2017-01-03 12:32:51 +01:00
coordinate.hpp Use round for float to fixed coordinate transformations 2017-01-20 12:31:45 +01:00
deallocating_vector.hpp fix for DeallocatingVector::back 2017-01-13 11:12:02 +01:00
debug.hpp refactor of post-processing 2017-02-25 12:17:22 +00:00
dist_table_wrapper.hpp Trip with Fixed Start and End points (TFSE) (#3408) 2017-02-10 05:13:20 -05:00
dynamic_graph.hpp some comments for dynamic_graph.hpp 2017-01-13 11:12:02 +01:00
exception_utils.hpp Fixes various compiler diagnostics 2017-01-06 16:47:52 +01:00
exception.hpp Added indexed array data type with variable and fixed group blocks 2017-02-07 07:41:12 +00:00
fingerprint.hpp Allow specifing a weight for routing that is independent of duration 2017-01-27 11:19:37 +01:00
for_each_pair.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
for_each_range.hpp Add storage for cell weights used in the MLD algorithm 2017-02-20 16:31:36 +00:00
geojson_debug_logger.hpp Fixes various compiler diagnostics 2017-01-06 16:47:52 +01:00
geojson_debug_policies.hpp add a geojson debugger that allows creating features for easy inspection 2016-11-02 14:54:00 +01:00
geojson_debug_policy_toolkit.hpp Add headers consistency check 2016-12-15 10:58:17 +01:00
graph_loader.hpp Refactor logging, improve error handling workflow, clang-format. (#3385) 2016-12-06 12:30:46 -08:00
graph_utils.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
group_by.hpp Anticipate Lane Changes 2016-06-27 10:07:43 +02:00
hilbert_value.hpp Refactor Hilbert values computation 2016-11-28 14:17:12 +01:00
indexed_data.hpp Added indexed array data type with variable and fixed group blocks 2017-02-07 07:41:12 +00:00
integer_range.hpp Make osrm::util::range a model of SinglePassRangeConcept 2017-01-03 10:22:03 +01:00
io.hpp Don't use bool return values on successful write, instead rely on exception throwing 2017-02-02 10:31:32 +01:00
isatty.hpp Conditionally checks std::is_trivially_copyable only if available. (#3327) 2016-11-16 12:07:45 -08:00
json_container.hpp Variant got re-packaged, need to update search paths. (#3392) 2016-12-01 16:59:29 -08:00
json_deep_compare.hpp Silence static visitor upstream deprecation warnings. 2016-10-06 21:08:48 +02:00
json_renderer.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
json_util.hpp Fix compile on OS X 2016-04-05 22:58:32 +02:00
log.hpp Refactor logging, improve error handling workflow, clang-format. (#3385) 2016-12-06 12:30:46 -08:00
lua_util.hpp Clean plate: luabind ripped out and sol2 basic integration 2016-12-15 10:55:16 +01:00
matrix_graph_wrapper.hpp Trip with Fixed Start and End points (TFSE) (#3408) 2017-02-10 05:13:20 -05:00
meminfo.hpp Log some memory usage statistics after preprocessing tasks. 2016-12-13 21:59:12 +01:00
multi_level_partition.hpp Add packed storage of partition information 2017-02-24 15:58:47 +00:00
name_table.hpp Added indexed array data type with variable and fixed group blocks 2017-02-07 07:41:12 +00:00
node_based_graph.hpp expose data about turning onto restricted roads to turn function 2017-02-20 12:40:51 +00:00
opening_hours.hpp Added osrm-extract-conditionals tool 2017-01-24 10:31:59 +01:00
packed_vector.hpp Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00
percent.hpp Refactor logging, improve error handling workflow, clang-format. (#3385) 2016-12-06 12:30:46 -08:00
range_table.hpp Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
rectangle.hpp Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00
shared_memory_vector_wrapper.hpp Refactor ShMemIterator, resolves #3458 2017-01-19 15:30:18 +01:00
static_graph_traits.hpp Optimise Flow Algorithm/Datastructures in use 2017-03-01 16:09:29 +00:00
static_graph.hpp Optimise Flow Algorithm/Datastructures in use 2017-03-01 16:09:29 +00:00
static_rtree.hpp Adds runtime alignment assertions, see #3267 2017-01-05 16:27:53 +01:00
std_hash.hpp Anonymous namespaces in header files are bad 2016-01-19 17:42:49 +01:00
string_util.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
string_view.hpp Implements Zero-Copy String Views onto Contiguous Memory, resolves #3265. 2017-01-23 15:22:39 +01:00
strong_typedef.hpp Apply clang-format again 2016-07-26 15:00:58 +02:00
timing_util.hpp Remove obsolete timer code 2016-05-26 20:25:33 +02:00
trigonometry_table.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
typedefs.hpp Trip with Fixed Start and End points (TFSE) (#3408) 2017-02-10 05:13:20 -05:00
vector_tile.hpp Fix buffering of query box - it was shrinking in the Y axis, rather than growing. 2016-11-08 11:45:28 -08:00
version.hpp.in Replace fingerprint with semver-based scheme. (#3467) 2017-01-06 13:45:08 -08:00
viewport.hpp One-Definition-Rule violation in viewport 2016-04-12 12:17:52 +02:00
web_mercator.hpp Fix possible division by zero by clamping latitude to 85.05° 2017-01-12 16:44:58 +01:00
xor_fast_hash_storage.hpp Adapts XORFastHashStorage to XORFastHash compile time limits 2016-01-26 17:54:08 +01:00
xor_fast_hash.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00