Re: [geos-devel] GEOS 3.8.0 RC 1

2019-10-02 Thread Sebastiaan Couwenberg
On 10/3/19 6:42 AM, Sebastiaan Couwenberg wrote:
> The release tarball contains some OSX cruft:
> 
>  geos-3.8.0rc1/src/noding/._NodingIntersectionFinder.cpp
>  geos-3.8.0rc1/include/geos/noding/._NodingIntersectionFinder.h
>  geos-3.8.0rc1/include/geos/io/._WKBWriter.h
>  geos-3.8.0rc1/capi/._geos_c.cpp

This causes a build failure:

 make  check-local
 make[5]: Entering directory '/build/geos-3.8.0~rc1'
 ! find . -name '*.cpp' -o -name '*.h' | \
 grep -v tests/xmltester/tinyxml | \
 grep -v include/geos/algorithm/ttmath | \
 xargs grep -n '[[:space:]]$'
 Binary file ./include/geos/noding/._NodingIntersectionFinder.h matches
 Binary file ./include/geos/io/._WKBWriter.h matches
 Binary file ./src/noding/._NodingIntersectionFinder.cpp matches
 Binary file ./capi/._geos_c.cpp matches
 make[5]: *** [Makefile:934: check-local] Error 1
 make[5]: Leaving directory '/build/geos-3.8.0~rc1'

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Re: [geos-devel] GEOS 3.8.0 RC 1

2019-10-02 Thread Sebastiaan Couwenberg
The release tarball contains some OSX cruft:

 geos-3.8.0rc1/src/noding/._NodingIntersectionFinder.cpp
 geos-3.8.0rc1/include/geos/noding/._NodingIntersectionFinder.h
 geos-3.8.0rc1/include/geos/io/._WKBWriter.h
 geos-3.8.0rc1/capi/._geos_c.cpp

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

[geos-devel] GEOS 3.8.0 RC 1

2019-10-02 Thread Paul Ramsey
Hi all GEOS people,

*Especially packagers...*

The 3.8 release is coming soon, and in support of that we would like your
help testing out the final project. You’ll find that there are lots of
performance improvements, we hope, and improved reliability in common
operations.

http://download.osgeo.org/geos/geos-3.8.0rc1.tar.bz2

Please report any issues you find in building or running tests on the GEOS
ticket tracker https://trac.osgeo.org/geos/ or to this list.

- New things:
  - CAPI: GEOSBuildArea (#952, Even Rouault)
  - CAPI: GEOSMakeValid (#952, Even Rouault)
  - CAPI: GEOSPolygonize_valid (#727, Dan Baston)
  - CAPI: GEOSCoverageUnion (Dan Baston)
  - CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ,
  GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston)
  - CAPI: GEOSMinimumBoundingCircle (#735)
  - CAPI: GEOSGeom_createPointFromXY (Dan Baston)

- Improvements:
  - Improve overall performance by reducing of heap allocations (Dan Baston)
  - Improve performance and robustness of GEOSPointOnSurface (Martin Davis)
  - Improve performance of GEOSPolygonize for cases with many potential
holes (#748, Dan Baston)
  - Support extended precision calculations (ttmath) and port JTS
improvements related to extended precision (Paul Ramsey, Mateusz Loskot)
  - Improve performance of GEOSPolygonize for cases with many or complex
shells (Dan Baston, Martin Davis)
  - Improve performance of Delaunay triangulations / Voronoi Diagrams
(Dan Baston)
  - Improve performance of prepared geometry operations (Dan Baston)
  - Improve robustness of Delaunay triangulations (Paul Ramsey, Martin
Davis)
  - Improve performance of unary union for lines (Dan Baston)
  - Improve general predicate, overlay, and buffer performance (Dan Baston,
Paul Ramsey)
  - Improve cascaded union performance (Paul Ramsey, Martin Davis)
  - Allocate default GeometryFactory singleton on the stack (Sandro Mani)
  - Harmonize XML tests with JTS and harmonize cmake/autoconf
test running (Paul Ramsey)
  - CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston)
  - Return unique_ptr from most methods that produce a new geometry (Dan
Baston)

- Changes:
  - Constructive geometry functions in CAPI now preserve SRID
of input arguments in output (#896)
___
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel