Commit Graph

  • cdf4f905bc Add speed limit to way name Duy Trinh Duc 2020-11-13 10:07:31 +0700
  • 98fd17589d
    Merge pull request #5868 from wangyoucao577/feature/unify-turn-index-dump Denis Chapligin 2020-11-10 11:20:55 +0200
  • 21444ce7cb
    Merge pull request #5878 from mjjbell/mbell/fix_windows_partition Denis Chapligin 2020-11-09 11:43:14 +0200
  • b840c0be95 Fix bit-shift overflow in MLD partition step for Windows builds Michael Bell 2020-11-07 22:23:13 +0000
  • 1e67c3b02c Fix windows build Rafael Guglielmetti 2020-10-29 09:25:21 +0100
  • 334031cd60 Add entry in changelog Rafael Guglielmetti 2019-02-20 15:26:50 +0100
  • 49d0db1a32 Add missing files in exception message Rafael Guglielmetti 2019-02-14 16:33:59 +0100
  • 17eb39d0a9 fix: clangformat Jay Zhang 2020-10-26 01:19:17 +0000
  • c090457f1f docs: changelog Jay Zhang 2020-10-23 09:48:21 +0000
  • 7d28b7aa3a feat: unify turn_penalties_index dump same with turn_weight_penalties and turn_duration_penalties Jay Zhang 2020-10-23 09:38:56 +0000
  • c3bbee7724 add elevation aware profile Felix Boewing 2020-10-21 19:19:18 +0200
  • 1ba8aba466
    Fix Issue#5864 build errors on mac OS (#5865) Guannan Du 2020-10-21 07:00:55 -0700
  • c353991184 Fix clang-format error Guannan Du 2020-10-20 21:25:32 -0700
  • eecde8b46c Fix Issue#5864 build errors on mac OS Guannan Du 2020-10-20 18:20:17 -0700
  • 4c1ebcb6e3 CHANGELOG review fix Lev Dragunov 2020-10-20 17:36:07 +0300
  • ef58783807 test fix Lev Dragunov 2020-10-15 13:09:19 +0300
  • a4258bb989 clang format Lev Dragunov 2020-08-20 13:29:31 +0300
  • cb8f54c590 add 'osrm' prefix to the metrics Lev Dragunov 2019-08-30 18:14:27 +0300
  • 3c9ce217d0 documentation fix Lev Dragunov 2019-08-19 16:02:57 +0300
  • de17711c94 review fixes Lev Dragunov 2019-08-07 16:00:26 +0300
  • d0534becec Monitoring documentation Lev Dragunov 2019-08-07 12:05:54 +0300
  • 59c600e7de Cucumber test suite for the monitoring Lev Dragunov 2019-08-07 11:22:46 +0300
  • 8845b7133c PoC prometheus exporter implementation Lev Dragunov 2019-08-01 17:20:26 +0300
  • 9f80f6d64d
    Merge pull request #5859 from akashihi/protozeroupdate Denis Chapligin 2020-10-20 10:45:32 +0300
  • 16ed1c46c0 Undo libosrm API break by adding old interface as method overload Michael Bell 2020-10-18 21:40:28 +0100
  • 34cc00dc3c Undo libosrm API break by overloading method response types Michael Bell 2020-10-17 22:10:32 +0100
  • a8362d75b5 Updated bundled protozero to v1.7.0 Denis Chaplygin 2020-10-16 10:25:52 +0300
  • 4a9416699b Added GCC10 support to CI builds. Denis Chaplygin 2020-09-02 13:34:26 +0300
  • df3ed43d70
    Reset master for next version. Daniel Patterson 2020-10-14 14:10:33 -0700
  • c021cea770
    Prepare 5.23.0 release v5.23.0 Daniel Patterson 2020-10-14 14:08:23 -0700
  • 628784eb7d
    Prepare 5.23.0-rc.2 v5.23.0-rc.2 Daniel Patterson 2020-10-08 20:14:10 -0600
  • 440fb61f8f
    Merge branch 'master' into 5.23 Daniel Patterson 2020-10-08 16:27:25 -0600
  • f87a324633
    Fix crash in MLD alternative search if source or target are invalid (#5851) Michael Bell 2020-10-08 23:27:02 +0100
  • 9cc0264d1c Fix crash in MLD alternative search if source or target are invalid Michael Bell 2020-10-08 20:34:49 +0100
  • 2222ee6a67
    Prepare 5.23.0-rc.1 v5.23.0-rc.1 Daniel Patterson 2020-10-07 16:21:00 -0600
  • e033e0b553
    Fix table result when source and destination on same one-way segment (#5828) Michael Bell 2020-10-07 22:58:13 +0100
  • c24f917dcf
    Cleanup changelog in master to match current release state. Daniel Patterson 2020-10-07 14:58:38 -0600
  • 1e98ae7efe
    Merge pull request #5849 from akashihi/leftfeature Denis Chapligin 2020-10-06 19:07:12 +0300
  • 55b3260cc3 Driving side property added to driving_side.geojson Denis Chaplygin 2020-10-06 09:01:22 +0300
  • eef87afd45
    Update LICENSE.TXT Tk-Rwing 2020-10-01 15:40:02 +0530
  • 8620b83a42
    Merge branch 'master' into one_way_loop Daniel Patterson 2020-09-30 18:46:54 -0700
  • 3451d1ec82
    Lock access to facade_factory in data_watchdog to avoid accessing destructed object (#5844) Daniel Patterson 2020-09-30 18:45:44 -0700
  • 4799b46eeb
    Incorrect error message when unable to snap all input coordinates (#5846) Michael Bell 2020-10-01 02:44:22 +0100
  • 838d289346 Incorrect error message when unable to snap all input coordinates Michael Bell 2020-09-30 23:08:40 +0100
  • 2eb721c3f6
    Fix formatting. Daniel Patterson 2020-09-30 09:55:38 -0600
  • f6b313e958
    Merge pull request #5836 from fofanov/mbell/remove_future Denis Chapligin 2020-09-30 18:23:00 +0300
  • 8638a13918
    Wrap access to facade_factory in a shared lock so it doesn't get changed partway through access which leads to a crash. Daniel Patterson 2020-09-29 16:52:53 -0600
  • 6c0a14c5dc Fix raster handling Desone Burns II 2020-09-25 15:03:00 -0700
  • f957c8fb7b Merge branch 'master' of https://github.com/Project-OSRM/osrm-backend into master Desone Burns II 2020-09-25 14:33:53 -0700
  • d3ab6f1fca Remove unused future Michael Bell 2020-09-22 21:32:35 +0100
  • 0098b7896d Fix table result when source and destination on same one-way segment Michael Bell 2020-09-12 00:16:01 +0100
  • 523d9e9c05
    Merge pull request #5824 from alistairwoodcock/nodejs-doc-table-annotations Denis Chapligin 2020-09-10 10:29:01 +0300
  • 8e81034bb2 Annotations was missing as part of the table documentation Alistair Woodcock 2020-09-10 09:23:25 +1000
  • 4a47267455
    Merge pull request #5821 from slavanap/master Denis Chapligin 2020-09-09 14:09:31 +0300
  • f545f2293e Make MMapMemoryAllocator map files in read-only (O_RDONLY) mode. Mapping with O_RDWR will cause copy_up across Docker layers. Vyacheslav Napadovsky 2020-09-07 23:04:43 +0300
  • 78160c0fe4
    Merge pull request #5813 from woltapp/tbbdeprecation Denis Chapligin 2020-09-08 11:17:32 +0300
  • a35961ca6a
    Merge pull request #5814 from woltapp/boostdeprecation Denis Chapligin 2020-09-08 11:12:38 +0300
  • 933e36190f
    Removed catching of obsolete tbb:captured_exception, as TBB now supports C++ native std::exception_ptr inter-thread exception passing mechanism. Denis Chaplygin 2020-09-02 11:21:09 +0300
  • 03d9e7a8ce
    Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control Denis Chaplygin 2020-09-01 14:25:51 +0300
  • 97b2b4957e
    Added GCC10 support to CI builds. Denis Chaplygin 2020-09-02 13:34:26 +0300
  • 7e24dcfd0a
    Removed references to obsolete Boost.Test headers. Denis Chaplygin 2020-09-02 13:16:44 +0300
  • cdce2af1c9
    Merge pull request #5536 from leighghunt/master Denis Chapligin 2020-09-02 11:48:36 +0300
  • 3116734bec Merge branch 'master' of github.com:Project-OSRM/osrm-backend Leigh Hunt 2020-09-02 09:52:01 +1200
  • 6389b4ff91
    Merge branch 'master' into fix/indices Denis Chapligin 2020-09-01 10:53:25 +0300
  • 4d6272b030
    Merge pull request #5569 from rdvelazquez/master Denis Chapligin 2020-08-21 12:07:27 +0300
  • a7993eebac
    Merge pull request #5760 from woltapp/nostxxl Denis Chapligin 2020-08-20 13:19:53 +0300
  • 2d0b2ca987
    Removed STXXL support. Denis Chaplygin 2020-06-17 13:16:21 +0300
  • 699ca2bbd0
    Merge pull request #5758 from woltapp/gcc10 Lev Dragunov 2020-08-20 10:59:23 +0300
  • 8b40c594be
    Merge pull request #5784 from OgreTransporter/bugfix-cmaketbb-5782 Denis Chapligin 2020-08-19 12:39:00 +0300
  • 909570fd7f
    Merge pull request #5711 from wingyplus/fix-debug-example Denis Chapligin 2020-08-19 11:15:06 +0300
  • df9fda177d
    Merge pull request #5384 from wangyoucao577/clean-comments Denis Chapligin 2020-08-18 17:21:23 +0300
  • d2e7e6e9e6 improve comment description Jay Zhang 2020-08-12 15:18:58 +0800
  • b9ebe0c369
    Merge pull request #5628 from wangyoucao577/feature/disable-debug-log-compile-time-control Denis Chapligin 2020-08-11 10:27:27 +0300
  • cd4e6a1fe3
    Fix broken path in documentation (#5636) Jeroen Hoek 2020-08-10 17:50:15 +0200
  • 5cac188711
    Update profiles.md (#5795) dburnsii 2020-08-07 13:44:32 -0700
  • 98c6cfe2a8
    Update profiles.md dburnsii 2020-08-07 13:37:07 -0700
  • b7fa2c5981 docs: update changelog Jay Zhang 2020-07-29 06:02:19 +0000
  • 106082f6f8 feat: add ENABLE_DEBUG_LOGGING option to control debug logging output Jay Zhang 2020-07-29 06:00:47 +0000
  • 36d34073da Revert "chore: remove compile time debug log control" Jay Zhang 2020-07-29 05:10:12 +0000
  • 57ed232423
    Merge pull request #5783 from OgreTransporter/bugfix-lua-5781 Denis Chapligin 2020-07-28 15:52:58 +0300
  • 24f12c9d1b
    Merge pull request #5732 from lukasz-jagielski-bolt/lkj/compile_with_node_12 Denis Chapligin 2020-07-28 14:42:04 +0300
  • bdf2222f6a
    Merge pull request #5729 from akashihi/builddataatwolt Denis Chapligin 2020-07-28 09:43:40 +0300
  • 220ad9fe8c
    JS tests temporarily disabled as they fail with OOM. Denis Chaplygin 2020-06-16 23:04:38 +0300
  • ae6326719a
    Removed CONSTEXPR requirement for a boost, as we need at least c++14 for rest of the code. Denis Chaplygin 2020-06-16 14:44:55 +0300
  • 0503a2fcd3
    Appveyor build now uses dependency files hosted at Wolt. Denis Chaplygin 2020-06-16 11:55:17 +0300
  • 219f2c3aa9
    Added windows dependencies building manual. Denis Chaplygin 2020-05-20 20:10:53 +0300
  • 493e821b93
    Monaco test map moved to the git repository. Denis Chaplygin 2020-07-23 11:09:28 +0300
  • 9c3eeffe2c Bugfix TBB linking #5782 Transporter 2020-07-16 19:14:48 +0200
  • 526191256c Bugfix Lua 5.4 not working #5781 Transporter 2020-07-16 19:08:37 +0200
  • 9861faa456 nodejs: user worker thread friendly initialization Łukasz Jagielski 2020-07-07 09:01:52 +0200
  • 919fe74c40
    Fixes signed/unsigned comparision spotted by gcc10. Denis Chaplygin 2020-06-17 11:21:37 +0300
  • 365121dac4
    add generate_hints parameter info to document (#5754) 张庚昕 2020-06-11 21:43:03 +0800
  • 969c3c57d1
    add generate_hints parameter info to document 张庚昕 2020-06-11 15:11:24 +0800
  • cbec111eb6 include/nodejs/node_osrm.hpp: clang-format Łukasz Jagielski 2020-05-12 15:09:40 +0200
  • 7d369b9ab9 Try to fix node 12 compilation issues Łukasz Jagielski 2020-05-05 23:34:26 +0200
  • 2c13f2f735 Fix profiles/debug_example.lua cannot interprete by lua Thanabodee Charoenpiriyakij 2020-04-09 16:05:37 +0700
  • 709bdda08e Fix broken path in documentation Jeroen Hoek 2019-12-22 14:42:34 +0100
  • 15f0ca8dda
    Merge pull request #5608 from mariusre/http_parsing_fix Lev Dragunov 2019-12-18 11:32:00 +0300
  • d59ecb321e
    added complete link to issue Marius Rescheleit 2019-12-11 13:28:57 +0100
  • 404ebb1898
    Merge pull request #5624 from arnekaiser/patch-1 Lev Dragunov 2019-12-10 10:23:18 +0300