[geos] 04/07: Merge tag 'upstream/3.5.1' into experimental-3.5

Bas Couwenberg sebastic at debian.org
Tue Oct 25 20:33:55 UTC 2016


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

sebastic pushed a commit to branch experimental-3.5
in repository geos.

commit 6651ea5968d0d91725a348d403a79e0bc2eb4286
Merge: e4e2e48 bb6e394
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Oct 25 22:16:47 2016 +0200

    Merge tag 'upstream/3.5.1' into experimental-3.5
    
    Upstream version 3.5.1

 ._CMakeLists.txt                                   | Bin 251 -> 0 bytes
 ._NEWS                                             | Bin 250 -> 0 bytes
 ._configure.ac                                     | Bin 247 -> 0 bytes
 CMakeLists.txt                                     | 112 +++++++------
 ChangeLog                                          | 182 +++++++++++++++++++++
 Makefile.in                                        |   3 +-
 NEWS                                               |  30 +++-
 capi/._geos_c.h.in                                 | Bin 253 -> 0 bytes
 capi/Makefile.in                                   |   1 +
 capi/geos_c.h                                      |  12 +-
 capi/geos_c.h.in                                   |   4 +-
 config.guess                                       |  38 ++++-
 config.sub                                         |  26 +--
 configure                                          |  59 ++++++-
 configure.ac                                       |   6 +-
 doc/Doxyfile                                       |   2 +-
 doc/Makefile.in                                    |   1 +
 geos_svn_revision.h                                |   2 +-
 include/Makefile.in                                |   1 +
 include/geos/._version.h.vc                        | Bin 210 -> 0 bytes
 include/geos/Makefile.in                           |   1 +
 include/geos/algorithm/Makefile.in                 |   1 +
 include/geos/algorithm/PointLocator.h              |   3 +
 include/geos/algorithm/distance/Makefile.in        |   1 +
 include/geos/algorithm/locate/Makefile.in          |   1 +
 include/geos/geom/Makefile.in                      |   1 +
 include/geos/geom/prep/Makefile.in                 |   1 +
 include/geos/geom/util/Makefile.in                 |   1 +
 include/geos/geomgraph/GeometryGraph.h             |  13 ++
 include/geos/geomgraph/Makefile.in                 |   1 +
 include/geos/geomgraph/index/Makefile.in           |   1 +
 include/geos/geomgraph/index/SegmentIntersector.h  |  10 ++
 .../geomgraph/index/SimpleMCSweepLineIntersector.h |   3 +-
 include/geos/index/Makefile.in                     |   1 +
 include/geos/index/bintree/Makefile.in             |   1 +
 include/geos/index/chain/Makefile.in               |   1 +
 include/geos/index/intervalrtree/Makefile.in       |   1 +
 include/geos/index/quadtree/Makefile.in            |   1 +
 include/geos/index/strtree/Makefile.in             |   1 +
 include/geos/index/sweepline/Makefile.in           |   1 +
 include/geos/io/Makefile.in                        |   1 +
 include/geos/linearref/Makefile.in                 |   1 +
 include/geos/noding/Makefile.in                    |   1 +
 include/geos/noding/snapround/Makefile.in          |   1 +
 include/geos/operation/Makefile.in                 |   1 +
 include/geos/operation/buffer/Makefile.in          |   1 +
 include/geos/operation/distance/Makefile.in        |   1 +
 include/geos/operation/intersection/Makefile.in    |   1 +
 include/geos/operation/linemerge/Makefile.in       |   1 +
 include/geos/operation/overlay/Makefile.in         |   1 +
 include/geos/operation/overlay/snap/Makefile.in    |   1 +
 include/geos/operation/polygonize/Makefile.in      |   1 +
 include/geos/operation/predicate/Makefile.in       |   1 +
 include/geos/operation/relate/Makefile.in          |   1 +
 include/geos/operation/sharedpaths/Makefile.in     |   1 +
 include/geos/operation/union/Makefile.in           |   1 +
 include/geos/operation/valid/Makefile.in           |   1 +
 include/geos/planargraph/Makefile.in               |   1 +
 include/geos/planargraph/algorithm/Makefile.in     |   1 +
 include/geos/platform.h.cmake                      |   6 +
 include/geos/platform.h.in                         |   2 +-
 include/geos/precision/Makefile.in                 |   1 +
 include/geos/simplify/Makefile.in                  |   1 +
 include/geos/triangulate/Makefile.in               |   1 +
 include/geos/triangulate/quadedge/Makefile.in      |   1 +
 .../triangulate/quadedge/QuadEdgeSubdivision.h     |   2 +-
 include/geos/util/Makefile.in                      |   1 +
 include/geos/version.h.vc                          |   4 +-
 install-sh                                         |  23 ++-
 ltmain.sh                                          |  37 +++--
 macros/._libtool.m4                                | Bin 239 -> 0 bytes
 macros/._ltoptions.m4                              | Bin 239 -> 0 bytes
 macros/._ltsugar.m4                                | Bin 239 -> 0 bytes
 macros/._lt~obsolete.m4                            | Bin 239 -> 0 bytes
 macros/Makefile.in                                 |   1 +
 macros/libtool.m4                                  |  27 ++-
 nmake.opt                                          |   3 +
 php/Makefile.in                                    |   1 +
 php/test/Makefile.in                               |   1 +
 src/Makefile.in                                    |   1 +
 src/algorithm/Makefile.in                          |   1 +
 src/algorithm/PointLocator.cpp                     |  19 ++-
 src/algorithm/distance/Makefile.in                 |   1 +
 src/algorithm/locate/Makefile.in                   |   1 +
 src/geom/Makefile.in                               |   1 +
 src/geom/prep/Makefile.in                          |   1 +
 src/geom/prep/PreparedPoint.cpp                    |   5 -
 src/geom/util/GeometryEditor.cpp                   |   7 +
 src/geom/util/Makefile.in                          |   1 +
 src/geomgraph/GeometryGraph.cpp                    |  30 ++--
 src/geomgraph/Makefile.in                          |   1 +
 src/geomgraph/PlanarGraph.cpp                      |  22 +--
 src/geomgraph/index/Makefile.in                    |   1 +
 src/geomgraph/index/SegmentIntersector.cpp         |  16 ++
 .../index/SimpleMCSweepLineIntersector.cpp         |   4 +
 src/index/Makefile.in                              |   1 +
 src/index/bintree/Makefile.in                      |   1 +
 src/index/chain/Makefile.in                        |   1 +
 src/index/intervalrtree/Makefile.in                |   1 +
 src/index/quadtree/Makefile.in                     |   1 +
 src/index/strtree/Makefile.in                      |   1 +
 src/index/sweepline/Makefile.in                    |   1 +
 src/io/Makefile.in                                 |   1 +
 src/io/StringTokenizer.cpp                         |   1 +
 src/linearref/Makefile.in                          |   1 +
 src/noding/Makefile.in                             |   1 +
 src/noding/snapround/Makefile.in                   |   1 +
 src/operation/Makefile.in                          |   1 +
 src/operation/buffer/BufferBuilder.cpp             |  22 +--
 src/operation/buffer/Makefile.in                   |   1 +
 src/operation/distance/Makefile.in                 |   1 +
 src/operation/intersection/Makefile.in             |   1 +
 src/operation/linemerge/Makefile.in                |   1 +
 src/operation/overlay/Makefile.in                  |   1 +
 src/operation/overlay/snap/LineStringSnapper.cpp   |  13 +-
 src/operation/polygonize/Makefile.in               |   1 +
 src/operation/predicate/Makefile.in                |   1 +
 src/operation/relate/Makefile.in                   |   1 +
 src/operation/sharedpaths/Makefile.in              |   1 +
 src/operation/union/Makefile.in                    |   1 +
 src/operation/valid/ConsistentAreaTester.cpp       |   5 +-
 src/operation/valid/IsValidOp.cpp                  |   2 +-
 src/operation/valid/Makefile.in                    |   1 +
 src/planargraph/Makefile.in                        |   1 +
 src/precision/Makefile.in                          |   1 +
 src/simplify/Makefile.in                           |   1 +
 src/triangulate/Makefile.in                        |   1 +
 src/triangulate/quadedge/Makefile.in               |   1 +
 src/triangulate/quadedge/QuadEdgeSubdivision.cpp   |   5 +-
 src/util/Makefile.in                               |   1 +
 swig/Makefile.in                                   |   1 +
 swig/geos.i                                        |   8 +-
 swig/python/Makefile.in                            |   1 +
 swig/python/tests/Makefile.in                      |   1 +
 swig/ruby/Makefile.in                              |   1 +
 swig/ruby/test/Makefile.in                         |   1 +
 tests/Makefile.in                                  |   1 +
 tests/bigtest/Makefile.in                          |   1 +
 tests/geostest/Makefile.in                         |   1 +
 tests/perf/Makefile.in                             |   1 +
 tests/perf/capi/Makefile.in                        |   1 +
 tests/perf/operation/Makefile.in                   |   1 +
 tests/perf/operation/buffer/Makefile.in            |   1 +
 tests/perf/operation/predicate/Makefile.in         |   1 +
 tests/thread/Makefile.in                           |   1 +
 tests/unit/Makefile.in                             |   1 +
 tests/unit/algorithm/PointLocatorTest.cpp          |   9 +-
 .../overlay/snap/LineStringSnapperTest.cpp         |  47 +++++-
 tests/unit/triangulate/DelaunayTest.cpp            |   6 +-
 tests/xmltester/CMakeLists.txt                     |   8 +-
 tests/xmltester/Makefile.in                        |   1 +
 tools/Makefile.in                                  |   1 +
 152 files changed, 750 insertions(+), 189 deletions(-)

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



More information about the Pkg-grass-devel mailing list