[geos-commits] [SCM] GEOS branch 3.12 updated. 58886a6b57fc5ab99d0650ece066a5365f3c16df

git at osgeo.org git at osgeo.org
Mon Jul 10 15:34:58 PDT 2023


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, 3.12 has been updated
       via  58886a6b57fc5ab99d0650ece066a5365f3c16df (commit)
       via  dd842a085c722224cb940816b90733fd12f0473b (commit)
      from  cdf1abbe5dc45e26c6653b3387f0c081147ec30a (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 -----------------------------------------------------------------
commit 58886a6b57fc5ab99d0650ece066a5365f3c16df
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Mon Jul 3 09:55:44 2023 -0700

    Update NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 14cd9e4c6..78e0f8be3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -64,6 +64,7 @@
   - GEOSIntersection: Fix FE_INVALID exception on intersection of disjoint geometries
     (GH-791, Joris Van den Bossche & Dan Baston)
   - Fix incorrect result from Envelope::disjoint (GH-791, Dan Baston)
+  - Fix handling of odd cases in PolygonHoleJoiner (JTS-946, Paul Ramsey, Martin Davis)
   - Polygonizer: Fix duplicate lines return by getInvalidRingLines (GH-782, Martin Davis & Dan Baston)
   - GEOSUnaryUnion: Fix crash on collection containing empty point (GH-830, Dan Baston)
   - GEOSBuffer: Fix crash with Inf coordinates (GH-822, Dan Baston)

commit dd842a085c722224cb940816b90733fd12f0473b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat Jul 1 10:42:51 2023 -0700

    Fix final WKB test, GH-934

diff --git a/tests/unit/capi/GEOSWKBWriterTest.cpp b/tests/unit/capi/GEOSWKBWriterTest.cpp
index 9b49cba8f..2f3e041d6 100644
--- a/tests/unit/capi/GEOSWKBWriterTest.cpp
+++ b/tests/unit/capi/GEOSWKBWriterTest.cpp
@@ -38,8 +38,9 @@ template<>
 template<>
 void object::test<1>()
 {
+    GEOSWKBWriter_setByteOrder(wkbwriter_, GEOS_WKB_XDR);
     ensure_equals(GEOSWKBWriter_getIncludeSRID(wkbwriter_), 0);
-    ensure_equals(GEOSWKBWriter_getByteOrder(wkbwriter_), getMachineByteOrder());
+    ensure_equals(GEOSWKBWriter_getByteOrder(wkbwriter_), GEOS_WKB_XDR);
     ensure_equals(GEOSWKBWriter_getFlavor(wkbwriter_), GEOS_WKB_EXTENDED);
     ensure_equals(GEOSWKBWriter_getOutputDimension(wkbwriter_), 4);
 }

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md                               | 1 +
 tests/unit/capi/GEOSWKBWriterTest.cpp | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list