[geos-commits] [SCM] GEOS branch master updated. d6e5d57b38c01a03cff5197a551806bef61cb2e5

git at osgeo.org git at osgeo.org
Thu Apr 1 09:08:10 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  d6e5d57b38c01a03cff5197a551806bef61cb2e5 (commit)
       via  5857bdf94d551d7c1771af2e9fb63f1f7ea5b964 (commit)
       via  a95a944b63d2bd7e89ce19d96c6a614ab5a4ae4c (commit)
       via  97fe224ee1b7d7d8054bc0f15a97fc3714b5af9b (commit)
       via  81476878b45929a56856508d06e02e5f7d556056 (commit)
       via  e63a4bf7309f7750953175975f287e86d45d7780 (commit)
       via  a4ce054010d930817b4c028bd677a1f90c15ebaa (commit)
       via  cfd41cb798336596307d04945adc692a2e155bdd (commit)
       via  fe55257b89fcbda9c4397475712f281d3d40f789 (commit)
       via  434077b6beddb392b4edeb43b91f9ec713b66f6c (commit)
       via  48146077b3359e4040506e0a523a7e939f9ec453 (commit)
       via  91e861f6ae22468ed60465173669d606b60adfa6 (commit)
      from  32b99ca05b99b733dcd2c274c5f14e6402e6e5a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 NEWS                                               |   2 +
 benchmarks/CMakeLists.txt                          |   3 +
 benchmarks/algorithm/CMakeLists.txt                |   1 -
 benchmarks/algorithm/locate/CMakeLists.txt         |   1 -
 benchmarks/capi/CMakeLists.txt                     |  10 ++
 benchmarks/capi/GEOSCoordSeqPerfTest.cpp           | 124 +++++++++++++++
 benchmarks/geom/CMakeLists.txt                     |   2 -
 benchmarks/index/CMakeLists.txt                    |   2 -
 benchmarks/index/chain/CMakeLists.txt              |   2 -
 capi/geos_c.cpp                                    |  25 ++-
 capi/geos_c.h.in                                   |  72 +++++++++
 capi/geos_ts_c.cpp                                 | 121 +++++++++++++-
 include/geos/geom/Geometry.h                       |  10 +-
 include/geos/geom/GeometryCollection.h             |  11 +-
 include/geos/geom/LineString.h                     |  18 +--
 include/geos/geom/LinearRing.h                     |  10 +-
 include/geos/geom/MultiLineString.h                |  10 +-
 include/geos/geom/MultiLineString.inl              |   4 +-
 include/geos/geom/MultiPoint.h                     |  16 +-
 include/geos/geom/MultiPolygon.h                   |  10 +-
 include/geos/geom/MultiPolygon.inl                 |   4 +-
 include/geos/geom/Point.h                          |  14 +-
 include/geos/geom/Polygon.h                        |  11 +-
 include/geos/operation/linemerge/LineSequencer.h   |   3 -
 src/geom/Geometry.cpp                              |   6 +-
 src/geom/GeometryCollection.cpp                    |  16 +-
 src/geom/LineString.cpp                            |  15 +-
 src/geom/LinearRing.cpp                            |   8 +-
 src/geom/MultiLineString.cpp                       |  18 +--
 src/geom/MultiPoint.cpp                            |   9 --
 src/geom/MultiPolygon.cpp                          |  16 +-
 src/geom/Point.cpp                                 |   2 +-
 src/geom/Polygon.cpp                               |  19 ++-
 src/geom/prep/AbstractPreparedPolygonContains.cpp  |   3 +-
 src/geom/prep/PreparedPolygon.cpp                  |   2 +-
 src/geom/util/GeometryEditor.cpp                   |   8 +-
 src/geom/util/GeometryTransformer.cpp              |   3 +-
 src/linearref/LinearLocation.cpp                   |  25 ++-
 src/linearref/LocationIndexOfLine.cpp              |   7 +-
 .../intersection/RectangleIntersection.cpp         |   8 +-
 .../intersection/RectangleIntersectionBuilder.cpp  |   2 +-
 src/operation/linemerge/LineSequencer.cpp          |  18 +--
 src/operation/overlayng/OverlayMixedPoints.cpp     |   6 +-
 src/operation/union/PointGeometryUnion.cpp         |   2 +-
 src/operation/valid/MakeValid.cpp                  |  17 +-
 tests/unit/capi/GEOSCoordSeqTest.cpp               | 173 +++++++++++++++++++++
 46 files changed, 689 insertions(+), 180 deletions(-)
 create mode 100644 benchmarks/capi/GEOSCoordSeqPerfTest.cpp


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list