This is an automated email from the git hooks/post-receive script. sebastic pushed a change to branch master in repository osm2pgsql.
from 05d74f4 Set distribution to unstable. new f66af9d Don't use --without-lockfree option, link boost_atomic explicitly instead. new 2c174c6 Don't use --without-lockfree option, add patch to link boost_atomic properly instead. new a8c2a65 Imported Upstream version 0.87.4 new 3a4bc27 Merge tag 'upstream/0.87.4' new dd51826 New upstream release. new b3e539a Update copyright file. new 7767139 Drop boost_atomic patch. new ac1c375 Use multi-line uscan options without quotes. new eba309d Set distribution to unstable. The 9 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 | 92 ++- Makefile.am | 29 +- UTF8sanitizer.cpp | 10 +- configure.ac | 29 +- debian/changelog | 8 + debian/copyright | 5 - debian/rules | 6 +- debian/watch | 5 +- default.style | 10 +- docs/osm2pgsql.1 | 7 +- empty.style | 2 +- expire-tiles.cpp | 14 +- expire-tiles.hpp | 8 +- geometry-builder.cpp | 18 +- geometry-processor.cpp | 8 +- geometry-processor.hpp | 12 +- input.cpp | 9 +- input.hpp | 1 + m4/ax_cxx_compile_stdcxx_11.m4 | 142 ++++ middle-pgsql.cpp | 20 +- middle-ram.cpp | 9 +- middle-ram.hpp | 6 +- middle.hpp | 7 +- multi.lua | 4 +- multi.style.json | 2 +- node-persistent-cache-reader.cpp | 30 +- node-persistent-cache.cpp | 361 ++++------ node-persistent-cache.hpp | 18 +- node-ram-cache.cpp | 113 ++-- node-ram-cache.hpp | 83 ++- options.cpp | 5 - osm2pgsql.cpp | 8 +- osmdata.cpp | 44 +- output-multi.cpp | 12 +- output-multi.hpp | 20 +- output-null.cpp | 13 +- output-pgsql.cpp | 2 +- output.hpp | 9 +- parse-o5m.cpp | 11 +- parse-o5m.hpp | 5 +- parse-pbf.cpp | 21 +- parse-pbf.hpp | 10 +- parse-xml2.cpp | 11 +- parse-xml2.hpp | 1 - parse.cpp | 14 +- parse.hpp | 9 +- pgsql-id-tracker.cpp | 4 +- pgsql-id-tracker.hpp | 3 + pgsql.cpp | 8 +- processor-line.cpp | 2 - processor-point.cpp | 11 +- processor-point.hpp | 5 +- processor-polygon.cpp | 2 - rb.cpp | 930 -------------------------- rb.hpp | 122 ---- reprojection.cpp | 13 +- reprojection.hpp | 2 +- sanitizer.hpp | 1 - style.lua | 137 ++-- table.cpp | 19 +- table.hpp | 9 +- tagtransform.cpp | 20 +- tagtransform.hpp | 13 +- tests/middle-tests.cpp | 140 +++- tests/middle-tests.hpp | 3 + tests/regression-test.py | 2 +- tests/test-expire-tiles.cpp | 1 + tests/test-middle-pgsql.cpp | 95 ++- tests/test-middle-ram.cpp | 62 +- tests/test-output-multi-line-storage.cpp | 2 +- tests/test-output-multi-line.cpp | 2 +- tests/test-output-multi-point-multi-table.cpp | 2 +- tests/test-output-multi-point.cpp | 2 +- tests/test-output-multi-poly-trivial.cpp | 2 +- tests/test-output-multi-polygon.cpp | 2 +- tests/test-output-multi-tags.cpp | 2 +- tests/test-output-pgsql.cpp | 4 +- tests/test-parse-options.cpp | 1 - tests/test-parse-xml2.cpp | 1 + util.hpp | 7 +- 80 files changed, 1039 insertions(+), 1855 deletions(-) create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4 delete mode 100644 rb.cpp delete mode 100644 rb.hpp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel