[geos] branch experimental updated (55a774e -> b67f22f)

Bas Couwenberg sebastic at debian.org
Tue Oct 25 17:44:27 UTC 2016


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

sebastic pushed a change to branch experimental
in repository geos.

      from  55a774e   Set distribution to experimental.
      adds  226a22c   Update branch in gbp.conf & Vcs-Git URL.
      adds  e70abce   Move from experimental to unstable.
      adds  bc67b12   Update Vcs-Browser URL to use HTTPS.
      adds  c9d4439   Set distribution to unstable.
      adds  f1a7f24   Update Vcs-Git URL to use HTTPS.
      adds  fd3e5c5   Add changelog entry for Vcs-Git URL change.
      adds  a97d567   Bump Standards-Version to 3.9.7, no changes.
      adds  d50c0e1   Update upstream URLs to use HTTPS.
      adds  dd255f8   Add dependency on php5-common to php5-geos for php5enmod.
      adds  ce4a777   Set distribution to unstable.
      adds  4d2e21f   Disable PHP support, SWIG doesn't support PHP 7 yet.
      adds  b63befb   Add patch to fix spelling errors.
      adds  c029fd6   Enable all hardening buildflags.
      adds  f7d4851   Set distribution to unstable.
      adds  2f88c64   Bump Standards-Version to 3.9.8, no changes.
      adds  e48e971   Add patch to fix isnan() detection in configure.
      adds  c46b765   Add patch to use std::isnan() in platform.h too.
      adds  1179a62   Set distribution to unstable.
      adds  adc9bc1   Mark gcc6-isnan.patch as Applied-Upstream.
      adds  5a3fba4   Remove disabled PHP support, has split off into separate upstream project.
      adds  6b9bfac   Drop ruby build dependency, pulled in via ruby-all-dev.
      adds  b005373   Reorder build dependencies.
       new  49e06de   Update branch in gbp.conf & Vcs-Git URL.
       new  392b0a9   Imported Upstream version 3.6.0
       new  bf12139   Merge tag 'upstream/3.6.0' into experimental
       new  22455ed   New upstream release.
       new  17771c0   Update copyright file.
       new  2a64bb2   Drop isnan patches, applied upstream. Refresh remaining patches.
       new  3a8947f   Update symbols for amd64.
       new  b67f22f   Set distribution to experimental.

The 8 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:
 ._CMakeLists.txt                                   |   Bin 251 -> 0 bytes
 ._NEWS                                             |   Bin 250 -> 0 bytes
 ._configure.ac                                     |   Bin 247 -> 0 bytes
 CMakeLists.txt                                     |   134 +-
 ChangeLog                                          | 30059 ++++++++++++++-----
 Makefile.am                                        |     8 +-
 Makefile.in                                        |    13 +-
 NEWS                                               |    88 +-
 README                                             |   114 +-
 capi/._geos_c.h.in                                 |   Bin 253 -> 0 bytes
 capi/Makefile.in                                   |     4 +-
 capi/geos_c.cpp                                    |    64 +
 capi/geos_c.h                                      |   226 +-
 capi/geos_c.h.in                                   |   218 +-
 capi/geos_ts_c.cpp                                 |   716 +-
 config.guess                                       |    38 +-
 config.sub                                         |    26 +-
 configure                                          |   271 +-
 configure.ac                                       |    87 +-
 debian/changelog                                   |    45 +
 debian/control                                     |    37 +-
 debian/control.in                                  |    32 +-
 debian/copyright                                   |     4 +-
 debian/geos.ini                                    |     1 -
 debian/{libgeos-3.5.0.dirs => libgeos-3.6.0.dirs}  |     0
 ...libgeos-3.5.0.install => libgeos-3.6.0.install} |     0
 ...libgeos-3.5.0.symbols => libgeos-3.6.0.symbols} |   105 +-
 debian/libgeos-c1v5.symbols                        |    31 +-
 debian/patches/libruby                             |     2 +-
 debian/patches/ruby2                               |     4 +-
 debian/patches/series                              |     1 +
 debian/patches/spelling-errors.patch               |    27 +
 debian/php5-geos.install                           |     2 -
 debian/php5-geos.postinst                          |    14 -
 debian/php5-geos.prerm                             |    11 -
 debian/rules                                       |    15 +-
 debian/upstream/metadata                           |     6 +-
 doc/Doxyfile                                       |     2 +-
 doc/Makefile.in                                    |     4 +-
 doc/example.cpp                                    |    16 +-
 geos_svn_revision.h                                |     2 +-
 include/Makefile.in                                |     4 +-
 include/geos/._version.h.vc                        |   Bin 210 -> 0 bytes
 include/geos/Makefile.in                           |     4 +-
 include/geos/algorithm/Makefile.in                 |     4 +-
 include/geos/algorithm/MinimumDiameter.h           |    45 +
 include/geos/algorithm/PointLocator.h              |     3 +
 include/geos/algorithm/SIRtreePointInRing.h        |     1 +
 include/geos/algorithm/distance/Makefile.in        |     4 +-
 include/geos/algorithm/locate/Makefile.in          |     4 +-
 include/geos/geom/BinaryOp.h                       |     4 +-
 include/geos/geom/Coordinate.h                     |    10 +-
 include/geos/geom/Geometry.h                       |    64 +-
 include/geos/geom/GeometryFactory.h                |   120 +-
 include/geos/geom/LineSegment.h                    |     4 +-
 include/geos/geom/LineString.h                     |    15 +-
 include/geos/geom/Makefile.in                      |     4 +-
 include/geos/geom/prep/Makefile.in                 |     4 +-
 include/geos/geom/util/Makefile.in                 |     4 +-
 include/geos/geomgraph/EdgeEnd.h                   |     4 +-
 include/geos/geomgraph/EdgeEndStar.h               |    11 +-
 include/geos/geomgraph/GeometryGraph.h             |    13 +
 include/geos/geomgraph/Makefile.in                 |     4 +-
 include/geos/geomgraph/index/Makefile.in           |     4 +-
 include/geos/geomgraph/index/SegmentIntersector.h  |    10 +
 .../geomgraph/index/SimpleMCSweepLineIntersector.h |     3 +-
 include/geos/index/Makefile.in                     |     4 +-
 include/geos/index/bintree/Makefile.in             |     4 +-
 include/geos/index/chain/Makefile.in               |     4 +-
 include/geos/index/intervalrtree/Makefile.in       |     4 +-
 include/geos/index/quadtree/Makefile.in            |     4 +-
 include/geos/index/strtree/BoundablePair.h         |   114 +
 include/geos/index/strtree/GeometryItemDistance.h  |    45 +
 include/geos/index/strtree/ItemDistance.h          |    44 +
 include/geos/index/strtree/Makefile.am             |     3 +
 include/geos/index/strtree/Makefile.in             |     7 +-
 include/geos/index/strtree/STRtree.h               |     7 +
 include/geos/index/sweepline/Makefile.in           |     4 +-
 include/geos/io/Makefile.in                        |     4 +-
 include/geos/linearref/Makefile.in                 |     4 +-
 include/geos/noding/Makefile.in                    |     4 +-
 include/geos/noding/snapround/Makefile.in          |     4 +-
 include/geos/operation/Makefile.in                 |     4 +-
 include/geos/operation/buffer/Makefile.in          |     4 +-
 include/geos/operation/distance/FacetSequence.h    |    66 +
 .../operation/distance/FacetSequenceTreeBuilder.h  |    52 +
 include/geos/operation/distance/Makefile.am        |     2 +
 include/geos/operation/distance/Makefile.in        |     6 +-
 include/geos/operation/intersection/Makefile.in    |     4 +-
 include/geos/operation/linemerge/Makefile.in       |     4 +-
 include/geos/operation/overlay/Makefile.in         |     4 +-
 .../operation/overlay/snap/LineStringSnapper.h     |     6 +-
 include/geos/operation/overlay/snap/Makefile.in    |     4 +-
 include/geos/operation/polygonize/Makefile.in      |     4 +-
 include/geos/operation/predicate/Makefile.in       |     4 +-
 include/geos/operation/relate/Makefile.in          |     4 +-
 include/geos/operation/sharedpaths/Makefile.in     |     4 +-
 include/geos/operation/union/Makefile.in           |     4 +-
 .../geos/operation/valid/ConnectedInteriorTester.h |     3 +-
 include/geos/operation/valid/Makefile.in           |     4 +-
 include/geos/planargraph/Makefile.in               |     4 +-
 include/geos/planargraph/algorithm/Makefile.in     |     4 +-
 include/geos/platform.h.cmake                      |     6 +
 include/geos/platform.h.in                         |     2 +-
 include/geos/precision/GeometryPrecisionReducer.h  |     3 +-
 include/geos/precision/Makefile.am                 |     1 +
 include/geos/precision/Makefile.in                 |     5 +-
 include/geos/precision/MinimumClearance.h          |    60 +
 include/geos/simplify/Makefile.in                  |     4 +-
 include/geos/timeval.h                             |    12 +
 include/geos/triangulate/Makefile.in               |     4 +-
 include/geos/triangulate/quadedge/Makefile.in      |     4 +-
 .../triangulate/quadedge/QuadEdgeSubdivision.h     |     2 +-
 include/geos/triangulate/quadedge/Vertex.h         |    16 +-
 include/geos/util/Makefile.in                      |     4 +-
 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                                 |     4 +-
 macros/libtool.m4                                  |    27 +-
 nmake.opt                                          |     6 +
 php/Makefile.am                                    |    62 -
 php/Makefile.in                                    |   885 -
 php/README                                         |    48 -
 php/TODO                                           |    11 -
 php/geos.c                                         |  2936 --
 php/php_geos.h                                     |    41 -
 php/test/Makefile.am                               |    52 -
 php/test/Makefile.in                               |   913 -
 php/test/crashme.php                               |    25 -
 php/test/test.php                                  |  2378 --
 src/CMakeLists.txt                                 |    52 +-
 src/Makefile.in                                    |     4 +-
 src/Makefile.vc                                    |    31 +-
 src/algorithm/CGAlgorithms.cpp                     |    12 +-
 src/algorithm/Centroid.cpp                         |    14 +-
 src/algorithm/LineIntersector.cpp                  |     2 +-
 src/algorithm/Makefile.in                          |     4 +-
 src/algorithm/MinimumDiameter.cpp                  |   140 +-
 src/algorithm/PointLocator.cpp                     |    19 +-
 src/algorithm/RobustDeterminant.cpp                |     3 +-
 src/algorithm/SIRtreePointInRing.cpp               |     5 +
 src/algorithm/distance/Makefile.in                 |     4 +-
 src/algorithm/locate/IndexedPointInAreaLocator.cpp |     4 +-
 src/algorithm/locate/Makefile.in                   |     4 +-
 src/geom/Coordinate.cpp                            |     6 +-
 src/geom/Geometry.cpp                              |    26 +-
 src/geom/GeometryFactory.cpp                       |    97 +-
 src/geom/LineSegment.cpp                           |     4 +-
 src/geom/Makefile.in                               |     4 +-
 src/geom/prep/Makefile.in                          |     4 +-
 src/geom/prep/PreparedPoint.cpp                    |     5 -
 src/geom/util/GeometryEditor.cpp                   |     8 +-
 src/geom/util/Makefile.in                          |     4 +-
 src/geomgraph/EdgeEnd.cpp                          |     2 +-
 src/geomgraph/EdgeEndStar.cpp                      |    38 +-
 src/geomgraph/GeometryGraph.cpp                    |    30 +-
 src/geomgraph/Makefile.in                          |     4 +-
 src/geomgraph/PlanarGraph.cpp                      |    22 +-
 src/geomgraph/index/Makefile.in                    |     4 +-
 src/geomgraph/index/SegmentIntersector.cpp         |    16 +
 .../index/SimpleMCSweepLineIntersector.cpp         |     4 +
 src/index/Makefile.in                              |     4 +-
 src/index/bintree/Makefile.in                      |     4 +-
 src/index/chain/Makefile.in                        |     4 +-
 src/index/intervalrtree/Makefile.in                |     4 +-
 src/index/quadtree/Makefile.in                     |     4 +-
 src/index/strtree/AbstractSTRtree.cpp              |     4 +-
 src/index/strtree/BoundablePair.cpp                |   109 +
 src/index/strtree/GeometryItemDistance.cpp         |    30 +
 src/index/strtree/Makefile.am                      |     4 +-
 src/index/strtree/Makefile.in                      |    13 +-
 src/index/strtree/STRtree.cpp                      |    86 +
 src/index/sweepline/Makefile.in                    |     4 +-
 src/io/Makefile.in                                 |     4 +-
 src/io/StringTokenizer.cpp                         |     1 +
 src/io/WKTWriter.cpp                               |     2 +-
 src/linearref/Makefile.in                          |     4 +-
 src/noding/Makefile.in                             |     4 +-
 src/noding/snapround/HotPixel.cpp                  |     8 +-
 src/noding/snapround/Makefile.in                   |     4 +-
 src/operation/Makefile.in                          |     4 +-
 src/operation/buffer/BufferBuilder.cpp             |    67 +-
 src/operation/buffer/BufferOp.cpp                  |     8 +-
 src/operation/buffer/Makefile.in                   |     4 +-
 src/operation/distance/FacetSequence.cpp           |   117 +
 .../distance/FacetSequenceTreeBuilder.cpp          |    76 +
 src/operation/distance/Makefile.am                 |     2 +
 src/operation/distance/Makefile.in                 |    12 +-
 src/operation/intersection/Makefile.in             |     4 +-
 .../intersection/RectangleIntersectionBuilder.cpp  |     3 -
 src/operation/linemerge/Makefile.in                |     4 +-
 src/operation/overlay/Makefile.in                  |     4 +-
 src/operation/overlay/PolygonBuilder.cpp           |     2 +-
 src/operation/overlay/snap/GeometrySnapper.cpp     |    14 +-
 src/operation/overlay/snap/LineStringSnapper.cpp   |    23 +-
 .../overlay/validate/OverlayResultValidator.cpp    |     2 +-
 src/operation/polygonize/Makefile.in               |     4 +-
 src/operation/predicate/Makefile.in                |     4 +-
 src/operation/relate/Makefile.in                   |     4 +-
 src/operation/relate/RelateComputer.cpp            |    19 +
 src/operation/sharedpaths/Makefile.in              |     4 +-
 src/operation/union/Makefile.in                    |     4 +-
 src/operation/valid/ConnectedInteriorTester.cpp    |     5 +-
 src/operation/valid/ConsistentAreaTester.cpp       |     5 +-
 src/operation/valid/IsValidOp.cpp                  |     2 +-
 src/operation/valid/Makefile.in                    |     4 +-
 src/planargraph/Makefile.in                        |     4 +-
 src/precision/GeometryPrecisionReducer.cpp         |     8 +-
 src/precision/Makefile.am                          |     1 +
 src/precision/Makefile.in                          |     8 +-
 src/precision/MinimumClearance.cpp                 |   186 +
 src/simplify/Makefile.in                           |     4 +-
 src/triangulate/Makefile.in                        |     4 +-
 src/triangulate/quadedge/Makefile.in               |     4 +-
 src/triangulate/quadedge/QuadEdgeSubdivision.cpp   |     5 +-
 src/triangulate/quadedge/Vertex.cpp                |    19 +-
 src/util/Makefile.in                               |     4 +-
 swig/Makefile.in                                   |     4 +-
 swig/geos.i                                        |     8 +-
 swig/python/Makefile.in                            |     4 +-
 swig/python/tests/Makefile.in                      |     4 +-
 swig/ruby/Makefile.in                              |     4 +-
 swig/ruby/test/Makefile.in                         |     4 +-
 tests/Makefile.in                                  |     4 +-
 tests/bigtest/Makefile.in                          |     4 +-
 tests/bigtest/TestSweepLineSpeed.cpp               |     5 +-
 tests/bigtest/bug234.cpp                           |    12 +-
 tests/geostest/Makefile.in                         |     4 +-
 tests/perf/Makefile.am                             |     4 +-
 tests/perf/Makefile.in                             |     8 +-
 tests/perf/capi/Makefile.in                        |     4 +-
 tests/perf/operation/Makefile.in                   |     4 +-
 .../operation/buffer/IteratedBufferStressTest.cpp  |     4 +-
 tests/perf/operation/buffer/Makefile.in            |     4 +-
 tests/perf/operation/predicate/Makefile.in         |     4 +-
 .../predicate/RectangleIntersectsPerfTest.cpp      |     8 +-
 tests/thread/Makefile.in                           |     4 +-
 tests/unit/Makefile.am                             |     9 +
 tests/unit/Makefile.in                             |    64 +-
 tests/unit/algorithm/ConvexHullTest.cpp            |     7 +-
 tests/unit/algorithm/MinimumDiameterTest.cpp       |   236 +
 tests/unit/algorithm/PointLocatorTest.cpp          |    13 +-
 .../unit/algorithm/RobustLineIntersectionTest.cpp  |     8 +-
 tests/unit/algorithm/RobustLineIntersectorTest.cpp |    11 +-
 .../distance/DiscreteHausdorffDistanceTest.cpp     |     8 +-
 tests/unit/capi/GEOSContainsTest.cpp               |   105 +
 .../{GEOSIntersectsTest.cpp => GEOSEqualsTest.cpp} |    68 +-
 tests/unit/capi/GEOSGeom_setPrecisionTest.cpp      |   186 +
 tests/unit/capi/GEOSMinimumClearanceTest.cpp       |   132 +
 ...exHullTest.cpp => GEOSMinimumRectangleTest.cpp} |   165 +-
 tests/unit/capi/GEOSMinimumWidthTest.cpp           |    99 +
 tests/unit/capi/GEOSPreparedGeometryTest.cpp       |   116 +-
 tests/unit/capi/GEOSSTRtreeTest.cpp                |   236 +
 tests/unit/capi/GEOSUserDataTest.cpp               |   105 +
 tests/unit/geom/Geometry/clone.cpp                 |     6 +-
 tests/unit/geom/Geometry/coversTest.cpp            |     7 +-
 tests/unit/geom/Geometry/equalsTest.cpp            |     3 +-
 tests/unit/geom/Geometry/isRectangleTest.cpp       |     3 -
 tests/unit/geom/Geometry/normalize.cpp             |     4 +-
 tests/unit/geom/GeometryFactoryTest.cpp            |   276 +-
 tests/unit/geom/LineStringTest.cpp                 |    64 +-
 tests/unit/geom/LinearRingTest.cpp                 |    27 +-
 tests/unit/geom/MultiPointTest.cpp                 |    28 +-
 tests/unit/geom/PointTest.cpp                      |    64 +-
 tests/unit/geom/PolygonTest.cpp                    |    33 +-
 .../unit/geom/prep/PreparedGeometryFactoryTest.cpp |    37 +-
 tests/unit/geom/util/GeometryExtracterTest.cpp     |     6 +-
 tests/unit/io/WKBReaderTest.cpp                    |    24 +-
 tests/unit/io/WKBWriterTest.cpp                    |    13 +-
 tests/unit/io/WKTReaderTest.cpp                    |    10 +-
 tests/unit/io/WKTWriterTest.cpp                    |    10 +-
 tests/unit/linearref/LengthIndexedLineTest.cpp     |     4 +-
 tests/unit/noding/OrientedCoordinateArray.cpp      |     8 +-
 .../noding/snapround/MCIndexSnapRounderTest.cpp    |     8 +-
 tests/unit/operation/IsSimpleOpTest.cpp            |     8 +-
 tests/unit/operation/buffer/BufferBuilderTest.cpp  |     6 +-
 tests/unit/operation/buffer/BufferOpTest.cpp       |     6 +-
 tests/unit/operation/distance/DistanceOpTest.cpp   |     8 +-
 .../intersection/RectangleIntersectionTest.cpp     |     5 +-
 tests/unit/operation/linemerge/LineMergerTest.cpp  |    46 +-
 .../unit/operation/linemerge/LineSequencerTest.cpp |     3 +-
 .../unit/operation/overlay/OverlayOpUnionTest.cpp  |    66 +
 .../operation/overlay/snap/GeometrySnapperTest.cpp |     5 +-
 .../overlay/snap/LineStringSnapperTest.cpp         |    47 +-
 .../overlay/validate/FuzzyPointLocatorTest.cpp     |     6 +-
 .../overlay/validate/OffsetPointGeneratorTest.cpp  |     4 +-
 .../validate/OverlayResultValidatorTest.cpp        |     4 +-
 tests/unit/operation/polygonize/PolygonizeTest.cpp |     4 +-
 .../operation/sharedpaths/SharedPathsOpTest.cpp    |     3 +-
 .../operation/union/CascadedPolygonUnionTest.cpp   |     6 +-
 tests/unit/operation/union/UnaryUnionOpTest.cpp    |     9 +-
 tests/unit/operation/valid/IsValidTest.cpp         |     7 +-
 tests/unit/operation/valid/ValidClosedRingTest.cpp |     7 +-
 .../valid/ValidSelfTouchingRingFormingHoleTest.cpp |     7 +-
 .../precision/GeometryPrecisionReducerTest.cpp     |    17 +-
 .../SimpleGeometryPrecisionReducerTest.cpp         |     7 +-
 .../unit/simplify/DouglasPeuckerSimplifierTest.cpp |     6 +-
 .../simplify/TopologyPreservingSimplifierTest.cpp  |     8 +-
 tests/unit/triangulate/DelaunayTest.cpp            |    10 +-
 tests/unit/triangulate/VoronoiTest.cpp             |     2 +-
 .../quadedge/QuadEdgeSubdivisionTest.cpp           |    14 +-
 .../unit/util/UniqueCoordinateArrayFilterTest.cpp  |     7 +-
 tests/xmltester/CMakeLists.txt                     |     8 +-
 tests/xmltester/Makefile.in                        |     4 +-
 tests/xmltester/SimpleWKTTester.cpp                |     4 +-
 tests/xmltester/XMLTester.cpp                      |    11 +-
 tests/xmltester/XMLTester.h                        |     2 +-
 tools/Makefile.in                                  |     4 +-
 313 files changed, 27642 insertions(+), 17344 deletions(-)
 delete mode 100644 ._CMakeLists.txt
 delete mode 100644 ._NEWS
 delete mode 100644 ._configure.ac
 delete mode 100644 capi/._geos_c.h.in
 delete mode 100644 debian/geos.ini
 rename debian/{libgeos-3.5.0.dirs => libgeos-3.6.0.dirs} (100%)
 rename debian/{libgeos-3.5.0.install => libgeos-3.6.0.install} (100%)
 rename debian/{libgeos-3.5.0.symbols => libgeos-3.6.0.symbols} (98%)
 create mode 100644 debian/patches/spelling-errors.patch
 delete mode 100644 debian/php5-geos.install
 delete mode 100644 debian/php5-geos.postinst
 delete mode 100644 debian/php5-geos.prerm
 delete mode 100644 include/geos/._version.h.vc
 create mode 100644 include/geos/index/strtree/BoundablePair.h
 create mode 100644 include/geos/index/strtree/GeometryItemDistance.h
 create mode 100644 include/geos/index/strtree/ItemDistance.h
 create mode 100644 include/geos/operation/distance/FacetSequence.h
 create mode 100644 include/geos/operation/distance/FacetSequenceTreeBuilder.h
 create mode 100644 include/geos/precision/MinimumClearance.h
 delete mode 100644 macros/._libtool.m4
 delete mode 100644 macros/._ltoptions.m4
 delete mode 100644 macros/._ltsugar.m4
 delete mode 100644 macros/._lt~obsolete.m4
 delete mode 100644 php/Makefile.am
 delete mode 100644 php/Makefile.in
 delete mode 100644 php/README
 delete mode 100644 php/TODO
 delete mode 100644 php/geos.c
 delete mode 100644 php/php_geos.h
 delete mode 100644 php/test/Makefile.am
 delete mode 100644 php/test/Makefile.in
 delete mode 100644 php/test/crashme.php
 delete mode 100644 php/test/test.php
 create mode 100644 src/index/strtree/BoundablePair.cpp
 create mode 100644 src/index/strtree/GeometryItemDistance.cpp
 create mode 100644 src/operation/distance/FacetSequence.cpp
 create mode 100644 src/operation/distance/FacetSequenceTreeBuilder.cpp
 create mode 100644 src/precision/MinimumClearance.cpp
 create mode 100644 tests/unit/algorithm/MinimumDiameterTest.cpp
 copy tests/unit/capi/{GEOSIntersectsTest.cpp => GEOSEqualsTest.cpp} (64%)
 create mode 100644 tests/unit/capi/GEOSGeom_setPrecisionTest.cpp
 create mode 100644 tests/unit/capi/GEOSMinimumClearanceTest.cpp
 copy tests/unit/capi/{GEOSConvexHullTest.cpp => GEOSMinimumRectangleTest.cpp} (50%)
 create mode 100644 tests/unit/capi/GEOSMinimumWidthTest.cpp
 create mode 100644 tests/unit/capi/GEOSSTRtreeTest.cpp
 create mode 100644 tests/unit/capi/GEOSUserDataTest.cpp
 create mode 100644 tests/unit/operation/overlay/OverlayOpUnionTest.cpp

-- 
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