[geos-commits] [SCM] GEOS branch main updated. 51560014f726a1f0b71e1b3a5a6ddee1d9e76c47

git at osgeo.org git at osgeo.org
Fri Apr 23 16:55:56 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, main has been updated
       via  51560014f726a1f0b71e1b3a5a6ddee1d9e76c47 (commit)
      from  200ff644ea5682a4f6314efc6de1a2dc057d5acf (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 +
 capi/geos_c.cpp                                    |  37 ++
 capi/geos_c.h.in                                   | 114 ++++-
 capi/geos_ts_c.cpp                                 |  82 ++-
 include/geos/geom/Coordinate.h                     |   2 +
 include/geos/geom/Coordinate.inl                   |   6 +
 include/geos/geom/LinearRing.h                     |  11 +-
 include/geos/geom/util/GeometryFixer.h             | 138 +++++
 include/geos/operation/buffer/BufferBuilder.h      |  20 +-
 include/geos/operation/buffer/BufferOp.h           |  49 +-
 .../geos/operation/buffer/OffsetCurveSetBuilder.h  |  31 +-
 .../geos/operation/valid/RepeatedPointRemover.h    |   1 +
 src/geom/CoordinateSequence.cpp                    |   1 +
 src/geom/util/GeometryFixer.cpp                    | 345 +++++++++++++
 src/io/WKTReader.cpp                               |   5 +-
 src/operation/buffer/BufferBuilder.cpp             |   1 +
 src/operation/buffer/BufferOp.cpp                  |  58 +++
 src/operation/buffer/OffsetCurveSetBuilder.cpp     |  26 +-
 src/operation/valid/RepeatedPointRemover.cpp       |  95 +++-
 tests/unit/capi/GEOSMakeValidTest.cpp              |  28 ++
 tests/unit/geom/LinearRingTest.cpp                 |  33 ++
 tests/unit/geom/util/GeometryFixerTest.cpp         | 556 +++++++++++++++++++++
 tests/unit/io/WKTReaderTest.cpp                    |  20 +
 23 files changed, 1620 insertions(+), 41 deletions(-)
 create mode 100644 include/geos/geom/util/GeometryFixer.h
 create mode 100644 src/geom/util/GeometryFixer.cpp
 create mode 100644 tests/unit/geom/util/GeometryFixerTest.cpp


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list