[Git][debian-gis-team/geos][experimental] 12 commits: Revert "Update branch in gbp.conf & Vcs-Git URL."
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Jul 22 05:15:38 BST 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits:
af84848c by Bas Couwenberg at 2025-03-06T07:01:42+01:00
Revert "Update branch in gbp.conf & Vcs-Git URL."
This reverts commit e6b9e08ff89d9b96fc4ca49a56bba8321e5944ea.
- - - - -
d06a1219 by Bas Couwenberg at 2025-03-06T07:07:38+01:00
Update symbols for other architectures.
- - - - -
ff3f469b by Bas Couwenberg at 2025-03-06T07:12:52+01:00
Update symbols for amd64.
- - - - -
98ae7d28 by Bas Couwenberg at 2025-03-06T07:12:52+01:00
Set distribution to unstable.
- - - - -
3afa21ab by Bas Couwenberg at 2025-03-20T06:06:06+01:00
Bump Standards-Version to 4.7.2, no changes.
- - - - -
53653a6f by Bas Couwenberg at 2025-07-22T05:28:55+02:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
6d6c85f3 by Bas Couwenberg at 2025-07-22T05:30:03+02:00
New upstream version 3.14.0~beta1
- - - - -
5c81a3da by Bas Couwenberg at 2025-07-22T05:30:10+02:00
Update upstream source from tag 'upstream/3.14.0_beta1'
Update to upstream version '3.14.0~beta1'
with Debian dir b226c6a353eb899fdfd16bd1ef6cbd3cc78f4af2
- - - - -
2c5de7c1 by Bas Couwenberg at 2025-07-22T05:32:47+02:00
New upstream beta release.
- - - - -
75f07d92 by Bas Couwenberg at 2025-07-22T05:40:33+02:00
Update copyright file.
- - - - -
69780701 by Bas Couwenberg at 2025-07-22T05:58:54+02:00
Update symbols for amd64.
- - - - -
c2d1b15c by Bas Couwenberg at 2025-07-22T05:58:54+02:00
Set distribution to experimental.
- - - - -
432 changed files:
- CMakeLists.txt
- DEVELOPER-NOTES.md
- NEWS.md
- README.md
- Version.txt
- benchmarks/CMakeLists.txt
- benchmarks/algorithm/CMakeLists.txt
- + benchmarks/algorithm/OrientationIndexStressTest.cpp
- benchmarks/geom/TopologyPredicatePerfTest.cpp
- benchmarks/index/chain/MonotoneChainPerfTest.cpp
- benchmarks/operation/CMakeLists.txt
- + benchmarks/operation/CoverageUnionPerfTest.cpp
- capi/geos_c.cpp
- capi/geos_c.h.in
- capi/geos_ts_c.cpp
- debian/changelog
- debian/control
- debian/copyright
- debian/libgeos-c1t64.symbols
- debian/libgeos3.13.1.install → debian/libgeos3.14.0.install
- debian/libgeos3.13.1.symbols → debian/libgeos3.14.0.symbols
- include/geos.h
- include/geos/algorithm/Angle.h
- include/geos/algorithm/CGAlgorithmsDD.h
- include/geos/algorithm/MinimumAreaRectangle.h
- include/geos/algorithm/PolygonNodeTopology.h
- include/geos/algorithm/Rectangle.h
- + include/geos/algorithm/construct/ExactMaxInscribedCircle.h
- include/geos/algorithm/construct/IndexedDistanceToPoint.h
- include/geos/algorithm/construct/IndexedPointInPolygonsLocator.h
- include/geos/algorithm/construct/LargestEmptyCircle.h
- include/geos/algorithm/construct/MaximumInscribedCircle.h
- include/geos/algorithm/distance/DiscreteFrechetDistance.h
- include/geos/algorithm/distance/PointPairDistance.h
- include/geos/algorithm/hull/ConcaveHull.h
- include/geos/algorithm/hull/ConcaveHullOfPolygons.h
- include/geos/algorithm/hull/HullTri.h
- include/geos/algorithm/hull/HullTriangulation.h
- include/geos/algorithm/hull/OuterShellsExtracter.h
- + include/geos/coverage/CleanCoverage.h
- include/geos/coverage/Corner.h
- include/geos/coverage/CoverageBoundarySegmentFinder.h
- + include/geos/coverage/CoverageCleaner.h
- include/geos/coverage/CoverageEdge.h
- include/geos/coverage/CoverageGapFinder.h
- include/geos/coverage/CoveragePolygon.h
- include/geos/coverage/CoveragePolygonValidator.h
- include/geos/coverage/CoverageRing.h
- include/geos/coverage/CoverageRingEdges.h
- include/geos/coverage/CoverageSimplifier.h
- include/geos/coverage/CoverageUnion.h
- include/geos/coverage/CoverageValidator.h
- include/geos/coverage/InvalidSegmentDetector.h
- include/geos/coverage/TPVWSimplifier.h
- include/geos/coverage/VertexRingCounter.h
- include/geos/unload.h → include/geos/dissolve/DissolveEdgeGraph.h
- include/geos/algorithm/SimplePointInRing.h → include/geos/dissolve/DissolveHalfEdge.h
- + include/geos/dissolve/LineDissolver.h
- include/geos/edgegraph/EdgeGraph.h
- include/geos/edgegraph/HalfEdge.h
- include/geos/edgegraph/MarkHalfEdge.h
- include/geos/geom/CompoundCurve.h
- include/geos/geom/CoordinateSequence.h
- include/geos/geom/CoordinateSequenceFilter.h
- include/geos/geom/Geometry.h
- include/geos/geom/GeometryCollection.h
- include/geos/geom/PrecisionModel.h
- include/geos/geom/Triangle.h
- include/geos/geom/prep/BasicPreparedGeometry.h
- include/geos/geom/prep/PreparedLineStringDistance.h
- include/geos/geom/prep/PreparedLineStringNearestPoints.h
- include/geos/geomgraph/Label.h
- include/geos/geomgraph/TopologyLocation.h
- include/geos/index/VertexSequencePackedRtree.h
- include/geos/index/quadtree/Quadtree.h
- include/geos/index/quadtree/Root.h
- include/geos/index/strtree/TemplateSTRtree.h
- include/geos/io/GeoJSONWriter.h
- include/geos/io/WKBWriter.h
- include/geos/linearref/LocationIndexedLine.h
- include/geos/noding/BoundaryChainNoder.h
- include/geos/operation/buffer/BufferParameters.h
- include/geos/operation/buffer/OffsetCurve.h
- include/geos/operation/buffer/OffsetCurveBuilder.h
- include/geos/operation/buffer/OffsetCurveSection.h
- include/geos/operation/buffer/SegmentMCIndex.h
- include/geos/operation/cluster/AbstractClusterFinder.h
- include/geos/operation/cluster/Clusters.h
- include/geos/operation/cluster/DBSCANClusterFinder.h
- include/geos/operation/cluster/EnvelopeDistanceClusterFinder.h
- include/geos/operation/cluster/EnvelopeIntersectsClusterFinder.h
- include/geos/operation/cluster/GeometryDistanceClusterFinder.h
- include/geos/operation/cluster/GeometryIntersectsClusterFinder.h
- include/geos/operation/cluster/UnionFind.h
- include/geos/operation/overlayng/CoverageUnion.h
- include/geos/operation/overlayng/Edge.h
- include/geos/operation/overlayng/EdgeKey.h
- include/geos/operation/overlayng/EdgeMerger.h
- include/geos/operation/overlayng/EdgeNodingBuilder.h
- include/geos/operation/overlayng/InputGeometry.h
- include/geos/operation/overlayng/LineLimiter.h
- include/geos/operation/overlayng/MaximalEdgeRing.h
- include/geos/operation/overlayng/OverlayEdge.h
- include/geos/operation/overlayng/OverlayEdgeRing.h
- include/geos/operation/overlayng/OverlayGraph.h
- include/geos/operation/overlayng/OverlayLabel.h
- include/geos/operation/overlayng/OverlayMixedPoints.h
- include/geos/operation/overlayng/OverlayNG.h
- include/geos/operation/overlayng/OverlayNGRobust.h
- include/geos/operation/overlayng/OverlayPoints.h
- include/geos/operation/overlayng/OverlayUtil.h
- include/geos/operation/overlayng/PrecisionReducer.h
- include/geos/operation/overlayng/PrecisionUtil.h
- include/geos/operation/overlayng/RingClipper.h
- include/geos/operation/overlayng/RobustClipEnvelopeComputer.h
- include/geos/operation/overlayng/UnaryUnionNG.h
- include/geos/operation/relate/RelateOp.h
- include/geos/operation/relateng/AdjacentEdgeLocator.h
- include/geos/operation/relateng/BasicPredicate.h
- include/geos/operation/relateng/DimensionLocation.h
- include/geos/operation/relateng/EdgeSegmentIntersector.h
- include/geos/operation/relateng/EdgeSegmentOverlapAction.h
- include/geos/operation/relateng/EdgeSetIntersector.h
- include/geos/operation/relateng/IMPatternMatcher.h
- include/geos/operation/relateng/IMPredicate.h
- include/geos/operation/relateng/LineStringExtracter.h
- include/geos/operation/relateng/LinearBoundary.h
- include/geos/operation/relateng/NodeSection.h
- include/geos/operation/relateng/NodeSections.h
- include/geos/operation/relateng/PolygonNodeConverter.h
- include/geos/operation/relateng/RelateEdge.h
- include/geos/operation/relateng/RelateGeometry.h
- include/geos/operation/relateng/RelateMatrixPredicate.h
- include/geos/operation/relateng/RelateNG.h
- include/geos/operation/relateng/RelateNode.h
- include/geos/operation/relateng/RelatePointLocator.h
- include/geos/operation/relateng/RelatePredicate.h
- include/geos/operation/relateng/RelateSegmentString.h
- include/geos/operation/relateng/TopologyComputer.h
- include/geos/operation/relateng/TopologyPredicate.h
- include/geos/operation/union/CascadedPolygonUnion.h
- include/geos/operation/union/CoverageUnion.h
- include/geos/operation/union/PointGeometryUnion.h
- include/geos/operation/valid/IndexedNestedHoleTester.h
- include/geos/operation/valid/IndexedNestedPolygonTester.h
- include/geos/operation/valid/IsValidOp.h
- include/geos/operation/valid/PolygonIntersectionAnalyzer.h
- include/geos/operation/valid/PolygonRing.h
- include/geos/operation/valid/PolygonRingSelfNode.h
- include/geos/operation/valid/PolygonRingTouch.h
- include/geos/operation/valid/PolygonTopologyAnalyzer.h
- − include/geos/precision/PrecisionReducerCoordinateOperation.h
- include/geos/simplify/ComponentJumpChecker.h
- include/geos/simplify/LinkedLine.h
- include/geos/simplify/LinkedRing.h
- include/geos/simplify/PolygonHullSimplifier.h
- include/geos/simplify/RingHull.h
- include/geos/simplify/TaggedLineString.h
- include/geos/simplify/TaggedLineStringSimplifier.h
- include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h
- include/geos/triangulate/polygon/PolygonEarClipper.h
- include/geos/triangulate/polygon/PolygonHoleJoiner.h
- include/geos/triangulate/polygon/PolygonNoder.h
- include/geos/triangulate/polygon/PolygonTriangulator.h
- include/geos/triangulate/polygon/TriDelaunayImprover.h
- include/geos/triangulate/tri/Tri.h
- include/geos/triangulate/tri/TriEdge.h
- include/geos/triangulate/tri/TriList.h
- include/geos/triangulate/tri/TriangulationBuilder.h
- include/geos/util/Interrupt.h
- include/geos/vend/json.hpp
- release.md
- src/algorithm/Angle.cpp
- src/algorithm/CGAlgorithmsDD.cpp
- + src/algorithm/construct/ExactMaxInscribedCircle.cpp
- src/algorithm/construct/IndexedPointInPolygonsLocator.cpp
- src/algorithm/construct/LargestEmptyCircle.cpp
- src/algorithm/construct/MaximumInscribedCircle.cpp
- src/algorithm/distance/DiscreteFrechetDistance.cpp
- src/algorithm/hull/HullTriangulation.cpp
- + src/coverage/CleanCoverage.cpp
- src/coverage/Corner.cpp
- src/coverage/CoverageBoundarySegmentFinder.cpp
- + src/coverage/CoverageCleaner.cpp
- src/coverage/CoverageEdge.cpp
- src/coverage/CoverageGapFinder.cpp
- src/coverage/CoveragePolygonValidator.cpp
- src/coverage/CoverageRingEdges.cpp
- src/coverage/CoverageSimplifier.cpp
- src/coverage/CoverageValidator.cpp
- src/coverage/TPVWSimplifier.cpp
- src/io/Unload.cpp → src/dissolve/DissolveEdgeGraph.cpp
- src/algorithm/SimplePointInRing.cpp → src/dissolve/DissolveHalfEdge.cpp
- + src/dissolve/LineDissolver.cpp
- src/geom/CompoundCurve.cpp
- src/geom/CoordinateSequence.cpp
- src/geom/GeometryCollection.cpp
- src/geom/HeuristicOverlay.cpp
- src/geom/SimpleCurve.cpp
- src/geom/Triangle.cpp
- src/geomgraph/GeometryGraph.cpp
- src/index/VertexSequencePackedRtree.cpp
- src/io/GeoJSONWriter.cpp
- src/io/WKTReader.cpp
- src/noding/BasicSegmentString.cpp
- src/noding/BoundaryChainNoder.cpp
- src/noding/snapround/MCIndexSnapRounder.cpp
- src/operation/BoundaryOp.cpp
- src/operation/GeometryGraphOperation.cpp
- src/operation/buffer/SubgraphDepthLocater.cpp
- src/operation/distance/DistanceOp.cpp
- src/operation/distance/IndexedFacetDistance.cpp
- src/operation/overlayng/EdgeMerger.cpp
- src/operation/overlayng/EdgeNodingBuilder.cpp
- src/operation/overlayng/InputGeometry.cpp
- src/operation/overlayng/IntersectionPointBuilder.cpp
- src/operation/overlayng/LineLimiter.cpp
- src/operation/overlayng/OverlayEdgeRing.cpp
- src/operation/overlayng/OverlayLabel.cpp
- src/operation/overlayng/OverlayMixedPoints.cpp
- src/operation/overlayng/OverlayNG.cpp
- src/operation/overlayng/OverlayPoints.cpp
- src/operation/overlayng/OverlayUtil.cpp
- src/operation/overlayng/PolygonBuilder.cpp
- src/operation/overlayng/PrecisionReducer.cpp
- src/operation/overlayng/RingClipper.cpp
- src/operation/overlayng/RobustClipEnvelopeComputer.cpp
- src/operation/relateng/RelateEdge.cpp
- src/operation/relateng/RelateGeometry.cpp
- src/operation/relateng/RelateNode.cpp
- src/operation/union/UnaryUnionOp.cpp
- src/operation/valid/IndexedNestedPolygonTester.cpp
- src/operation/valid/PolygonIntersectionAnalyzer.cpp
- src/precision/GeometryPrecisionReducer.cpp
- − src/precision/PrecisionReducerCoordinateOperation.cpp
- src/simplify/LinkedRing.cpp
- src/triangulate/polygon/ConstrainedDelaunayTriangulator.cpp
- src/triangulate/polygon/PolygonEarClipper.cpp
- src/triangulate/polygon/PolygonHoleJoiner.cpp
- src/triangulate/polygon/PolygonNoder.cpp
- src/triangulate/polygon/PolygonTriangulator.cpp
- src/triangulate/quadedge/TrianglePredicate.cpp
- src/triangulate/tri/Tri.cpp
- src/util/Interrupt.cpp
- tests/unit/CMakeLists.txt
- tests/unit/algorithm/AngleTest.cpp
- tests/unit/algorithm/AreaTest.cpp
- tests/unit/algorithm/CGAlgorithms/OrientationIsCCWTest.cpp
- tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp
- tests/unit/algorithm/CentroidTest.cpp
- tests/unit/algorithm/ConvexHullTest.cpp
- tests/unit/algorithm/InteriorPointAreaTest.cpp
- tests/unit/algorithm/IntersectionTest.cpp
- tests/unit/algorithm/LengthTest.cpp
- tests/unit/algorithm/LocatePointInRingTest.cpp
- tests/unit/algorithm/MinimumAreaRectangleTest.cpp
- tests/unit/algorithm/MinimumBoundingCircleTest.cpp
- tests/unit/algorithm/MinimumDiameterTest.cpp
- tests/unit/algorithm/OrientationIndexFailureTest.cpp
- tests/unit/algorithm/PointLocationTest.cpp
- tests/unit/algorithm/PointLocatorTest.cpp
- tests/unit/algorithm/PolygonNodeTopologyTest.cpp
- tests/unit/algorithm/RectangleTest.cpp
- tests/unit/algorithm/RobustLineIntersectionTest.cpp
- tests/unit/algorithm/RobustLineIntersectorZTest.cpp
- tests/unit/algorithm/construct/LargestEmptyCircleTest.cpp
- + tests/unit/algorithm/construct/MaxInscribedCircleRadiusWithinTest.cpp
- tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
- + tests/unit/algorithm/distance/DiscreteFrechetDistanceData.h
- tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp
- tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp
- + tests/unit/algorithm/distance/MatrixStorageTest.cpp
- tests/unit/algorithm/hull/ConcaveHullOfPolygonsTest.cpp
- tests/unit/algorithm/hull/ConcaveHullTest.cpp
- tests/unit/algorithm/locate/IndexedPointInAreaLocatorTest.cpp
- tests/unit/capi/GEOSBoundaryTest.cpp
- tests/unit/capi/GEOSBufferTest.cpp
- tests/unit/capi/GEOSBuildAreaTest.cpp
- tests/unit/capi/GEOSCAPIDefinesTest.cpp
- tests/unit/capi/GEOSClipByRectTest.cpp
- + tests/unit/capi/GEOSClusterTest.cpp
- tests/unit/capi/GEOSConcaveHullOfPolygonsTest.cpp
- tests/unit/capi/GEOSConcaveHullTest.cpp
- tests/unit/capi/GEOSConstrainedDelaunayTriangulationTest.cpp
- tests/unit/capi/GEOSContainsTest.cpp
- tests/unit/capi/GEOSConvexHullTest.cpp
- tests/unit/capi/GEOSCoordSeqTest.cpp
- tests/unit/capi/GEOSCoverageIsValidTest.cpp
- tests/unit/capi/GEOSCoverageSimplifyTest.cpp
- tests/unit/capi/GEOSCoverageUnionTest.cpp
- tests/unit/capi/GEOSDelaunayTriangulationTest.cpp
- tests/unit/capi/GEOSDistanceTest.cpp
- tests/unit/capi/GEOSDistanceWithinTest.cpp
- tests/unit/capi/GEOSEqualsTest.cpp
- tests/unit/capi/GEOSFrechetDistanceTest.cpp
- + tests/unit/capi/GEOSGeoJSONWriterTest.cpp
- tests/unit/capi/GEOSGeomGeoJSONWriteTest.cpp
- tests/unit/capi/GEOSGeomGetNumPointsTest.cpp
- tests/unit/capi/GEOSGeomToWKBTest.cpp
- tests/unit/capi/GEOSGeomToWKTTest.cpp
- tests/unit/capi/GEOSGeom_cloneTest.cpp
- tests/unit/capi/GEOSGeom_createCollectionTest.cpp
- tests/unit/capi/GEOSGeom_createRectangleTest.cpp
- tests/unit/capi/GEOSGeom_createTest.cpp
- tests/unit/capi/GEOSGeom_extentTest.cpp
- tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp
- tests/unit/capi/GEOSGeom_transformXYTest.cpp
- + tests/unit/capi/GEOSGeom_transformXYZTest.cpp
- tests/unit/capi/GEOSGetCentroidTest.cpp
- tests/unit/capi/GEOSHausdorffDistanceTest.cpp
- tests/unit/capi/GEOSHilbertCodeTest.cpp
- tests/unit/capi/GEOSInterruptTest.cpp
- tests/unit/capi/GEOSIntersectionPrecTest.cpp
- tests/unit/capi/GEOSIntersectsTest.cpp
- tests/unit/capi/GEOSLargestEmptyCircleTest.cpp
- tests/unit/capi/GEOSLineMergeDirectedTest.cpp
- tests/unit/capi/GEOSLineMergeTest.cpp
- tests/unit/capi/GEOSLineStringTest.cpp
- tests/unit/capi/GEOSLineSubstringTest.cpp
- tests/unit/capi/GEOSMakeValidTest.cpp
- tests/unit/capi/GEOSMaximumInscribedCircleTest.cpp
- tests/unit/capi/GEOSMinimumBoundingCircleTest.cpp
- tests/unit/capi/GEOSMinimumClearanceTest.cpp
- tests/unit/capi/GEOSMinimumRotatedRectangleTest.cpp
- tests/unit/capi/GEOSMinimumWidthTest.cpp
- tests/unit/capi/GEOSNearestPointsTest.cpp
- tests/unit/capi/GEOSNodeTest.cpp
- tests/unit/capi/GEOSOffsetCurveTest.cpp
- tests/unit/capi/GEOSOrientPolygonsTest.cpp
- tests/unit/capi/GEOSOrientationIndexTest.cpp
- tests/unit/capi/GEOSPointOnSurfaceTest.cpp
- tests/unit/capi/GEOSPolygonHullSimplifyTest.cpp
- tests/unit/capi/GEOSPolygonizeTest.cpp
- tests/unit/capi/GEOSPreparedDistanceTest.cpp
- tests/unit/capi/GEOSPreparedDistanceWithinTest.cpp
- tests/unit/capi/GEOSPreparedGeometryTest.cpp
- tests/unit/capi/GEOSPreparedNearestPointsTest.cpp
- tests/unit/capi/GEOSProjectTest.cpp
- tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
- tests/unit/capi/GEOSRelatePatternMatchTest.cpp
- tests/unit/capi/GEOSRemoveRepeatedPointsTest.cpp
- tests/unit/capi/GEOSReverseTest.cpp
- tests/unit/capi/GEOSSTRtreeTest.cpp
- tests/unit/capi/GEOSSegmentIntersectionTest.cpp
- tests/unit/capi/GEOSSharedPathsTest.cpp
- tests/unit/capi/GEOSSimplifyTest.cpp
- tests/unit/capi/GEOSSnapTest.cpp
- tests/unit/capi/GEOSTopologyPreserveSimplifyTest.cpp
- tests/unit/capi/GEOSUnaryUnionPrecTest.cpp
- tests/unit/capi/GEOSUnaryUnionTest.cpp
- tests/unit/capi/GEOSUserDataTest.cpp
- tests/unit/capi/GEOSVoronoiDiagramTest.cpp
- tests/unit/capi/GEOSWithinTest.cpp
- tests/unit/capi/GEOSisClosedTest.cpp
- tests/unit/capi/GEOSisRingTest.cpp
- tests/unit/capi/GEOSisValidDetailTest.cpp
- tests/unit/capi/capi_test_utils.h
- + tests/unit/coverage/CoverageCleanerTest.cpp
- tests/unit/coverage/CoverageGapFinderTest.cpp
- tests/unit/coverage/CoverageSimplifierTest.cpp
- tests/unit/coverage/TPVWSimplifierTest.cpp
- + tests/unit/dissolve/LineDissolverTest.cpp
- tests/unit/edgegraph/EdgeGraphTest.cpp
- tests/unit/geom/CompoundCurveTest.cpp
- tests/unit/geom/CoordinateSequenceIteratorTest.cpp
- tests/unit/geom/Geometry/isRectangleTest.cpp
- tests/unit/geom/LineStringTest.cpp
- tests/unit/geom/MultiPointTest.cpp
- tests/unit/geom/PointTest.cpp
- tests/unit/geomgraph/TopologyLocationTest.cpp
- tests/unit/geos_unit.cpp
- tests/unit/index/VertexSequencePackedRtreeTest.cpp
- tests/unit/index/strtree/SimpleSTRtreeTest.cpp
- tests/unit/index/strtree/TemplateSTRtreeTest.cpp
- tests/unit/io/ByteOrderValuesTest.cpp
- tests/unit/io/GeoJSONFeatureTest.cpp
- tests/unit/io/GeoJSONReaderTest.cpp
- tests/unit/io/GeoJSONValueTest.cpp
- tests/unit/io/GeoJSONWriterTest.cpp
- tests/unit/io/WKBWriterTest.cpp
- tests/unit/io/WKTReaderTest.cpp
- tests/unit/io/WKTWriterTest.cpp
- tests/unit/io/WriterTest.cpp
- tests/unit/linearref/LengthIndexedLineTest.cpp
- tests/unit/math/DDTest.cpp
- tests/unit/noding/NodedSegmentStringTest.cpp
- tests/unit/noding/snapround/HotPixelTest.cpp
- tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp
- tests/unit/operation/BoundaryOpTest.cpp
- tests/unit/operation/buffer/BufferBuilderTest.cpp
- tests/unit/operation/buffer/BufferOpTest.cpp
- tests/unit/operation/buffer/OffsetCurveTest.cpp
- tests/unit/operation/distance/DistanceOpTest.cpp
- tests/unit/operation/geounion/CoverageUnionTest.cpp
- tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp
- tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
- tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp
- tests/unit/operation/overlayng/CoverageUnionNGTest.cpp
- tests/unit/operation/overlayng/OverlayGraphTest.cpp
- + tests/unit/operation/overlayng/OverlayNGEmptyCoordDimTest.cpp
- tests/unit/operation/overlayng/OverlayNGGeometryCollectionTest.cpp
- tests/unit/operation/relate/RelateBoundaryNodeRuleTest.cpp
- tests/unit/operation/relate/RelateOpTest.cpp
- tests/unit/operation/relateng/PolygonNodeConverterTest.cpp
- tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp
- tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp
- tests/unit/operation/valid/MakeValidTest.cpp
- tests/unit/operation/valid/ValidClosedRingTest.cpp
- tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp
- tests/unit/precision/GeometryPrecisionReducerTest.cpp
- tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp
- tests/unit/triangulate/DelaunayTest.cpp
- tests/unit/triangulate/VoronoiTest.cpp
- tests/unit/triangulate/polygon/ConstrainedDelaunayTriangulatorTest.cpp
- tests/unit/triangulate/polygon/PolygonHoleJoinerTest.cpp
- tests/unit/triangulate/polygon/PolygonTriangulatorTest.cpp
- tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp
- tests/unit/triangulate/quadedge/QuadEdgeTest.cpp
- tests/unit/triangulate/quadedge/VertexTest.cpp
- tests/unit/tut/tut.hpp
- tests/unit/tut/tut_assert.hpp
- tests/unit/tut/tut_console_reporter.hpp
- + tests/unit/util/InterruptTest.cpp
- tests/xmltester/XMLTester.cpp
- tests/xmltester/XMLTester.h
- tests/xmltester/tests/general/TestCentroid.xml
- tools/codespell.ignore
- util/CMakeLists.txt
- + util/OrientationIndexViewer.cpp
- util/geosop/GeometryOp.cpp
- util/geosop/GeosOp.cpp
- util/geosop/README.md
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/compare/47d11f1ff41b5707580d729c2ea9bae532daff3b...c2d1b15c7dc45022d8d94b0da9bc4da18a21d9b6
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/compare/47d11f1ff41b5707580d729c2ea9bae532daff3b...c2d1b15c7dc45022d8d94b0da9bc4da18a21d9b6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250722/77e7dbeb/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list