Skip to content

Releases: vahancho/polylineencoder

Add support for generic containers and C-style arrays

27 Oct 13:04
Compare
Choose a tag to compare

Extend the API with a generic function to support all kinds of containers and C-style arrays.

Properly handle negative values

05 Oct 08:27
0182315
Compare
Choose a tag to compare

Applying left shift operator on a negative value is an UB. The algorithm (step 3) describes how to properly encode negative values.

Fix the compiler warning

10 Jan 13:59
9bed987
Compare
Choose a tag to compare
v2.0.1

Increment the version number

Refactor the build system and remove 'gpaf2' namespace

01 Sep 08:34
Compare
Choose a tag to compare
v2.0.0

Update the CI badge and documentation.

Ensure the backward compatibility

31 Aug 09:05
5aced9d
Compare
Choose a tag to compare
Merge pull request #11 from wolfee001/master

Backward compatibility change

Compiler error fix

15 Jul 07:59
bea1070
Compare
Choose a tag to compare

Make it compile with older compilers such as MSVC 14.x.

Template class fix

27 Feb 14:45
7aa87cf
Compare
Choose a tag to compare

Move class template definition into the header file and remove source file. This will prevent linker error on client side. Polylineencoder is now a single header library.

Configurable precision

19 Feb 13:57
aeddf24
Compare
Choose a tag to compare

This version of Polyline Encoder allows to configure coordinates precision. It's defaulted to the precision of five decimal places.