Commit Graph

93 Commits

Author SHA1 Message Date
Siarhei Fedartsou
ad1f7d2d65 Fix CCache path in GitHub Actions 2024-05-27 18:52:23 +02:00
Siarhei Fedartsou
4981b73f15 wip 2024-05-27 18:51:08 +02:00
Siarhei Fedartsou
1210eaa9ce wip 2024-05-27 18:50:32 +02:00
Siarhei Fedartsou
7b4752c426 wip 2024-05-27 18:04:43 +02:00
Siarhei Fedartsou
a18a678339 wip 2024-05-27 17:56:11 +02:00
Siarhei Fedartsou
eba632adef wip 2024-05-27 17:43:41 +02:00
Siarhei Fedartsou
c5bff96ac1 Merge branch 'master' into sf-ccache 2024-05-27 17:30:51 +02:00
Siarhei Fedartsou
d9c42811a8 wip 2024-05-27 09:51:57 +02:00
Siarhei Fedartsou
d4dc297f75
Add CI job with GCC 14 (#6905) 2024-05-27 09:31:13 +02:00
Siarhei Fedartsou
667fd198ac
Use the latest Debian version in Dockerfile (#6904) 2024-05-27 08:30:44 +02:00
Siarhei Fedartsou
15b6bc52d0
Update osrm-backend.yml 2024-05-26 23:52:45 +02:00
Siarhei Fedartsou
c8dd0d400a wip 2024-05-26 21:57:45 +02:00
Siarhei Fedartsou
8b80d058af
Update osrm-backend.yml 2024-05-26 21:39:46 +02:00
Siarhei Fedartsou
35aa74e085 wip 2024-05-26 21:01:30 +02:00
Siarhei Fedartsou
27c20a4e9b wip 2024-05-26 21:00:14 +02:00
Siarhei Fedartsou
3184d53a2b wip 2024-05-26 19:54:41 +02:00
Siarhei Fedartsou
99a19e5a32 Fix CCache path in GitHub Actions 2024-05-26 19:32:48 +02:00
Siarhei Fedartsou
dcd6d27357 Fix CCache path in GitHub Actions 2024-05-26 19:30:43 +02:00
Siarhei Fedartsou
84223f079a Fix CCache path in GitHub Actions 2024-05-26 18:49:42 +02:00
Siarhei Fedartsou
e91a823b08 Fix CCache path in GitHub Actions 2024-05-26 18:42:43 +02:00
Siarhei Fedartsou
4270280f9e Fix CCache path in GitHub Actions 2024-05-26 18:41:47 +02:00
Siarhei Fedartsou
f28b548a2f Fix CCache path in GitHub Actions 2024-05-26 18:41:04 +02:00
Siarhei Fedartsou
040d9c3a44 Fix CCache path in GitHub Actions 2024-05-26 18:39:32 +02:00
Siarhei Fedartsou
d8842bbacd Fix CCache path in GitHub Actions 2024-05-26 18:38:00 +02:00
Siarhei Fedartsou
906650eec5 Update paths 2024-05-26 15:47:17 +02:00
Siarhei Fedartsou
eac2c01c9d Fix CCache path in GitHub Actions 2024-05-26 13:11:00 +02:00
Siarhei Fedartsou
b7a990d0b5
Use C++20 (#6877) 2024-05-25 18:25:13 +02:00
Dennis Luxen
ed5003b502
Upgrade CI actions to latest versions (#6893)
* Upgrade actions

* Update remaining actions

* Update CHANGELOG.md

* Update CHANGELOG.md
2024-05-23 14:40:47 +02:00
Siarhei Fedartsou
11c7ddc84d
Fix failing gcc-13 based CI jobs (#6886)
* Attempt to fix failing CI on gcc-13 jobs

* Attempt to fix failing CI on gcc-13 jobs

* Attempt to fix failing CI on gcc-13 jobs

* Attempt to fix failing CI on gcc-13 jobs

* Attempt to fix failing CI on gcc-13 jobs
2024-05-19 19:30:24 +02:00
Siarhei Fedartsou
54e50a67a8
Add benchmarks comparison job (#6880) 2024-05-14 17:14:59 +02:00
Siarhei Fedartsou
ee8e0f890a
Optimise path distance calculation in MLD map matching (#6876) 2024-05-11 16:30:43 +02:00
Dennis Luxen
70969186f6
Migrate GCC CI jobs to run on GCC 11, 12, and 13 (#6865) 2024-05-10 20:38:32 +02:00
Siarhei Fedartsou
3254686933
Use M1 runner to build arm64 macOS builds (#6868) 2024-05-08 21:08:11 +02:00
Siarhei Fedartsou
a6dfff725b
Configure GitHub Actions concurrency (#6870) 2024-05-08 10:06:04 +02:00
Dennis Luxen
99809e105c
Upgrade clang compiler in CI builds (#6861) 2024-05-06 18:12:17 +02:00
Dennis Luxen
7f9d591ab7
Upgrade clang-format to version 15 (#6859) 2024-05-06 09:14:46 +02:00
Dennis Luxen
4968d7f9d9 Disable codecov.io upload run since it consistently fails 2024-05-05 16:40:21 +02:00
Dennis Luxen
c37bbfd07a Migrate GitHub actions from {16, 18} to {28, 20} 2024-05-05 15:01:41 +02:00
Michael Bell
c315a586f7
Delete .github/ISSUE_TEMPLATE/question.md (#6827)
With Discussions now enabled, remove the question issue template to encourage Q&A interaction in the more appropriate place.
2024-03-15 09:35:09 +00:00
Michael Bell
e219eb9442
Pin Conan revisions correctly (#6828)
* Pin Conan revisions correctly

Conan dependencies are not pinned correctly. This means we're
pulling in a newer onetbb recipe that no longer has a shared
library option.

Following other examples of how to pin revisions with cmake
for conan v1, we correctly pin the expected revisions.

Longer term we should look into
- upgrading to conan v2
- defining the conan config separately from cmakelists.txt
- understanding the need for disabling onetbb shared library support

but for the purposes of reviving CI, this will be sufficient.

* Fix macos CI builds
2024-03-15 09:27:59 +00:00
Pratik Rajput
a63ba91c8f
Fix typo in api.md (#6567)
* Fix typo in api.md

Signed-off-by: Pratik <pratikrajput1199@gmail.com>
Co-authored-by: Siarhei Fedartsou <siarhei.fedartsou@gmail.com>
2023-03-09 17:10:42 +01:00
zephyr
ebd9ab4548
fix(json_render): json_render is not accurate enough for extremely sm… (#6531) 2023-02-02 18:58:25 +01:00
Siarhei Fedartsou
2044398dfd
Add CI job which builds OSRM with gcc 12 (#6455) 2022-11-28 16:29:43 +01:00
Siarhei Fedartsou
18dcd27a9b
Use node-api instead of NAN (#6452) 2022-11-16 15:44:36 +01:00
Siarhei Fedartsou
6d10523440
Upgrade to clang-tidy 15 (#6439) 2022-11-06 22:45:35 +01:00
Dennis Luxen
a12625afac Drop GCC7 support 2022-11-06 13:33:10 +01:00
Siarhei Fedartsou
6ab8728807
Apply workaround for Conan installation issue on CI (#6442) 2022-11-05 16:56:16 +01:00
Siarhei Fedartsou
0ae5190937
Fix npm audit warnings in NPM package (#6437) 2022-11-04 12:19:39 +01:00
Siarhei Fedartsou
54d486ae12
Drop support of Node 12 & 14 (#6431) 2022-11-01 08:23:08 +01:00
Siarhei Fedartsou
82897791d1
Update actions/cache to v3 (#6420) 2022-10-24 00:52:15 +02:00