Siarhei Fedartsou
|
7d72dfebf7
|
Optimise encodePolyline function (#6940)
|
2024-06-22 20:04:32 +02:00 |
|
Dennis Luxen
|
7c06726a35
|
Fix formatting
|
2022-12-20 18:00:11 +01:00 |
|
Dennis Luxen
|
a4aa153ba4
|
Use nested namespace
It's a mechanical change to modernize the code base
|
2022-12-11 10:17:17 +01:00 |
|
Daniel Patterson
|
50d9632ed7
|
Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10
* Reformat using clang-format-10.0.09
|
2020-11-26 07:21:39 -08:00 |
|
Lev Dragunov
|
d7035291ea
|
clang-format
|
2017-06-07 15:39:08 +03:00 |
|
Lev Dragunov
|
6b8f3c7fef
|
Polyline6 support in the REST input
|
2017-06-06 19:51:00 +03:00 |
|
Michael Krasnyk
|
4b1aae40af
|
Decoding should not fail for incomplete polyline strings (#3404)
Possible fails in
1) correct lattitude, longitude is missing
2) no end-of-number (0 5th bit) marker in the last character
|
2016-12-06 14:09:18 +01:00 |
|
Michael Krasnyk
|
1eaf9f3269
|
Fix ubsan runtime error: left shift of negative value -9
|
2016-11-16 12:12:20 -08:00 |
|
Kajari Ghosh
|
f33180f092
|
request polyline with precision of 5 or 6 positions (#3220)
|
2016-11-07 15:11:21 -05:00 |
|
Moritz Kobitzsch
|
78d530ddae
|
fix polyline decoding
|
2016-09-29 11:56:51 +02:00 |
|
Patrick Niklaus
|
c7a1576100
|
Apply clang-format again
|
2016-07-26 15:00:58 +02:00 |
|
Daniel Patterson
|
ec02cdc4cc
|
Use mmap instead of read - it's a lot faster here.
Also clean up construction of STRONG_TYPEDEF so that it can be
packed properly in structs (this explains all the () -> {}) changes
here.
|
2016-06-27 17:24:30 -07:00 |
|
Patrick Niklaus
|
6e16eab6ec
|
Format with clang-format 3.8
|
2016-05-27 21:05:04 +02:00 |
|
Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
ef1e0e14ec
|
advanced guidance on 5.0
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
33f083b213
|
Fix numerical problems with polyline
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f3e72623e9
|
Add viaroute suport for new API
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
04e26ba6b8
|
Adds missing cstdlib header for std::llabs
|
2016-01-26 17:54:08 +01:00 |
|
Daniel J. Hofmann
|
0fbdd57835
|
Quickfixes polyline encoder's undefined behavior via left-shifting negative numbers
|
2016-01-26 17:54:08 +01:00 |
|
Daniel J. Hofmann
|
c65dd16460
|
Make PolylineCompresser's encode and decode free standing functions
|
2016-01-09 19:55:22 +01:00 |
|
Patrick Niklaus
|
6b18e4f7e9
|
Add namespace around all files
|
2016-01-08 01:30:52 +01:00 |
|
Patrick Niklaus
|
028ca5c9d9
|
Apply clang-format
|
2016-01-05 12:04:04 +01:00 |
|
Daniel J. Hofmann
|
685d330ee2
|
Remove license headers from project source files; global license
|
2016-01-04 19:06:32 +01:00 |
|
Patrick Niklaus
|
97585bb26a
|
Fix include paths
|
2016-01-03 18:47:50 +01:00 |
|
Patrick Niklaus
|
bfc6c9b89d
|
Move files in src/ include/
|
2016-01-03 16:37:38 +01:00 |
|