[mapnik] branch upstream updated (a8ab0b3 -> 2108614)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Aug 30 14:20:02 UTC 2015


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

sebastic pushed a change to branch upstream
in repository mapnik.

      from  a8ab0b3   Imported Upstream version 3.0.3+ds
       new  2108614   Imported Upstream version 3.0.4+ds

The 1 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                                        |   12 +-
 CHANGELOG.md                                       |   54 +-
 benchmark/test_polygon_clipping.cpp                |   20 +-
 include/build.py                                   |    1 +
 include/mapnik/csv/csv_grammar.hpp                 |  103 ++
 include/mapnik/datasource_cache.hpp                |    6 +
 include/mapnik/marker_helpers.hpp                  |    1 -
 include/mapnik/value.hpp                           |    6 +
 include/mapnik/version.hpp                         |    2 +-
 plugins/input/csv/build.py                         |    2 +
 plugins/input/csv/csv_datasource.cpp               |  838 ++++---------
 plugins/input/csv/csv_datasource.hpp               |   43 +-
 .../csv_featureset.cpp}                            |   62 +-
 .../csv_featureset.hpp}                            |   40 +-
 plugins/input/csv/csv_inline_featureset.cpp        |   78 ++
 .../csv_inline_featureset.hpp}                     |   41 +-
 plugins/input/csv/csv_utils.hpp                    |  297 ++++-
 plugins/input/geojson/large_geojson_featureset.cpp |    1 -
 plugins/input/geojson/large_geojson_featureset.hpp |    2 -
 src/datasource_cache.cpp                           |   14 +-
 src/image_util_jpeg.cpp                            |    2 +-
 test/standalone/csv_test.cpp                       | 1229 ++++++++++----------
 test/standalone/datasource_registration_test.cpp   |   46 +
 test/unit/svg/svg_parser_test.cpp                  |    4 +-
 test/visual/run.cpp                                |    2 +
 test/visual/runner.cpp                             |   52 +-
 test/visual/runner.hpp                             |   11 +-
 27 files changed, 1583 insertions(+), 1386 deletions(-)
 create mode 100644 include/mapnik/csv/csv_grammar.hpp
 copy plugins/input/{geojson/large_geojson_featureset.cpp => csv/csv_featureset.cpp} (58%)
 copy plugins/input/{geojson/large_geojson_featureset.hpp => csv/csv_featureset.hpp} (59%)
 create mode 100644 plugins/input/csv/csv_inline_featureset.cpp
 copy plugins/input/{geojson/large_geojson_featureset.hpp => csv/csv_inline_featureset.hpp} (55%)
 create mode 100644 test/standalone/datasource_registration_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