Alexander Farber
61464fc2bd
Fix no member named 'construct' in 'optional<type-parameter-0-0 &>' error in sol.hpp with Clang 19 ( #7098 )
2025-01-25 07:09:37 +00:00
Siarhei Fedartsou
4f1c62a768
Bump version of protozero to 1.7.1 ( #6999 )
2024-09-28 20:35:20 +02:00
Siarhei Fedartsou
09a716a9e5
Bump osmium to version 2.20.0 ( #6997 )
2024-09-28 20:35:05 +02:00
Siarhei Fedartsou
825132eec7
Bump flatbuffers to v24.3.25 version ( #6968 )
2024-07-10 20:44:36 +02:00
Siarhei Fedartsou
523ee762f0
Upgrade to clang-tidy 18 ( #6919 )
2024-06-06 22:20:38 +02:00
Dennis Luxen
42cbca0ff0
Move Sol2 to canonical path ( #6912 )
2024-05-28 21:23:51 +02:00
Siarhei Fedartsou
c1ed73126d
Use std::variant instead of mapbox::util::variant ( #6903 )
2024-05-28 18:52:49 +02:00
Siarhei Fedartsou
163a2cfe3c
Bump rapidjson version ( #6906 )
2024-05-27 08:31:59 +02:00
Siarhei Fedartsou
8b48e2ccc6
Bump mapbox/variant to version 1.2.0 ( #6898 )
2024-05-24 20:39:45 +02:00
Dennis Luxen
46dc660801
Replace boost::hash by std::hash ( #6892 )
...
* Replace boost::hash by std::hash
* Fix formatting
* Update CHANGELOG.md
2024-05-23 14:35:56 +02:00
Dennis Luxen
10237b8761
Update vendored vtzero dependency to v1.1.0 ( #6871 )
2024-05-07 22:19:48 +02:00
Dennis Luxen
79de092bb2
Upgrade fmt dependency to v10.2.1 ( #6869 )
...
* Put fmt into version agnostic subdir
* Add fmt to dependency update script
* Remove manually added fmt
* Squashed 'third_party/fmt/' content from commit e69e5f977
git-subtree-dir: third_party/fmt
git-subtree-split: e69e5f977d458f2650bb346dadf2ad30c5320281
2024-05-07 20:55:55 +02:00
Dennis Luxen
1215062e4c
Port the used bits from CheapRuler, drop dependencies
2022-12-10 19:54:51 +01:00
Siarhei Fedartsou
395cc6e9df
Add timestamps for logs ( #6375 )
2022-09-30 14:28:52 +02:00
Siarhei Fedartsou
aadc088084
Fix distance calculation consistency. ( #6315 )
...
Consolidate great circle distance calculations to use cheap ruler library.
2022-08-19 22:31:40 +01:00
Siarhei Fedartsou
9688e48ad1
Update libosmium to 2.18.0. Fix problem with Docker image build. ( #6303 )
2022-08-16 18:26:21 +01:00
Siarhei Fedartsou
4e8ee288d9
Migrate to C++17. Update sol2 to 3.3.0. ( #6279 )
...
* Migrate to C++17. Update sol2 to 3.3.0.
2022-07-31 00:56:17 +01:00
Transporter
35ff807e1d
Bugfix Lua 5.4 not working
2021-01-07 10:48:59 +01:00
Desone Burns II
deacc8fb5c
Update to sol2 v2.20.6
2020-11-18 17:01:43 -07:00
Desone Burns II
dfc1bfc27e
Upgrade libosmium to v2.15.6
2020-11-17 14:59:06 -07:00
Denis Chaplygin
a8362d75b5
Updated bundled protozero to v1.7.0
2020-10-16 10:28:48 +03:00
Transporter
526191256c
Bugfix Lua 5.4 not working #5781
...
In Lua 5.4 the function lua_resume now has an extra parameter. This out parameter returns the number of values on the top of the stack that were yielded or returned by the coroutine (in previous versions, those values were the entire stack.). The constant LUA_ERRGCMM was removed. Errors in finalizers are never propagated; instead, they generate a warning.
2020-07-16 19:08:37 +02:00
Denis Chaplygin
3f34c8d88c
Flatbuffers library added to the list of third party libraries.
2019-08-26 11:08:56 +03:00
Michael Krasnyk
41c31a2388
Use mapbox::util::optional instead of std::experimental::optional
2018-04-27 05:21:08 +02:00
Daniel Patterson
a6cf2eee7e
Use faster method for calculating distances.
...
fix cmakelist
2018-04-27 05:21:08 +02:00
Michael Krasnyk
5c4353b46e
Removing submodules
2018-04-19 22:13:07 +03:00
Michael Krasnyk
80ad38bbc6
Merge commit '6bee8866de99a602039feef463c22c972f0f86aa' as 'third_party/vtzero'
2018-04-19 22:03:52 +03:00
Michael Krasnyk
ba92674c6e
Merge commit '68019a1fb20928beaa7b0cb2d8310af29ffe789e' as 'third_party/protozero'
2018-04-19 22:03:49 +03:00
Michael Krasnyk
3a9acde2c3
Merge commit 'a3a7a822e136d2357660d85124d8e7bb26ea6f7c' into subtrees-protozero-vtzero
2018-04-19 22:03:25 +03:00
Patrick Niklaus
69fa52a010
Use byte based tar size encoding above 8GB
2018-04-10 21:12:39 +02:00
Michael Krasnyk
17cd1575f6
Use base-256 encoding for files larger 68G
...
Reference:
http://lists.busybox.net/pipermail/busybox/2011-May/075596.html
2018-04-10 21:12:39 +02:00
Michael Krasnyk
3cd8e0fef8
Use 12 octal digits in mtar_raw_header_t::size
2018-04-10 21:12:39 +02:00
Michael Krasnyk
397bb694fd
Fix mtar file size truncation to 4G
2018-04-10 21:12:39 +02:00
Patrick Niklaus
e25654c210
MICROTAR: Patch microtar to allow reading from files we are writing to.
2018-03-26 11:02:33 +00:00
Patrick Niklaus
c04e1b2ded
Merge commit '098d77c658fa846aff55a35c0ad42955e9f736ee' as 'third_party/microtar'
2018-03-26 11:01:50 +00:00
karenzshea
7923fdcaef
error when mld files or data are missing, compability -> compatibility
2017-10-09 16:36:38 +02:00
Michael Krasnyk
6a3ea876b5
Fix EOL value in libosmium opl script
2017-09-14 20:00:05 +02:00
Patrick Niklaus
95442d45aa
Merge commit '6eb4f090f98f6b17a23c57768c16b7716b6c9cbd' as 'third_party/libosmium'
2017-08-30 09:30:27 +00:00
Patrick Niklaus
b4ad6588ed
Remove old libosmium
2017-08-30 09:30:18 +00:00
Patrick Niklaus
04acd2141b
Use sol 2.17.5 instead
2017-07-20 22:01:54 +00:00
Patrick Niklaus
9418f5613a
Update sol2 to v2.17.5
2017-07-18 21:11:03 +00:00
Patrick Niklaus
22a3e06e1c
Merge commit 'b91c2f0299722e64a6945808d64c3397c35811d0' into third_party/update_dependencies
2017-07-18 21:08:32 +00:00
karenzshea
1b162c1962
remove rapidjson gtest dep
2017-06-02 10:26:39 +02:00
Michael Krasnyk
f5564c9275
Merge commit '632ce270fa23d00e969877e983da6bc7cbaf1458' as 'third_party/rapidjson'
2017-06-02 09:35:53 +02:00
Daniel J. Hofmann
e52a8e060b
Updates sol2 to v2.15.8, resolves #3733
2017-02-20 10:11:18 +00:00
Patrick Niklaus
7ecf3410bf
Bundle mason.cmake and mason.sh
2017-02-16 16:08:07 +00:00
Daniel J. Hofmann
6468a1ba79
Merge commit 'ce1141982b4f7acf581d62a379f8fb49ac63f6b8' into mason07
2017-02-15 11:48:43 +01:00
Michael Krasnyk
66cb75f4a3
Merge commit '0c6dee4befebf823d839d1092bcae79afbf4f12e' into merge/libosmium-2.11.0
2017-01-20 14:05:21 +01:00
Daniel J. Hofmann
93d89ad686
Updates vendored mason to v0.4 for LLVM 3.9.1
2017-01-09 14:26:44 +05:30
Daniel Patterson
d3ef993d5f
Bump SOL2 to v2.15.5 to fix OSX compilation problems.
2016-12-16 10:13:33 +01:00