[mapnik] branch master updated (6e773ef -> 69f493c)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Nov 3 23:06:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

      from  6e773ef   Set distribution to unstable.
       new  9872e31   Imported Upstream version 3.0.9~rc1+ds
       new  5397d5d   Merge tag 'upstream/3.0.9_rc1+ds'
       new  5185a65   New upstream release candidate.
       new  69f493c   Set distribution to experimental.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   8 +-
 debian/changelog                                   |   7 +
 demo/python/rundemo.py                             |   9 +-
 demo/simple-renderer/render.py                     |   4 +-
 include/mapnik/json/error_handler.hpp              |  36 ++-
 .../json/extract_bounding_box_grammar_impl.hpp     |  32 +--
 include/mapnik/json/feature_collection_grammar.hpp |  16 +-
 .../json/feature_collection_grammar_impl.hpp       |  53 +----
 include/mapnik/json/geometry_grammar.hpp           |   2 +-
 include/mapnik/json/geometry_grammar_impl.hpp      |  23 +-
 include/mapnik/util/variant.hpp                    |  65 +++++-
 include/mapnik/value.hpp                           | 121 +++++++---
 plugins/input/csv/csv_datasource.cpp               |   1 -
 plugins/input/geojson/geojson_datasource.cpp       |  10 +-
 plugins/input/geojson/geojson_index_featureset.cpp |   6 +-
 .../geojson/geojson_memory_index_featureset.cpp    |   7 +-
 src/image.cpp                                      |   5 +-
 test/unit/core/box2d_test.cpp                      |   1 -
 test/unit/core/comparison_test.cpp                 |  69 +++++-
 test/unit/core/conversions_test.cpp                |   2 -
 test/unit/core/copy_move_test.cpp                  |   3 -
 test/unit/core/params_test.cpp                     |   2 -
 test/unit/datasource/csv.cpp                       | 245 ++++++---------------
 test/unit/datasource/ds_test_util.hpp              | 172 +++++++++++++++
 test/unit/datasource/geojson.cpp                   |  21 +-
 test/unit/datasource/ogr.cpp                       |   1 -
 test/unit/datasource/postgis.cpp                   |  94 ++++++++
 test/unit/datasource/spatial_index.cpp             |   3 -
 test/unit/font/fontset_runtime_test.cpp            |  10 -
 test/unit/geometry/geometry.cpp                    |   1 -
 test/unit/geometry/geometry_converters_test.cpp    | 192 ----------------
 test/unit/geometry/geometry_envelope_test.cpp      |   2 -
 test/unit/geometry/geometry_is_simple.cpp          |   1 -
 test/unit/geometry/geometry_is_valid.cpp           |   1 -
 test/unit/geometry/geometry_reprojection.cpp       |   4 -
 test/unit/geometry/label_algo_test.cpp             |  64 ++----
 test/unit/imaging/image.cpp                        |  26 +--
 test/unit/imaging/image_io_test.cpp                |   2 -
 test/unit/imaging/image_set_pixel.cpp              |   4 +-
 test/unit/imaging/image_view.cpp                   |   2 +-
 test/unit/imaging/tiff_io.cpp                      |   2 -
 test/unit/imaging/webp_io.cpp                      |   3 +-
 test/unit/pixel/agg_blend_src_over_test.cpp        |   3 -
 test/unit/serialization/wkb_formats_test.cpp       |   3 -
 test/unit/serialization/xml_parser_trim.cpp        |   4 +-
 test/unit/svg/svg_parser_test.cpp                  |   4 +-
 test/unit/symbolizer/symbolizer_test.cpp           |   2 -
 test/unit/vertex_adapter/clipping_test.cpp         |   2 -
 test/unit/vertex_adapter/line_offset_test.cpp      |   6 +-
 test/unit/vertex_adapter/offset_converter.cpp      |   5 -
 .../vertex_adapter/simplify_converters_test.cpp    |  14 +-
 utils/mapnik-index/process_geojson_file.cpp        |  11 +-
 52 files changed, 720 insertions(+), 666 deletions(-)
 create mode 100644 test/unit/datasource/ds_test_util.hpp
 create mode 100644 test/unit/datasource/postgis.cpp
 delete mode 100644 test/unit/geometry/geometry_converters_test.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git



More information about the Pkg-grass-devel mailing list