Commit Graph

  • 11b0a2e02a docs: update change log Jay Zhang 2019-12-09 23:19:37 +0800
  • 1ada466081 chore: remove compile time debug log control Jay Zhang 2019-12-09 17:53:28 +0800
  • 973722d0ec
    Update profiles.md Arne 2019-12-05 17:17:31 +0100
  • ca5d17adab
    Update CHANGELOG.md Marius Rescheleit 2019-12-03 12:21:53 +0100
  • 68dcab7c15
    Merge pull request #5622 from jdhoek/bug/bicycle_use_sidepath Lev Dragunov 2019-12-02 14:32:30 +0300
  • 92406da194 Bicycle: treat use_sidepath as no access Jeroen Hoek 2019-12-01 16:43:25 +0100
  • 6d8cf826d7 modified FSM so that the whitespace between header-key and value is optional marius 2019-11-19 18:30:21 +0100
  • 48be5a5622
    Merge pull request #5604 from jdesgats/fix-guidance-so Lev Dragunov 2019-11-19 14:41:21 +0300
  • 46ab931c64 fix: install the osrm_guidance library Julien Desgats 2019-11-15 10:19:04 +0000
  • ee178b2d3a Avoid a number of temporaries Dennis Luxen 2019-11-14 15:59:59 +0100
  • 14746fc7c4 Bump microtar to pull in bugfixes from upstream Dennis Luxen 2019-11-14 15:54:45 +0100
  • 24eee8f4e8 Bump geometry.hpp dependency from 0.9.2 to 1.0.0 Dennis Luxen 2019-11-14 11:34:37 +0100
  • 0b139ff05d
    Merge pull request #5572 from Tomonobu3110/tomo_less_memory Lev Dragunov 2019-11-14 12:58:59 +0300
  • 9da6cf8764 add: comment for RasterCache class Tomonobu Saito 2019-11-13 11:01:07 +0900
  • ee177efe41 fix: remove unused include / add const for necessity portion Tomonobu Saito 2019-11-08 16:15:38 +0900
  • d3aad767ec validate source/destination indices correctly karen shea 2019-11-06 10:12:15 +0100
  • fd0f1b60bb fix by revier comments Tomonobu Saito 2019-11-06 11:06:29 +0900
  • fa98d97219 fix: Abstract input log folder to parameters issue: https://github.com/Telenav/osrm-backend/issues/65 CoderBear801 2019-10-22 14:46:15 -0700
  • 602f4c4cbb Penalizes roads with 'embedded_rails' for bicycle routes. Denis Chaplygin 2019-10-18 15:32:00 +0300
  • ce5120f8c1 Merge branch 'feature/elk-docker-compose' of https://github.com/Telenav/osrm-backend into feature/elk-docker-compose CoderBear801 2019-10-16 16:03:29 -0700
  • 7c20410283 fix: Add readme information. issue: #65 CoderBear801 2019-10-16 16:01:52 -0700
  • 32f366f319 fix: Add readme information. issue: #56 CoderBear801 2019-10-16 16:01:52 -0700
  • 0406436a30 Merge branch 'feature/elk-docker-compose' of https://github.com/Telenav/osrm-backend into feature/elk-docker-compose CoderBear801 2019-10-15 18:10:59 -0700
  • 9f6a74e5ba feat: Add ELK stack for OSRM. issue: https://github.com/Telenav/osrm-backend/issues/65 CoderBear801 2019-10-15 18:09:45 -0700
  • 4dce36fcb3 Add ELK stack for OSRM. CoderBear801 2019-10-15 18:09:45 -0700
  • 562226b582 Feature/speed unit (#67) hellotechx 2019-10-11 17:45:38 +0800
  • 85a8cc645f Feature/profile customize cell (#62) Xun(Perry) Liu 2019-10-11 02:38:11 -0700
  • 9c1c842b79 update CHANGELOG.md Tomonobu Saito 2019-10-10 12:26:13 +0900
  • 17f32f4ca1 fix coding format Tomonobu Saito 2019-10-09 13:35:19 +0900
  • 542c3ba872 Add singletone class RasterCache to handle global cache data. Tomonobu Saito 2019-10-09 13:02:59 +0900
  • f36707d1fb revert file mode to 664 Tomonobu Saito 2019-10-04 17:39:05 +0900
  • a587b14006 destruct static vector and unorderd_map when last RasterContainer is destructed. Tomonobu Saito 2019-10-04 17:30:35 +0900
  • f9ee74d78e Add x range check to avoid data corruption. Tomonobu Saito 2019-10-04 16:47:31 +0900
  • eef072234e update delim chars Tomonobu Saito 2019-10-04 15:14:20 +0900
  • a9fce74e63 remove unused code (debug code) Tomonobu Saito 2019-10-04 14:02:57 +0900
  • 432d49e23d bugfix: support multiple delimitor. Tomonobu Saito 2019-10-04 13:50:13 +0900
  • e4aaf07879 remove unused lines Tomonobu Saito 2019-10-03 17:24:42 +0900
  • d316ff9d41 Improvement of raster source loading to reduce consumed memory size. Tomonobu Saito 2019-10-03 16:44:27 +0900
  • 921c2f9482
    Update kCellsAtMostSameBy comment Ryan Velazquez 2019-10-02 07:12:42 -0400
  • 62c8b70f78 use boost::filesystem::file_size() to get the file size (instead of seeking the file). Tomonobu Saito 2019-10-02 19:04:01 +0900
  • f520379419
    Merge pull request #5566 from akashihi/flatbuffernosoptional Lev Dragunov 2019-10-02 11:12:19 +0300
  • d8d9ac8686 Add assert to check memory allocation Tomonobu.Saito (Desktop PC) 2019-10-02 15:47:16 +0900
  • 0ab85a2478
    Method name wrong whizzrahul 2019-10-01 20:15:11 +0530
  • 016c77a4de Flatbuffers is not a boost::optional friendly Denis Chaplygin 2019-09-30 16:33:32 +0300
  • 0205cbc578
    Merge pull request #5561 from peoplestom/pessimistic_move Lev Dragunov 2019-10-01 17:12:39 +0300
  • 28895373fb Fixed flatbufferbuiler copy issues. Tom Peoples 2019-09-26 17:36:31 +1000
  • 0ce8e4164b
    Comma makes more sense teddykis 2019-10-01 00:02:07 +0530
  • 018a9bc804 Removed un-needed calls to std::move Tom Peoples 2019-09-19 17:30:21 +1000
  • 71433c67b1
    Merge pull request #5556 from akashihi/skipwaypoints Lev Dragunov 2019-09-26 10:33:43 +0300
  • d25a530942 Added cucumber test for skip_waypoint feature Denis Chaplygin 2019-09-23 11:38:33 +0300
  • a6097cdc01 Changelog updated Denis Chaplygin 2019-09-17 17:56:27 +0300
  • 50a1c8a08d Added flatbuffers support to Table service cucumber tests Denis Chaplygin 2019-09-17 17:32:09 +0300
  • 6214f16552 Updated http API documentation with skip_waypoints. Denis Chaplygin 2019-09-16 17:26:57 +0300
  • e97ec13064 Formatted the sources Denis Chaplygin 2019-09-16 17:13:33 +0300
  • fa5567e669 Added unit tests for 'skip waypoints' on Trip/Match services Denis Chaplygin 2019-09-16 17:07:45 +0300
  • a9d4e28e38 Added unit test for flatbuffers serialization of Match/Trip responses. Denis Chaplygin 2019-09-16 16:39:09 +0300
  • a5127539eb Added unit tests of 'skip_waypoints' option to the Nearest/Route/Table services. Denis Chaplygin 2019-09-16 15:59:35 +0300
  • 660c0cc602 Implemented 'skip_waypoints' for the 'Table' service. Denis Chaplygin 2019-09-16 14:32:53 +0300
  • 600f48e15a Implemented 'skip_waypoints' support in 'Route', 'Trip', 'Match' services. Denis Chaplygin 2019-09-16 13:54:25 +0300
  • 1b47242a58 Implemented 'skip_waypoints' for the 'Nearest' service. Denis Chaplygin 2019-09-16 11:44:08 +0300
  • 10c1b38139 Added new base parameter 'skip_waypoints' Denis Chaplygin 2019-09-16 11:24:35 +0300
  • 81071b5af9
    Merge pull request #5546 from akashihi/keepaliveclear Lev Dragunov 2019-09-10 19:01:42 +0300
  • 746b2e94a0 Formatted the code Denis Chaplygin 2019-09-10 15:50:13 +0300
  • 43f60bc69c We should check, is connections is still open and gracefully return on connection closed by remote. Denis Chaplygin 2019-09-10 14:32:16 +0300
  • 145974bc92 clear input/output buffers during keepalive clean-up procedure. Denis Chaplygin 2019-09-09 11:20:47 +0300
  • c9bd9a967c
    Update driving_side.geojson Leigh Hunt 2019-09-04 12:49:41 +1200
  • 3c607a4570
    Update driving_side.geojson Leigh Hunt 2019-09-04 12:48:15 +1200
  • 6dfcfcb105
    Adding entry to change log for #5535 Leigh Hunt 2019-09-03 16:52:30 +1200
  • e701243641
    Updating extent of Hong Kong Leigh Hunt 2019-09-03 16:45:50 +1200
  • f1a4b70a56
    Merge pull request #5513 from akashihi/flatbuffers Lev Dragunov 2019-08-29 13:11:24 +0300
  • df60947794
    Merge pull request #5528 from akashihi/nokeepaliveduplicates Lev Dragunov 2019-08-29 12:56:27 +0300
  • cd7229ba06 connection's reply needs to be reset before handling next request on same connection. Denis Chaplygin 2019-08-28 17:22:07 +0300
  • 624724031d flatbuffers javascript libraries excluded from linting, as it makes no sene to lint generated code. Denis Chaplygin 2019-08-26 15:29:27 +0300
  • 0be87c73cf Fixed typo in flatbuffers: longitute -> longitude. Denis Chaplygin 2019-08-26 14:31:51 +0300
  • b8182dd7ff Replaced 'in' and 'out' at the flatbuffers 'instersection' object with 'in_bearing' and 'out_bearing' to get flatbuffers schema javascript friendly. Denis Chaplygin 2019-08-26 14:03:29 +0300
  • 80e1abba0c Added setting 'data_version' to all flatbuffers response functions. Denis Chaplygin 2019-08-23 12:20:56 +0300
  • ce71e08ef1 Added tests for Nearest/Table/Route flatbuffers serialization. Denis Chaplygin 2019-08-16 11:27:49 +0300
  • 97270ae473 Fixed nested offsets inside of the flatbuffers structure Denis Chaplygin 2019-08-15 15:39:02 +0300
  • a9c187c99b Updated changelog entry Denis Chaplygin 2019-08-15 11:40:23 +0300
  • ff46e98d21 Library example now shows, how to use different output formats. Denis Chaplygin 2019-08-14 15:58:21 +0300
  • a196e67e1a Vendored flatbuffers headers should be installed with the libosrm Denis Chaplygin 2019-08-14 14:50:02 +0300
  • 1a259ccca0 base_result is a part of public API now, so it needs to be installed Denis Chaplygin 2019-08-13 12:03:10 +0300
  • 2a1593fe05 Flatbuffers now uses floats instead of double. We do not use that precision anyway and it make output much smaller. Denis Chaplygin 2019-08-12 15:55:36 +0300
  • 5888894787 Added short flatbuffers introduction. Denis Chaplygin 2019-08-12 15:30:53 +0300
  • 73f544d4da Slightly changed the serialization order. Denis Chaplygin 2019-08-12 14:27:28 +0300
  • 889c82516f Set flatbuffers root type and removed unneded array for rows/cols Denis Chaplygin 2019-08-12 14:26:22 +0300
  • 306c047c14 Generalized flatbuffers response generation in 'Route','Trip','Match' services. Denis Chaplygin 2019-08-08 19:12:27 +0300
  • 533f1ffc6b Inlined routes and waypoints, as all services are using at least one of those object, so there is no need for another one level of indirection. Denis Chaplygin 2019-08-08 18:46:32 +0300
  • a44a75b211 Unit tests are compatible with new plugin API. Denis Chaplygin 2019-08-13 11:17:15 +0300
  • e26a5cc392 Added flatbuffers compatibility to the Node Denis Chaplygin 2019-08-12 17:28:14 +0300
  • 90191c9f34 Added flatbuffers output support to the 'Match' service Denis Chaplygin 2019-08-08 18:20:03 +0300
  • b7e9e5f2c0 Added flatbuffers output support to the 'Trip' service. Denis Chaplygin 2019-08-08 17:21:37 +0300
  • 13287d9970 Optimizing FB schema: * Replaced Response union with nullable fields * "Ok" code replaced with a boolean and a separate structure for a error code and message. * Inlined geometry, thus removing one layer of indirection. Denis Chaplygin 2019-08-08 11:46:25 +0300
  • affa8a4653 Added flatbuffers output support to the 'Route' service. Denis Chaplygin 2019-08-07 11:50:59 +0300
  • 9d7a74445d Added flatbuffers output support to the 'Nearest' service. Denis Chaplygin 2019-08-06 15:31:39 +0300
  • acd3e81ab4 Removed ineffectivness in the serialization schema. Positions are structs now and distance/duration matrices are just arrays. Denis Chaplygin 2019-08-06 12:51:38 +0300
  • ea111129dd Added full flatbuffers support to the Table service Denis Chaplygin 2019-08-05 17:40:26 +0300
  • 7ddda105a3 Added flatbuffers support to the PluginBase::Error Denis Chaplygin 2019-08-05 13:46:13 +0300
  • 56406e80ce Added flatbuffer support to the server request handler. Denis Chaplygin 2019-08-05 13:45:21 +0300
  • 75aadb0f3f Passed ResultT down to engine plugins, so now they can form replies in different formats. Denis Chaplygin 2019-08-02 17:40:55 +0300