[mapnik-vector-tile] 12/12: Merge tag 'upstream/0.8.0+dfsg'
Jérémy Lal
kapouer at moszumanska.debian.org
Wed May 27 20:10:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository mapnik-vector-tile.
commit 00ca7d42a585415dcc154aa4deb0e6497d14505d
Merge: 553b145 c7a1ef3
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed May 27 22:09:53 2015 +0200
Merge tag 'upstream/0.8.0+dfsg'
Upstream version 0.8.0+dfsg
# gpg: Signature faite le mer. 27 mai 2015 22:09:50 CEST avec la clef RSA d'identifiant DD39F374
# gpg: Bonne signature de « Jérémy Lal <kapouer at melix.org> »
# gpg: alias « Jérémy Lal <jerry at edagames.com> »
# gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
# gpg: Rien n'indique que la signature appartient à son propriétaire.
# Empreinte de clef principale : 03C4 E7AB B880 F524 306E 4815 6611 C05E DD39 F374
.gitignore | 5 +-
.travis.yml | 69 +-
CHANGELOG.md | 52 +-
Makefile | 49 +-
README.md | 21 +-
bootstrap.sh | 69 ++
examples/c++/tileinfo.cpp | 35 +-
gyp/build.gyp | 153 +++
gyp/common.gypi | 143 +++
package.json | 2 +-
proto/vector_tile.proto | 67 +-
scripts/build.sh | 11 +
scripts/coverage.sh | 25 +
src/mapnik3x_compatibility.hpp | 41 -
src/vector_tile_backend_pbf.cpp | 2 +
src/vector_tile_backend_pbf.hpp | 186 +--
src/vector_tile_backend_pbf.ipp | 157 +++
src/vector_tile_compression.cpp | 2 +
src/vector_tile_compression.hpp | 77 +-
...compression.hpp => vector_tile_compression.ipp} | 25 +-
src/vector_tile_config.hpp | 11 +
src/vector_tile_datasource.cpp | 2 +
src/vector_tile_datasource.hpp | 361 +-----
...e_datasource.hpp => vector_tile_datasource.ipp} | 228 ++--
src/vector_tile_geometry_decoder.hpp | 328 +++++
src/vector_tile_geometry_encoder.hpp | 270 ++---
src/vector_tile_processor.cpp | 4 +
src/vector_tile_processor.hpp | 468 +------
src/vector_tile_processor.ipp | 1277 ++++++++++++++++++++
src/vector_tile_projection.cpp | 2 +
src/vector_tile_projection.hpp | 47 +-
src/vector_tile_projection.ipp | 41 +
src/vector_tile_util.cpp | 2 +
src/vector_tile_util.hpp | 209 +---
src/vector_tile_util.ipp | 160 +++
test/data/256x256.png | Bin 0 -> 915 bytes
test/data/natural_earth.tif | Bin 0 -> 3299605 bytes
test/data/poly.geojson | 1 +
test/{ => data}/raster_style.xml | 0
test/{ => data}/style.xml | 0
test/encoding_util.hpp | 201 ++-
test/fixtures/expected-1.png | Bin 0 -> 503 bytes
test/fixtures/expected-2.jpeg | Bin 0 -> 45660 bytes
test/fixtures/expected-2.png | Bin 0 -> 423130 bytes
test/fixtures/expected-3.png | Bin 0 -> 915 bytes
test/geometry_encoding.cpp | 553 +++++++--
test/python/test.py | 163 ---
test/raster_tile.cpp | 200 ++-
test/test_main.cpp | 14 +
test/test_utils.cpp | 89 ++
test/test_utils.hpp | 54 +-
test/vector_tile.cpp | 877 ++++++++++++--
52 files changed, 4574 insertions(+), 2179 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git
More information about the Pkg-grass-devel
mailing list