2019-02-18 mdavis * tests/perf/algorithm/InteriorPointAreaPerfTest.cpp: Fix more spaces in InteriorPointAreaPerfTest (#67) 2019-02-18 mdavis * tests/perf/algorithm/InteriorPointAreaPerfTest.cpp: Fix spaces in InteriorPointAreaPerfTest (#66) 2019-02-15 mdavis * include/geos/profiler.h, src/util/Profiler.cpp, tests/perf/CMakeLists.txt, tests/perf/algorithm/CMakeLists.txt, tests/perf/algorithm/InteriorPointAreaPerfTest.cpp, tests/perf/algorithm/Makefile.am: Add InteriorPoint Area perf test, Profile enhancement (#63) 2019-02-14 Paul Ramsey * src/io/Makefile.am, tests/bigtest/CMakeLists.txt, tests/bigtest/Makefile.am, tests/perf/operation/buffer/CMakeLists.txt, tests/perf/operation/buffer/Makefile.am, tests/perf/operation/predicate/CMakeLists.txt, tests/perf/operation/predicate/Makefile.am: Remove vestigial references to io/markup 2019-02-14 Paul Ramsey * src/noding/NodingIntersectionFinder.cpp: Quiet compiler warnings 2019-02-14 Paul Ramsey * include/geos/index/chain/MonotoneChain.h, src/index/chain/MonotoneChain.cpp: Quiet compiler warnings 2019-02-14 mdavis * : commit 1b74b4cd7a1431a89713458dc1260f295ff3737b Author: Martin Davis Date: Thu Feb 14 11:57:10 2019 -0800 2019-02-10 Sandro Santilli * tools/astyle/Makefile.am: Remove unused variable Fixes warning: variable 'geos_unit_LDADD' is defined but no program or library has 'geos_unit' as canonical name (possible typo) 2019-02-07 mdavis * README.md: Update 'README.md' Minor formatting, add subheaders 2019-02-07 mdavis * tests/CMakeLists.txt: Disable cmake perf tests (#61) 2019-02-05 Paul Ramsey * include/geos/triangulate/quadedge/Vertex.h: Quiet clang warnings about Vertex 2019-02-05 Paul Ramsey * tools/astyle/astyle_main.cpp: Address build failure on GitLabCI 2019-02-04 Paul Ramsey * tools/astyle/LICENSE.md: Add astyle license 2019-02-04 Paul Ramsey * configure.ac, tools/CMakeLists.txt, tools/Makefile.am, tools/astyle/ASBeautifier.cpp, tools/astyle/ASEnhancer.cpp, tools/astyle/ASFormatter.cpp, tools/astyle/ASLocalizer.cpp, tools/astyle/ASLocalizer.h, tools/astyle/ASResource.cpp, tools/astyle/CMakeLists.txt, tools/astyle/Makefile.am, tools/astyle/astyle.h, tools/astyle/astyle_main.cpp, tools/astyle/astyle_main.h: Astyle 3.1 added to source tree for future spacing compatibility purposes (per strk) 2019-02-01 Regina Obe * include/geos/algorithm/ttmath/ttmathtypes.h: Prevent infinite loop in testing on mingw64 64-bit 2019-02-01 Paul Ramsey * .git-blame-ignore-revs: Add reformatting commit to ignorable commits in blame 2019-02-01 Paul Ramsey * .astylerc, CMakeLists.txt, capi/geos_c.cpp, capi/geos_ts_c.cpp, doc/example.cpp, include/geos/algorithm/Angle.h, include/geos/algorithm/Area.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CGAlgorithmsDD.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/Centroid.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/Distance.h, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/Length.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MinimumBoundingCircle.h, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/Orientation.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocation.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RayCrossingCounterDD.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteFrechetDistance.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/geom/BinaryOp.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Envelope.inl, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryCollection.inl, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFactory.inl, include/geos/geom/GeometryFilter.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Puntal.h, include/geos/geom/Triangle.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/Densifier.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geom/util/SineStarFactory.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdge.inl, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Label.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/PlanarGraph.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/TopologyLocation.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/index/ItemVisitor.h, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/BoundablePair.h, include/geos/index/strtree/GeometryItemDistance.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/ItemDistance.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/ExtractLineByLocation.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearGeometryBuilder.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/LocationIndexedLine.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/FastSegmentSetIntersectionFinder.h, include/geos/noding/GeometryNoder.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexNoder.inl, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/Noder.h, include/geos/noding/NodingIntersectionFinder.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentPointComparator.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentString.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/FacetSequence.h, include/geos/operation/distance/FacetSequenceTreeBuilder.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/distance/IndexedFacetDistance.h, include/geos/operation/intersection/Rectangle.h, include/geos/operation/intersection/RectangleIntersection.h, include/geos/operation/intersection/RectangleIntersectionBuilder.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.inl, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNode.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/MinimumClearance.h, include/geos/precision/PrecisionReducerCoordinateOperation.h, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/timeval.h, include/geos/triangulate/DelaunayTriangulationBuilder.h, include/geos/triangulate/IncrementalDelaunayTriangulator.h, include/geos/triangulate/VoronoiDiagramBuilder.h, include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h, include/geos/triangulate/quadedge/LocateFailureException.h, include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeLocator.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/TrianglePredicate.h, include/geos/triangulate/quadedge/TriangleVisitor.h, include/geos/triangulate/quadedge/Vertex.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/Interrupt.h, include/geos/util/Machine.h, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, src/algorithm/Angle.cpp, src/algorithm/Area.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CGAlgorithmsDD.cpp, src/algorithm/Centroid.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/Distance.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/Length.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MinimumBoundingCircle.cpp, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/Orientation.cpp, src/algorithm/PointLocation.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RayCrossingCounterDD.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteFrechetDistance.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedLineStringIntersects.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/Densifier.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/LinearComponentExtracter.cpp, src/geom/util/PointExtracter.cpp, src/geom/util/PolygonExtracter.cpp, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/Depth.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Label.cpp, src/geomgraph/Node.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/TopologyLocation.cpp, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainBuilder.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/BoundablePair.cpp, src/index/strtree/GeometryItemDistance.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp, src/linearref/LocationIndexOfPoint.cpp, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/FastSegmentSetIntersectionFinder.cpp, src/noding/GeometryNoder.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp, src/noding/NodedSegmentString.cpp, src/noding/NodingIntersectionFinder.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentString.cpp, src/noding/SimpleNoder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/FacetSequence.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/distance/IndexedFacetDistance.cpp, src/operation/intersection/Rectangle.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/PointBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/RectangleContains.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/relate/EdgeEndBundle.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/RelateComputer.cpp, src/operation/relate/RelateNode.cpp, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/GeometryPrecisionReducer.cpp, src/precision/MinimumClearance.cpp, src/precision/PrecisionReducerCoordinateOperation.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/triangulate/DelaunayTriangulationBuilder.cpp, src/triangulate/IncrementalDelaunayTriangulator.cpp, src/triangulate/VoronoiDiagramBuilder.cpp, src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp, src/triangulate/quadedge/LocateFailureException.cpp, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/triangulate/quadedge/TrianglePredicate.cpp, src/triangulate/quadedge/Vertex.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Interrupt.cpp, src/util/Profiler.cpp, src/util/math.cpp, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/bigtest/bug234.cpp, tests/perf/ClassSizes.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/unit/algorithm/AngleTest.cpp, tests/unit/algorithm/AreaTest.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/unit/algorithm/LengthTest.cpp, tests/unit/algorithm/LocatePointInRingTest.cpp, tests/unit/algorithm/MinimumBoundingCircleTest.cpp, tests/unit/algorithm/MinimumDiameterTest.cpp, tests/unit/algorithm/OrientationIndexFailureTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSCAPIDefinesTest.cpp, tests/unit/capi/GEOSClipByRectTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSConvexHullTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSDelaunayTriangulationTest.cpp, tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/capi/GEOSEqualsTest.cpp, tests/unit/capi/GEOSFrechetDistanceTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_createCollection.cpp, tests/unit/capi/GEOSGeom_extentTest.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/capi/GEOSGeom_setPrecisionTest.cpp, tests/unit/capi/GEOSGetCentroidTest.cpp, tests/unit/capi/GEOSHausdorffDistanceTest.cpp, tests/unit/capi/GEOSInterpolateTest.cpp, tests/unit/capi/GEOSInterruptTest.cpp, tests/unit/capi/GEOSIntersectionTest.cpp, tests/unit/capi/GEOSIntersectsTest.cpp, tests/unit/capi/GEOSLineString_PointTest.cpp, tests/unit/capi/GEOSMinimumClearanceTest.cpp, tests/unit/capi/GEOSMinimumRectangleTest.cpp, tests/unit/capi/GEOSMinimumWidthTest.cpp, tests/unit/capi/GEOSNearestPointsTest.cpp, tests/unit/capi/GEOSNodeTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp, tests/unit/capi/GEOSOrientationIndex.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp, tests/unit/capi/GEOSRelatePatternMatchTest.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/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/GEOSisValidDetailTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/Geometry/normalize.cpp, tests/unit/geom/Geometry/touchesTest.cpp, tests/unit/geom/GeometryCollectionTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/GeometryFilterTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/PrecisionModelTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/index/strtree/SIRtreeTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.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/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/OrientedCoordinateArray.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/noding/snapround/HotPixelTest.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/buffer/BufferParametersTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/overlay/OverlayOpUnionTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp , tests/unit/precision/CommonBitsTest.cpp, tests/unit/precision/GeometryPrecisionReducerTest.cpp, tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/VoronoiTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeTest.cpp, tests/unit/triangulate/quadedge/VertexTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/CTS.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Apply 4-spaces standard indenting, 120 column wrapping, and some basic consistency around parens, operators and function signatures. Code now matches editorconfig so patches should largely lack whitespace noise, and folks trying to "match the code around" should find it easier to figure out what "match" means. Per https://lists.osgeo.org/pipermail/geos-devel/2018-September/008539.html 2019-01-31 Paul Ramsey * src/CMakeLists.txt: Test to note MSVC+x64 to turn on ASM in ttmath 2019-01-31 Paul Ramsey * src/CMakeLists.txt: More debugging in aid of NMake/CMake/ASM combo 2019-01-31 Paul Ramsey * src/CMakeLists.txt: Add a debugging output to try to fix NMake/CMake issue with ASM file 2019-01-30 Paul Ramsey * src/CMakeLists.txt: Return to original platform detection 2019-01-30 Paul Ramsey * include/geos/algorithm/CGAlgorithmsDD.h, include/geos/algorithm/ttmath/Makefile.am, include/geos/geom/util/GeometryTransformer.h, src/CMakeLists.txt, src/geom/util/GeometryTransformer.cpp, src/index/quadtree/Node.cpp: Quiet warnings, enable ASM build for win64? 2019-01-30 Paul Ramsey * appveyor.yml: Remove defunct appveyor nmake-only build 2019-01-30 Paul Ramsey * include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/quadtree/Quadtree.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/simplify/LineSegmentIndex.h: Disable copy constructors on classes using vector> to get MSVC (appveyor) compilation back on track 2019-01-29 Paul Ramsey * src/CMakeLists.txt: Fix first appveyor issue 2019-01-29 Paul Ramsey * Makefile.am, include/geos/Makefile.am, include/geos/algorithm/Makefile.am, include/geos/noding/IntersectionAdder.h, include/geos/version.h.vc, makefile.vc, src/Makefile.am, src/algorithm/MinimumBoundingCircle.cpp, tests/xmltester/makefile.vc: Clean ups for make dist and build bots 2019-01-29 Paul Ramsey * src/operation/valid/IsValidOp.cpp: Remove spurious reference to MCPointInRing 2019-01-29 Paul Ramsey * src/operation/valid/IsValidOp.cpp: Remove stray references to CGAlgorithms.h 2019-01-29 Paul Ramsey * src/algorithm/CGAlgorithmsDD.cpp, src/operation/valid/IsValidOp.cpp: convert remaining NAN/INF macros to std:: 2018-09-11 cvvergara * CMakeLists.txt, capi/geos_ts_c.cpp, configure.ac, doc/example.cpp, include/CMakeLists.txt, include/geos/Makefile.am, include/geos/algorithm/distance/PointPairDistance.h, include/geos/constants.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateSequence.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryFilter.h, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/quadtree/DoubleBits.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderValues.h, include/geos/platform.h.cmake, include/geos/platform.h.in, include/geos/platform.h.vc, include/geos/precision/CommonBits.h, include/geos/precision/EnhancedPrecisionOp.h, src/Makefile.vc, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MinimumDiameter.cpp, src/algorithm/RobustDeterminant.cpp, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/GeometryFactory.cpp, src/geom/LineSegment.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/Node.cpp, src/io/ByteOrderValues.cpp, src/io/WKTWriter.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/distance/DistanceOp.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/valid/IsValidOp.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/util/GeometricShapeFactory.cpp, tests/perf/ClassSizes.cpp, tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBWriterTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/buffer/BufferParametersTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp , tests/unit/precision/CommonBitsTest.cpp: Using constants.h and stop using platform.h (closes #925) 2019-01-28 Paul Ramsey * autogen.bat: Remove autogen.bat, as all our *.vc infra is now gone 2019-01-25 Paul Ramsey * src/geom/Envelope.cpp: Use strtod in Envelope constructor References #875 2019-01-24 Paul Ramsey * src/geom/GeometryFactory.cpp: Add a return value in no-entry portion of code to quite compiler. 2019-01-24 Paul Ramsey * src/algorithm/MinimumBoundingCircle.cpp, tests/unit/algorithm/MinimumBoundingCircleTest.cpp: MinimumBoundingCircle passes tests 2019-01-24 Paul Ramsey * include/geos/algorithm/MinimumBoundingCircle.h, src/algorithm/MinimumBoundingCircle.cpp, tests/unit/Makefile.am, tests/unit/algorithm/MinimumBoundingCircleTest.cpp: Draft tests for MinimumBoundingCircle 2019-01-24 Paul Ramsey * include/geos/algorithm/MinimumBoundingCircle.h, include/geos/geom/Triangle.h, src/algorithm/Makefile.am, src/algorithm/MinimumBoundingCircle.cpp, src/geom/Triangle.cpp: First draft of MinimumBoundingCircle port 2019-01-23 Paul Ramsey * tests/xmltester/CMakeLists.txt: Harmonize test list w/ autotools 2019-01-23 Paul Ramsey * include/geos/algorithm/Orientation.h, src/algorithm/Orientation.cpp, src/geom/Polygon.cpp: Confirm Polygon.normalize JTS 3500a912c40cee7fd7ad706a8ae3b412fa3e4452 2019-01-23 Paul Ramsey * include/geos/operation/overlay/PolygonBuilder.h, src/operation/overlay/PolygonBuilder.cpp, tests/xmltester/tests/general/TestFunctionAA.xml: Confirm Fix Overlay polygon building JTS 9815531754c07e82718fccf9ea616d865c39cd32 2019-01-23 Paul Ramsey * src/noding/NodingIntersectionFinder.cpp, tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug838.xml: Add test case and fix intersection finger 2019-01-22 Paul Ramsey * include/geos/noding/FastNodingValidator.h, include/geos/noding/Makefile.am, include/geos/noding/NodingIntersectionFinder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, src/Makefile.vc, src/noding/FastNodingValidator.cpp, src/noding/Makefile.am, src/noding/NodingIntersectionFinder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp: Improve overlay noding validation JTS 06fa68bf9e6e445f0252ae5fc0dac33e86b4f890 2019-01-12 Regina Obe * .drone-1.0.yml: Run script for dronie.osgeo.org - the drone 1.0 generation 2018-12-28 Daniel Baston * include/geos/operation/distance/DistanceOp.h, src/operation/distance/DistanceOp.cpp: Replace fixed-size std::vector with std::array 2018-12-28 Daniel Baston * src/operation/overlay/PolygonBuilder.cpp: Complete tuple->struct transition 2018-12-28 Daniel Baston * : commit d75a294d03e9ad0aa7775f893ca5ce7c5bfec142 Author: doskabouter Date: Fri Dec 28 20:42:42 2018 +0100 2018-12-28 doskabouter * include/geos/operation/overlay/PolygonBuilder.h, src/operation/overlay/PolygonBuilder.cpp: use struct instead of tuple 2018-12-28 doskabouter * src/operation/overlay/PolygonBuilder.cpp: fixed styling 2018-12-27 Daniel Baston * tests/unit/geom/GeometryCollectionTest.cpp: Enable commented-out test 2018-12-27 Daniel Baston * : Merge remote-tracking branch 'sir-sigurd/geometry-item-srid' 2018-12-27 Daniel Baston * : commit 9aeb40139866204de271e7f1b8dfd644e0ebc402 Author: Daniel Baston Date: Thu Dec 27 15:18:39 2018 -0500 2018-12-27 Daniel Baston * : commit 7014e2b6509709f70dc08ca3b4b4d843d3df2a71 Author: Daniel Baston Date: Sat Dec 22 20:49:22 2018 -0500 2018-12-22 Daniel Baston * src/simplify/TaggedLineStringSimplifier.cpp: Optimize intersection testing Robust line intersection tests are slow, so avoid testing each line segment against itself and then ignoring the positive result. 2018-12-22 Daniel Baston * include/geos/simplify/TaggedLineStringSimplifier.h, src/simplify/TaggedLineStringSimplifier.cpp: Use std::pair instead of length-2 std::vector 2018-12-22 Daniel Baston * src/index/quadtree/NodeBase.cpp: Avoid specifying iterator type 2018-12-22 Daniel Baston * src/index/quadtree/NodeBase.cpp: Simplify for loop 2018-12-22 Daniel Baston * include/geos/index/quadtree/NodeBase.h, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Root.cpp: Use std::array for Quadtree nodes 2018-12-22 Daniel Baston * include/geos/index/quadtree/Quadtree.h, src/index/quadtree/Quadtree.cpp: Use unique_ptr for Quadtree-owned envelopes 2018-12-22 Daniel Baston * include/geos/simplify/LineSegmentIndex.h, src/simplify/LineSegmentIndex.cpp: Store LineSegmentIndex Quadtree as value, not pointer 2018-12-22 Daniel Baston * src/simplify/LineSegmentIndex.cpp: Simplify for loop definition 2018-12-22 Daniel Baston * src/simplify/LineSegmentIndex.cpp: Remove C-style casts 2018-12-22 Daniel Baston * include/geos/simplify/LineSegmentIndex.h, src/simplify/LineSegmentIndex.cpp: Use unique_ptr for managed Envelopes in LineSegmentIndex 2018-12-22 Daniel Baston * src/simplify/TaggedLineStringSimplifier.cpp: Simplify for loop syntax 2018-12-22 Daniel Baston * src/index/quadtree/NodeBase.cpp, src/simplify/LineSegmentIndex.cpp: Fix typos in comments 2018-12-22 Daniel Baston * src/algorithm/CGAlgorithmsDD.cpp: Improve orientationIndex performance with fast filter JTS r623 2018-12-21 Paul Ramsey * CMakeLists.txt: Simpler windows test 2018-12-21 Paul Ramsey * CMakeLists.txt: Attempt to catch all gcc/windows = mingw cases in one net 2018-12-21 Paul Ramsey * CMakeLists.txt: Message about not using TTMATH_NOASM 2018-12-21 Paul Ramsey * include/geos/algorithm/Makefile.am: Add missing header to algorithm Makefile.am 2018-12-21 Paul Ramsey * CMakeLists.txt: Remove ttmath ASM on Windows/MinGW for now to see if we can get MinGW builds at all 2018-12-21 Paul Ramsey * .gitlab-ci.yml: Try and make gitlab-ci happy with the packages we're adding 2018-12-20 pramsey * : commit 3c83900a1776fda653f50481366487a397981c49 Author: Paul Ramsey Date: Thu Dec 20 15:59:09 2018 -0800 2018-12-20 Paul Ramsey * configure.ac: Prefix version file with srcdir for out-of-tree support 2018-12-20 Paul Ramsey * Makefile.am: Harmonize spacing with other entries 2018-12-20 Paul Ramsey * Makefile.am, configure.ac: Aha, add Version.txt to dist files 2018-12-20 Paul Ramsey * configure.ac: Still trying to get past CI 2018-12-20 Paul Ramsey * configure.ac: Really get those CAPI numbers in... 2018-12-20 Paul Ramsey * configure.ac: Fill out other common macros for autotools 2018-12-20 Paul Ramsey * CMakeLists.txt, Version.txt, capi/geos_c.h.in, configure.ac: Move version numbers to a single file 2018-12-20 Paul Ramsey * src/geom/Geometry.cpp: Avoid using reflection JTS ef92b816438c416303df2eecbc0f655db6e21466 2018-12-19 Paul Ramsey * include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/Makefile.am, src/algorithm/CGAlgorithms.cpp, src/algorithm/Makefile.am: Deprecate CGAlgorithms and remove all references JTS b1c0a1e2992c3f3d523dcfb3c0158fbac72b6928 2018-12-19 doskabouter * : commit f00b4508ebcdc3e19bd63a295f862c5bbc9f3aa0 Author: doskabouter Date: Wed Dec 19 22:20:36 2018 +0100 2018-12-19 Paul Ramsey * src/algorithm/Distance.cpp: Throw exception by value 2018-12-19 Paul Ramsey * include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/index/chain/MonotoneChain.h, src/geomgraph/index/MonotoneChainEdge.cpp, src/index/chain/MonotoneChain.cpp: Remove extra coordinate references in MonotoneChain classes JTS 0315e8ab509ff49646187cda0dfcb7f286e5ba4d 2018-12-19 Paul Ramsey * include/geos/algorithm/Distance.h, include/geos/algorithm/Makefile.am, include/geos/geom/LineSegment.inl, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/overlay/MinimalEdgeRing.h, src/algorithm/ConvexHull.cpp, src/algorithm/Distance.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/Makefile.am, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/FacetSequence.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/OverlayOp.cpp, src/precision/MinimumClearance.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp: Refactor CGAlgorithms distance functions into Distance class JTS 6103203279ec05e43c625d4f1b4377c93ff52934 2018-12-18 Paul Ramsey * include/geos/noding/SegmentIntersectionDetector.h, src/noding/FastSegmentSetIntersectionFinder.cpp: Remove base 'using namespace' call in header 2018-12-18 Paul Ramsey * src/geom/util/Densifier.cpp, src/geomgraph/EdgeRing.cpp, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/union/CascadedUnion.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/simplify/TopologyPreservingSimplifier.cpp: Remove duplicate header includes 2018-12-18 Paul Ramsey * include/geos/geom/Envelope.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, src/geom/Envelope.cpp, src/index/chain/MonotoneChain.cpp: Temporary envelope removal JTS e994715b263e7dda56a1b33caa4e0b7404ae60b8 JTS 8a4277544cf972639ea906b054c66bc22ab7ae4f JTS 239881104355ec906de3bd69974614169fb14bb3 2018-12-18 Paul Ramsey * include/geos/geomgraph/index/MonotoneChainEdge.h, src/geomgraph/index/MonotoneChainEdge.cpp: Remove use of temporary Envelopes in MonotoneChainEdge JTS 940dd3b71e44900fd2f8689085273f3454a737e3 2018-12-18 Paul Ramsey * capi/geos_ts_c.cpp, include/geos/algorithm/Angle.h, include/geos/algorithm/Makefile.am, include/geos/algorithm/PointLocation.h, include/geos/geosAlgorithm.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, src/algorithm/Angle.cpp, src/algorithm/CGAlgorithmsDD.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/Makefile.am, src/algorithm/Orientation.cpp, src/algorithm/PointLocation.cpp, src/algorithm/PointLocator.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/geom/GeometryCollection.cpp, src/geom/LineSegment.cpp, src/geom/MultiLineString.cpp, src/geomgraph/EdgeRing.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IsValidOp.cpp, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/LocatePointInRingTest.cpp, tests/unit/algorithm/OrientationIndexFailureTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp: Move CGAlgorithms point location functions to PointLocation JTS 555e2cbc45ce6207e3b4df9842cbb25220c494d5 2018-12-18 Sergey Fedoseev * src/geom/GeometryCollection.cpp, tests/unit/Makefile.am, tests/unit/geom/GeometryCollectionTest.cpp: Fix #947: Fix getCoordinate() of non-empty collection with empty first item. 2018-12-18 Paul Ramsey * include/geos/algorithm/Orientation.h: Add some doco JTS 7a4b7367fd63f545c3ead99583669ab2fbd21676 2018-12-17 Paul Ramsey * include/geos/geom/util/GeometryTransformer.h: Return unused member for now 2018-12-17 Paul Ramsey * capi/geos_ts_c.cpp, include/geos/algorithm/Makefile.am, include/geos/algorithm/Orientation.h, include/geos/geom/LineSegment.h, include/geos/geom/util/GeometryTransformer.h, include/geos/planargraph/DirectedEdge.h, src/algorithm/Centroid.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/Makefile.am, src/algorithm/Orientation.cpp, src/geom/Polygon.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/PlanarGraph.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/polygonize/EdgeRing.cpp, src/planargraph/DirectedEdge.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/xmltester/tinyxml2/tinyxml2.cpp: Move CGAlgorithms functions into Orientation class JTS 4c4ccd7fe5c758abb48647da60dacf8e4cd7f9df 2018-12-17 Paul Ramsey * tests/xmltester/XMLTester.cpp, tests/xmltester/tinyxml2/tinyxml2.cpp: Quiet compiler warnings in xmltester 2018-12-17 Paul Ramsey * src/algorithm/Length.cpp: Pass by reference for cpp magic 2018-12-17 Paul Ramsey * src/geom/util/Densifier.cpp, src/operation/IsSimpleOp.cpp, tests/xmltester/XMLTester.cpp, tests/xmltester/tinyxml2/tinyxml2.cpp: Quiet warnings from GCC 4.8 2018-12-17 Paul Ramsey * include/geos/algorithm/ttmath/ttmathbig.h: Try to quiet GCC warning about type promotion 2018-12-17 Paul Ramsey * tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/tests/robust/TestRobustRelateFloat.xml: Add some robustness failure tests (Unfortunately these currently fail on GEOS) JTS 5b30e1334e5999461eb3d9b80c51375ffa53f810 2018-12-17 Paul Ramsey * include/geos/algorithm/Length.h, include/geos/algorithm/Makefile.am, src/algorithm/Length.cpp, src/algorithm/Makefile.am, src/geom/LineString.cpp, tests/unit/Makefile.am, tests/unit/algorithm/AreaTest.cpp, tests/unit/algorithm/LengthTest.cpp: Move length functions to Length class JTS 1b7bb75fcdeb1cbde1fe6c6deb2cde18929868d7 2018-12-17 Paul Ramsey * include/geos/algorithm/Area.h, tests/unit/algorithm/AreaTest.cpp: Remove dead comments from Area code 2018-12-17 Paul Ramsey * src/algorithm/Area.cpp: std::abs vs fabs 2018-12-17 Paul Ramsey * tests/unit/capi/GEOSBufferTest.cpp, tests/unit/tut/tut_assert.hpp: Change buffer unit failures to more correct message 2018-12-17 Paul Ramsey * src/algorithm/Area.cpp: Use fabs not abs 2018-12-17 Paul Ramsey * include/geos/algorithm/Area.h, include/geos/algorithm/Makefile.am, src/algorithm/Area.cpp, src/algorithm/Makefile.am, src/geom/Polygon.cpp, tests/unit/Makefile.am, tests/unit/algorithm/AreaTest.cpp: Move area functions to Area class JTS e06c0c9ce27abdf84f8dc897baac06cc70a2eed7 2018-12-14 Paul Ramsey * src/geom/Geometry.cpp: Improve optimization of contains and covers for mixed dimension cases JTS a797ee259886c15fcae9436e87b790152afe314f 2018-12-14 Paul Ramsey * include/geos/geosAlgorithm.h, src/algorithm/CGAlgorithms.cpp, src/algorithm/RayCrossingCounter.cpp, src/geom/Geometry.cpp: Add L/A optimization for covers and contains JTS a5f7141c3b723de582a720e4d7faf73928bf3704 2018-12-14 Paul Ramsey * include/geos/algorithm/Makefile.am, include/geos/algorithm/SIRtreePointInRing.h, include/geos/geosAlgorithm.h, src/Makefile.vc, src/algorithm/Makefile.am, src/algorithm/SIRtreePointInRing.cpp, tests/unit/Makefile.am, tests/unit/algorithm/SIRtreePointInRingTest.cpp: Delete obsolete PointInRing classes JTS 55fb1113655db08a9a4ce4c17c9ee5912b6aa0f2 2018-12-14 Paul Ramsey * include/geos/platform.h.in: Try fix build with isfinite macro 2018-12-14 Paul Ramsey * src/algorithm/CGAlgorithmsDD.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/SIRtreePointInRing.cpp: Remove references to RobustDeterminant JTS 2fc9fa215cdfff4210ec55cb8c6cfb79618b4ff2 2018-12-13 Paul Ramsey * include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/Makefile.am, include/geos/geosAlgorithm.h, src/Makefile.vc, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/Makefile.am: Remove CentroidArea, CentroidLine, CentroidPoint as per JTS 0a775496322c11bc6d838acf99d0106b926a13aa 2018-12-13 Paul Ramsey * include/geos/algorithm/CGAlgorithmsDD.h, src/algorithm/CGAlgorithmsDD.cpp: Whoops, forgot the implementation of CGAlgorithmsDD::signOfDet2x2 to go with the test case :/ 2018-12-13 Paul Ramsey * tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp: Change types in test to double 2018-12-13 Paul Ramsey * tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp: Add test for cCGAlgorithmsDD::signOfDet2x2 2018-12-12 Paul Ramsey * include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/Makefile.am, src/Makefile.vc, src/algorithm/MCPointInRing.cpp, src/algorithm/Makefile.am: Remove MCPointInRing 2018-12-12 Paul Ramsey * include/geos/algorithm/MCPointInRing.h, include/geos/geosAlgorithm.h, src/operation/valid/IsValidOp.cpp: A little clean up, but not quite full deprecation as indicated in JTS 95f19c41741a5261c324f038f355549cab8be5a8 2018-12-12 Paul Ramsey * tests/unit/algorithm/LocatePointInRingTest.cpp: Remove unused typedef 2018-12-12 Paul Ramsey * tests/unit/Makefile.am: Add autotools support for new LocatePointInRingTest 2018-12-12 Paul Ramsey * tests/unit/algorithm/LocatePointInRingTest.cpp: Add JTS tests from 9fa51113caeea33551fa8ee2f25fcbab60090004 2018-12-12 Paul Ramsey * include/geos/operation/valid/IsValidOp.h, src/operation/valid/IsValidOp.cpp: Reformat IsValidOp 2018-12-12 Paul Ramsey * src/operation/valid/IsValidOp.cpp: Change isValidOp to use IndexedPointInAreaLocator JTS commit 540a59107fd7b50d1057da11cf65b3d1894c82c1 2018-12-12 Paul Ramsey * include/geos/algorithm/ttmath/ttmathtypes.h: Turn off ASM for gcc < 5 and 32-bit builds, as there's something that gcc hates in there when building with PIC 2018-12-12 Paul Ramsey * include/geos/algorithm/ttmath/COPYRIGHT, include/geos/algorithm/ttmath/ttmath.h, include/geos/algorithm/ttmath/ttmathbig.h, include/geos/algorithm/ttmath/ttmathdec.h, include/geos/algorithm/ttmath/ttmathint.h, include/geos/algorithm/ttmath/ttmathmisc.h, include/geos/algorithm/ttmath/ttmathobjects.h, include/geos/algorithm/ttmath/ttmathparser.h, include/geos/algorithm/ttmath/ttmaththreads.h, include/geos/algorithm/ttmath/ttmathtypes.h, include/geos/algorithm/ttmath/ttmathuint.h, include/geos/algorithm/ttmath/ttmathuint_noasm.h, include/geos/algorithm/ttmath/ttmathuint_x86.h, include/geos/algorithm/ttmath/ttmathuint_x86_64.h, include/geos/algorithm/ttmath/ttmathuint_x86_64_msvc.asm: Move to 0.9.4 prerelease version of ttmath in hopes of getting past regression failure on g++ 4.8 2018-12-11 Paul Ramsey * .gitignore, include/geos/algorithm/CGAlgorithmsDD.h, include/geos/algorithm/Makefile.am, include/geos/algorithm/RayCrossingCounterDD.h, src/algorithm/CGAlgorithmsDD.cpp, src/algorithm/Makefile.am, src/algorithm/RayCrossingCounterDD.cpp, src/geom/util/Densifier.cpp: Blind port for RayCrossingCounterDD and some minor changes to existing files 2018-12-11 Paul Ramsey * include/geos/algorithm/CGAlgorithmsDD.h, src/algorithm/CGAlgorithmsDD.cpp: Reformat CGAlgorithmsDD 2018-12-11 Paul Ramsey * .editorconfig, README.md: While we work up the nerves to bulk-format the tree, change the editorconfig file to reflect the decision, and add a note on a astyle call that should do the "right" thing. https://lists.osgeo.org/pipermail/geos-devel/2018-September/008582.html 2018-12-11 Paul Ramsey * include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/CGAlgorithmsDD.h, src/algorithm/CGAlgorithmsDD.cpp: Small clean-ups preparatory for aping the JTS refactor around DD computation. 2018-12-11 Paul Ramsey * tests/unit/algorithm/OrientationIndexFailureTest.cpp: Remove commented out code from example 2018-12-11 Paul Ramsey * src/geom/util/Densifier.cpp: Change coordinate list access to an iterator pattern 2018-12-11 Paul Ramsey * Makefile.am, configure.ac, include/geos/algorithm/Makefile.am, include/geos/algorithm/locate/Makefile.am, include/geos/algorithm/ttmath/Makefile.am, src/algorithm/Makefile.am, tests/unit/Makefile.am: Add autoconf support for DD updates 2018-12-11 Paul Ramsey * tests/unit/algorithm/OrientationIndexFailureTest.cpp: Add DD orientation test cases 2018-12-10 Paul Ramsey * tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp: Add in test for orientation that stresses robustness 2018-12-10 Paul Ramsey * include/geos/algorithm/CGAlgorithmsDD.h, include/geos/algorithm/ttmath/COPYRIGHT, include/geos/algorithm/ttmath/README, include/geos/algorithm/ttmath/ttmath.h, include/geos/algorithm/ttmath/ttmathbig.h, include/geos/algorithm/ttmath/ttmathdec.h, include/geos/algorithm/ttmath/ttmathint.h, include/geos/algorithm/ttmath/ttmathmisc.h, include/geos/algorithm/ttmath/ttmathobjects.h, include/geos/algorithm/ttmath/ttmathparser.h, include/geos/algorithm/ttmath/ttmaththreads.h, include/geos/algorithm/ttmath/ttmathtypes.h, include/geos/algorithm/ttmath/ttmathuint.h, include/geos/algorithm/ttmath/ttmathuint_noasm.h, include/geos/algorithm/ttmath/ttmathuint_x86.h, include/geos/algorithm/ttmath/ttmathuint_x86_64.h, include/geos/algorithm/ttmath/ttmathuint_x86_64_msvc.asm, src/CMakeLists.txt, src/algorithm/CGAlgorithmsDD.cpp: Draft port of ttmath and CGAlgorithmsDD from JTS, builds cleanly, needs tests. 2018-12-10 Daniel Baston * : commit 791fd4567e4b7058640984b98f142903c7268d33 Merge: 24652fb 18f5db9 Author: Daniel Baston Date: Mon Dec 10 10:42:57 2018 -0500 2018-12-04 Daniel Baston * include/geos/algorithm/SIRtreePointInRing.h, src/algorithm/SIRtreePointInRing.cpp, tests/unit/Makefile.am, tests/unit/algorithm/SIRtreePointInRingTest.cpp: Fix mem leaks in SIRtreePointInRing Fixes #944 2018-12-09 doskabouter * src/algorithm/locate/SimplePointInAreaLocator.cpp: Performance improvement: First check envelope before calling CGAlgorithms::isPointInRing 2018-12-09 doskabouter * src/operation/polygonize/EdgeRing.cpp: Fixed todo 2018-12-07 Paul Ramsey * include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp: Reformatting pass for some wonky formatting 2018-12-07 Paul Ramsey * include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/operation/predicate/RectangleIntersects.cpp: Update AreaLocator classes to return Location instead of boolean, to mirror JTS update in 6fac55a95727fab0989be39eb8491c1bb27666dd 2018-12-07 Paul Ramsey * src/io/WKBReader.cpp, tests/unit/io/WKBReaderTest.cpp: Partially harmonize with JTS 8e6abedeca3f3c1905c2f58c0a2dccc77f1f2f12 Support for ISO WKB types for higher dimensions as well as old SFSQL high-bit flags for Z. Commented out support for M for a future date when M support is added to GEOS. 2018-12-06 Paul Ramsey * include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryFactory.h, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, src/geom/Geometry.cpp: Port from JTS 6e44c5ceb791a939bd54643e38a8fe5ee7b500a6 Refactor the implementation of geometry type sort order and harmonize with JTS method names 2018-12-06 Paul Ramsey * src/geom/util/Densifier.cpp, tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestDensify.xml: Complete Densifier port and add in integration XML tests 2018-12-04 Paul Ramsey * include/geos/geom/util/Densifier.h, include/geos/geom/util/Makefile.am, src/geom/util/Densifier.cpp, src/geom/util/Makefile.am: Clean build of Densifier code only, tests still TBD 2018-12-04 Daniel Baston * : commit c3446ae16a5c81986ecb7fb5f16e4687cccece5b Merge: ce0449c ad2319b Author: Daniel Baston Date: Tue Dec 4 16:27:21 2018 -0500 2018-12-04 Daniel Baston * include/geos/operation/overlay/OverlayOp.h: Make new methods static 2018-12-04 Daniel Baston * include/geos/noding/FastSegmentSetIntersectionFinder.h, src/noding/FastSegmentSetIntersectionFinder.cpp: Use unique_ptr in FastSegmentSetIntersectionFinder 2018-12-04 Daniel Baston * src/geom/prep/PreparedGeometryFactory.cpp: Fix typo in error message [ci skip] 2018-11-30 Paul Ramsey * tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestMinimumClearance.xml: Add TestMinimumClearance.xml to test set and update the XMLTester to support "minclearance" and "minclearanceline" tests 2018-11-30 Paul Ramsey * tests/xmltester/XMLTester.cpp: Reformatting pass 2018-11-30 Paul Ramsey * tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestEqualsExact.xml: Add TestEqualsExact.xml and update XMLTester 2018-11-29 Paul Ramsey * tests/xmltester/CMakeLists.txt, tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/validate/TestRelateAA-big.xml, tests/xmltester/tests/validate/TestRelateAA.xml, tests/xmltester/tests/validate/TestRelateAC.xml, tests/xmltester/tests/validate/TestRelateLA.xml, tests/xmltester/tests/validate/TestRelateLC.xml, tests/xmltester/tests/validate/TestRelateLL.xml, tests/xmltester/tests/validate/TestRelatePA.xml, tests/xmltester/tests/validate/TestRelatePL.xml, tests/xmltester/tests/validate/TestRelatePP.xml: Add the JTS ./validate XML tests. Reorganize the order of XML tests in build files to match sort order. Update the xml tester to handle the operations in the validate tests. 2018-11-29 Paul Ramsey * : commit 8476094fcbfc787d4e5541c5b3bde9a72edfb990 Author: Paul Ramsey Date: Thu Nov 29 11:39:41 2018 -0800 2018-11-29 Daniel Baston * src/operation/overlay/PolygonBuilder.cpp: Resolve unused value warning 2018-11-28 Paul Ramsey * src/operation/overlay/PolygonBuilder.cpp: OK, use a auto const& loop instead, as I read up on C++11 2018-11-28 Paul Ramsey * src/operation/overlay/PolygonBuilder.cpp: One better, use C++11 auto iterator on the vector 2018-11-28 Paul Ramsey * src/operation/overlay/PolygonBuilder.cpp: Change PolygonBuilder::findEdgeRingContaining over to an iterator loop 2018-11-28 Paul Ramsey * tests/xmltester/tests/general/TestUnaryUnion.xml, tests/xmltester/tests/general/TestUnaryUnionFloating.xml: Harmonize formatting of XML tests with JTS so the files look more obviously "the same" during these kind of porting runs 2018-11-28 Paul Ramsey * tests/xmltester/tests/general/TestRectanglePredicate.xml: Update TestRectanglePredicate.xml to current JTS version 2018-11-28 Paul Ramsey * src/operation/overlay/PolygonBuilder.cpp, tests/xmltester/tests/general/TestFunctionAA.xml: Implement updated JTS hole assignment code, and associated tests. 2018-11-27 Paul Ramsey * tests/xmltester/tests/general/TestFunctionAA.xml: Remove failing tests from XML for now 2018-11-27 Paul Ramsey * tests/xmltester/CMakeLists.txt: Harmonize CMake tests with autotools, using --test-valid-output on the XML tests 2018-11-27 Paul Ramsey * include/geos/geom/LinearRing.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Polygon.h, include/geos/operation/IsSimpleOp.h, src/geom/Geometry.cpp, src/geom/LinearRing.cpp, src/geom/MultiPolygon.cpp, src/geom/Polygon.cpp, src/operation/IsSimpleOp.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/xmltester/tests/general/TestSimple.xml: Harmonize with JTS isSimple behaviour for GeometryCollection and Polygons, which is that an area with non-simple rings is itself non-simple, and a collection with a non-simple component is non-simple. 2018-11-27 Paul Ramsey * tests/xmltester/tests/general/TestConvexHull.xml: Harmonize TestConvexHull.xml with JTS version 2018-11-26 Paul Ramsey * tests/xmltester/tests/general/TestFunctionAA.xml: Add TestFunctionAA.xml new tests from JTS 2018-11-21 Daniel Baston * : Merge remote-tracking branch 'dbaston/mc-cleanup' 2018-11-20 Daniel Baston * src/algorithm/MCPointInRing.cpp: Tidy MCPointInRing Remove unneeded heap allocations and manual deletes. 2018-09-28 Raul Marin * src/geom/GeometryFactory.cpp: GeometryFactory: Refactor buildGeometry to use int ids 2018-09-27 Raul Marin * src/geom/GeometryFactory.cpp: Address memory warnings in buildGeometry Suite: buildarea Test: buildarea1 ...Uninitialized bytes in __interceptor_memcmp at offset 0 inside [0x7fffae24fa80, 4) ==19345==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x7f5ed6768c5f in std::char_traits::compare(char const*, char const*, unsigned long) /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/char_traits.h:310:25#1 0x7f5ed6768c5f in std::__cxx11::basic_string, std::allocator >::compare(char const*) const /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.tcc:1424:37#2 0x7f5ed6892f40 in bool std::operator==, std::allocator >(std::__cxx11::basic_string, std::allocator > const&, char const*) /usr/include/c++/8.2.1/bits/basic_string.h:6075:35 #3 0x7f5ed6892f40 in geos::geom::GeometryFactory::buildGeometry(std::vector >*) const /usr/src/debug/geos/src/geom/GeometryFactory.cpp:664:16#4 0x7f5ed690dd48 in geos::operation::overlay::OverlayOp::computeOverlay(geos::operation::overlay::OverlayOp::OpCode) /usr/src/debug/geos/src/operation/overlay/OverlayOp.cpp:839:28#5 0x7f5ed690dee1 in geos::operation::overlay::OverlayOp::getResultGeometry(geos::operation::overlay::OverlayOp::OpCode) /usr/src/debug/geos/src/operation/overlay/OverlayOp.cpp:187:16#6 0x7f5ed690e281 in geos::operation::overlay::OverlayOp::overlayOp(geos::geom::Geometry const*, geos::geom::Geometry const*, geos::operation::overlay::OverlayOp::OpCode) /usr/src/debug/geos/src/operation/overlay/OverlayOp.cpp:93:30 #7 0x7f5ed688d11f in geos::operation::overlay::overlayOp::operator()(geos::geom::Geometry const*, geos::geom::Geometry const*) /usr/src/debug/geos/src/geom/../../include/geos/operation/overlay/OverlayOp.h:388:44#8 0x7f5ed688d11f in std::unique_ptr > geos::geom::BinaryOp(geos::geom::Geometry const*, geos::geom::Geometry const*, geos::operation::overlay::overlayOp) /usr/src/debug/geos/src/geom/../../include/geos/geom/BinaryOp.h:357:3#9 0x7f5ed688b16f in geos::geom::Geometry::Union(geos::geom::Geometry const*) const /usr/src/debug/geos/src/geom/Geometry.cpp:586:17 #10 0x7f5ed691885d in geos::operation::geounion::CascadedPolygonUnion::unionActual(geos::geom::Geometry*, geos::geom::Geometry*) /usr/src/debug/geos/src/operation/union/CascadedPolygonUnion.cpp:370:36#11 0x7f5ed6919080 in geos::operation::geounion::CascadedPolygonUnion::unionOptimized(geos::geom::Geometry*, geos::geom::Geometry*) /usr/src/debug/geos/src/operation/union/CascadedPolygonUnion.cpp:236:27#12 0x7f5ed6919252 in geos::operation::geounion::CascadedPolygonUnion::unionTree(geos::index::strtree::ItemsList*) /usr/src/debug/geos/src/operation/union/CascadedPolygonUnion.cpp:162:23#13 0x7f5ed6919630 in geos::operation::geounion::CascadedPolygonUnion::Union() /usr/src/debug/geos/src/operation/union/CascadedPolygonUnion.cpp:151:21#14 0x7f5ed691983d in geos::operation::geounion::CascadedPolygonUnion::Union(geos::geom::MultiPolygon const*) /usr/src/debug/geos/src/operation/union/CascadedPolygonUnion.cpp:124:20#15 0x7f5ed71db6a8 in GEOSUnionCascaded_r /usr/src/debug/geos/capi/geos_ts_c.cpp:2497:43 #16 0x7f5ed7332ed6 in LWGEOM_GEOS_buildArea /home/raul/dev/public/postgis/liblwgeom/lwgeom_geos.c:1124:8 #17 0x7f5ed7333164 in lwgeom_buildarea /home/raul/dev/public/postgis/liblwgeom/lwgeom_geos.c:1155:7 #18 0x55b755e00bfa in buildarea1 /un/dev_public/postgis/liblwgeom/cunit/cu_buildarea.c:66:9 #19 0x7f5ed6fb1117 (/usr/lib/libcunit.so.1+0x4117) #20 0x7f5ed6fb13b1 (/usr/lib/libcunit.so.1+0x43b1) #21 0x7f5ed6fb17b6 in CU_run_all_tests (/usr/lib/libcunit.so.1+0x47b6) #22 0x55b755e7f6b7 in main /un/dev_public/postgis/liblwgeom/cunit/cu_tester.c:177:13 #23 0x7f5ed6c3c222 in __libc_start_main (/usr/lib/libc.so.6+0x24222) #24 0x55b755d7f0bd in _start (/un/dev_public/postgis/liblwgeom/cunit/.libs/lt-cu_tester+0x250bd)SUMMARY: MemorySanitizer: use-of-uninitialized-value /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/char_traits.h:310:25 in std::char_traits::compare(char const*, char const*, unsigned long) 2018-11-19 Daniel Baston * src/operation/overlay/OverlayOp.cpp: Fix memory leak introduced in aefa49cbc 2018-11-19 Daniel Baston * include/geos/algorithm/MCPointInRing.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, src/algorithm/MCPointInRing.cpp, src/index/bintree/NodeBase.cpp, src/index/chain/MonotoneChainBuilder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp: Resolve segfault in BinTree Take things a bit farther than needed to strictly fix the bug, by using std::unique_ptr to clearly define the ownership of objects returned by MonotoneChainBuilder. 2018-11-19 Daniel Baston * : commit 23db5ed049bf5c149c2c048094602908932d9979 Author: Daniel Baston Date: Thu Nov 15 22:05:04 2018 -0500 2018-11-16 Daniel Baston * src/noding/GeometryNoder.cpp: Resolve MSVC warning 2018-11-16 Paul Ramsey * include/geos/operation/overlay/OverlayOp.h, src/operation/overlay/OverlayOp.cpp: Formatting changes to please make check (hm) 2018-11-16 Paul Ramsey * src/operation/sharedpaths/SharedPathsOp.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp: Fix SharePathsOp to deal with Empty results from OverlayOp Fix UnaryUnion test to deal with typed EMPTY 2018-11-15 Paul Ramsey * tests/xmltester/tests/general/TestFunctionAA.xml: Revert tests/general/TestFunctionAA.xml to previous version, as it requires further ports from JTS to support new behaviour 2018-11-15 Paul Ramsey * include/geos/operation/overlay/OverlayOp.h, src/operation/overlay/OverlayOp.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestFunctionAA.xml, tests/xmltester/tests/general/TestFunctionLA.xml, tests/xmltester/tests/general/TestFunctionLL.xml, tests/xmltester/tests/general/TestFunctionPP.xml: Update handling of EMPTY geometry typing to match JTS current version and update test cases to match. 2018-11-14 Paul Ramsey * include/geos/algorithm/Centroid.h, src/algorithm/Centroid.cpp, tests/xmltester/tests/general/TestCentroid.xml: Update Centroid algorithm to match JTS, and accompanying test file 2018-11-13 Paul Ramsey * tests/xmltester/XMLTester.cpp: Force destruction of xml document stub on failed loading to work around limitation in tinyxml2 2018-11-13 Paul Ramsey * tests/xmltester/tinyxml2/tinyxml2.cpp, tests/xmltester/tinyxml2/tinyxml2.h: Update to latest tinyxml2 2018-11-13 Paul Ramsey * tests/xmltester/tests/linemerge.xml: Actually, more valid XML uses " for attributes 2018-11-13 Paul Ramsey * tests/xmltester/tests/linemerge.xml: Make test XML more valid 2018-11-09 pramsey * : commit d4d14146cb590260cbcdad29e625dc17b112e50b Author: Paul Ramsey Date: Fri Nov 9 14:12:49 2018 -0800 2018-11-09 pramsey * : commit bfe6b8bb635163a96bfba7a17383eb386486ec60 Author: Daniel Baston Date: Sat Oct 27 15:20:11 2018 -0400 2018-09-01 Darafei Praliaskouski * src/triangulate/quadedge/TrianglePredicate.cpp, tests/unit/triangulate/DelaunayTest.cpp: Fix Delaunay robustness by using longer floating point variable on inCircle 2018-10-21 Regina Obe * .gitignore, tools/ci/bessie.sh, tools/ci/bessie32.sh: Flip bessies to cmake build test. Closes #939. Exclude exes from commit. 2018-10-21 Regina Obe * tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp: Remark out failed noticed for CoordinateArraySequenceFactor test one 2018-10-19 Paul Ramsey * README.md: Update link to php repo 2018-10-19 Paul Ramsey * .gitignore: Ignore TextMate transient files 2018-10-18 Regina Obe * : commit d9546f690bcf2bb35c197265602731c8f6f8ca48 Merge: 4ff201d 4a6ec06 Author: Regina Obe Date: Thu Oct 18 22:30:15 2018 -0700 2018-10-19 Simon Wells * capi/CMakeLists.txt: Move add_dependencies to inside the if where add_library is done 2018-10-07 Sandro Santilli * README.md: Put building prerequisite in a common section 2018-10-06 Greg Troxel * README.md: README.md: Clarify installation instructions 2018-10-04 Sandro Santilli * tools/repo_revision.sh: Fix skipping override of unchanged geos_revision.h 2018-10-02 John K. Harvey * configure.ac, macros/ax_check_compile_flag.m4: 'make check' passes with autoconf 2.63. 2018-09-25 Daniel Baston * src/Makefile.vc, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/Makefile.am: Remove empty file 2018-09-18 Daniel Baston * include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, src/index/intervalrtree/SortedPackedIntervalRTree.cpp: Store SortedPackedIntervalRTree leaf and branch nodes in vectors This minimizes the number of individual memory allocations. 2018-09-23 Daniel Baston * : commit d5141be7fb1a427e9939eb6024dafedfa6df22f3 Merge: 52c516f 2af4f06 Author: Daniel Baston Date: Sun Sep 23 21:32:00 2018 -0400 2018-09-23 Daniel Baston * : commit 3b745fdb83d8293d998a7b958bbf1adf99ecc0ae Merge: b578411 18505af Author: Daniel Baston Date: Sun Sep 23 21:22:31 2018 -0400 2018-09-21 Sergey Fedoseev * src/operation/union/UnaryUnionOp.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp: Fix #928: Fixed crash in GEOSUnaryUnion() when used with empty linestring. 2018-09-21 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tests/xmltester/tinyxml2/README, tests/xmltester/tinyxml2/tinyxml2.cpp, tests/xmltester/tinyxml2/tinyxml2.h: Switch from tinyxml to tinyxml2 2018-09-21 Daniel Baston * : commit 9ba8f5ee2516c39c1037442383182b846b15ed3b Merge: 9393202 7a5f23a Author: Daniel Baston Date: Fri Sep 21 07:51:19 2018 -0400 2018-09-21 Sergey Fedoseev * src/algorithm/CGAlgorithms.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp: Fix #927 -- Fixed crash in GEOSCoordSeq_isCCW() when used with empty coordseq. 2018-09-21 Sergey Fedoseev * src/linearref/LinearLocation.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSInterpolateTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp: Fix #926: Fixed crash in GEOSInterpolate() when used with empty LineString. 2018-09-20 Daniel Baston * : commit 79a5d902371a141f7f77669c5e5273fc664a2d1f Merge: 1ba1e6c 9073593 Author: Daniel Baston Date: Thu Sep 20 14:27:29 2018 -0400 2018-09-20 Daniel Baston * : commit 066e5290dbe5332320910e8de2ebb101a5d42a0c Author: Daniel Baston Date: Thu Sep 20 13:22:16 2018 -0400 2018-09-20 Raul Marin * src/noding/GeometryNoder.cpp: Fix memory leak in getNoded Reference: https://trac.osgeo.org/geos/ticket/923 2018-09-19 Daniel Baston * : commit 33e771633cab9ae248b769b89385b624371545d8 Merge: a71f21a 175a6b4 Author: Daniel Baston Date: Tue Sep 18 17:27:45 2018 -0400 2018-09-18 Sergey Fedoseev * capi/geos_c.h.in: Fixed documented return codes of GEOSGeomGetX() and friends. 2018-09-18 Daniel Baston * include/geos/algorithm/locate/IndexedPointInAreaLocator.h, src/algorithm/locate/IndexedPointInAreaLocator.cpp: Minimize heap allocations in IndexedPointInAreaLocator 2018-09-18 Daniel Baston * src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/strtree/BoundablePair.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp: Avoid throwing exceptions as pointers 2018-09-17 Daniel Baston * : commit 33c1e7bc78dbfffcaf9a05744e49b76d91d21d2f Author: Sergey Fedoseev Date: Sun Sep 16 18:07:06 2018 +0500 2018-09-16 Sergey Fedoseev * include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h: Fix typos in getGeometryN() docs. 2018-09-10 cvvergara * : commit 1facc1cc10d123e640a9a77445c117a4e2cce80d Author: cvvergara Date: Sun Sep 9 15:19:09 2018 -0500 2018-08-31 dbaston * : commit 8c380db59ec5183bd7e2fc8545e93ce692f680e2 Author: cvvergara Date: Sun Aug 5 18:20:47 2018 -0500 2018-08-30 cvvergara * : commit 55d8d35b2a399deb324239573881d947fca49061 Author: cvvergara Date: Thu Jul 19 08:55:19 2018 -0500 2018-08-30 cvvergara * : commit e7adbc55a20633064d3af49f2662b17e5ca02e47 Author: cvvergara Date: Fri Aug 3 11:56:51 2018 -0500 2018-08-28 cvvergara * : commit 71e8b93fa43be4c1027454cc98fa8d6267c64542 Author: cvvergara Date: Sat Aug 4 15:08:21 2018 -0500 2018-08-28 cvvergara * : commit 7d577f9368666310f372b066c81ae44e780bcb2f Author: cvvergara Date: Sat Jul 14 19:24:18 2018 -0500 2018-08-27 Daniel Baston * capi/geos_c.h.in: Add comment explaining GEOSEqualsExact Closes #731 2018-08-27 Regina Obe * configure.ac: revise sed check for parsing version so works on all GNU compliant sed. References #917 for 3.8.0 2018-08-27 Regina Obe * Makefile.am: Add .editorconfig to distribution, closes #920 for geos 3.8.0 2018-08-26 cvvergara * : commit 16bd141c8f9cd05f12f1d0574c4ffc89703e48d2 Author: cvvergara Date: Sun Aug 26 00:58:18 2018 +0200 2018-08-19 Regina Obe * README.md: Add in 3.7 badges 2018-08-19 Regina Obe * CMakeLists.txt, include/geos/platform.h.cmake: Apply Vicky's remove unnecessary cmake stuff no longer needed for c+11 Closes #914 for GEOS 3.8 2018-08-19 Regina Obe * CMakeLists.txt: Put back the dev in VERSION_PATCH for cmake. Needed because cmake parses the version, and adding dev to patch is invalid. 2018-08-19 Regina Obe * CMakeLists.txt, capi/geos_c.h.in, configure.ac, include/geos/version.h.vc: Flip master to 3.8 development 2018-08-19 Regina Obe * NEWS, configure.ac: Prepping for geos 3.7.0rc1 release 2018-08-19 Regina Obe * capi/CMakeLists.txt, src/CMakeLists.txt: Allow building C API as static lib for CMake. References #878 for GEOS 3.7.0, closes https://github.com/libgeos/geos/pull/102 2018-08-18 Regina Obe * CMakeLists.txt: Revert change in #914 cause breaks travis and winnie 2018-08-18 Daniel Baston * : commit 3db733ddd1b6c4c407561023291cd648741ea79d Merge: 195dba5 1e66be5 Author: Regina Obe Date: Fri Aug 17 22:52:49 2018 -0400 2018-08-17 Regina Obe * CMakeLists.txt: Take out the C++11 enforcement causing issue with finite - see #914. Also take out dev from pathc, its already in there 2018-08-13 Daniel Baston * src/index/strtree/AbstractSTRtree.cpp, tests/unit/capi/GEOSSTRtreeTest.cpp: Avoid segfault when querying empty tree Closes #730 Closes https://github.com/libgeos/geos/pull/116 2018-08-13 Daniel Baston * : commit 1fc7f585ed822ebbb685ba848f9537691d864697 Author: Daniel Baston Date: Tue Aug 7 21:36:39 2018 -0400 2018-08-07 Daniel Baston * include/geos/algorithm/PointLocator.h, src/algorithm/PointLocator.cpp, tests/unit/capi/GEOSIntersectsTest.cpp: Fix predicate crash with empty collection components Fixes #782 Closes https://github.com/libgeos/geos/pull/114 2018-08-06 Kurt Schwehr * : commit c05ad7552dab1b8a9e49bc974a9f557c4c451350 Author: Kurt Schwehr Date: Mon Aug 6 11:19:59 2018 -0700 2018-08-06 Regina Obe * NEWS, tests/perf/Makefile.am, tests/perf/capi/Makefile.am, tests/perf/operation/Makefile.am, tests/perf/operation/buffer/Makefile.am, tests/perf/operation/predicate/Makefile.am: Not all cmake files included in tar ball. Closes #895 for 3.7.0 2018-08-06 Regina Obe * NEWS, configure.ac: Prep for 3.7.0beta2 release 2018-08-01 Regina Obe * AUTHORS: Update Martin's email address References #898 for GEOS 3.7 2018-08-01 Regina Obe * AUTHORS: Update list of Authors and PSC. Reorder things bringing newer state to top. References #898 for GEOS 3.7 2018-07-30 Daniel Baston * src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp: Fix infinite loop in GEOSClipByRect Fixes #865 Closes https://github.com/libgeos/geos/pull/110 2018-07-18 Daniel Baston * include/geos/util/GEOSException.h: Make GEOSException inherit from std::runtime_error This avoids a bunch of "thrown exception is not nothrow copy-constructible" warnings from clang-tidy. A description of the issue is available at https://wiki.sei.cmu.edu/confluence/display/cplusplus/ERR60-CPP.+Exception+objects+must+be+nothrow+copy+constructibleCloses https://github.com/libgeos/geos/pull/107 2018-07-18 Daniel Baston * include/geos/index/strtree/ItemBoundable.h, src/index/strtree/ItemBoundable.cpp: Simplify definition of ItemBoundable destructor 2018-07-17 Daniel Baston * capi/geos_c.h.in: Fix typos 2018-07-10 Daniel Baston * NEWS: Fix typo in NEWS Patch by Tobias Dressel Closes https://github.com/libgeos/geos/pull/106 2018-06-27 Kurt Schwehr * : commit 02d67f53b479a07e8488d9ad8a51012902e5ae66 Merge: 5bf8bae 375f1f1 Author: Kurt Schwehr Date: Tue Jun 26 13:42:47 2018 -0700 2018-06-25 Regina Obe * NEWS, configure.ac: 3.7.0beta1 release 2018-06-24 Regina Obe * Makefile.am: Revise to call git log explicitly with format suitable for conversion by git2cl. This is needed because jenkins uses git log format not suitable for git2cl Closes #884 2018-06-24 Regina Obe * README.md: Fix bessie badge link. 2018-06-24 Regina Obe * README.md, tools/ci/bessie.sh, tools/ci/bessie32.sh: Fix travis badges, add bessies badges. Add bessies (for FreeBSD 32/64-bit tests). Closes #891 2018-06-23 Regina Obe * NEWS: Add J Smith to credits. Closes #581 2018-06-22 Regina Obe * : commit fe5b4d41ed19fc8c076a6482f60e10c50b488e0f Author: J Smith Date: Tue Jan 19 12:54:05 2016 -0500 2018-06-19 Daniel Baston * NEWS: Add some entries to NEWS References #889 2018-06-15 Regina Obe * configure.ac: Revise again to strip anything following the version number. Revised patch from Bas Couwenberg. References #887 2018-06-15 Regina Obe * configure.ac: Revise remove pre-release suffix to handle lack of number, and presense of dev. Closes #887 2018-06-15 Regina Obe * tools/geos-config.in: Apply updated geos-config patch. Closes #742 2018-06-15 Regina Obe * NEWS: update credits. References #889 2018-06-14 Regina Obe * : commit 94da3a382001f63b1516bf54df1ebbd4c6bc463a Author: Regina Obe Date: Fri Jun 15 00:17:42 2018 -0400 2018-06-15 Regina Obe * configure.ac: Bump version to 3.7.0beta1dev and correct reference in HOWTO_RELEASE 2018-06-14 Regina Obe * README.md: correct winnie bot links 2018-06-14 cvvergara * doc/Doxyfile.in, macros/ruby.m4, swig/ruby/Makefile.am, tools/geos-config.in: Applying patches for Closes #742 * 01-geos-config.patch * Description: Fix library paths. * Author: Francesco Paolo Lovergine * 02-ruby2.patch * Description: Update include and libraries paths for Ruby 2.x. * Fix linking with libruby. * Author: Bas Couwenberg * 03-disable-docygen-html-timestamp.patch * Description: Disable HTML timestamps in Doxygen to allow reproducible builds. * https://wiki.debian.org/ReproducibleBuilds/ * Author: Bas Couwenberg 2018-06-14 Daniel Baston * README.md: Update Travis badge URLs Now using travis-ci.com, not travis-ci.org 2018-06-14 Sandro Santilli * Makefile.am: Better skip external sources from checking blanks Patch by Bas Couwenberg Closes #888 2018-06-14 Sandro Santilli * configure.ac, src/Makefile.am: Strip pre-release suffix from library name Patch by Bas Couwenberg Closes #887 2018-06-14 Sandro Santilli * Makefile.am: Distribute README.md Closes #885 2018-06-14 Sandro Santilli * capi/geos_ts_c.cpp, tests/xmltester/tinyxml/tinyxml.h: Fix spelling errors Courtesy of Bas Couwenberg Closes #773 2018-06-13 Regina Obe * .gitlab-ci.yml: don't use docker, backer more or less as it was. Works on my gitlab fork. references #881 2018-06-12 dbaston * : commit 38202bd17f9c8687f579a2ac5017e0370969ff28 Merge: b727cfa 0039c29 Author: Dan Baston Date: Tue Jun 12 11:36:59 2018 -0400 2018-06-11 Daniel Baston * CMakeLists.txt, tests/unit/Makefile.am, tests/unit/capi/GEOSCAPIDefinesTest.cpp: [CMake] Restore GEOS_VERSION defines in geos_c.h Fixes #882 Closes https://github.com/OSGeo/geos/pull/105 2018-06-11 Kurt Schwehr * src/precision/CommonBits.cpp, tests/unit/precision/CommonBitsTest.cpp: Fix CommonBits::getBit to correctly handle i >= 32. Found with UBSan -fsanitize=shift-exponent via ​https://github.com/paulsmith/gogeos https://trac.osgeo.org/geos/ticket/834 Credit to Han Shen at Google. 2018-06-11 Kurt Schwehr * src/io/WKBReader.cpp: WKBReader::readHEX: Fix checking of char_traits::eof of istream Additional changes: - Factored out the switch statements into HexToUChar - Localize vars - Added const Fixes https://trac.osgeo.org/geos/ticket/862 2018-06-11 Kurt Schwehr * src/io/ByteOrderValues.cpp: Fix building with DEBUG_BYTEORDER_VALUES=1 in ByteOrderValues.cpp Add missing includes and missing std:: Fixes #863 2018-06-11 Regina Obe * .gitlab-ci.yml: oops change script to geos specific not PostGIS specific references #881 2018-06-11 Regina Obe * .gitlab-ci.yml: commit https://gitlab.com/postgis/postgis/merge_requests/1 references #881 2018-06-09 Regina Obe * .gitlab-ci.yml: break out install into separate sections, in attempt to resolve #881 2018-06-09 Regina Obe * .gitlab-ci.yml: Get rid of first line comment in gitlab script, in attempt to resolve #881 2018-06-09 Regina Obe * configure.ac: Revert interface increment, was already incremented after geos 3.6 release 2018-06-09 Regina Obe * : commit 9da4e4d003c91413a055471a21fbd3b8fe6b3778 Merge: da94dc5 9f935f7 Author: Regina Obe Date: Fri Jun 8 22:01:56 2018 -0400 2018-06-08 Regina Obe * NEWS, configure.ac: Flip to 3.7.0alpha 2018-06-08 Raul Marin * configure.ac: Drop unavailable flags with clang during configuration 2018-06-08 Daniel Baston * src/geom/GeometryCollection.cpp: Indentation change Fixes #877 2018-06-08 Regina Obe * NEWS, configure.ac: Flip to 3.7.0alpha 2018-05-29 Daniel Baston * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSSegmentIntersectionTest.cpp: Add GEOSSegmentIntersection to CAPI Closes #873 Closes https://github.com/OSGeo/geos/pull/101 2018-06-01 Daniel Baston * : commit 8eff799cd72b7892009f1ed5e30c5c3e81796bca Author: Daniel Baston Date: Tue May 29 21:05:43 2018 -0400 2018-05-31 dbaston * : commit 6c9463834edb712f315c18283e759a49b43b7759 Author: Daniel Baston Date: Wed May 30 21:58:42 2018 -0400 2018-05-30 Daniel Baston * NEWS, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/geom/PolygonTest.cpp: Fix memory leaks in unit tests 2018-05-29 Dan Baston * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSGeom_extentTest.cpp: Add GEOSGeom_getXMin and friends Closes #871 Closes https://github.com/OSGeo/geos/pull/99 2018-05-30 dbaston * : commit fc10eaac1b604d66879b2ff776313bd9a3900269 Author: Dan Baston Date: Tue May 29 11:30:13 2018 -0400 2018-03-28 Regina Obe * : commit d10c844668c26edd8e4a377eff9bf031da5278a6 Author: Even Rouault Date: Wed Mar 28 10:38:50 2018 +0200 2018-02-05 robe * : commit db7514be906d1f26d39c34403fd41d520daa56de Merge: 3fe3c03 4c571e0 Author: robe Date: Mon Feb 5 17:50:29 2018 -0800 2018-02-05 cvvergara * tests/xmltester/tinyxml/tinyxmlparser.cpp: Suppressing FALLTHRUGH warning on g++11 when using gcc-7 closes #856 2018-01-22 cvvergara * include/geos/geom/BinaryOp.h, tests/unit/capi/GEOSGeom_createCollection.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFilterTest.cpp: fixing conversion warnings closes #852 2018-01-20 robe * : commit 0f722dc002ff8f907078193548b9ce8e028b5da2 Merge: 759255f 4b23f09 Author: robe Date: Sat Jan 20 22:26:40 2018 -0800 2018-01-20 cvvergara * include/geos/platform.h.cmake: Updating platform.h.cmake Close #853 2018-01-13 cvvergara * include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/distance/DiscreteFrechetDistance.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/NodeMap.h, include/geos/index/chain/MonotoneChain.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBReader.h, include/geos/linearref/LinearIterator.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodingValidator.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentString.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/util/UniqueCoordinateArrayFilter.h, src/noding/ScaledNoder.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/predicate/RectangleIntersects.cpp, src/simplify/TopologyPreservingSimplifier.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/buffer/BufferParametersTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Explicitly dissallow copy & assignment using c++11 syntax 2018-01-13 Sandro Santilli * src/geom/Polygon.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/operation/valid/IsValidOp.cpp: Fix -Wmisleading-indentation warnings 2018-01-12 cvvergara * include/geos/noding/SegmentIntersectionDetector.h: Remove Wignored-qualifiers warning from SegmentIntersectionDetector.h 2018-01-12 cvvergara * include/geos/geom/BinaryOp.h, include/geos/noding/BasicSegmentString.h: Remove conversion warning from include files modified: include/geos/geom/BinaryOp.h modified: include/geos/noding/BasicSegmentString.h 2018-01-12 cvvergara * src/simplify/TaggedLineString.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp: Remove conversion warning from src/simplify and src/triangulate directories modified: src/simplify/TaggedLineString.cpp modified: src/triangulate/quadedge/QuadEdgeSubdivision.cpp 2018-01-12 cvvergara * src/precision/PrecisionReducerCoordinateOperation.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp: Remove conversion warning from src/precision directory modified: src/precision/PrecisionReducerCoordinateOperation.cpp modified: src/precision/SimpleGeometryPrecisionReducer.cpp 2018-01-12 cvvergara * src/operation/distance/DistanceOp.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/predicate/RectangleContains.cpp, src/operation/valid/IsValidOp.cpp: Remove conversion warning from src/operation directory modified: src/operation/distance/DistanceOp.cpp modified: src/operation/intersection/RectangleIntersection.cpp modified: src/operation/intersection/RectangleIntersectionBuilder.cpp modified: src/operation/linemerge/LineMerger.cpp modified: src/operation/linemerge/LineSequencer.cpp modified: src/operation/overlay/OverlayOp.cpp modified: src/operation/predicate/RectangleContains.cpp modified: src/operation/valid/IsValidOp.cpp 2018-01-12 cvvergara * src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/polygonize/Polygonizer.cpp: Remove conversion warning from src/operation/buffer directory modified: src/operation/buffer/OffsetCurveBuilder.cpp modified: src/operation/buffer/OffsetCurveSetBuilder.cpp modified: src/operation/buffer/SubgraphDepthLocater.cpp 2018-01-12 cvvergara * src/noding/GeometryNoder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp, src/noding/NodingValidator.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/SegmentNodeList.cpp, src/noding/SimpleNoder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/SimpleSnapRounder.cpp: Remove conversion warning from src/noding directory modified: src/noding/GeometryNoder.cpp modified: src/noding/IteratedNoder.cpp modified: src/noding/MCIndexNoder.cpp modified: src/noding/MCIndexSegmentSetMutualIntersector.cpp modified: src/noding/NodingValidator.cpp modified: src/noding/OrientedCoordinateArray.cpp modified: src/noding/SegmentNodeList.cpp modified: src/noding/SimpleNoder.cpp modified: src/noding/snapround/HotPixel.cpp modified: src/noding/snapround/MCIndexSnapRounder.cpp modified: src/noding/snapround/SimpleSnapRounder.cpp 2018-01-12 cvvergara * src/linearref/ExtractLineByLocation.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp: Remove conversion warning from src/linearref directory modified: src/linearref/ExtractLineByLocation.cpp modified: src/linearref/LinearIterator.cpp modified: src/linearref/LinearLocation.cpp modified: src/linearref/LocationIndexOfLine.cpp 2018-01-12 cvvergara * src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp: Remove conversion warning from src/io directory modified: src/io/WKBReader.cpp modified: src/io/WKBWriter.cpp modified: src/io/WKTReader.cpp modified: src/io/WKTWriter.cpp 2018-01-12 cvvergara * src/index/chain/MonotoneChain.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/NodeBase.cpp: Remove conversion warning from src/index directory modified: src/index/chain/MonotoneChain.cpp modified: src/index/quadtree/DoubleBits.cpp modified: src/index/quadtree/NodeBase.cpp 2018-01-12 cvvergara * src/geomgraph/Node.cpp, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp: Remove conversion warning from src/geomgraph directory modified: src/geomgraph/Node.cpp modified: src/geomgraph/index/MonotoneChainEdge.cpp modified: src/geomgraph/index/SimpleEdgeSetIntersector.cpp modified: src/geomgraph/index/SimpleMCSweepLineIntersector.cpp modified: src/geomgraph/index/SimpleSweepLineIntersector.cpp 2018-01-12 cvvergara * src/geom/LineString.cpp, src/geom/util/GeometryTransformer.cpp: Remove conversion warning from src/geom directory modified: src/geom/LineString.cpp modified: src/geom/util/GeometryTransformer.cpp 2018-01-12 cvvergara * src/algorithm/distance/DiscreteFrechetDistance.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp: Remove conversion warning from algorithm directory modified: src/algorithm/distance/DiscreteFrechetDistance.cpp modified: src/algorithm/distance/DiscreteHausdorffDistance.cpp 2018-01-10 cvvergara * src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/valid/RepeatedPointTester.cpp: Removed warnings from src/operation directory modified: src/operation/overlay/ElevationMatrixCell.cpp modified: src/operation/overlay/LineBuilder.cpp modified: src/operation/valid/RepeatedPointTester.cpp modified: src/operation/polygonize/Polygonizer.cpp 2018-01-09 cvvergara * tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/xmltester/XMLTester.cpp: fixing conversion warning on "tests" directory 2018-01-09 cvvergara * tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/unit/capi/GEOSSTRtreeTest.cpp, tests/xmltester/XMLTester.cpp: fixed unused parameter 2018-01-10 cvvergara * include/geos/profiler.h, src/util/Profiler.cpp: Fixed profiler warnings 2018-01-09 cvvergara * CMakeLists.txt, HOWTO_RELEASE: cmake: improving handling version 2018-01-09 cvvergara * CMakeLists.txt: getting stricter with warnings 2018-01-09 cvvergara * CMakeLists.txt: removing -ansi and fPIC from C++ compilation 2018-01-10 Sandro Santilli * authors.svn: We don't need authors.svn anymore 2018-01-06 Sandro Santilli * NEWS: Add note about USE_UNSTABLE_GEOS_CPP_API 2018-01-05 Evgeniy A. Dushistov * include/geos/geom/Geometry.h: fix build under Visual Studio 2017-11-24 Sandro Santilli * : commit c292ffd76375a8f725bb7d889e3206c29f76b6b6 Author: Mateusz Loskot Date: Fri Nov 24 13:09:54 2017 +0100 2017-11-23 Sandro Santilli * include/geos/util/GEOSException.h: Another BOM removed This one was added in dbc52d41fd43bb9bdec31fc9969a66d05bc4bf95 See #846 2017-11-23 Sandro Santilli * include/geos/geom/Lineal.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h: Remove BOM from header files It was accidentally added by fbb4431f84ba516b873961b373567ae79a1d92e2 Fixes #846 2017-10-11 Sandro Santilli * : commit a606747995b4d38a7e63f436f8d5057a9917fe51 Author: Mateusz Loskot Date: Wed Oct 11 17:22:02 2017 +0100 2017-10-04 Sandro Santilli * configure.ac, include/geos/geom/Geometry.h, tests/xmltester/Makefile.am: Emit a warning at compile time about C++ API being unstable Aware users can remove the warning by defining macro USE_UNSTABLE_GEOS_CPP_API See discussion https://lists.osgeo.org/pipermail/geos-devel/2017-October/008054.html 2017-10-04 Sandro Santilli * include/geos/noding/OrientedCoordinateArray.h, src/noding/OrientedCoordinateArray.cpp, tests/unit/capi/GEOSConvexHullTest.cpp, tests/unit/capi/GEOSIntersectionTest.cpp, tests/unit/capi/GEOSisClosedTest.cpp, tests/unit/geom/Geometry/touchesTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFilterTest.cpp, tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp: Remove line feeds from left-over files This is a style only change. The line feed matched th [[:space:]] character class, which is why it was spotted. Hopefully these are the last LF that'll ever enter the codebase 2017-10-04 Sandro Santilli * Makefile.am: Make trailing blanks check portable 2017-10-01 Mateusz Loskot * : commit 3c6391825ac5f9fbd253995f685c8bcc0f4f9d2a Author: Mateusz Loskot Date: Sun Oct 1 15:32:17 2017 +0200 2017-09-16 Sandro Santilli * include/geos/operation/relate/EdgeEndBundle.h: Mark operation::relate::EdgeEndBundle::print as override as suggested by compiler warning 2017-05-03 nila * tests/unit/capi/GEOSGeom_createCollection.cpp: Suppress GEOSGeom_createCollection:test1 -Wunnamed-type-template-args warning 2017-05-03 nila * src/geom/GeometryFactory.cpp: Supress GeometryFactory::buildGeometry -Wpotentially-evaluated-expression warning 2017-05-03 nila * include/geos/operation/relate/EdgeEndBundle.h, src/operation/relate/EdgeEndBundle.cpp: Suppress EdgeEndBundle::print -Woverloaded-virtual warning 2017-09-14 Sandro Santilli * tests/unit/capi/GEOSInterruptTest.cpp: Remove trailing space 2017-09-14 Mateusz Loskot * nmake.opt: [NMAKE] Recognise Visual Studio 2017 version 15.3.4 2017-09-14 Sandro Santilli * NEWS: Add interruptible snap news item 2017-09-14 Sandro Santilli * : commit d78d4e4655afb4d71b12fd51b917e813bd57a6ff Author: Paul Ramsey Date: Tue Sep 12 13:39:29 2017 -0700 2017-09-12 Paul Ramsey * tests/unit/capi/GEOSInterruptTest.cpp: Add unit test per strk 2017-09-11 Paul Ramsey * src/operation/overlay/snap/LineStringSnapper.cpp: Add interrupts to the snap operation 2017-09-11 Mateusz Loskot * CMakeLists.txt: [CMake] Remove checks for prehistoric versions of Visual Studio 2017-09-11 Mateusz Loskot * tools/build-cmake.bat: [CMake] No need to run cmake.exe in VS command prompt [ci skip] 2017-09-10 Mateusz Loskot * appveyor.yml: [AppVeyor] Fix build environment for VS2017 and NMAKE 2017-09-10 Sandro Santilli * src/operation/overlay/validate/OverlayResultValidator.cpp: Remove unused code and protect debug-only used one 2017-09-09 robe * README.md: fix winnies 3.6 badges 2017-09-09 robe * README.md: fix debbie and winnie's badges 2017-09-10 Mateusz Loskot * appveyor.yml: [AppVeyor] Add build jobs with Visual Studio 2017 Currently, AppVeyor builds with VS 2017 and 2015 Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-10 Mateusz Loskot * .travis.yml: [Travis] Add build jobs with multiple GCC and clang versions * GCC 4.8 and 7.x * clang 3.5 and 3.9 Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-09 Mateusz Loskot * capi/geos_ts_c.cpp, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/index/bintree/Node.h, include/geos/index/bintree/Root.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/GeometryItemDistance.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/io/ParseException.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateNode.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/planargraph/Node.h, include/geos/precision/PrecisionReducerCoordinateOperation.h, include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h, include/geos/util/AssertionFailedException.h, include/geos/util/GEOSException.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, src/algorithm/BoundaryNodeRule.cpp, src/geom/GeometryFactory.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/noding/GeometryNoder.cpp, src/noding/ScaledNoder.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/operation/distance/IndexedFacetDistance.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/predicate/RectangleIntersects.cpp, src/precision/CommonBitsRemover.cpp, src/precision/MinimumClearance.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFilterTest.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/tut/tut.hpp, tests/unit/tut/tut_console_reporter.hpp, tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_result.hpp, tests/xmltester/tinyxml/tinyxml.h: Apply clang-tidy-4.0 modernize-use-override Used command: run-clang-tidy.py -header-filter='.*' -checks='-*,modernize-use-modernize' -fix Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-09 Mateusz Loskot * include/geos/algorithm/LineIntersector.h, include/geos/geom/Lineal.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/io/ByteOrderDataInStream.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/profiler.h, src/algorithm/ConvexHull.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/MinimumDiameter.cpp, src/algorithm/SIRtreePointInRing.cpp, src/geom/CoordinateSequence.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryFactory.cpp, src/geom/LineString.cpp, src/geom/MultiLineString.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/index/bintree/Bintree.cpp, src/index/bintree/Key.cpp, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/MonotoneChain.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/BoundablePair.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/io/CLocalizer.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LocationIndexOfPoint.cpp, src/noding/GeometryNoder.cpp, src/noding/IteratedNoder.cpp, src/noding/snapround/HotPixel.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/DistanceOp.cpp, src/operation/intersection/Rectangle.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/planargraph/Edge.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/precision/MinimumClearance.cpp, src/precision/PrecisionReducerCoordinateOperation.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/triangulate/DelaunayTriangulationBuilder.cpp, src/triangulate/VoronoiDiagramBuilder.cpp, src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/util/GeometricShapeFactory.cpp, src/util/Interrupt.cpp, tests/bigtest/GeometryTestFactory.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/MinimumDiameterTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSClipByRectTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSConvexHullTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSDelaunayTriangulationTest.cpp, tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/capi/GEOSEqualsTest.cpp, tests/unit/capi/GEOSFrechetDistanceTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_createCollection.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/capi/GEOSGeom_setPrecisionTest.cpp, tests/unit/capi/GEOSGetCentroidTest.cpp, tests/unit/capi/GEOSHausdorffDistanceTest.cpp, tests/unit/capi/GEOSInterruptTest.cpp, tests/unit/capi/GEOSIntersectionTest.cpp, tests/unit/capi/GEOSIntersectsTest.cpp, tests/unit/capi/GEOSLineString_PointTest.cpp, tests/unit/capi/GEOSMinimumClearanceTest.cpp, tests/unit/capi/GEOSMinimumRectangleTest.cpp, tests/unit/capi/GEOSMinimumWidthTest.cpp, tests/unit/capi/GEOSNearestPointsTest.cpp, tests/unit/capi/GEOSNodeTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp, tests/unit/capi/GEOSSTRtreeTest.cpp, tests/unit/capi/GEOSSharedPathsTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSSnapTest.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/GEOSisValidDetailTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/io/WKBWriterTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/unit/tut/tut.hpp, tests/unit/tut/tut_runner.hpp, tests/unit/utility.h, tests/xmltester/XMLTester.cpp, tests/xmltester/tinyxml/tinystr.h, tests/xmltester/tinyxml/tinyxml.cpp, tests/xmltester/tinyxml/tinyxml.h, tests/xmltester/tinyxml/tinyxmlparser.cpp: Apply clang-tidy-4.0 modernize-use-nullptr Used command: run-clang-tidy.py -header-filter='.*' -checks='-*,modernize-use-nullptr' -fix Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-09 Mateusz Loskot * .travis.yml: [Travis CI] Remove branch filter Allow Travis CI builds for any branch 2017-09-07 Mateusz Loskot * tests/bigtest/CMakeLists.txt, tests/unit/CMakeLists.txt, tests/xmltester/CMakeLists.txt: [CMake] Rename tests targets using test_ prefix 2017-09-07 Mateusz Loskot * tests/CMakeLists.txt, tests/perf/CMakeLists.txt, tests/perf/capi/CMakeLists.txt, tests/perf/operation/CMakeLists.txt, tests/perf/operation/buffer/CMakeLists.txt, tests/perf/operation/predicate/CMakeLists.txt, tests/unit/CMakeLists.txt, tests/xmltester/CMakeLists.txt: [CMake] Add tests/perf targets to build configuration 2017-09-07 Mateusz Loskot * include/geos/profiler.h: Add GEOS_DLL to opeartor<< functions in Profiler 2017-09-07 Mateusz Loskot * tests/perf/operation/buffer/IteratedBufferStressTest.cpp: Replace GeometryFactory::unique_ptr remains with Ptr 2017-09-07 Mateusz Loskot * tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp: Avoid copying of std::unique_ptr Prefer T::Ptr instead of std::unique_ptr. 2017-09-07 Mateusz Loskot * doc/example.cpp: Use GeometryFactory::Ptr instead of old unique_ptr alias 2017-09-07 Mateusz Loskot * configure.ac: Remove option -ansi conflicting with -std=c++11 Restore C++11 detection without extensions 2017-09-07 Mateusz Loskot * configure.ac: Allow GCC extension options (-std=gnu++11) 2017-09-07 Mateusz Loskot * include/geos/geom/Makefile.am: Remove GeometryList.h from makefile Update for: Remove GeometryList class (#9) 2017-09-07 Sandro Santilli * : commit b507095ff861fbe8642cd65660bf530e674efb2f Merge: d36e59c 4c9b087 Author: Sandro Santilli Date: Thu Sep 7 03:28:15 2017 -0700 2017-09-06 Mateusz Loskot * capi/geos_c.cpp, capi/geos_ts_c.cpp, doc/example.cpp, include/geos/algorithm/Centroid.h, include/geos/geom/BinaryOp.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/Envelope.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryFactory.h, include/geos/geom/LineSegment.h, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/SineStarFactory.h, include/geos/geomgraph/GeometryGraph.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/quadtree/Node.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/linearref/LinearLocation.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/GeometryNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/IndexedFacetDistance.h, include/geos/operation/intersection/RectangleIntersection.h, include/geos/operation/intersection/RectangleIntersectionBuilder.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/MinimumClearance.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/triangulate/DelaunayTriangulationBuilder.h, include/geos/triangulate/VoronoiDiagramBuilder.h, include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/Vertex.h, include/geos/util/GeometricShapeFactory.h, src/algorithm/InteriorPointArea.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryFactory.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/PlanarGraph.cpp, src/index/chain/MonotoneChain.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/BoundablePair.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/io/WKTReader.cpp, src/linearref/LinearLocation.cpp, src/noding/GeometryNoder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/operation/distance/IndexedFacetDistance.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/relate/RelateComputer.cpp, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/precision/CommonBitsOp.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/GeometryPrecisionReducer.cpp, src/precision/MinimumClearance.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/triangulate/DelaunayTriangulationBuilder.cpp, src/triangulate/VoronoiDiagramBuilder.cpp, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/triangulate/quadedge/Vertex.cpp, src/util/GeometricShapeFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bug234.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/unit/algorithm/MinimumDiameterTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/Geometry/normalize.cpp, tests/unit/geom/Geometry/touchesTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/GeometryFilterTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/io/WKBWriterTest.cpp, tests/unit/io/WKTReaderTest.cpp, tests/unit/io/WKTWriterTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/OrientedCoordinateArray.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/overlay/OverlayOpUnionTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.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/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/VoronoiTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Replace std::auto_ptr with std::unique_ptr Rename T::AutoPtr to T::Ptr. Add explicit move of input arguments of unique_ptr type passed to sink functions. Add explicit move of values of unique_ptr type returned from source functions which give up class member resource. Comment source functions with: NOTE: Apparently, this is 'source' method giving up the object resource. Replace GeometryFactory::unique_ptr with GeometryFactory::Ptr based on std::unique_ptr with custom GeometryFactoryDeleter. Remove obscure dynamic_cast_auto_ptr from test utilities. Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-07 Mateusz Loskot * configure.ac, macros/ax_check_compile_flag.m4, macros/ax_cxx_compile_stdcxx.m4, macros/ax_cxx_compile_stdcxx_11.m4: Set C++11 as required standard Add -Wsuggest-override or -Wmissing-override compiler options. Part of GEOS RFC 5: C++11 Compilation Mode 2017-09-07 Mateusz Loskot * src/Makefile.vc, src/geom/Makefile.am: Remove GeometryList from makefiles. Update for: Remove GeometryList class (#9) 2017-09-07 Sandro Santilli * : commit 441dc93f8cd23dcdf204143d524e426f4ccb8bc3 Author: Mateusz Loskot Date: Thu Sep 7 10:25:58 2017 +0200 2017-09-07 Mateusz Loskot * tools/build-cmake.bat: [CMake] Add build-cmake.bat utility for convenience. Builds GEOS using CMake and Visual Studio 2017 for 32-bit or 64-bit platform. (eg. cd geos; tools\build-cmake.bat 64) 2017-09-07 Mateusz Loskot * CMakeLists.txt: [CMake] Report CMAKE_CXX_STANDARD value in configuration output 2017-09-07 Mateusz Loskot * CMakeLists.txt: [CMake] Set CMAKE_CXX_EXTENSIONS to OFF (require -std=c++11) Move C++ standard settings to top of CMakeLists.txt. 2017-04-26 nila * src/linearref/LinearLocation.cpp: Remove redundant code Closes #832 2017-07-27 Sandro Santilli * include/geos/geom/BinaryOp.h, src/operation/union/CascadedPolygonUnion.cpp: Fix debug print syntax And add more debugging lines 2017-08-29 Mateusz Loskot * tests/unit/capi/GEOSPointOnSurfaceTest.cpp: Add GEOSPointOnSurface test for case of three similar polygons Might help to catch significant changes in algorithm calculating point on surface. Source https://trac.osgeo.org/geos/ticket/840 2017-08-29 Mateusz Loskot * CMakeLists.txt: [CMake] Add LANGUAGES property to project command Note, VERSION property components must be integers, and cannot be added due to 'dev' suffix in VERSION_PATCH. 2017-08-29 Mateusz Loskot * CMakeLists.txt: [CMake] Set C++11 as required standard GEOS RFC 5: C++11 Compilation Mode 2017-08-29 Mateusz Loskot * nmake.opt: Add NMAKE version from latest VS 2017 and 2015 2017-07-25 Sandro Santilli * HOWTO_RELEASE: Indexed steps, configure.ac name fix 2017-07-19 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tests/xmltester/tests/general/MISSING, tests/xmltester/tests/general/TestPreparedPointPredicate.xml, tests/xmltester/tests/general/TestPreparedPolygonPredicate.xml, tests/xmltester/tests/general/TestPreparedPredicatesWithGeometryCol lection.xml: Add support for testing prepared geometries operations in XMLTester Add 3 more tests from JTS testsuite now that they can be run See #694 2017-07-19 Sandro Santilli * tests/xmltester/JTSXMLTester.sh: Allow passing switches to JTS test runner 2017-07-18 Tamas Szekeres * src/io/CLocalizer.cpp: Fix multithreading issue for MSVC caused by setlocale 2017-07-18 Tamas Szekeres * include/geos/geom/Envelope.h: Fix build error with MSVC 2017-07-14 Sandro Santilli * tests/xmltester/XMLTester.cpp: Use overlay specific result checker The check just supports some snap-distance based tolerance for exact match (in addition to topology equality which is needed for some JTS tests to pass) 2017-07-14 Sandro Santilli * .editorconfig: Stackwalker.cpp uses 2 space indent while XMLTester.cpp 2 space 2017-07-14 Sandro Santilli * .editorconfig: Stackwalker.cpp also wants spaces 2017-07-14 Sandro Santilli * .editorconfig: XMLTester.cpp wants space indent 2017-07-14 Sandro Santilli * tests/xmltester/JTSXMLTester.sh: Add copyright header 2017-07-14 Sandro Santilli * tests/xmltester/JTSXMLTester.sh: Add JTSXMLTester.sh script Useful to compare results between GEOS and JTS. Works with newer JTS versions (Maven-based install, locationtech namespace) 2017-07-14 Sandro Santilli * .editorconfig, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/GeometryListHolder.h: CascadedUnion uses spaces indent also in include files Convert the TABS added in previous commit, and a single spurious tab found in existing file, secure style in editorconfig 2017-07-11 Sandro Santilli * include/geos/operation/union/CascadedPolygonUnion.h, src/operation/union/CascadedPolygonUnion.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug837.xml: UnaryUnion: Drop assumption about union not moving vertices The assumption resulted in invalid geometries being output by CascadedPolygonUnion intermediary results and then fed as input by further union calls, which in turn would fail on first robustness issue. Fixes #837 Includes automated XML test 2017-07-14 Sandro Santilli * .editorconfig: Institutionalize that CascadedUnion directory uses spaces indent 2017-07-11 Sandro Santilli * include/geos/geom/BinaryOp.h: Move CBR_BEFORE_SNAPPING macro on top of the file 2017-06-30 Sandro Santilli * include/geos/geom/Envelope.h, src/geom/Envelope.cpp: Add output operator for geom::Envelope class 2017-06-30 Sandro Santilli * include/geos/geom/BinaryOp.h: Optionally debug-print invalid geometry 2017-06-30 Sandro Santilli * include/geos/geom/BinaryOp.h: Add (disabled) code to check validity of overlay op results 2017-06-22 Sandro Santilli * : Merge pull request #85 from grizonnetm/master ENH: add GenerateSourceGroups.cmake to EXTRA_DIST Closes #753 2017-04-29 Mateusz Loskot * : commit 27b5f998d5cab908ddf027e7b8f6844d0cbe77a1 Author: Mateusz Loskot Date: Sat Apr 29 23:07:10 2017 +0200 2017-04-29 Sandro Santilli * .editorconfig: Istitutionalize CR line ending in appveyor.yml 2017-04-29 Sandro Santilli * .editorconfig: Use CRLF line ending for nmake.opt too 2017-04-29 Mateusz Loskot * README.md: Typo in branch name [ci skip] 2017-04-29 Mateusz Loskot * .travis.yml, README.md, appveyor.yml: Rename svn-trunk branch to master Part of #822 2017-04-24 Mateusz Łoskot * tests/xmltester/XMLTester.cpp: Avoid use of internal geos/util/math.h Copy java_math_round geos/util/math.cpp to xmltester.cpp. Declared functions are internal to the library and not included in GEOS shared library exports. Fixes #831 2017-04-18 Mateusz Łoskot * nmake.opt: Add NMAKE_VER from VS 2017 Version 15.1 2017-04-12 Kurt Schwehr * src/io/WKTReader.cpp, tests/unit/io/WKTReaderTest.cpp: Fix leaks in WKT parser Cleanup if failing to parse the WKT MultiLineString, MultiPolygon, and GeometryCollection string. Wrap parsing in try blocks. Catch any exception, cleanup, and rethrow. Closes #830 Includes testcase Signed-off-by: Sandro Santilli 2017-04-12 Sandro Santilli * README.md: Update drone build badge url [ci skip] 2017-04-11 Kurt Schwehr * include/geos/io/StringTokenizer.h, src/io/StringTokenizer.cpp: Add explicit to StringTokenizer ctor and move more to the initializer list in ctor. Signed-off-by: Sandro Santilli 2017-04-11 Sandro Santilli * tests/xmltester/XMLTester.cpp: Fixed compile error in Microsoft VS2010 Patch by sunxunfeng See #801 2017-04-10 Mateusz Loskot * tests/unit/capi/GEOSSTRtreeTest.cpp: Add explicit cast of sqrt arguments to double Fixes parts of #801 2017-04-10 Mateusz Loskot * tools/CMakeLists.txt: [CMake] Fix geos-config is not installed on MinGW/MSYS builds Closes #706 2017-04-08 Sandro Santilli * TODO: Triangulation API was ported 2017-04-08 Sandro Santilli * HOWTO_RELEASE: Update release howto for SVN -> GIT move See #825 2017-04-08 Sandro Santilli * tests/unit/Makefile.am: Distribute all of the new TUT Should fix #824 2017-04-08 Mateusz Loskot * tests/CMakeLists.txt, tests/unit2/CMakeLists.txt, tests/unit2/geom/PointTest.cpp, tests/unit2/geos_include_all_headers.cpp: Drop pilot of Catch-based tests 2017-04-07 Mateusz Loskot * tests/unit/CMakeLists.txt, tests/unit/algorithm/AngleTest.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/unit/algorithm/MinimumDiameterTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSClipByRectTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSConvexHullTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSDelaunayTriangulationTest.cpp, tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/capi/GEOSEqualsTest.cpp, tests/unit/capi/GEOSFrechetDistanceTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_createCollection.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/capi/GEOSGeom_setPrecisionTest.cpp, tests/unit/capi/GEOSGetCentroidTest.cpp, tests/unit/capi/GEOSHausdorffDistanceTest.cpp, tests/unit/capi/GEOSInterruptTest.cpp, tests/unit/capi/GEOSIntersectionTest.cpp, tests/unit/capi/GEOSIntersectsTest.cpp, tests/unit/capi/GEOSLineString_PointTest.cpp, tests/unit/capi/GEOSMinimumClearanceTest.cpp, tests/unit/capi/GEOSMinimumRectangleTest.cpp, tests/unit/capi/GEOSMinimumWidthTest.cpp, tests/unit/capi/GEOSNearestPointsTest.cpp, tests/unit/capi/GEOSNodeTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp, tests/unit/capi/GEOSOrientationIndex.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp, tests/unit/capi/GEOSRelatePatternMatchTest.cpp, tests/unit/capi/GEOSSTRtreeTest.cpp, tests/unit/capi/GEOSSharedPathsTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSSnapTest.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/GEOSisValidDetailTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/Geometry/normalize.cpp, tests/unit/geom/Geometry/touchesTest.cpp, tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/GeometryFilterTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/PrecisionModelTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.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/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/OrientedCoordinateArray.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/noding/snapround/HotPixelTest.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/buffer/BufferParametersTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/overlay/OverlayOpUnionTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.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/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/VoronoiTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeTest.cpp, tests/unit/triangulate/quadedge/VertexTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h: Include buried TUT headers using 2017-04-07 Sandro Santilli * : commit b797c4e172565283ba26a4a8528f320c1b2cf4f7 Author: Sandro Santilli Date: Fri Apr 7 19:51:13 2017 +0200 2017-04-07 Sandro Santilli * doc/example.cpp, include/acconfig.h, include/geos.h, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/Centroid.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/geom.h, include/geos/geom/BinaryOp.h, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/Puntal.h, include/geos/geom/Triangle.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geom/util/SineStarFactory.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Label.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/PlanarGraph.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/TopologyLocation.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/geomgraphindex.h, include/geos/geosAlgorithm.h, include/geos/index/ItemVisitor.h, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexBintree.h, include/geos/indexChain.h, include/geos/indexIntervalRTree.h, include/geos/indexQuadtree.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/inline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/noding.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/FastSegmentSetIntersectionFinder.h, include/geos/noding/GeometryNoder.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/Noder.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentPointComparator.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentString.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/nodingSnapround.h, include/geos/opBuffer.h, include/geos/opDistance.h, include/geos/opLinemerge.h, include/geos/opOverlay.h, include/geos/opPolygonize.h, include/geos/opPredicate.h, include/geos/opRelate.h, include/geos/opValid.h, include/geos/operation.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/intersection/Rectangle.h, include/geos/operation/intersection/RectangleIntersection.h, include/geos/operation/intersection/RectangleIntersectionBuilder.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNode.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/platform.h.in, include/geos/precision.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/PrecisionReducerCoordinateOperation.h, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/timeval.h, include/geos/triangulate/DelaunayTriangulationBuilder.h, include/geos/triangulate/IncrementalDelaunayTriangulator.h, include/geos/triangulate/VoronoiDiagramBuilder.h, include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h, include/geos/triangulate/quadedge/LocateFailureException.h, include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeLocator.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/TrianglePredicate.h, include/geos/triangulate/quadedge/TriangleVisitor.h, include/geos/triangulate/quadedge/Vertex.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/Interrupt.h, include/geos/util/Machine.h, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, include/geos/version.h.in, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CGAlgorithms.cpp, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedLineStringIntersects.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/LinearComponentExtracter.cpp, src/geom/util/PointExtracter.cpp, src/geom/util/PolygonExtracter.cpp, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/Depth.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Label.cpp, src/geomgraph/Node.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/TopologyLocation.cpp, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainBuilder.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/inlines.cpp, src/io/ByteOrderDataInStream.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearLocation.cpp, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/FastSegmentSetIntersectionFinder.cpp, src/noding/GeometryNoder.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentString.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/intersection/Rectangle.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/PointBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/RectangleContains.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/relate/EdgeEndBundle.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/RelateComputer.cpp, src/operation/relate/RelateNode.cpp, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/GeometryPrecisionReducer.cpp, src/precision/PrecisionReducerCoordinateOperation.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/triangulate/DelaunayTriangulationBuilder.cpp, src/triangulate/IncrementalDelaunayTriangulator.cpp, src/triangulate/VoronoiDiagramBuilder.cpp, src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp, src/triangulate/quadedge/LocateFailureException.cpp, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeLocator.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/triangulate/quadedge/TrianglePredicate.cpp, src/triangulate/quadedge/TriangleVisitor.cpp, src/triangulate/quadedge/Vertex.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Interrupt.cpp, src/util/Profiler.cpp, src/util/math.cpp, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/bigtest/bug234.cpp, tests/perf/ClassSizes.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/unit/algorithm/AngleTest.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSClipByRectTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSDelaunayTriangulationTest.cpp, tests/unit/capi/GEOSDistanceTest.cpp, tests/unit/capi/GEOSEqualsTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/capi/GEOSGeom_setPrecisionTest.cpp, tests/unit/capi/GEOSGetCentroidTest.cpp, tests/unit/capi/GEOSInterruptTest.cpp, tests/unit/capi/GEOSIntersectsTest.cpp, tests/unit/capi/GEOSNearestPointsTest.cpp, tests/unit/capi/GEOSNodeTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp, tests/unit/capi/GEOSOrientationIndex.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp, tests/unit/capi/GEOSRelatePatternMatchTest.cpp, tests/unit/capi/GEOSSharedPathsTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSSnapTest.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp, tests/unit/capi/GEOSUserDataTest.cpp, tests/unit/capi/GEOSVoronoiDiagramTest.cpp, tests/unit/capi/GEOSWithinTest.cpp, tests/unit/capi/GEOSisValidDetailTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PrecisionModelTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.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/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/OrientedCoordinateArray.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/noding/snapround/HotPixelTest.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/buffer/BufferParametersTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/overlay/OverlayOpUnionTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.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/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/VoronoiTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeTest.cpp, tests/unit/triangulate/quadedge/VertexTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h, tests/unit2/geom/PointTest.cpp, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/CTS.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/Stackwalker.cpp, tests/xmltester/Stackwalker.h, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Remove trailing blanks in internal geos code 2017-04-07 Mateusz Loskot * CMakeLists.txt, autogen.bat, capi/CMakeLists.txt, tools/geos_revision_cmake.h.in: [CMake] Simplify generation of geos_revision.h Remove tools/geos_revision_cmake.h.in as no longer required - geos_revision.h is generated on-fly. Add geos_revision target set as dependency of geos_c target. Fix autogen.bat to generate string instead of integer constant. 2017-04-07 Mateusz Loskot * .travis.yml: [travis] Build only svn-trunk and svn-3.{5|6} branches [ci skip] 2017-04-06 Mateusz Loskot * README.md: [README] Fix branches vs URLs mix-up [ci skip] 2017-04-06 Daniel Baston * src/operation/distance/FacetSequence.cpp: Fix invalid read in FacetSequence 2017-04-06 Mateusz Loskot * README.md: [README] Switch Travis CI and AppVeyor URLs to /OSGeo/geos Add svn-trunk to CI build status table. [ci skip] 2017-04-06 Mateusz Loskot * tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp, tests/unit/tut/tut_config.hpp, tests/unit/tut/tut_console_reporter.hpp, tests/unit/tut/tut_cppunit_reporter.hpp, tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_fpt.hpp, tests/unit/tut/tut_macros.hpp, tests/unit/tut/tut_main.hpp, tests/unit/tut/tut_posix.hpp, tests/unit/tut/tut_reporter.hpp, tests/unit/tut/tut_restartable.hpp, tests/unit/tut/tut_result.hpp, tests/unit/tut/tut_runner.hpp, tests/unit/tut/tut_xml_reporter.hpp: Update TUT to latest release 2016-12-19. Source: https://github.com/mrzechonek/tut-framework/releases/tag/2016-12-19 Fixes #639 Fixes #804 2017-04-05 Sandro Santilli * README.md: Fix markdown table (hopefully) 2017-04-05 Sandro Santilli * README.md: Add winnie badge, move dronie to the left 2017-04-05 Sandro Santilli * README.md: Use svg badge for travis 2017-04-05 Sandro Santilli * README.md: Quotes around otherwise ambiguous (underline containing) name git-svn-id: http://svn.osgeo.org/geos/trunk@4397 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-04-02 Sandro Santilli * capi/geos_c.cpp: Remove unused include git-svn-id: http://svn.osgeo.org/geos/trunk@4395 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-04-01 Sandro Santilli * tools/geos_revision_cmake.h.in: Fix cmake build git-svn-id: http://svn.osgeo.org/geos/trunk@4394 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-04-01 Sandro Santilli * tools/repo_revision.sh: Use git describe as revision code if SVN metadata is not available Fixes #794 git-svn-id: http://svn.osgeo.org/geos/trunk@4393 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-04-01 Sandro Santilli * capi/geos_ts_c.cpp, tools/repo_revision.sh: Turn GEOS_REVISION value into a string Propedeutic to optionally use an hash in there, or other non-SVN identifiers (see #794) git-svn-id: http://svn.osgeo.org/geos/trunk@4392 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-04-01 Sandro Santilli * tools/repo_revision.sh: Remove trailing blanks git-svn-id: http://svn.osgeo.org/geos/trunk@4391 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-31 Sandro Santilli * CMakeLists.txt, autogen.bat, capi/geos_ts_c.cpp, tools/geos_revision_cmake.h.in, tools/geos_svn_revision_cmake.h.in, tools/repo_revision.sh: Rename GEOS_SVN_REVISION macro and cmake script to GEOS_REVISION ... even if it's still just the SVN revision that it contains See #794 git-svn-id: http://svn.osgeo.org/geos/trunk@4390 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-31 Sandro Santilli * CMakeLists.txt, Makefile.am, tools/Makefile.am, tools/repo_revision.sh, tools/svn_repo_revision.sh: Rename svn_repo_revision.sh to repo_revision.sh .. even if it still only extracts the *SVN* revision (also from git log). See #794 git-svn-id: http://svn.osgeo.org/geos/trunk@4389 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-31 Sandro Santilli * .gitignore, CMakeLists.txt, Makefile.am, autogen.bat, capi/geos_ts_c.cpp, tools/svn_repo_revision.sh: Rename geos_svn_revision.h to geos_revision.h See #794 git-svn-id: http://svn.osgeo.org/geos/trunk@4388 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-30 Mateusz Loskot * tests/unit/.editorconfig: Remove tests/unit/.editorconfig as useless. The tests use mixture of whitespaces and indentation rules. git-svn-id: http://svn.osgeo.org/geos/trunk@4387 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Sandro Santilli * tests/unit/.editorconfig: Use spaces under tests/unit git-svn-id: http://svn.osgeo.org/geos/trunk@4386 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Mateusz Loskot * CMakeLists.txt: CMake: Use CMAKE_CXX_STANDARD to require C++98 git-svn-id: http://svn.osgeo.org/geos/trunk@4384 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Mateusz Loskot * .travis.yml: Travis CI: Add ppa:george-edison55/precise-backports with CMake 3+ git-svn-id: http://svn.osgeo.org/geos/trunk@4383 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Mateusz Loskot * .editorconfig: Add indent_size = 2 for .yml files [ci skip] git-svn-id: http://svn.osgeo.org/geos/trunk@4382 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Mateusz Loskot * CMakeLists.txt: CMake: Bump cmake_minimum_required to 3.0.0 Closes #817 git-svn-id: http://svn.osgeo.org/geos/trunk@4380 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-28 Mateusz Loskot * build.bat: Remove build.bat script There is no point in maintaining such specific build script while there are better, more flexible tools for CMake users who wish to build/test/develop GEOS. git-svn-id: http://svn.osgeo.org/geos/trunk@4379 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-27 Mateusz Loskot * CMakeLists.txt, tests/CMakeLists.txt, tests/unit2/CMakeLists.txt, tests/unit2/geom/PointTest.cpp, tests/unit2/geos_include_all_headers.cpp: First stab at tests/uni2 with Catch-based tests Add Point test. Add CMake configuration. Build unit2 tests only if GEOS_ENABLE_TESTS_UNIT2_ONLY=ON. Add automatic download of Catch header. Require C++11 to build Catch-based tests git-svn-id: http://svn.osgeo.org/geos/trunk@4378 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-27 Mateusz Loskot * .editorconfig: Add CMake files editing config git-svn-id: http://svn.osgeo.org/geos/trunk@4377 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * tests/unit/geom/Geometry/touchesTest.cpp: Adjust test comment git-svn-id: http://svn.osgeo.org/geos/trunk@4376 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * tests/unit/geom/Geometry/touchesTest.cpp: Add disjoint and intersects checks to 2-segment test added in r4371 git-svn-id: http://svn.osgeo.org/geos/trunk@4375 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * tests/unit/geom/Geometry/touchesTest.cpp: Add test of two almost and touching segments git-svn-id: http://svn.osgeo.org/geos/trunk@4371 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * CMakeLists.txt: Enable target debugging for CMake Tools in Visual Studio Code CMake Tools at https://github.com/vector-of-bool/vscode-cmake-tools git-svn-id: http://svn.osgeo.org/geos/trunk@4370 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * src/operation/distance/IndexedFacetDistance.cpp: Avoid anonymous class types It is not C and compatibility with C is not required. git-svn-id: http://svn.osgeo.org/geos/trunk@4369 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * .gitignore: .gitignore: add CMake build and Visual Studio Code directories. git-svn-id: http://svn.osgeo.org/geos/trunk@4368 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-26 Mateusz Loskot * : Ignore CMake build and Visual Studio Code directories. git-svn-id: http://svn.osgeo.org/geos/trunk@4367 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-23 Mateusz Loskot * appveyor.yml: AppVeyor: Add x86 build using NMake git-svn-id: http://svn.osgeo.org/geos/trunk@4365 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-23 Mateusz Loskot * autogen.bat: Add step generating geos_svn_revision.h template with revision 0 Simplifies CI build steps. [ci skip] git-svn-id: http://svn.osgeo.org/geos/trunk@4364 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: bring back NMake x64 (really) git-svn-id: http://svn.osgeo.org/geos/trunk@4362 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/ShortCircuitedGeometryVisitor.cpp: Fix warning about signed/unsigned int mismatch. git-svn-id: http://svn.osgeo.org/geos/trunk@4361 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: bring back NMake x64 git-svn-id: http://svn.osgeo.org/geos/trunk@4360 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * CMakeLists.txt: Copy .editorconfig to build directory next to VS IDE .sln. git-svn-id: http://svn.osgeo.org/geos/trunk@4359 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: disable x64 for NMake (temp) git-svn-id: http://svn.osgeo.org/geos/trunk@4358 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * README.md: Update AppVeyor URL [ci skip] git-svn-id: http://svn.osgeo.org/geos/trunk@4357 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * src/algorithm/LineIntersector.cpp: Fix warnings about variables aliasing within scope git-svn-id: http://svn.osgeo.org/geos/trunk@4356 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: Add platform x86 for NMake git-svn-id: http://svn.osgeo.org/geos/trunk@4355 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: Remove -DGEOS_ENABLE_TESTS=OFF git-svn-id: http://svn.osgeo.org/geos/trunk@4354 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: Add NMake Makefiles-based build git-svn-id: http://svn.osgeo.org/geos/trunk@4353 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: Add missing ps1 color git-svn-id: http://svn.osgeo.org/geos/trunk@4352 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-21 Mateusz Loskot * appveyor.yml: AppVeyor: Remove -DDGEOS_BUILD_SHARED=OFF as currently tests link against shared git-svn-id: http://svn.osgeo.org/geos/trunk@4351 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * include/geos/geom/Lineal.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h: Disable false warning C4589 : Constructor of abstract class A ignores initializer for virtual base class B (Details at https://connect.microsoft.com/VisualStudio/feedback/details/1581706/false-warning-c4589-constructor-of-abstract-class-class2-ignores-initializer-for-virtual-base-class-class1)git-svn-id: http://svn.osgeo.org/geos/trunk@4350 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * appveyor.yml: AppVeyor: Replace build step with build_script git-svn-id: http://svn.osgeo.org/geos/trunk@4349 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * appveyor.yml: AppVeyor: Fix cmake command line git-svn-id: http://svn.osgeo.org/geos/trunk@4348 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * appveyor.yml: AppVeyor: Fix platform names git-svn-id: http://svn.osgeo.org/geos/trunk@4347 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * include/geos/index/strtree/AbstractSTRtree.h, src/algorithm/CGAlgorithms.cpp, src/algorithm/LineIntersector.cpp: Fix warnings about variables aliasing within scope git-svn-id: http://svn.osgeo.org/geos/trunk@4346 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * include/geos/util/GEOSException.h: Disable warning C4275: non-DLL-interface std::exception used as base for DLL-interface GEOSException git-svn-id: http://svn.osgeo.org/geos/trunk@4345 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * src/geom/IntersectionMatrix.cpp: Fix warning: conversion from size_t to int git-svn-id: http://svn.osgeo.org/geos/trunk@4344 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-20 Mateusz Loskot * appveyor.yml: AppVeyor: Fixing the current failures - Disable running tests - Disable shared targets - Build all in Release configuration git-svn-id: http://svn.osgeo.org/geos/trunk@4343 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-17 Mateusz Loskot * src/Makefile.vc: Add missing .cpp files git-svn-id: http://svn.osgeo.org/geos/trunk@4342 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-03-17 Mateusz Loskot * nmake.opt: Add NMAKE version from VS2017 RTM git-svn-id: http://svn.osgeo.org/geos/trunk@4340 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-16 Mateusz Loskot * README.md: Remove CI builds on drone.io The hosted version of Drone has closed down (https://archive.drone.io/). git-svn-id: http://svn.osgeo.org/geos/trunk@4339 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-15 Mateusz Loskot * tests/unit/geom/PolygonTest.cpp: Add basic test of convex Polygon::buffer(0) result. git-svn-id: http://svn.osgeo.org/geos/trunk@4338 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-14 Sandro Santilli * include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdgeStar.h, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp: Fix overloaded virtual print in DirectedEdge*. - Make print() method of child classes also const - Make getDepthDelta() const - Add virtual. For C++11 and newer this eventually should be overload. e.g. geos::geomgraph::DirectedEdge::print' hides overloaded virtual function [-Woverloaded-virtual] Patch by Kurt Schwehr Fixes #812 in trunk (3.7.0) git-svn-id: http://svn.osgeo.org/geos/trunk@4336 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-14 Sandro Santilli * src/algorithm/LineIntersector.cpp, src/operation/overlay/OverlayOp.cpp: Protect from computations against NaN numbers Fixes an unhandled exception: 0xC0000090: Floating-point invalid operation. Closes #811 - thanks sunxunfeng git-svn-id: http://svn.osgeo.org/geos/trunk@4334 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-14 Sandro Santilli * src/algorithm/LineIntersector.cpp, src/operation/overlay/OverlayOp.cpp: Remove trailing blanks git-svn-id: http://svn.osgeo.org/geos/trunk@4333 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-02-01 Sandro Santilli * src/geom/util/GeometryEditor.cpp, src/index/strtree/AbstractSTRtree.cpp, src/linearref/ExtractLineByLocation.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp: Add static_assert to strings inside of assert calls Allows compiling with -Wpointer-bool-conversion. Patch by Kurt Schwehr Closes #638 git-svn-id: http://svn.osgeo.org/geos/trunk@4331 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-01-31 Sandro Santilli * tests/unit/tut/README: Record upstream of tut library git-svn-id: http://svn.osgeo.org/geos/trunk@4330 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-01-31 Sandro Santilli * .gitignore: Unignore README git-svn-id: http://svn.osgeo.org/geos/trunk@4329 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-01-18 Sandro Santilli * NEWS: Add 3.6.1 section git-svn-id: http://svn.osgeo.org/geos/trunk@4328 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-01-12 Sandro Santilli * include/geos/operation/distance/FacetSequenceTreeBuilder.h, tests/unit/capi/GEOSDistanceTest.cpp: Missing GEOS_DLL and USE_MATH_DEFINES for MSVC compilation Patch by Escande Adrien via https://github.com/libgeos/libgeos/pull/76 git-svn-id: http://svn.osgeo.org/geos/trunk@4325 5242fede-7e19-0410-aef8-94bd7d2200fb 2017-01-05 Sandro Santilli * macros/python.m4: Update python m4 macro, should fix #774 git-svn-id: http://svn.osgeo.org/geos/trunk@4320 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-29 Sandro Santilli * src/algorithm/MinimumDiameter.cpp: Include for fabs use, see #799 git-svn-id: http://svn.osgeo.org/geos/trunk@4319 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-29 Sandro Santilli * src/algorithm/MinimumDiameter.cpp: Drop trailing blanks git-svn-id: http://svn.osgeo.org/geos/trunk@4318 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-05 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/algorithm/distance/DiscreteFrechetDistance.h, include/geos/algorithm/distance/Makefile.am, include/geos/algorithm/distance/PointPairDistance.h, src/Makefile.vc, src/algorithm/distance/DiscreteFrechetDistance.cpp, src/algorithm/distance/Makefile.am, tests/geostest/geostest.c, tests/geostest/test.expected, tests/unit/Makefile.am, tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp, tests/unit/capi/GEOSFrechetDistanceTest.cpp, tests/unit/capi/GEOSHausdorffDistanceTest.cpp: Add DiscreteFrechetDistance Patch by Shinichi SUGIYAMA Closes #797 git-svn-id: http://svn.osgeo.org/geos/trunk@4314 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-02 Sandro Santilli * include/geos/geom/util/GeometryTransformer.h, src/geom/util/GeometryTransformer.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Fix empty GEOSSimplify return on inner ring collapse Patch by Even Rouault See #741 git-svn-id: http://svn.osgeo.org/geos/trunk@4311 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-02 Sandro Santilli * include/geos/geom/util/GeometryTransformer.h, src/geom/util/GeometryTransformer.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Style only change, trim trailing blanks and fix indents git-svn-id: http://svn.osgeo.org/geos/trunk@4310 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-12-01 Sandro Santilli * src/io/WKBWriter.cpp, tests/unit/io/WKBWriterTest.cpp: Fixed WKB representation of empty polygon. Patch by Sergey Fedoseev Closes #680. git-svn-id: http://svn.osgeo.org/geos/trunk@4308 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-11-22 Sandro Santilli * tools/geos-config.in: Fix --static-clibs and --static-cclibs returns from geos-config Patch by Edzer Pebesma git-svn-id: http://svn.osgeo.org/geos/trunk@4307 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-11-10 Sandro Santilli * AUTHORS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/Centroid.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/PointPairDistance.h, include/geos/geom/BinaryOp.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryFactory.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Puntal.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/SineStarFactory.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdge.inl, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Node.h, include/geos/index/quadtree/Key.h, include/geos/io/WKTWriter.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/LocationIndexedLine.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/GeometryNoder.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/SegmentString.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/IsValidOp.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/PrecisionReducerCoordinateOperation.h, include/geos/util/IllegalStateException.h, include/geos/util/Interrupt.h, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CGAlgorithms.cpp, src/algorithm/Centroid.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/geom/Geometry.cpp, src/geom/GeometryFactory.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Node.cpp, src/index/quadtree/Key.cpp, src/io/WKTWriter.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfPoint.cpp, src/noding/BasicSegmentString.cpp, src/noding/GeometryNoder.cpp, src/noding/NodedSegmentString.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/SegmentString.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, src/operation/distance/DistanceOp.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp, src/operation/relate/RelateComputer.cpp, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/precision/PrecisionReducerCoordinateOperation.cpp, src/util/Interrupt.cpp, tests/geostest/geostest.c, tests/perf/ClassSizes.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/safe_to_xml.sh: Update my email address git-svn-id: http://svn.osgeo.org/geos/trunk@4305 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-11-10 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Fix GEOSSTRtree_nearest_r signature and add missing implementation See #796 git-svn-id: http://svn.osgeo.org/geos/trunk@4303 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-11-08 Sandro Santilli * include/geos/geom/Geometry.h: Made equalsExact description more specific. Patch by Sergey Fedoseev via https://github.com/libgeos/libgeos/pull/72 git-svn-id: http://svn.osgeo.org/geos/trunk@4301 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-31 Sandro Santilli * include/geos/operation/distance/IndexedFacetDistance.h, src/operation/distance/IndexedFacetDistance.cpp: Fix memory leak in IndexedFacetDistance Patch by Dan Baston (see #795) git-svn-id: http://svn.osgeo.org/geos/trunk@4300 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-28 Sandro Santilli * .drone.yml: Update drone yml to 0.5 version See https://git.osgeo.org/gogs/sac/gogs-service/issues/14 git-svn-id: http://svn.osgeo.org/geos/trunk@4296 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-28 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/index/strtree/BoundablePair.h, include/geos/index/strtree/STRtree.h, include/geos/operation/distance/FacetSequence.h, include/geos/operation/distance/FacetSequenceTreeBuilder.h, include/geos/operation/distance/IndexedFacetDistance.h, include/geos/operation/distance/Makefile.am, src/index/strtree/BoundablePair.cpp, src/index/strtree/STRtree.cpp, src/operation/distance/FacetSequence.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/operation/distance/IndexedFacetDistance.cpp, src/operation/distance/Makefile.am, src/precision/MinimumClearance.cpp, tests/unit/capi/GEOSDistanceTest.cpp: Port IndexedFacetDistance from JTS Contributed by Dan Baston Closes #795 git-svn-id: http://svn.osgeo.org/geos/trunk@4295 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-27 Sandro Santilli * .gitlab-ci.yml: Install a fake git2cl in gitlab-ci This fixes "distcheck" step git-svn-id: http://svn.osgeo.org/geos/trunk@4291 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-27 Sandro Santilli * HOWTO_RELEASE: Update release procedure to drop manual ChangeLog generation git-svn-id: http://svn.osgeo.org/geos/trunk@4288 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-27 Sandro Santilli * autogen.sh: Stop symlinking README.md as README ... now that our Makefile.am is setting the "foreign" option we don't need that anymore git-svn-id: http://svn.osgeo.org/geos/trunk@4281 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-27 Sandro Santilli * ChangeLog, Makefile.am: Remove ChangeLog from repository. The file will be created by "make dist" from either git (if .git exists) or svn (if .svn exists). Tested with builds from package, from source dir and from external build dir. Only automake. See #788 git-svn-id: http://svn.osgeo.org/geos/trunk@4280 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * NEWS: Fix release date for 3.6.0, start 3.7.0 section git-svn-id: http://svn.osgeo.org/geos/trunk@4275 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * .editorconfig: Keep carriage-returns in *.vc files git-svn-id: http://svn.osgeo.org/geos/trunk@4273 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * CMakeLists.txt, HOWTO_RELEASE, capi/geos_c.h.in, configure.ac, include/geos/version.h.vc: Increment version to 3.7.0dev git-svn-id: http://svn.osgeo.org/geos/trunk@4272 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * : Drop web subdir git-svn-id: http://svn.osgeo.org/geos/trunk@4270 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * CMakeLists.txt, configure.ac: Fix version to 3.6.0 (drop "dev" suffix) git-svn-id: http://svn.osgeo.org/geos/trunk@4264 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * ChangeLog: Update ChangeLog for 3.6.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@4263 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-25 Sandro Santilli * NEWS: Tweak NEWS, in preparation for 3.6.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@4262 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-04 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: And more trailing spaces git-svn-id: http://svn.osgeo.org/geos/trunk@4261 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-04 Sandro Santilli * include/geos/operation/overlay/snap/LineStringSnapper.h: Remove more trailing blanks git-svn-id: http://svn.osgeo.org/geos/trunk@4260 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-10-04 Sandro Santilli * src/operation/overlay/snap/GeometrySnapper.cpp: Drop trailing blanks git-svn-id: http://svn.osgeo.org/geos/trunk@4259 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-27 Sandro Santilli * capi/geos_c.h.in: wrong GEOS_DLL position Should not be type* GEOS_DLL function(), but type GEOS_DLL *function(). Doesn't build on windows before the modif Patch by @bartoli Closes https://github.com/libgeos/libgeos/pull/70 git-svn-id: http://svn.osgeo.org/geos/trunk@4258 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-07 Sandro Santilli * include/geos/geom/Geometry.h, include/geos/geom/LineString.h: Fix documentation typos. Courtesy of Todd Trimble git-svn-id: http://svn.osgeo.org/geos/trunk@4257 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-07 Sandro Santilli * tests/unit/capi/GEOSGeom_createCollection.cpp: Fix initialization order warning git-svn-id: http://svn.osgeo.org/geos/trunk@4256 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-07 Sandro Santilli * CMakeLists.txt: CMake: generate geos_svn_revision.h in binary directory if not exists Patch by Rashad Kanavath git-svn-id: http://svn.osgeo.org/geos/trunk@4255 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-07 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/geom/Geometry.h, tests/unit/Makefile.am, tests/unit/capi/GEOSUserDataTest.cpp: Add GEOSGeom_setUserData and GEOSGeom_getUserData Patch by Rashad Kanavath git-svn-id: http://svn.osgeo.org/geos/trunk@4254 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-02 Sandro Santilli * CMakeLists.txt, src/CMakeLists.txt: Add option to build static and shared. (default is build both) Fixes #788 Patch by Rashad Kanavath git-svn-id: http://svn.osgeo.org/geos/trunk@4253 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-09-02 Sandro Santilli * authors.svn: Fix my email address git-svn-id: http://svn.osgeo.org/geos/trunk@4252 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-08-24 Mateusz Loskot * CMakeLists.txt: CMake now sets GEOS_BUILD_PACKAGED to FALSE on CI services git-svn-id: http://svn.osgeo.org/geos/trunk@4251 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-08-24 Mateusz Loskot * CMakeLists.txt: Add CMake ${PROJECT_BINARY_DIR} to include directories for geos_ts.cpp which does #include "../geos_svn_revision.h", whereas CMake generates geos_svn_revision.h in build directory, to not to pollute source tree. git-svn-id: http://svn.osgeo.org/geos/trunk@4250 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-08-24 Mateusz Loskot * build.bat: Add convenient build.bat for Visual Studio and CMake users: * Runs CMake to configure 32-bit or 64-bit build with the latest release of Visual Studio. * Runs MSBuild to build the generated solution. git-svn-id: http://svn.osgeo.org/geos/trunk@4249 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-08-03 Mateusz Loskot * src/Makefile.vc: Add missing .cpp files added in r4203 git-svn-id: http://svn.osgeo.org/geos/trunk@4245 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-08-03 Mateusz Loskot * nmake.opt: Add NMAKE version from VS2015 Update 3 git-svn-id: http://svn.osgeo.org/geos/trunk@4244 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-21 Sandro Santilli * .drone.yml: Only run "make check", not "make distcheck" ... distcheck can be run manually just before a release git-svn-id: http://svn.osgeo.org/geos/trunk@4243 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-21 Sandro Santilli * .drone.yml, docker/README, docker/build-test/Dockerfile, docker/build-test/Makefile: Remove docker config Docker configurations are not hosted on https://git.osgeo.org/gogs/geos/geos-docker/ git-svn-id: http://svn.osgeo.org/geos/trunk@4242 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-21 Sandro Santilli * src/operation/buffer/BufferOp.cpp: Do not define unused function git-svn-id: http://svn.osgeo.org/geos/trunk@4241 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-21 Sandro Santilli * .drone.yml: Fix test-image variable use git-svn-id: http://svn.osgeo.org/geos/trunk@4240 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-21 Sandro Santilli * .drone.yml: Turn off optimization while building, reduce clone depth git-svn-id: http://svn.osgeo.org/geos/trunk@4239 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-19 Sandro Santilli * web/index.html, web/style.css: Remove website content Moved to https://git.osgeo.org/gogs/geos/website (was obsoleted and unused anyway) git-svn-id: http://svn.osgeo.org/geos/trunk@4238 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-19 Sandro Santilli * .gitignore, Makefile.am, NEWS, README.md, configure.ac, php/Makefile.am, php/README, php/TODO, php/geos.c, php/php_geos.h, php/test/Makefile.am, php/test/crashme.php, php/test/test.php: Remove PHP bindings, leave refs to separate repository Closes #765 git-svn-id: http://svn.osgeo.org/geos/trunk@4237 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-19 Sandro Santilli * docker/build-test/Dockerfile: Reduce size of build-test image git-svn-id: http://svn.osgeo.org/geos/trunk@4236 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-16 Sandro Santilli * README.md: Add link to build status table on trac git-svn-id: http://svn.osgeo.org/geos/trunk@4235 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-16 Sandro Santilli * .gitignore, docker/README, docker/build-test/Dockerfile, docker/build-test/Makefile: Add configuration to make dockers for build-testing GEOS git-svn-id: http://svn.osgeo.org/geos/trunk@4234 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-15 Sandro Santilli * README.md: Add OSGeo/Drone badge git-svn-id: http://svn.osgeo.org/geos/trunk@4233 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-15 Sandro Santilli * .drone.yml: Add a "make check" step to the drone config git-svn-id: http://svn.osgeo.org/geos/trunk@4231 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-15 Sandro Santilli * README.md: Adds all the currently supported Visual Studio versions Patch by gmasetti@ccom.unh.edu git-svn-id: http://svn.osgeo.org/geos/trunk@4230 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-14 Sandro Santilli * include/geos/platform.h.in: Fully qualify isnan call when HAVE_ISNAN is defined Fixes build with GCC-5.3.0 and higher. Closes #784 git-svn-id: http://svn.osgeo.org/geos/trunk@4224 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-12 Sandro Santilli * .drone.yml: Add .drone.yml git-svn-id: http://svn.osgeo.org/geos/trunk@4221 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-07-09 Sandro Santilli * tests/perf/Makefile.am: Add missing LIBS Thanks Andrew Watkins for spotting this git-svn-id: http://svn.osgeo.org/geos/trunk@4220 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-29 Mateusz Loskot * tests/unit/capi/GEOSMinimumClearanceTest.cpp: Compare inf == inf instead of ensure_equals(inf, inf). The latter compares the difference, but inf minus inf result is indeterminate. git-svn-id: http://svn.osgeo.org/geos/trunk@4219 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-09 Mateusz Loskot * CMakeLists.txt: Fix CMake syntax. git-svn-id: http://svn.osgeo.org/geos/trunk@4218 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-09 Mateusz Loskot * CMakeLists.txt: CI builds (Travis CI, AppVeyor, etc.) perform git clone, not svn checkout. So, CI environment needs a dummy revision (e.g. 999999) to generate the required header. git-svn-id: http://svn.osgeo.org/geos/trunk@4217 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-08 Mateusz Loskot * README.md: Fix Markdown syntax for build status table. git-svn-id: http://svn.osgeo.org/geos/trunk@4216 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-08 Mateusz Loskot * appveyor.yml: AppVeyor: add some colours git-svn-id: http://svn.osgeo.org/geos/trunk@4215 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-07 Mateusz Loskot * README.md: Add AppVeyor and Drone.io badge status. Reformat build status into table by service X branch. git-svn-id: http://svn.osgeo.org/geos/trunk@4214 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-07 Mateusz Loskot * appveyor.yml: AppVeyor: Fix CMake build folder location git-svn-id: http://svn.osgeo.org/geos/trunk@4213 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-07 Mateusz Loskot * appveyor.yml: First stab at AppVeyor configuration git-svn-id: http://svn.osgeo.org/geos/trunk@4212 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-07 Mateusz Loskot * CMakeLists.txt: Merged revision(s) 4210 from branches/3.5: Update CMake configuration based on trunk/CMakeLists.txt git-svn-id: http://svn.osgeo.org/geos/trunk@4211 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-06-07 Mateusz Loskot * capi/geos_c.h.in, include/geos/index/strtree/GeometryItemDistance.h, include/geos/precision/MinimumClearance.h, src/Makefile.vc: Fix Visual C++ builds with NMAKE and CMake (Ticket #777): * Correct __declspec specifier placement in C API function prototypes. * Add GEOS_DLL missing from new classes added recently. * Update makefile.vc with implementation files added recently. git-svn-id: http://svn.osgeo.org/geos/trunk@4209 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-05-12 Sandro Santilli * README.md: Revert "Cips" This reverts commit c816b6747129a59f82c6ebc9a952bc11b32a48f6. Sorry, was a debug commit pushed in error git-svn-id: http://svn.osgeo.org/geos/trunk@4208 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-05-12 Sandro Santilli * README.md: Use https for debbie links git-svn-id: http://svn.osgeo.org/geos/trunk@4207 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-05-12 Sandro Santilli * README.md: Cips git-svn-id: http://svn.osgeo.org/geos/trunk@4205 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-25 Sandro Santilli * include/geos/operation/distance/FacetSequence.h, include/geos/operation/distance/FacetSequenceTreeBuilder.h, include/geos/precision/MinimumClearance.h, src/operation/distance/FacetSequence.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/precision/MinimumClearance.cpp: Include hash in Last Port for MinimumClearance classes git-svn-id: http://svn.osgeo.org/geos/trunk@4204 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-25 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/index/strtree/BoundablePair.h, include/geos/index/strtree/STRtree.h, include/geos/operation/distance/FacetSequence.h, include/geos/operation/distance/FacetSequenceTreeBuilder.h, include/geos/operation/distance/Makefile.am, include/geos/precision/Makefile.am, include/geos/precision/MinimumClearance.h, src/index/strtree/BoundablePair.cpp, src/index/strtree/STRtree.cpp, src/operation/distance/FacetSequence.cpp, src/operation/distance/FacetSequenceTreeBuilder.cpp, src/operation/distance/Makefile.am, src/precision/Makefile.am, src/precision/MinimumClearance.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSMinimumClearanceTest.cpp: Implement GEOSMinimumClearance and GEOSMinimumClearanceLine Includes tests and C-API exposure. Patch by Daniel Baston via https://github.com/libgeos/libgeos/pull/65 Closes #776 git-svn-id: http://svn.osgeo.org/geos/trunk@4203 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-24 Sandro Santilli * .gitignore, Makefile.am, autogen.sh: Symlink README to README.md at autogen.sh time Should fix distcheck git-svn-id: http://svn.osgeo.org/geos/trunk@4202 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-23 Sandro Santilli * Makefile.am: Add rule to make README from README.md README is a standard GNU file that ends up in the distribution git-svn-id: http://svn.osgeo.org/geos/trunk@4201 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-23 Sandro Santilli * README.md: Drop drone.io badge The service times out before our tests complete, not a good one. git-svn-id: http://svn.osgeo.org/geos/trunk@4200 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-23 Sandro Santilli * README, README.md: Merge README into README.md Thanks Mike Toews for the kickstart on this git-svn-id: http://svn.osgeo.org/geos/trunk@4199 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-23 Sandro Santilli * tests/unit/capi/GEOSSTRtreeTest.cpp: Correctly initialize strtree in test Patch by dbaston git-svn-id: http://svn.osgeo.org/geos/trunk@4198 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * include/geos/index/strtree/Makefile.am: Fix distcheck (#768) Patch by Daniel Baston git-svn-id: http://svn.osgeo.org/geos/trunk@4197 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * README.md: Add drone.io badge git-svn-id: http://svn.osgeo.org/geos/trunk@4196 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * README.md: Add Debbie badge git-svn-id: http://svn.osgeo.org/geos/trunk@4195 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * README.md: Add project homepage url git-svn-id: http://svn.osgeo.org/geos/trunk@4191 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * .travis.yml: Fix typo git-svn-id: http://svn.osgeo.org/geos/trunk@4190 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * README.md: Put build badges on the same line git-svn-id: http://svn.osgeo.org/geos/trunk@4189 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * README.md: Add gitlab-ci badge git-svn-id: http://svn.osgeo.org/geos/trunk@4188 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-22 Sandro Santilli * .gitlab-ci.yml: Add gitlab-ci configuration git-svn-id: http://svn.osgeo.org/geos/trunk@4187 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-19 Sandro Santilli * capi/geos_ts_c.cpp: Move CustomItemDistance defn some contexts higher git-svn-id: http://svn.osgeo.org/geos/trunk@4186 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-19 Sandro Santilli * capi/geos_ts_c.cpp: Trim trailing whitespaces (as per .editorconfig) git-svn-id: http://svn.osgeo.org/geos/trunk@4185 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-19 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/index/strtree/BoundablePair.h, include/geos/index/strtree/GeometryItemDistance.h, include/geos/index/strtree/ItemDistance.h, include/geos/index/strtree/STRtree.h, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/BoundablePair.cpp, src/index/strtree/GeometryItemDistance.cpp, src/index/strtree/Makefile.am, src/index/strtree/STRtree.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSSTRtreeTest.cpp: Add GEOSSTRtree_nearest API Includes tests for the new API and pre-existing STRtree API Closes #768 Patch by Daniel Baston via https://github.com/libgeos/libgeos/pull/61 git-svn-id: http://svn.osgeo.org/geos/trunk@4184 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-12 Sandro Santilli * include/geos/geom/LineSegment.h: Fix 'Segemnt' typo. Patch by Todd Trimble Closes https://github.com/libgeos/libgeos/pull/63 git-svn-id: http://svn.osgeo.org/geos/trunk@4183 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-12 Sandro Santilli * include/geos/geom/LineSegment.h: Match .h declaration parameter name with .cpp definitiion. Patch by Todd Trimble See https://github.com/libgeos/libgeos/pull/63 git-svn-id: http://svn.osgeo.org/geos/trunk@4182 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-06 Sandro Santilli * .editorconfig: Stub an EditorConfig file See http://editorconfig.org git-svn-id: http://svn.osgeo.org/geos/trunk@4181 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-04-05 Sandro Santilli * nmake.opt: Handle nmake builds with the latest MSVC Patch by Jeff McKenna Closes #775 git-svn-id: http://svn.osgeo.org/geos/trunk@4180 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-12 Mateusz Loskot * tests/unit/geom/prep/PreparedGeometry/touchesTest.cpp: Add test for PreparedGeometry::touches git-svn-id: http://svn.osgeo.org/geos/trunk@4179 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-12 Mateusz Loskot * tests/unit/geom/Geometry/touchesTest.cpp: Remove unused header git-svn-id: http://svn.osgeo.org/geos/trunk@4178 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-12 Mateusz Loskot * tests/unit/geom/Geometry/touchesTest.cpp: Add test for Geometry::touches git-svn-id: http://svn.osgeo.org/geos/trunk@4177 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-12 Mateusz Loskot * tests/unit/geom/Geometry/coversTest.cpp: Revert r4175 (wrong file) git-svn-id: http://svn.osgeo.org/geos/trunk@4176 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-12 Mateusz Loskot * tests/unit/geom/Geometry/coversTest.cpp: Add test for Geometry::touches git-svn-id: http://svn.osgeo.org/geos/trunk@4175 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-07 Mateusz Loskot * tests/xmltester/CMakeLists.txt: Update CMakeLists.txt after bugXXX.xml moved into tickets subfolder git-svn-id: http://svn.osgeo.org/geos/trunk@4174 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-07 Sandro Santilli * Makefile.am: Add "valgrindcheck" Makefile rule, currently fails git-svn-id: http://svn.osgeo.org/geos/trunk@4173 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-07 Sandro Santilli * .travis.yml: Report build activity in #postgis-activity (not #postgis) Also do not use notices git-svn-id: http://svn.osgeo.org/geos/trunk@4170 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-07 Sandro Santilli * configure.ac: Look for isnan in std:: namespace Tested with gcc 4.8.4 git-svn-id: http://svn.osgeo.org/geos/trunk@4169 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-06 Mateusz Loskot * include/geos/geom/Coordinate.h, include/geos/geom/Geometry.h, src/geom/Coordinate.cpp, src/geom/Geometry.cpp: Rename class private members according to _x naming convention. git-svn-id: http://svn.osgeo.org/geos/trunk@4168 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-06 Mateusz Loskot * src/algorithm/Centroid.cpp, src/geomgraph/EdgeEndStar.cpp, src/operation/buffer/BufferBuilder.cpp: Clean up a bunch of MSVC++ 14.0 warning C4456: declaration of 'x' hides previous local declaration git-svn-id: http://svn.osgeo.org/geos/trunk@4167 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-06 Mateusz Loskot * .travis.yml: Change Travis CI webhook notifications to 'always' git-svn-id: http://svn.osgeo.org/geos/trunk@4166 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-06 Mateusz Loskot * src/operation/buffer/BufferBuilder.cpp, tests/unit/geom/GeometryFactoryTest.cpp: Clean up some compiler warnings on truncating conversions between size_t and double or unsigned in git-svn-id: http://svn.osgeo.org/geos/trunk@4165 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-06 Mateusz Loskot * .travis.yml: Clean up to address some issues reported by lint.travis-ci.org. Enable mailing list notification. Add Gitter notification. git-svn-id: http://svn.osgeo.org/geos/trunk@4164 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-05 Mateusz Loskot * tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFilterTest.cpp: Fix repeated test groups definitions (introduced in r4162). git-svn-id: http://svn.osgeo.org/geos/trunk@4163 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-05 Mateusz Loskot * tests/unit/geom/GeometryComponentFilterTest.cpp, tests/unit/geom/GeometryFilterTest.cpp: Add test for GeometryFilter class. Add test for GeometryComponentFilter class. Both tests are based on common filter with intention to compare behaviour both GeometryFilter vs GeometryComponentFilter, with related discussion at http://lists.osgeo.org/pipermail/geos-devel/2016-March/007441.html git-svn-id: http://svn.osgeo.org/geos/trunk@4162 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-02 Mateusz Loskot * tests/unit/operation/linemerge/LineMergerTest.cpp: Describe test cases git-svn-id: http://svn.osgeo.org/geos/trunk@4161 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-02 Mateusz Loskot * tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/overlay/OverlayOpUnionTest.cpp: Test merging MultiLineString result of union. Remove unnecessary FIXED precision model from the triangle test in OverlayOpUnionTest.cpp. Add comment to link corresponding tests in OverlayOpUnionTest.cpp and LineMergerTest.cpp. git-svn-id: http://svn.osgeo.org/geos/trunk@4160 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-01 Mateusz Loskot * tests/unit/operation/overlay/OverlayOpUnionTest.cpp: Add comment explaining the expected test result Since the union operation makes no effort to simplify and drop nodes of degree 2 from the built topology, do not expect GEOS_LINESTRING. https://lists.osgeo.org/pipermail/geos-devel/2016-March/007429.html git-svn-id: http://svn.osgeo.org/geos/trunk@4159 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-01 Mateusz Loskot * tests/unit/capi/GEOSContainsTest.cpp: Unify GEOSContains test cases added in r4156 with corresponding tests in GEOSPreparedGeometryTest git-svn-id: http://svn.osgeo.org/geos/trunk@4158 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-01 Mateusz Loskot * tests/unit/capi/GEOSContainsTest.cpp: Test check refinement missing from r4156 git-svn-id: http://svn.osgeo.org/geos/trunk@4157 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-03-01 Mateusz Loskot * tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp: Add test for polygon containment where two polygons share some of vertices or vertices of inner polygon lay on boundary of outer polygon. Tests also compare results depending on used precision model. git-svn-id: http://svn.osgeo.org/geos/trunk@4156 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-29 Mateusz Loskot * tests/unit/Makefile.am: Add OverlayOpUnionTest.cpp to Makefile.am git-svn-id: http://svn.osgeo.org/geos/trunk@4155 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-29 Mateusz Loskot * tests/unit/operation/overlay/OverlayOpUnionTest.cpp: Add clean-up missing from r4153. It should fix the failing build on Travis SI. git-svn-id: http://svn.osgeo.org/geos/trunk@4154 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-29 Mateusz Loskot * tests/unit/operation/overlay/OverlayOpUnionTest.cpp: Add basic test for geos::operation::OverlayOp with UNION. Test union of four segments (linestrings) of a suqare. git-svn-id: http://svn.osgeo.org/geos/trunk@4153 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-29 Mateusz Loskot * capi/geos_ts_c.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp: Fix build with preprocessor symbol GEOS_DEBUG defined. git-svn-id: http://svn.osgeo.org/geos/trunk@4152 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-24 Sandro Santilli * include/geos/algorithm/PointLocator.h, src/algorithm/PointLocator.cpp, src/geom/prep/PreparedPoint.cpp, tests/unit/algorithm/PointLocatorTest.cpp: Fix incorrect return from PreparedPoint::intersects Includes unit test Patch by Daniel Baston via https://github.com/libgeos/libgeos/pull/60 See #764 Reverts r4081 git-svn-id: http://svn.osgeo.org/geos/trunk@4149 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-22 Sandro Santilli * src/algorithm/RobustDeterminant.cpp: ! FINITE already includes NAN, duplicate test unneeded git-svn-id: http://svn.osgeo.org/geos/trunk@4147 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-17 Mateusz Loskot * tests/unit/capi/GEOSGeom_createCollection.cpp: #include only if C++0x is available (refines r4145) git-svn-id: http://svn.osgeo.org/geos/trunk@4146 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-17 Mateusz Loskot * tests/unit/capi/GEOSGeom_createCollection.cpp: Enable test case using std::array only if C++0x is available. git-svn-id: http://svn.osgeo.org/geos/trunk@4145 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-17 Mateusz Loskot * tests/unit/capi/GEOSGeom_createCollection.cpp: Add test for GEOSGeom_createCollection function git-svn-id: http://svn.osgeo.org/geos/trunk@4144 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-02-05 Sandro Santilli * src/io/StringTokenizer.cpp: Include in StringTokenizer Patch by Jeff Mckenna See #766 git-svn-id: http://svn.osgeo.org/geos/trunk@4142 5242fede-7e19-0410-aef8-94bd7d2200fb 2016-01-20 Paul Ramsey * include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, src/geomgraph/GeometryGraph.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IsValidOp.cpp: #757, fix memory exhaustion case in isvalid git-svn-id: http://svn.osgeo.org/geos/trunk@4141 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-31 Sandro Santilli * NEWS: Add missing 3.3.9 section git-svn-id: http://svn.osgeo.org/geos/trunk@4138 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-18 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add support for "relatestring" test operation git-svn-id: http://svn.osgeo.org/geos/trunk@4136 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-17 Sandro Santilli * CMakeLists.txt: Fix cmake build with Visual Studio 2015 Patch by Stefan Hacker Closes https://github.com/libgeos/libgeos/pull/49 git-svn-id: http://svn.osgeo.org/geos/trunk@4135 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-14 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp: Fix snapping of last segment in a closed linestring See #758 git-svn-id: http://svn.osgeo.org/geos/trunk@4129 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-14 Sandro Santilli * tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp: Enable a commented-out test (works) git-svn-id: http://svn.osgeo.org/geos/trunk@4128 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-14 Sandro Santilli * tests/unit/io/WKBWriterTest.cpp: Tweak WKB output test to do what's really said in the comments git-svn-id: http://svn.osgeo.org/geos/trunk@4127 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-12-14 Sandro Santilli * tests/unit/io/WKBReaderTest.cpp: Add test for parsing EWKB git-svn-id: http://svn.osgeo.org/geos/trunk@4126 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-30 Sandro Santilli * tests/unit/capi/GEOSMinimumWidthTest.cpp: Add another test for GEOSMinimumWidth git-svn-id: http://svn.osgeo.org/geos/trunk@4125 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-30 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSMinimumDiameterTest.cpp, tests/unit/capi/GEOSMinimumWidthTest.cpp: Rename GEOSMinimumDiameter to GEOSMinimumWidth, add docs Patch by Nyall Dawson git-svn-id: http://svn.osgeo.org/geos/trunk@4124 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-30 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/algorithm/MinimumDiameter.h, src/algorithm/MinimumDiameter.cpp, tests/unit/Makefile.am, tests/unit/algorithm/MinimumDiameterTest.cpp, tests/unit/capi/GEOSMinimumDiameterTest.cpp, tests/unit/capi/GEOSMinimumRectangleTest.cpp: Port MinimumDiameter::getMinimumRectangle algorithm from JTS Also add GEOSMinimumRotatedRectangle and GEOSMinimumDiameter to C API, and re-sync MinimumDiameter with JTS r966. Includes testcases. Fixes #729. Patch by: Nyall Dawson Signed-off-by: Sandro Santilli git-svn-id: http://svn.osgeo.org/geos/trunk@4123 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-30 Sandro Santilli * capi/geos_ts_c.cpp, include/geos/algorithm/SIRtreePointInRing.h, src/algorithm/SIRtreePointInRing.cpp: Fix some leaks identified by Coverity Patch by Nyall Dawson git-svn-id: http://svn.osgeo.org/geos/trunk@4122 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-30 Sandro Santilli * include/geos/triangulate/quadedge/Vertex.h, src/triangulate/quadedge/Vertex.cpp: Fix incorrect logic in Vertex::classify, sync to r705 Patch by Nyall Dawson git-svn-id: http://svn.osgeo.org/geos/trunk@4121 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-21 Sandro Santilli * include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, src/triangulate/quadedge/QuadEdgeSubdivision.cpp: use std::vector instead of std::list to avoid size() bottleneck Patch by Daniel Baston via https://github.com/libgeos/libgeos/pull/55 git-svn-id: http://svn.osgeo.org/geos/trunk@4119 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-16 Sandro Santilli * include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp: Fix output operator for EdgeEndStar git-svn-id: http://svn.osgeo.org/geos/trunk@4118 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-13 Sandro Santilli * include/geos/geomgraph/EdgeEndStar.h, src/geomgraph/EdgeEndStar.cpp, src/operation/relate/RelateComputer.cpp: Add output operator for EdgeEndStar git-svn-id: http://svn.osgeo.org/geos/trunk@4117 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-04 Mateusz Loskot * include/geos/platform.h.cmake: Add #define NOMINMAX for Visual C++ git-svn-id: http://svn.osgeo.org/geos/trunk@4114 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-03 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSEqualsTest.cpp: Add test for GEOSEquals Includes disabled test for #752 git-svn-id: http://svn.osgeo.org/geos/trunk@4113 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-11-02 Mateusz Loskot * CMakeLists.txt: CMake should not try to generate geos_svn_revision.h if GEOS is built from packaged sources. Fixes #753 git-svn-id: http://svn.osgeo.org/geos/trunk@4112 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-31 Sandro Santilli * include/geos/geom/GeometryFactory.h, src/geom/Geometry.cpp, src/geom/GeometryFactory.cpp: Make GeometryFactory refcount geometry-agnostic git-svn-id: http://svn.osgeo.org/geos/trunk@4111 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-13 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, php/geos.c, php/test/test.php, src/geom/util/GeometryEditor.cpp, tests/unit/capi/GEOSGeom_setPrecisionTest.cpp: Add a GEOSGeom_setPrecision funciton in C-API and PHP Also fixes a bug in GeometryEditor that failed to update GeometryFactory for empty polygons (#749) git-svn-id: http://svn.osgeo.org/geos/trunk@4109 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-07 Sandro Santilli * CMakeLists.txt, capi/geos_c.h.in, configure.ac: Fix CAPI versioning (broke in r4085, after release) git-svn-id: http://svn.osgeo.org/geos/trunk@4108 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-05 Mateusz Loskot * src/geomgraph/PlanarGraph.cpp: Use std::auto_ptr to simplify r4100 fix of a memory leak potential git-svn-id: http://svn.osgeo.org/geos/trunk@4104 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-04 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp: Fix a few potential (one confirmed) leak in single sided buffer See #747 git-svn-id: http://svn.osgeo.org/geos/trunk@4103 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-04 Mateusz Loskot * src/geomgraph/PlanarGraph.cpp: Make adding edges a bit more exception safe and helps to avoid memory leaks when PlanarGraph::add(de1) throws, leaving de2 behind. This also fixes memory leak in case of self-union with NaN coordinates, revealed by GEOSUnaryUnionTest/test<9>. git-svn-id: http://svn.osgeo.org/geos/trunk@4100 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * tests/unit/triangulate/DelaunayTest.cpp: Fix memory leaks (two) due to misuse of CoordinateArraySequence git-svn-id: http://svn.osgeo.org/geos/trunk@4099 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * src/algorithm/CGAlgorithms.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/geom/LineSegment.cpp, src/io/WKTWriter.cpp, src/noding/snapround/HotPixel.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferOp.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp: Clean up Windows-specific extra parenthesis around std::min/std::max which worked around min/max macros causing syntax error. The workaround is no loner necessary since NOMINMAX placement has been corrected. git-svn-id: http://svn.osgeo.org/geos/trunk@4098 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * CMakeLists.txt, include/geos/timeval.h: Move Windows-specific NOMINMAX preprocessor definition from CMake to timeval.h. Assume timeval.h is the only place where Windows-specific headers are included. git-svn-id: http://svn.osgeo.org/geos/trunk@4097 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * CMakeLists.txt: Clean up CMake variables mismatch git-svn-id: http://svn.osgeo.org/geos/trunk@4096 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * CMakeLists.txt: Tell CMake to use GEOS instead geos. git-svn-id: http://svn.osgeo.org/geos/trunk@4095 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * CMakeLists.txt: Remove CDash configuration which generates unnecessary targets (Experimental, Nightly, Continuous) git-svn-id: http://svn.osgeo.org/geos/trunk@4094 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-03 Mateusz Loskot * : Ignore .obj and some other patterns git-svn-id: http://svn.osgeo.org/geos/trunk@4093 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-02 Sandro Santilli * NEWS, doc/example.cpp, include/geos/geom/BinaryOp.h, include/geos/geom/GeometryFactory.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/precision/GeometryPrecisionReducer.h, src/geom/Geometry.cpp, src/geom/GeometryFactory.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/precision/GeometryPrecisionReducer.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bug234.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/Geometry/normalize.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/io/WKBWriterTest.cpp, tests/unit/io/WKTReaderTest.cpp, tests/unit/io/WKTWriterTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/noding/OrientedCoordinateArray.cpp, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp, tests/unit/operation/linemerge/LineMergerTest.cpp, tests/unit/operation/linemerge/LineSequencerTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.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/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/VoronoiTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Prevent stack allocation of GeometryFactory Geometry factory objects can be created by static methods returning a smart pointer with automatic ownership transfer semantic. The so-created GeometryFactory will be kept alive as long as Geometry objects referencing it will be alive. git-svn-id: http://svn.osgeo.org/geos/trunk@4091 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-10-01 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp: Fix a memory leak in bufferLineSingleSided The leak was exposed by an existing unit test git-svn-id: http://svn.osgeo.org/geos/trunk@4090 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-09-10 Sandro Santilli * .travis.yml: 64bit builds do not fail anymore on travis git-svn-id: http://svn.osgeo.org/geos/trunk@4089 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-16 Paul Ramsey * CMakeLists.txt, HOWTO_RELEASE, NEWS, capi/geos_c.h.in, configure.ac, include/geos/version.h.vc: Bump trunk versions to 3.6 git-svn-id: http://svn.osgeo.org/geos/trunk@4085 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-14 Paul Ramsey * : Ignore build artefacts git-svn-id: http://svn.osgeo.org/geos/trunk@4082 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-12 Paul Ramsey * src/algorithm/ConvexHull.cpp: Include interrupt header, dummy git-svn-id: http://svn.osgeo.org/geos/trunk@4080 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-12 Paul Ramsey * src/algorithm/ConvexHull.cpp: Add some interrupt checks to ConvexHull git-svn-id: http://svn.osgeo.org/geos/trunk@4079 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-12 Paul Ramsey * include/geos/geom/prep/PreparedPoint.h, src/geom/prep/PreparedPoint.cpp: Quiet clang warning and match const signatures on PreparedPolygon git-svn-id: http://svn.osgeo.org/geos/trunk@4078 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-12 Paul Ramsey * configure.ac: Quiet 64-bit errors in OSX build by preferring longlongint defn of 64bit to longint git-svn-id: http://svn.osgeo.org/geos/trunk@4077 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-12 Regina Obe * src/inlines.cpp: #736 3.5.0-dev compilation errors on MinGW - okay committed too fast. This one works but may screw up real mingw people git-svn-id: http://svn.osgeo.org/geos/trunk@4076 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-11 Regina Obe * src/inlines.cpp: #736 3.5.0-dev compilation errors on MinGW git-svn-id: http://svn.osgeo.org/geos/trunk@4075 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-06 Mateusz Loskot * .travis.yml: Allow failure for CMake x64 build on Travis CI. This should eliminate unimportant signal and keep the core GEOS builds green. git-svn-id: http://svn.osgeo.org/geos/trunk@4072 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-05 Mateusz Loskot * tools/ci/before_install.sh, tools/ci/before_install_autotools.sh, tools/ci/before_install_cmake.sh: Delete scripts no longer used in container-based Travis CI git-svn-id: http://svn.osgeo.org/geos/trunk@4069 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-05 Mateusz Loskot * .travis.yml: First stab at migrating travis builds to container architecture (#739) git-svn-id: http://svn.osgeo.org/geos/trunk@4068 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-08-04 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Expose clipByRect to PHP bindings (#734) git-svn-id: http://svn.osgeo.org/geos/trunk@4067 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-28 Mateusz Loskot * src/algorithm/LineIntersector.cpp, src/io/WKTWriter.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp: Include which defines NOMINMAX on Windows/VC++. Closes ticket #701. git-svn-id: http://svn.osgeo.org/geos/trunk@4064 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-28 Mateusz Loskot * src/Makefile.vc, src/dirlist.mk: Add operation/intersection/*.cpp to NMAKE makefiles git-svn-id: http://svn.osgeo.org/geos/trunk@4063 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-28 Mateusz Loskot * nmake.opt: Add NMAKE version from released Visual Studio 2015 git-svn-id: http://svn.osgeo.org/geos/trunk@4062 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-20 Sandro Santilli * capi/geos_ts_c.cpp: Initialize all members of GEOSContextHandle_HS on construction git-svn-id: http://svn.osgeo.org/geos/trunk@4061 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-20 Sandro Santilli * NEWS, capi/geos_c.h.in, capi/geos_ts_c.cpp: Extend error and notice notification with threadsafe variants (#663) Patch by Pepijn Van Eeckhoudt Tested by Alessandro Furieri Signed-off-by: Sandro Santilli git-svn-id: http://svn.osgeo.org/geos/trunk@4060 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-19 Sandro Santilli * src/operation/intersection/RectangleIntersectionBuilder.cpp: Add missing include (thanks Alessandro Furieri) git-svn-id: http://svn.osgeo.org/geos/trunk@4059 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-07-07 Mateusz Loskot * nmake.opt: Update nmake.opt to recognize NMAKE 11.00.50522.1. Fixes #578. git-svn-id: http://svn.osgeo.org/geos/trunk@4058 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-05-18 Mateusz Loskot * nmake.opt: Merged revision(s) 4056 from branches/3.4: Fixed build configuration for NMAKE with Visual Leak Detector enabled (#715) git-svn-id: http://svn.osgeo.org/geos/trunk@4057 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-30 Mateusz Loskot * nmake.opt: Add NMAKE version from Visual Studio 2015 RC git-svn-id: http://svn.osgeo.org/geos/trunk@4054 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-20 Sandro Santilli * tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Fix unused variables warnings git-svn-id: http://svn.osgeo.org/geos/trunk@4053 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-20 Sandro Santilli * NEWS, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateSequenceFactory.h, src/algorithm/MinimumDiameter.cpp, src/geom/CoordinateSequence.cpp, src/geom/LineString.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geomgraph/EdgeRing.cpp, src/io/WKTReader.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/polygonize/EdgeRing.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp: Cleanup CoordinateSequenceFactory interface Adds method for creating empty sequence. Syncronizes CoordinateArraySequenceFactory methods. Patch by Sandro Mani, see https://github.com/libgeos/libgeos/pull/46 git-svn-id: http://svn.osgeo.org/geos/trunk@4052 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-16 Mateusz Loskot * tests/unit/capi/GEOSPreparedGeometryTest.cpp: Replace geos.h with specific headers from C++ API. Replace WKBReader with GEOSGeomFromHEX_buf where the former is unnecessary. This addresses Sandro's review comment from https://github.com/libgeos/libgeos/commit/7196b9a2e5a3ebc393a1810f6c7d841a00b50844#commitcomment-10731724git-svn-id: http://svn.osgeo.org/geos/trunk@4051 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-10 Sandro Santilli * tests/unit/Makefile.am: Enable GEOSisClosed test git-svn-id: http://svn.osgeo.org/geos/trunk@4050 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-04-10 Sandro Santilli * NEWS, capi/geos_ts_c.cpp, tests/unit/capi/GEOSisClosedTest.cpp: Support for MultiLineString->isClosed() in C API Includes tests for GEOSisClosed() in C API Patch by Benjamin Morel git-svn-id: http://svn.osgeo.org/geos/trunk@4049 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-03-02 Sandro Santilli * src/operation/overlay/OverlayOp.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSIntersectionTest.cpp: Fix memory leak in extent-limited overlay operations The leak was introduced by recent enhancement of the class to support extent-limited operation. It was spotted by Mick Orridge who also provided the testcase, thanks ! Fixes #719 git-svn-id: http://svn.osgeo.org/geos/trunk@4048 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-02-03 Sandro Santilli * README.md: Add github-friendly README.md file contains travis build status and reference to actual README git-svn-id: http://svn.osgeo.org/geos/trunk@4047 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-01-23 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug569.xml: Add (succeeding) test for reported bug #569 git-svn-id: http://svn.osgeo.org/geos/trunk@4046 5242fede-7e19-0410-aef8-94bd7d2200fb 2015-01-19 Sandro Santilli * include/geos/algorithm/RayCrossingCounter.h, src/algorithm/CGAlgorithms.cpp, src/algorithm/RayCrossingCounter.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug716.xml: Improve robustness of intersection testing (#716) RayCrossingCounter uses orientationIndex to handle floating point precision errors the same way as LineIntersector. Includes testcase for ticket #716 with CW and CCW polygons Patch by Asmund Tokheim git-svn-id: http://svn.osgeo.org/geos/trunk@4040 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-12-05 Mateusz Loskot * tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp: Add two test cases, point-on-segment and point-on-vertex. Curious detail of the tests is that points of interest have nearly exact X of tested points, the values differ after 14th decimal place. The tests provided test geometries for intersection with and without coordinates trimming after the 14th place (as per Martin Davis suggestion). It has been extensively discussed in Ticket #591 and https://github.com/libgeos/libgeos/pull/40 with Martin Davis' input. git-svn-id: http://svn.osgeo.org/geos/trunk@4038 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-26 Mateusz Loskot * src/io/StringTokenizer.cpp: Fix MSVC handling of strtod (Thanks to Paul Kohut for the patch submitted as part of https://github.com/libgeos/libgeos/pull/31/) Apparently, it solves the long running INF/NAN parsing issues on Windows and enables GEOSisValidDetail test pass again. It should also solve problems reported as part of ticket #509. git-svn-id: http://svn.osgeo.org/geos/trunk@4037 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-26 Mateusz Loskot * CMakeLists.txt, cmake/modules/GenerateSourceGroups.cmake, include/CMakeLists.txt, src/CMakeLists.txt, tests/CMakeLists.txt, tests/unit/CMakeLists.txt: Add GenerateSourceGroups macro. Attempt to generate source_group for IDEs reflecting folders structure. No functional changes to build configuration included. git-svn-id: http://svn.osgeo.org/geos/trunk@4036 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-12 Sandro Santilli * tools/svn_repo_revision.sh: Fix revision extracter for calls from external build dir git-svn-id: http://svn.osgeo.org/geos/trunk@4035 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-12 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add interruptability support to XMLTester (trigger with SIGTERM) git-svn-id: http://svn.osgeo.org/geos/trunk@4034 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-12 Sandro Santilli * .gitignore: Ignore more generated files git-svn-id: http://svn.osgeo.org/geos/trunk@4033 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-11 Sandro Santilli * src/geomgraph/GeometryGraph.cpp, src/geomgraph/PlanarGraph.cpp, src/operation/relate/RelateComputer.cpp: Further enhance RelateOp interruptibility (#711) Adds interruptibility calls in GeometryGraph and RelateComputer Funded by CartoDB git-svn-id: http://svn.osgeo.org/geos/trunk@4031 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-10 Sandro Santilli * src/geomgraph/index/SimpleMCSweepLineIntersector.cpp: Make RelateComputer interruptible (#711) Injects interruptibility calls in SimpleMCSweepLineIntersector Funded by CartoDB git-svn-id: http://svn.osgeo.org/geos/trunk@4030 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-11-04 Sandro Santilli * php/geos.c, php/test/test.php: Fix build of PHP bindings with PHP < 5.3.99 (#709) Tested with php 5.3.2 Thanks KayMadejski for the report git-svn-id: http://svn.osgeo.org/geos/trunk@4027 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * tests/unit/operation/intersection/RectangleIntersectionTest.cpp: Reduce max number of tests to 255, in case it makes clang happier See https://travis-ci.org/libgeos/libgeos/jobs/36269669 git-svn-id: http://svn.osgeo.org/geos/trunk@4026 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * src/operation/intersection/RectangleIntersection.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp: Fix another boundary bug in RectangleIntersection git-svn-id: http://svn.osgeo.org/geos/trunk@4025 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * src/operation/intersection/RectangleIntersection.cpp: Fix bug in RectangleIntersection on finding rect fully contained git-svn-id: http://svn.osgeo.org/geos/trunk@4024 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * src/operation/intersection/RectangleIntersection.cpp: Fix bug in RectangleIntersection (was cought by testsuite too!) git-svn-id: http://svn.osgeo.org/geos/trunk@4023 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * src/geomgraph/GeometryGraph.cpp, src/operation/overlay/OverlayOp.cpp: Remove debugging lines, reduce cost of envelope filter ... when the filter envelope fully convers the geometry envelope git-svn-id: http://svn.osgeo.org/geos/trunk@4022 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-25 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, configure.ac, include/geos/operation/Makefile.am, include/geos/operation/intersection/Makefile.am, include/geos/operation/intersection/Rectangle.h, include/geos/operation/intersection/RectangleIntersection.h, include/geos/operation/intersection/RectangleIntersectionBuilder.h, src/geom/Geometry.cpp, src/operation/Makefile.am, src/operation/intersection/Makefile.am, src/operation/intersection/Rectangle.cpp, src/operation/intersection/RectangleIntersection.cpp, src/operation/intersection/RectangleIntersectionBuilder.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSClipByRectTest.cpp, tests/unit/operation/intersection/RectangleIntersectionTest.cpp: Add optimized RectangleIntersection functionality Includes: C++ API, with tests C-API GEOSClipByRect, with tests Initial C++ code provided by Mika Heiskanen. Modified by me to work with arbitrarily ordered polygon ring vertices. See #699 for background git-svn-id: http://svn.osgeo.org/geos/trunk@4021 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-24 Sandro Santilli * php/geos.c: Fixed compilation against thread-safe PHP (ZTS) Closes #541 Patch-by: Benjamin Morel Signed-off-by: Sandro Santilli git-svn-id: http://svn.osgeo.org/geos/trunk@4019 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-23 Sandro Santilli * include/geos/operation/overlay/OverlayOp.h, src/operation/overlay/OverlayOp.cpp: Further speedup difference/intersection at the validating phase This avoids to insert to the output graph edges which do not intersect the target envelope. git-svn-id: http://svn.osgeo.org/geos/trunk@4018 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-23 Sandro Santilli * NEWS, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/operation/overlay/OverlayOp.h, src/geomgraph/GeometryGraph.cpp, src/operation/overlay/OverlayOp.cpp: OverlayOp: restrict intersection computations to the target extent Speeds up INTERSECTION and DIFFERENCE operations between geometries with small bounding box overlap. git-svn-id: http://svn.osgeo.org/geos/trunk@4017 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-22 Sandro Santilli * php/test/test.php: Refactored PHP bindings tests Patch by Benjamin Morel git-svn-id: http://svn.osgeo.org/geos/trunk@4016 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-22 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Add WKBReader::read() & WKBWriter::write() PHP bindings Includes tests. Patch by Benjamin Morel Signed-off-by: Sandro Santilli git-svn-id: http://svn.osgeo.org/geos/trunk@4015 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-19 Sandro Santilli * tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Report time it took to run each test git-svn-id: http://svn.osgeo.org/geos/trunk@4014 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-19 Sandro Santilli * php/test/test.php: Normalize voronoi diagram results for comparing to expected output git-svn-id: http://svn.osgeo.org/geos/trunk@4013 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-19 Sandro Santilli * src/operation/overlay/Makefile.am, src/planargraph/Makefile.am, tests/unit/Makefile.am, tests/xmltester/Makefile.am: Add AUTOMAKE_OPTIONS = subdir-objects, to please automake 1.14.1 git-svn-id: http://svn.osgeo.org/geos/trunk@4012 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-17 Sandro Santilli * php/test/test.php: Accept differently-structured but point-set equivalent intersection result git-svn-id: http://svn.osgeo.org/geos/trunk@4011 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-17 Sandro Santilli * tests/xmltester/tests/testLeaksBig.xml: Remove more duplicated tests Tests were found in TestFunctionAA.xml, TestFunctionLA.xml TestFunctionPA.xml TestFunctionPL.xml TestFunctionPP.xml TestFunctionLLPrec.xml, TestRelatePP.xml git-svn-id: http://svn.osgeo.org/geos/trunk@4010 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-16 Sandro Santilli * tests/xmltester/tests/testLeaksBig.xml: Remove duplicated tests The removed tests are already present in other xml files under general/ There's more to drop here too... git-svn-id: http://svn.osgeo.org/geos/trunk@4009 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-16 Sandro Santilli * tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Add some tolerance to VoronoiDiagram tester git-svn-id: http://svn.osgeo.org/geos/trunk@4008 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-16 Sandro Santilli * src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp: Do not output duplicated vertices from QuadEdgeSubdivision class (#705) Includes testcase git-svn-id: http://svn.osgeo.org/geos/trunk@4007 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-16 Sandro Santilli * tests/unit/Makefile.am, tests/unit/geom/Geometry/normalize.cpp: Add tests for Geometry->normalize() git-svn-id: http://svn.osgeo.org/geos/trunk@4006 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-16 Sandro Santilli * tests/unit/triangulate/VoronoiTest.cpp: Have VoronoiTest print expected/obtained on failure git-svn-id: http://svn.osgeo.org/geos/trunk@4005 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-15 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Expose Geometry->normalize() method in PHP binding git-svn-id: http://svn.osgeo.org/geos/trunk@4004 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-15 Sandro Santilli * tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Normalize result before comparing git-svn-id: http://svn.osgeo.org/geos/trunk@4003 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-12 Sandro Santilli * .gitignore: More ignores... git-svn-id: http://svn.osgeo.org/geos/trunk@4002 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-09-09 Sandro Santilli * src/geom/Envelope.cpp, src/geom/Geometry.cpp, tests/unit/Makefile.am, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/equalsTest.cpp, tests/unit/geom/PointTest.cpp: Fix Empty to Empty equals response (#703) git-svn-id: http://svn.osgeo.org/geos/trunk@4001 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-08-25 Sandro Santilli * include/geos/platform.h.in: Fix OpenBSD build (#700) git-svn-id: http://svn.osgeo.org/geos/trunk@3996 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-08-09 Regina Obe * CMakeLists.txt: #698 patch to support MSVC12 and MSVC13 git-svn-id: http://svn.osgeo.org/geos/trunk@3995 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-30 Sandro Santilli * tests/xmltester/tests/general/MISSING: TestUnaryUnion.xml was ported git-svn-id: http://svn.osgeo.org/geos/trunk@3992 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-30 Sandro Santilli * NEWS, capi/geos_c.h.in: Allow C-API users to hide non-reentrant section Define GEOS_USE_ONLY_R_API to obtain a compile-time error when trying to use non-reentrant functions. Patch by Even Rouault (#695) git-svn-id: http://svn.osgeo.org/geos/trunk@3991 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-29 Sandro Santilli * include/geos/util/IllegalArgumentException.h, include/geos/util/UnsupportedOperationException.h: Typoes fixed in comments Patches by Jochen Topf: https://github.com/libgeos/libgeos/pull/34 https://github.com/libgeos/libgeos/pull/35 git-svn-id: http://svn.osgeo.org/geos/trunk@3990 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-20 Sandro Santilli * include/geos/geom/prep/PreparedPoint.h, src/geom/prep/PreparedPoint.cpp: Revert "Fix PreparedPoint::intersects signature to match the upper virtual" This reverts commit r3988 The non-broken signature introduces a discrepancy between PreparedPoint::intersects and Point::intersects See http://trac.osgeo.org/geos/ticket/694 git-svn-id: http://svn.osgeo.org/geos/trunk@3989 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-20 Sandro Santilli * include/geos/geom/prep/PreparedPoint.h, src/geom/prep/PreparedPoint.cpp: Fix PreparedPoint::intersects signature to match the upper virtual Thanks Mikhail Veltishchev for pointing out See https://github.com/libgeos/libgeos/pull/33 git-svn-id: http://svn.osgeo.org/geos/trunk@3988 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-20 Sandro Santilli * macros/ruby.m4, swig/ruby/Makefile.am, swig/ruby/geos_wrap.cxx: Update ruby binding build scripts Build succeeds with ruby1.9.1-dev. Swig wrapper updated. See https://github.com/libgeos/libgeos/pull/22 git-svn-id: http://svn.osgeo.org/geos/trunk@3987 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-06-20 Sandro Santilli * include/geos/index/strtree/Interval.h, src/index/strtree/Interval.cpp, src/index/strtree/SIRtree.cpp: Clean up strtree::Interval interface Set const-correctness, drop useless copy-ctor-like method git-svn-id: http://svn.osgeo.org/geos/trunk@3986 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-05-21 Sandro Santilli * .gitignore, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, php/geos.c, php/test/test.php, swig/python/geos.py, swig/python/geos_wrap.cxx, tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Change GEOSVoronoiDiagram signature to accept optional clip extent With this change I'll consider voronoi API final git-svn-id: http://svn.osgeo.org/geos/trunk@3985 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-05-21 Sandro Santilli * php/geos.c, php/test/test.php: Expose Geometry.voronoiDiagram in PHP interface git-svn-id: http://svn.osgeo.org/geos/trunk@3984 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-05-21 Sandro Santilli * capi/geos_ts_c.cpp, include/geos/triangulate/VoronoiDiagramBuilder.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, src/triangulate/VoronoiDiagramBuilder.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Fix GEOSVoronoiDiagram on requesting edges only Before this fix asking for edges would return the edges of the triangle used as abase for the Voronoi diagram. After, we return the actual voronoi cell edges. git-svn-id: http://svn.osgeo.org/geos/trunk@3983 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-05-07 Mateusz Loskot * nmake.opt, src/algorithm/LineIntersector.cpp, src/geom/LineSegment.cpp, src/io/WKTWriter.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp: Apply minimal changes to enable building with Visual Studio 2013 (Ticket #691) git-svn-id: http://svn.osgeo.org/geos/trunk@3981 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-03-29 Sandro Santilli * src/operation/polygonize/EdgeRing.cpp: Polygonizer: do not pretend all exceptions are due to edge invalidity git-svn-id: http://svn.osgeo.org/geos/trunk@3978 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-03-28 Sandro Santilli * src/operation/polygonize/Polygonizer.cpp: Make polygonize operation interruptable git-svn-id: http://svn.osgeo.org/geos/trunk@3977 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-03-17 Sandro Santilli * src/Makefile.vc: Fix nmake build (#689) git-svn-id: http://svn.osgeo.org/geos/trunk@3976 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-03-16 Sandro Santilli * tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/io/WKBWriterTest.cpp: Include from unit tests (#686) git-svn-id: http://svn.osgeo.org/geos/trunk@3975 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-02-11 Sandro Santilli * capi/Makefile.am: Include AM_CPPFLAGS in target-specific CPPFLAGS Attempt to fix build on travis (with automake 1.11.3) See http://travis-ci.org/libgeos/libgeos/jobs/18602776#L2519 git-svn-id: http://svn.osgeo.org/geos/trunk@3974 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-02-10 Sandro Santilli * capi/Makefile.am, doc/Makefile.am, src/Makefile.am, src/algorithm/Makefile.am, src/algorithm/distance/Makefile.am, src/algorithm/locate/Makefile.am, src/geom/Makefile.am, src/geom/prep/Makefile.am, src/geom/util/Makefile.am, src/geomgraph/Makefile.am, src/geomgraph/index/Makefile.am, src/index/bintree/Makefile.am, src/index/chain/Makefile.am, src/index/intervalrtree/Makefile.am, src/index/quadtree/Makefile.am, src/index/strtree/Makefile.am, src/index/sweepline/Makefile.am, src/io/Makefile.am, src/linearref/Makefile.am, src/noding/Makefile.am, src/noding/snapround/Makefile.am, src/operation/Makefile.am, src/operation/buffer/Makefile.am, src/operation/distance/Makefile.am, src/operation/linemerge/Makefile.am, src/operation/overlay/Makefile.am, src/operation/polygonize/Makefile.am, src/operation/predicate/Makefile.am, src/operation/relate/Makefile.am, src/operation/sharedpaths/Makefile.am, src/operation/union/Makefile.am, src/operation/valid/Makefile.am, src/planargraph/Makefile.am, src/precision/Makefile.am, src/simplify/Makefile.am, src/triangulate/Makefile.am, src/triangulate/quadedge/Makefile.am, src/util/Makefile.am, swig/ruby/Makefile.am, tests/bigtest/Makefile.am, tests/geostest/Makefile.am, tests/perf/Makefile.am, tests/perf/capi/Makefile.am, tests/perf/operation/buffer/Makefile.am, tests/perf/operation/predicate/Makefile.am, tests/thread/Makefile.am, tests/unit/Makefile.am, tests/xmltester/Makefile.am: Rename INCLUDES to AM_CPPFLAGS Fixes aclocal 1.13.3 warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Also tested with aclocal 1.11.1 git-svn-id: http://svn.osgeo.org/geos/trunk@3973 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-02-10 Sandro Santilli * configure.ac, configure.in: Renamed configure.in to configure.ac (#683) Tested with GNU automake 1.13.3 and 1.11.1 git-svn-id: http://svn.osgeo.org/geos/trunk@3972 5242fede-7e19-0410-aef8-94bd7d2200fb 2014-02-10 Mateusz Loskot * src/inlines.cpp: Replace use of non-existent DLL_EXPORT with GEOS_DLL_EXPORT (Ticket #681) git-svn-id: http://svn.osgeo.org/geos/trunk@3971 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-12-10 Sandro Santilli * swig/ruby/Makefile.am: Fix Ruby automake There is a typo or error in the automake file that prevents the Ruby library from being found or properly linked in. Patch by "J. Ryan Earl" See https://github.com/libgeos/libgeos/pull/32 git-svn-id: http://svn.osgeo.org/geos/trunk@3966 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-12-10 Sandro Santilli * src/io/WKBReader.cpp, tests/unit/io/WKBReaderTest.cpp: Throw a ParseException on missing chars from HEXWKB string (#675) Includes testcase. git-svn-id: http://svn.osgeo.org/geos/trunk@3964 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-11-19 Mateusz Loskot * nmake.opt: Add NMAKE version from VS2012 Update 4 git-svn-id: http://svn.osgeo.org/geos/trunk@3963 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-11-19 Sandro Santilli * src/triangulate/VoronoiDiagramBuilder.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp: Prefer std::max over fmax (#674) Should fix MSVC11 builds. Patches by Twiddeldidu. git-svn-id: http://svn.osgeo.org/geos/trunk@3962 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-11-19 Sandro Santilli * configure.in: Do not try to build python and ruby bindings without swig (#673) git-svn-id: http://svn.osgeo.org/geos/trunk@3961 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-11-19 Sandro Santilli * include/geos/geom/Geometry.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, src/geom/Geometry.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/LinearComponentExtracter.cpp, src/geom/util/Makefile.am, src/geom/util/PointExtracter.cpp, src/geom/util/PolygonExtracter.cpp: Define ComponentCoordinateExtracter classes in .cpp file (#535) This is a workaround for a bug in GCC 4.4 failing to properly encode inheritance info in the shared library when the class is fully inlined. Patch by Daniel Komisar git-svn-id: http://svn.osgeo.org/geos/trunk@3960 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Added onlyEdges parameter to GEOSVoronoiDiagram (#627) Contributed by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3959 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * include/geos/platform.h.in: Temptative fix for ISFINITE imple with UP-UX 11.23 build (#664) git-svn-id: http://svn.osgeo.org/geos/trunk@3957 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * .gitignore: ignore generated svn revision header git-svn-id: http://svn.osgeo.org/geos/trunk@3956 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * NEWS, include/geos/triangulate/VoronoiDiagramBuilder.h, src/triangulate/VoronoiDiagramBuilder.cpp, tests/unit/triangulate/VoronoiTest.cpp: Cleanup VoronoiDiagramBuilder interface, add NEWS item (#627) Cleanups involved removing all explicit "delete" calls trough auto_ptr uses, moving some allocations from heap to stack and reducing object copies. git-svn-id: http://svn.osgeo.org/geos/trunk@3955 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSVoronoiDiagramBuilderTest.cpp, tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Rename CAPI method GEOSVoronoiDiagramBuilder to GEOSVoronoiDiagram See #627 git-svn-id: http://svn.osgeo.org/geos/trunk@3954 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-13 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSVoronoiDiagramBuilderTest.cpp: capi Voronoi Diagram Builder + tests git-svn-id: http://svn.osgeo.org/geos/trunk@3953 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-10 Sandro Santilli * src/triangulate/VoronoiDiagramBuilder.cpp: Remove unneeded include git-svn-id: http://svn.osgeo.org/geos/trunk@3952 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-10 Sandro Santilli * include/geos/triangulate/Makefile.am, include/geos/triangulate/VoronoiDiagramBuilder.h, src/triangulate/Makefile.am, src/triangulate/VoronoiDiagramBuilder.cpp, tests/unit/Makefile.am, tests/unit/triangulate/VoronoiTest.cpp: VoronoiDigramBuilder class + test Contributed by Vishal Tiwari See https://github.com/libgeos/libgeos/pull/25 git-svn-id: http://svn.osgeo.org/geos/trunk@3951 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-10 Sandro Santilli * COPYING: Fix FSF address in license file (#662) git-svn-id: http://svn.osgeo.org/geos/trunk@3946 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-07 Sandro Santilli * tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp: Hush still-reachable valgrind report by avoiding singletons git-svn-id: http://svn.osgeo.org/geos/trunk@3945 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-07 Sandro Santilli * include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp: Voronoi APIs added to QuadEdgeSubdivision class, with test added Contributed by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3944 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-04 Mateusz Loskot * .travis.yml: Remove myself from travis-ci notification targets git-svn-id: http://svn.osgeo.org/geos/trunk@3942 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-09-02 Sandro Santilli * .gitignore, .travis.yml, tools/ci/before_install.sh, tools/ci/script.sh: Add 32-bit build in travis-ci config (#658) - Add 32-bit builds to Travis CI matrix - Install gcc-multilib on Travis CI for -m32 - Add IRC use_notice to Travis CI notifications - Set on_success and on_failure separately for IRC and email - Ignore _build - convenient for CMake builds Patch by Mateusz Loskot git-svn-id: http://svn.osgeo.org/geos/trunk@3934 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-31 Mateusz Loskot * : Ignore geos_svn_revision.h, compile and test-driver files git-svn-id: http://svn.osgeo.org/geos/trunk@3933 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * tests/xmltester/XMLTester.cpp: Untabify git-svn-id: http://svn.osgeo.org/geos/trunk@3931 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * src/operation/polygonize/EdgeRing.cpp, src/triangulate/IncrementalDelaunayTriangulator.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp: * Replace while(true) with canonical for(;;) * Warnings clean-up * Untabify git-svn-id: http://svn.osgeo.org/geos/trunk@3930 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * include/geos/geom/BinaryOp.h: Add explicit cast from double to long unsigned int git-svn-id: http://svn.osgeo.org/geos/trunk@3929 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * tests/xmltester/XMLTester.cpp: Clean unsafe mix of type 'int' and type 'bool' in operation git-svn-id: http://svn.osgeo.org/geos/trunk@3928 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp, tests/unit/tut/tut.hpp: Disable copy ctor and assignment operator where relevant. git-svn-id: http://svn.osgeo.org/geos/trunk@3927 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * tests/unit/capi/GEOSNodeTest.cpp: Replace implicit boolean conversion with explicit nullptr test git-svn-id: http://svn.osgeo.org/geos/trunk@3926 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-28 Mateusz Loskot * include/geos/geom/BinaryOp.h: Ignore unused label git-svn-id: http://svn.osgeo.org/geos/trunk@3925 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-26 Regina Obe * NEWS: copy over 3.4 branch news items git-svn-id: http://svn.osgeo.org/geos/trunk@3924 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-22 Sandro Santilli * .travis.yml, tools/ci/before_install.sh, tools/ci/before_install_autotools.sh, tools/ci/before_install_cmake.sh, tools/ci/common.sh, tools/ci/script.sh, tools/ci/script_autotools.sh, tools/ci/script_cmake.sh: Configure Travis CI for GEOS (#657) Configurations for GCC and clang with both Autotools and CMake. Enable IRC notifications Contributed by Mateusz Loskot git-svn-id: http://svn.osgeo.org/geos/trunk@3914 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-22 Sandro Santilli * NEWS: Stub 3.5.0 section git-svn-id: http://svn.osgeo.org/geos/trunk@3913 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-22 Sandro Santilli * include/geos/geom/Triangle.h, src/geom/Triangle.cpp, tests/unit/geom/TriangleTest.cpp: circumcentre() and det() methods added to class Triangle Includes test for circumcentre() Contributed by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3912 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-22 Sandro Santilli * tests/unit/capi/GEOSisValidDetailTest.cpp: Accept multiple NaN representations (#656) git-svn-id: http://svn.osgeo.org/geos/trunk@3910 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-21 Sandro Santilli * CMakeLists.txt: Set JTS_PORT for CMake in sync with others .. we should really reduce the number of places version is set git-svn-id: http://svn.osgeo.org/geos/trunk@3908 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-21 Sandro Santilli * include/geos/geom/BinaryOp.h: Use a double for PrecisionModel scale, avoiding overflows Fixes #652 git-svn-id: http://svn.osgeo.org/geos/trunk@3907 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-21 Regina Obe * include/geos/platform.h.in: #650 isnan workaround OS detection missing NetBSD, DragonFly, Sun nuance git-svn-id: http://svn.osgeo.org/geos/trunk@3902 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-20 Sandro Santilli * include/geos/triangulate/quadedge/Vertex.h, src/triangulate/quadedge/Vertex.cpp: Change operator< for Vertex to be inlined and use Coordinate operator< git-svn-id: http://svn.osgeo.org/geos/trunk@3901 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-20 Sandro Santilli * tests/unit/triangulate/quadedge/VertexTest.cpp: Simplify Vertext test git-svn-id: http://svn.osgeo.org/geos/trunk@3900 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-20 Sandro Santilli * include/geos/triangulate/quadedge/Vertex.h, src/triangulate/quadedge/Vertex.cpp, tests/unit/Makefile.am, tests/unit/triangulate/quadedge/VertexTest.cpp: operator< for Vertex added Includes test Path by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3899 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-19 Sandro Santilli * include/geos/Makefile.am: Install but do not distribute generated headers These are platform.h and version.h Fixes bug #601 and the lack of C++ headers install in releases 3.4.0 and 3.4.1 git-svn-id: http://svn.osgeo.org/geos/trunk@3896 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-17 Regina Obe * CMakeLists.txt: #644 Can't build using cmake with tar ball only do svn check if there is a .svn file in source folder to ensure it works with tar ball git-svn-id: http://svn.osgeo.org/geos/trunk@3889 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-16 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp, tests/unit/capi/GEOSSnapTest.cpp: Fix assertion failure in snapping code (#649) The bug affected attempts to snapping lines to the points of a rectangle with a side smaller than the tolerance. git-svn-id: http://svn.osgeo.org/geos/trunk@3885 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-14 Regina Obe * CMakeLists.txt, HOWTO_RELEASE: update HOWTO_RELEASE to include bumping revision numbrs in CMake and also bump numbers in CMake. git-svn-id: http://svn.osgeo.org/geos/trunk@3883 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Sandro Santilli * : Set correct eol-style for geos-config and testrunner (#645) git-svn-id: http://svn.osgeo.org/geos/trunk@3879 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * capi/geos_c.h.in: bump to 3.5.0 and capi to next git-svn-id: http://svn.osgeo.org/geos/trunk@3877 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * NEWS: update date on news git-svn-id: http://svn.osgeo.org/geos/trunk@3876 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * configure.in, include/geos/version.h.vc: bump all revisions with plan we will have Voronoi ported over (strk change if I did this wrong) git-svn-id: http://svn.osgeo.org/geos/trunk@3873 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * include/geos/version.h.vc: update version numbers to agree with configure.in - huh why are the version numbers all old in this file? git-svn-id: http://svn.osgeo.org/geos/trunk@3870 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * configure.in: get rid of dev in version# in prep for 3.4.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@3869 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-11 Regina Obe * ChangeLog: update change log in prep for 3.4.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@3868 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-08 Regina Obe * ChangeLog, NEWS: update news and change log in prep for Aug 10 release of 3.4.0 git-svn-id: http://svn.osgeo.org/geos/trunk@3867 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-04 Regina Obe * include/geos/Makefile.am: #601 do not incude platform.h in tar ball. git-svn-id: http://svn.osgeo.org/geos/trunk@3866 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-04 Sandro Santilli * src/triangulate/DelaunayTriangulationBuilder.cpp: Avoid Coordinate copies in DelaunayTriangulationBuilder::envelope git-svn-id: http://svn.osgeo.org/geos/trunk@3864 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-04 Sandro Santilli * tests/unit/triangulate/DelaunayTest.cpp: Simplify testcase for DelaunayTriangulationBuilder::envelope git-svn-id: http://svn.osgeo.org/geos/trunk@3863 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-04 Sandro Santilli * include/geos/triangulate/DelaunayTriangulationBuilder.h, src/triangulate/DelaunayTriangulationBuilder.cpp, tests/unit/triangulate/DelaunayTest.cpp: envelope() method added to DelaunayTriangulationBuilder class Includes testcase. Patch by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3862 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-03 Mateusz Loskot * CMakeLists.txt, tools/geos_svn_revision_cmake.h.in: Add geos_svn_revision.h generator to CMake config Patch from David Burken attached to #643 git-svn-id: http://svn.osgeo.org/geos/trunk@3861 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-02 Regina Obe * src/Makefile.vc: #607 Makefile.vc 'clean' step leaks obj files git-svn-id: http://svn.osgeo.org/geos/trunk@3860 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-08-01 Regina Obe * NEWS: updates add some missing ticket items and add ticket numbers where missing git-svn-id: http://svn.osgeo.org/geos/trunk@3858 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Sean Gillies * src/operation/polygonize/EdgeRing.cpp: Print to stderr only in debug mode git-svn-id: http://svn.osgeo.org/geos/trunk@3857 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Regina Obe * AUTHORS: #641 - distinguish between active and inactive group and add Regina Obe to list. git-svn-id: http://svn.osgeo.org/geos/trunk@3856 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Regina Obe * acsite.m4: git-svn-id: http://svn.osgeo.org/geos/trunk@3855 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Regina Obe * authors.svn: add myself to author list git-svn-id: http://svn.osgeo.org/geos/trunk@3854 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Sandro Santilli * NEWS, include/geos/geom/BinaryOp.h, include/geos/operation/overlay/OverlayOp.h, src/operation/overlay/OverlayOp.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug392.xml, tests/xmltester/tests/ticket/bug459.xml, tests/xmltester/tests/ticket/bug527.xml, tests/xmltester/tests/ticket/bug586.xml, tests/xmltester/tests/ticket/bug599.xml: Improve overlay robustness - Validate CBR results before accepting them - Enable overlay node validator even for FIXED precision - Enable geometry-reduction policy - Bail out on exception from overlay if any input is invalid Fixes bug #459 git-svn-id: http://svn.osgeo.org/geos/trunk@3853 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Sandro Santilli * tests/xmltester/tests/buffer.xml: Do not expect invalid output from buffer The test verification code is tollerant, but better fix this git-svn-id: http://svn.osgeo.org/geos/trunk@3852 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-31 Sandro Santilli * tests/xmltester/tests/ticket/bug275.xml: Turn test for ticket 275 into an "area test". Area test checks that the area of the Union between two geometries is about the same as the sum of area of symdifference + area of intersection. git-svn-id: http://svn.osgeo.org/geos/trunk@3851 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-25 Sandro Santilli * include/geos/geom/CoordinateList.h: Fix CoordinateList.closeRing() use of past-the-end operator git-svn-id: http://svn.osgeo.org/geos/trunk@3850 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-25 Sandro Santilli * include/geos/geom/CoordinateList.h, tests/unit/geom/CoordinateListTest.cpp: closeRing() method added in CoordinateList class Patch by Vishal Tiwari git-svn-id: http://svn.osgeo.org/geos/trunk@3849 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-23 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in: Cosmetic changes into the CAPI code, by Mike Toews - Replace "reader" with "writer" in prototypes - describe "_r" functions - Function arguments with only one geometry changed from g1 to g - Rename nf -> ef for GEOSContext_setErrorHandler_rsetErrorHandler_r - Move GEOSBuffer* declaration to top of buffer related function section - Change char* mat to char *mat - Fix typos in comments - Clip trailing white space, and other white space consistencies - Other minor rearrangements for consistency git-svn-id: http://svn.osgeo.org/geos/trunk@3848 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-17 Sandro Santilli * src/operation/buffer/OffsetCurveBuilder.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Make GEOSOffsetCurve survive single-point input (with an exception) git-svn-id: http://svn.osgeo.org/geos/trunk@3846 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-17 Sandro Santilli * src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Fix OffsetCurve op in presence of duplicated vertices (#602) git-svn-id: http://svn.osgeo.org/geos/trunk@3845 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-17 Sandro Santilli * src/simplify/LineSegmentIndex.cpp: Fix LineSegmentVisitor copy ctor (#636) git-svn-id: http://svn.osgeo.org/geos/trunk@3844 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-15 Sandro Santilli * src/geom/GeometryCollection.cpp, tests/unit/io/WKBWriterTest.cpp: Drop SRID from geometrycollection elements (#583) git-svn-id: http://svn.osgeo.org/geos/trunk@3840 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-12 Sandro Santilli * tests/unit/geom/Geometry/coversTest.cpp: Add test for #580 (successful) git-svn-id: http://svn.osgeo.org/geos/trunk@3839 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * tests/unit/capi/GEOSOffsetCurveTest.cpp: Fix memory leak in testcase git-svn-id: http://svn.osgeo.org/geos/trunk@3837 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * tests/unit/capi/GEOSOffsetCurveTest.cpp: Drop carriage returns git-svn-id: http://svn.osgeo.org/geos/trunk@3836 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/Vertex.h, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/triangulate/DelaunayTest.cpp: Fix memory in QuadEdgeSubdivision (#604) git-svn-id: http://svn.osgeo.org/geos/trunk@3835 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Expose Delaunay triangulation to PHP API (#567) git-svn-id: http://svn.osgeo.org/geos/trunk@3834 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * php/test/test.php: Fix test after changes in PointOnSurface git-svn-id: http://svn.osgeo.org/geos/trunk@3833 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * NEWS, tools/geos-config.in: Add --cclibs, --static-clibs and --static-cclibs to geos-config (#497) git-svn-id: http://svn.osgeo.org/geos/trunk@3832 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * NEWS: Add 3.3.1 to 3.3.8 section git-svn-id: http://svn.osgeo.org/geos/trunk@3831 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-11 Sandro Santilli * NEWS: Cleanup NEWS file confused in r3816 git-svn-id: http://svn.osgeo.org/geos/trunk@3830 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-07-05 Sandro Santilli * include/geos/linearref/Makefile.am: Fix install location of linearref headers (#624) git-svn-id: http://svn.osgeo.org/geos/trunk@3829 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-28 Mateusz Loskot * nmake.opt: Add NMAKE version from Visual Studio 2012 Update 3 RTM git-svn-id: http://svn.osgeo.org/geos/trunk@3827 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-26 Sandro Santilli * src/noding/snapround/HotPixel.cpp, tests/unit/noding/snapround/HotPixelTest.cpp: Fix typo in HotPixel corners initializer Patch by Mickael BORNE git-svn-id: http://svn.osgeo.org/geos/trunk@3826 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-26 Mateusz Loskot * nmake.opt: Add another NMAKE version from Visual Studio 2012 git-svn-id: http://svn.osgeo.org/geos/trunk@3824 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-12 Mateusz Loskot * include/geos/operation/buffer/BufferBuilder.h, src/operation/buffer/BufferBuilder.cpp, tests/unit/operation/buffer/BufferBuilderTest.cpp: Final clarification of BufferBuilder::bufferLineSingleSided behaviour (ticket #633) * Ignore BufferParameters::setSingleSided() parameter as it is specific to areal geometries. * Document semantic of input parameters. * Document order of coordinates in generated output (conforms to PostGIS behaviour). * Add test for coordinates order assumptions. git-svn-id: http://svn.osgeo.org/geos/trunk@3823 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-12 Mateusz Loskot * tests/unit/operation/buffer/BufferBuilderTest.cpp: Update single side offset curve tests to check uniform coordinates order in output (ticket #633). We need to decide if BufferBuilder::bufferLineSingleSided should take care of reversing coordinates if necessary. git-svn-id: http://svn.osgeo.org/geos/trunk@3822 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-12 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/operation/buffer/BufferBuilderTest.cpp: Add updated C++ API test case for the left/right offset curve (ticket #633) git-svn-id: http://svn.osgeo.org/geos/trunk@3821 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-12 Mateusz Loskot * tests/unit/capi/GEOSOffsetCurveTest.cpp: Add comment missing from previous commit. git-svn-id: http://svn.osgeo.org/geos/trunk@3820 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-12 Mateusz Loskot * tests/unit/capi/GEOSOffsetCurveTest.cpp: Add test case for #633 based on GEOSOffsetCurve from C-API. Passing negative distance for right-sided offset curve generates correct/expected output. Interestingly, equivalent test using BufferBuilder directly, from C++ API, does not pass. git-svn-id: http://svn.osgeo.org/geos/trunk@3819 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-11 Mateusz Loskot * src/operation/buffer/OffsetCurveBuilder.cpp, tests/unit/Makefile.am, tests/unit/operation/buffer/BufferBuilderTest.cpp: Revert r3817 as partial or incorrect fix. See ticket #633 for details. git-svn-id: http://svn.osgeo.org/geos/trunk@3818 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-11 Mateusz Loskot * src/operation/buffer/OffsetCurveBuilder.cpp, tests/unit/Makefile.am, tests/unit/operation/buffer/BufferBuilderTest.cpp: * Fix bug in OffsetCurveBuilder case for right-side offset curve used left-side flag to initialise the side segments. * Corresponding test case attached. git-svn-id: http://svn.osgeo.org/geos/trunk@3817 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-11 Sandro Santilli * NEWS, include/geos/profiler.h: Fix for mingw64 compile, by Regina Obe (#630) git-svn-id: http://svn.osgeo.org/geos/trunk@3816 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: Simplify code looking for closer vertex snap git-svn-id: http://svn.osgeo.org/geos/trunk@3814 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Mateusz Loskot * capi/geos_ts_c.cpp: Fix incomplete type of Node at the point of destruction (by GeometryNoder) leading to never called destructor bug. git-svn-id: http://svn.osgeo.org/geos/trunk@3813 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Mateusz Loskot * src/algorithm/RayCrossingCounter.cpp, src/geom/LineString.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/io/WKBWriter.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/polygonize/PolygonizeGraph.cpp: Correct int and std::size_t mismatch for 64-bit target. git-svn-id: http://svn.osgeo.org/geos/trunk@3812 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Mateusz Loskot * src/algorithm/InteriorPointArea.cpp: * Disable copy constructor and assignment operator. * Correct int and std::size_t mismatch for 64-bit target. git-svn-id: http://svn.osgeo.org/geos/trunk@3811 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Mateusz Loskot * include/geos/noding/GeometryNoder.h, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/PrecisionReducerCoordinateOperation.h, src/noding/GeometryNoder.cpp: Disable copy constructor and assignment operator git-svn-id: http://svn.osgeo.org/geos/trunk@3810 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-07 Mateusz Loskot * include/geos/operation/buffer/OffsetSegmentString.h: Correct return type of OffsetSegmentString::size() to be size_t git-svn-id: http://svn.osgeo.org/geos/trunk@3809 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-06 Sandro Santilli * examples/CPCLException.cpp, examples/CoordinateSequencesExample.cpp, examples/CustomCoordinateSequenceExample.cpp, examples/CustomCoordinateSequenceExample.h, examples/CustomPointCoordinateSequence.cpp, examples/Makefile.am: Drop obsoleted files git-svn-id: http://svn.osgeo.org/geos/trunk@3808 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-06 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: Drop commented out / disabled code git-svn-id: http://svn.osgeo.org/geos/trunk@3807 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-05 Mateusz Loskot * CMakeLists.txt: Implement generating geos_svn_revision.h using shell script. git-svn-id: http://svn.osgeo.org/geos/trunk@3806 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-05 Mateusz Loskot * CMakeLists.txt: Make Visual C++ 11.0 recognised by CMake configuration git-svn-id: http://svn.osgeo.org/geos/trunk@3805 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-06-03 Sandro Santilli * src/geom/prep/PreparedPolygonIntersects.cpp: Short-circuit prepared polygon/point intersection Reduces memory fragmentation for area-puntal ops git-svn-id: http://svn.osgeo.org/geos/trunk@3803 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-05-30 Sandro Santilli * include/geos/operation/overlay/snap/LineStringSnapper.h, src/operation/overlay/snap/LineStringSnapper.cpp, tests/unit/capi/GEOSSnapTest.cpp: Improve snap algorithm reducing likelyhood of invalid output - Snap input vertices to closest snap point (#629) - Do not snap segments to external points (#501) - Never snap multiple vertices to the same snap point Work funded by Tuscany Region - SITA. Contract "Support to the use of GFOSS (Geographic Free and Open Source Software) Desktop tools" (CIG Z3B06FA6D7). git-svn-id: http://svn.osgeo.org/geos/trunk@3800 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-05-23 Sandro Santilli * Makefile.am, tools/svn_repo_revision.sh: Create geos_svn_revision.h in the source tree It's a generated source, should always be in the tarball anyway git-svn-id: http://svn.osgeo.org/geos/trunk@3799 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-05-23 Sandro Santilli * tools/Makefile.am: Distribute svn_repo_revision.sh git-svn-id: http://svn.osgeo.org/geos/trunk@3798 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-05-10 Mateusz Loskot * nmake.opt: Add NMAKE option WIN64 to simplify x64 build configuration git-svn-id: http://svn.osgeo.org/geos/trunk@3797 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-05-09 Mateusz Loskot * nmake.opt: Add NMAKE version from Visual Studio 2012 Update 3 git-svn-id: http://svn.osgeo.org/geos/trunk@3796 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-04-02 Mateusz Loskot * src/dirlist.mk: Add missing directories git-svn-id: http://svn.osgeo.org/geos/trunk@3795 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-04-02 Mateusz Loskot * nmake.opt, src/Makefile.vc, src/geom/Geometry.cpp: Add Visual Leak Detector (VLD) support to GEOS core * Add MSVC_VLD_DIR option to nmake.opt to enable/disable VLD * Add optional #include to Geometry.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@3794 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-15 Sandro Santilli * tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/capi/GEOSConvexHullTest.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp: Fix memory leaks in unit tests git-svn-id: http://svn.osgeo.org/geos/trunk@3793 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-15 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSNearestPointsTest.cpp: Add GEOSNearestPoints CAPI function Contributed by Richard Frith-Macdonald git-svn-id: http://svn.osgeo.org/geos/trunk@3792 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-15 Mateusz Loskot * nmake.opt: Add x64 NMAKE version from Visual Studio 2012 Update 1 git-svn-id: http://svn.osgeo.org/geos/trunk@3791 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-12 Sandro Santilli * macros/ruby.m4: Fix "puts puts" typo in ruby macro (#625) git-svn-id: http://svn.osgeo.org/geos/trunk@3790 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-11 Sandro Santilli * tests/unit/algorithm/RobustLineIntersectionTest.cpp: Port new RobustLineIntersection test from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3789 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-08 Sandro Santilli * include/geos/algorithm/LineIntersector.h, src/algorithm/LineIntersector.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp: Fix RobustLineIntersector handling of invalid intersection points (#622) Adds new testcases. Many of them fail, probably due to the lack of double double use, but one of them only fails with the old RobustLineIntersector heuristic handling invalid intersection points git-svn-id: http://svn.osgeo.org/geos/trunk@3787 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-08 Mateusz Loskot * src/Makefile.vc: Add algorithm/Centroid.obj git-svn-id: http://svn.osgeo.org/geos/trunk@3786 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-08 Mateusz Loskot * include/geos/algorithm/Centroid.h: Untabify git-svn-id: http://svn.osgeo.org/geos/trunk@3785 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-08 Mateusz Loskot * nmake.opt: Add NMAKE version from Visual Studio 2012 Update 1 git-svn-id: http://svn.osgeo.org/geos/trunk@3784 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-08 Sandro Santilli * include/geos/algorithm/InteriorPointArea.h, src/algorithm/Centroid.cpp, src/algorithm/InteriorPointArea.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp, tests/xmltester/tests/general/TestInteriorPoint.xml: Fix GEOSPointOnSurface returning point on boundary (#623) Ports SafeBisector for InteriorPointArea from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3781 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-05 Sandro Santilli * capi/geos_ts_c.cpp: Speedup GEOSWKBWriter_read_r (#621) Patch by Daniel Zeitlin git-svn-id: http://svn.osgeo.org/geos/trunk@3779 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-03-01 Sandro Santilli * HOWTO_RELEASE: Add wiki update and announce steps git-svn-id: http://svn.osgeo.org/geos/trunk@3778 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-28 Sandro Santilli * src/algorithm/CentroidArea.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug582.xml: Fix centroid computation for collections with empty components Fixes bug #582 git-svn-id: http://svn.osgeo.org/geos/trunk@3773 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-25 Sandro Santilli * macros/ruby.m4, swig/ruby/geos_wrap.cxx: Update macros/ruby.m4 for ruby 1.9.x Used RbConfig instead of obsolete and deprecated Config. Updated SWIG generated files. Patch by Kashif Rasul git-svn-id: http://svn.osgeo.org/geos/trunk@3772 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-25 Sandro Santilli * include/geos/platform.h.in: Fix build under cygwin (#595) Thanks Jason Huntley git-svn-id: http://svn.osgeo.org/geos/trunk@3771 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-25 Sandro Santilli * include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl: Deprecate WKTReader constructor taking GeometryFactory by pointer Add constructor taking it by reference, for consistency with WKBReader Closes #310 git-svn-id: http://svn.osgeo.org/geos/trunk@3770 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-25 Sandro Santilli * NEWS, include/geos/io/Writer.h, src/io/Writer.cpp, tests/unit/io/WriterTest.cpp: New ::reserve(size_t) method for io::Writer class git-svn-id: http://svn.osgeo.org/geos/trunk@3769 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-25 Sandro Santilli * NEWS, include/geos/io/Writer.h, src/io/Writer.cpp, tests/unit/Makefile.am, tests/unit/io/WriterTest.cpp: io::Writer: take and give strings by const ref, use .append, testcase git-svn-id: http://svn.osgeo.org/geos/trunk@3768 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-21 Sandro Santilli * src/io/WKTWriter.cpp: WKTWriter::appendCoordinate optimisation Modified the WKTWriter::appendCoordinate method to not create an intermediate std::string, but instead write directly into the Writer object. The result is a small performance improvement. Patch by Mats Taraldsvik git-svn-id: http://svn.osgeo.org/geos/trunk@3767 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-15 Mateusz Loskot * : Update svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@3765 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-01 Sandro Santilli * include/geos/linearref/LocationIndexOfLine.h, src/linearref/LocationIndexOfLine.cpp: Fix header guard and port info in LocatioNIndexOfLine (#618) git-svn-id: http://svn.osgeo.org/geos/trunk@3760 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-02-01 Sandro Santilli * include/geos/geom/util/GeometryExtracter.h: Fix header guard in GeometryExtracter (#617) git-svn-id: http://svn.osgeo.org/geos/trunk@3758 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-25 Sandro Santilli * src/operation/valid/IsValidOp.cpp: IsValidOp: throw proper error on nested shells (#608) Thanks geomworx git-svn-id: http://svn.osgeo.org/geos/trunk@3755 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-17 Sandro Santilli * include/geos/geom/BinaryOp.h, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug615.xml: Only attempt to fix self-intersection between multiple components Doing this reduces the likelyhood of entering an infinite recursion whereas UnaryUnion (meant to fix that) would enter the self-intersection attempt again. Fixes #615 for which a test is added. This also gives us back an exception with the input of ticket #488, which is the same behavior JTS exposes. The (bogus) test for it is disabled by this commit. git-svn-id: http://svn.osgeo.org/geos/trunk@3751 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-14 Sandro Santilli * NEWS, include/geos/algorithm/Centroid.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/Makefile.am, src/algorithm/Centroid.cpp, src/algorithm/Makefile.am, src/geom/Geometry.cpp, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestCentroid.xml: Fix EMPTY return from single-point lines and zero-length polygons This commit ports new Centroid class from JTS (#612) git-svn-id: http://svn.osgeo.org/geos/trunk@3749 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-14 Sandro Santilli * include/geos/algorithm/InteriorPointArea.h, src/algorithm/InteriorPointArea.cpp, tests/xmltester/tests/general/TestInteriorPoint.xml: Fix EMPTY return from zero-area polygon (#613) git-svn-id: http://svn.osgeo.org/geos/trunk@3748 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-14 Sandro Santilli * tests/xmltester/XMLTester.cpp: Have XMLTester use POINT EMPTY for a null return from getInteriorPoint git-svn-id: http://svn.osgeo.org/geos/trunk@3747 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-14 Sandro Santilli * include/geos/util/Interrupt.h, src/util/Interrupt.cpp: Move static class members of Interrupt out of header (#611) Patch by Mateusz Loskot git-svn-id: http://svn.osgeo.org/geos/trunk@3744 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-11 Mateusz Loskot * tests/unit/triangulate/DelaunayTest.cpp: Missing QuadEdge.h causing incomplete types. git-svn-id: http://svn.osgeo.org/geos/trunk@3743 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-11 Mateusz Loskot * nmake.opt: Report general and custom flags separately git-svn-id: http://svn.osgeo.org/geos/trunk@3742 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-11 Sandro Santilli * src/algorithm/InteriorPointLine.cpp, tests/unit/capi/GEOSPointOnSurfaceTest.cpp: Fix GEOSPointOnSurface with zero-length linestring (#609) git-svn-id: http://svn.osgeo.org/geos/trunk@3741 5242fede-7e19-0410-aef8-94bd7d2200fb 2013-01-11 Mateusz Loskot * tests/unit/io/WKTReaderTest.cpp: Added test<7>() for the poorly reported bug ticket #610 - bug not reproducible. git-svn-id: http://svn.osgeo.org/geos/trunk@3740 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-06 Sandro Santilli * configure.in: See if AC_CONFIG_HEADERS makes winnie happier ... and also how many other builds it breaks, if any git-svn-id: http://svn.osgeo.org/geos/trunk@3737 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-06 Sandro Santilli * src/Makefile.vc: Add missing classes to build script for evil compiler Curtesy of Geoff Evans git-svn-id: http://svn.osgeo.org/geos/trunk@3736 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-05 Sandro Santilli * src/operation/buffer/BufferOp.cpp: Add note about rounding in fixed precision buffer op (#605) git-svn-id: http://svn.osgeo.org/geos/trunk@3734 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-05 Sandro Santilli * src/operation/buffer/BufferOp.cpp: Do not reduce precision below 6 significant digits. Avoids gross results (preferring an exception) See http://trac.osgeo.org/geos/ticket/605 git-svn-id: http://svn.osgeo.org/geos/trunk@3733 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-04 Sandro Santilli * NEWS: Add note about BufferOp robustness improvement git-svn-id: http://svn.osgeo.org/geos/trunk@3731 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-04 Sandro Santilli * src/operation/buffer/BufferOp.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug605.xml: Reduce coordinates precision on robustness issues in BufferOp Fixes #605, adds test for it git-svn-id: http://svn.osgeo.org/geos/trunk@3728 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-04 Sandro Santilli * src/operation/buffer/RightmostEdgeFinder.cpp: Fix an abort in Buffer op (RightmostEdgeFinder) Rather than abort we throw a TopologyException, because the problem seems to occur when noding isn't correct. See http://trac.osgeo.org/geos/ticket/605 git-svn-id: http://svn.osgeo.org/geos/trunk@3727 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-12-04 Sandro Santilli * tests/unit/Makefile.am, tests/unit/noding/OrientedCoordinateArray.cpp: Add unit test for OrientedCoordinateArray git-svn-id: http://svn.osgeo.org/geos/trunk@3726 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-11-15 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug599.xml: Add automated test for #599 (succeeds) git-svn-id: http://svn.osgeo.org/geos/trunk@3720 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-10-26 Sandro Santilli * Makefile.am: Fix building outside the source tree git-svn-id: http://svn.osgeo.org/geos/trunk@3719 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-10 Sandro Santilli * NEWS, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, tests/unit/triangulate/DelaunayTest.cpp: Add Z support in delaunay triangulation (#570) Thanks Benjamin Campbell git-svn-id: http://svn.osgeo.org/geos/trunk@3716 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-10 Sandro Santilli * tests/xmltester/tests/ticket/bug586.xml: Tweak the test for bug 586 to succeed while still being small git-svn-id: http://svn.osgeo.org/geos/trunk@3715 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-10 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug586.xml: Add test for bug #586 git-svn-id: http://svn.osgeo.org/geos/trunk@3712 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-10 Sandro Santilli * include/geos/geom/BinaryOp.h: Do not try to fix valid geometries (#586) git-svn-id: http://svn.osgeo.org/geos/trunk@3711 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-07 Sandro Santilli * swig/python/geos.py, swig/python/geos_wrap.cxx: Regenerate swig files with swig 2.0.4 git-svn-id: http://svn.osgeo.org/geos/trunk@3710 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-09-06 Sandro Santilli * php/README, php/test/test.php: Add support for phpunit 3.6 (not loosing support for 3.4) I don't have phpunit-3.4 anymore so if anyone does please see if "make check" still works (with php enabled) NOTE: Ubuntu 10.04 ships phpunit 3.4 git-svn-id: http://svn.osgeo.org/geos/trunk@3708 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-07-27 Mateusz Loskot * src/Makefile.vc: Updated NMAKE makefile with recently added source files (Ticket #574) git-svn-id: http://svn.osgeo.org/geos/trunk@3705 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-07-26 Sandro Santilli * include/geos/Makefile.am: Don't live triangulate includes out of build (#573) Thanks Sandro Furieri git-svn-id: http://svn.osgeo.org/geos/trunk@3704 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-27 Sandro Santilli * tests/unit/capi/GEOSDelaunayTriangulationTest.cpp: Add test for Delaunay triangulation with a tolerance git-svn-id: http://svn.osgeo.org/geos/trunk@3703 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-27 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSDelaunayTriangulationTest.cpp: Expose Delaunay triangulation to C-API (#565) git-svn-id: http://svn.osgeo.org/geos/trunk@3702 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-27 Sandro Santilli * include/geos/triangulate/DelaunayTriangulationBuilder.h, src/triangulate/DelaunayTriangulationBuilder.cpp: Const-correct getTriangles / getEdges and move to proper namespace git-svn-id: http://svn.osgeo.org/geos/trunk@3701 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-27 Sandro Santilli * include/geos/triangulate/IncrementalDelaunayTriangulator.h: indent git-svn-id: http://svn.osgeo.org/geos/trunk@3700 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-27 Sandro Santilli * include/geos/triangulate/DelaunayTriangulationBuilder.h, include/geos/triangulate/IncrementalDelaunayTriangulator.h, include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h, include/geos/triangulate/quadedge/LocateFailureException.h, include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeLocator.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/TrianglePredicate.h, include/geos/triangulate/quadedge/TriangleVisitor.h, include/geos/triangulate/quadedge/Vertex.h, src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp, src/triangulate/quadedge/LocateFailureException.cpp, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeLocator.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/triangulate/quadedge/TrianglePredicate.cpp, src/triangulate/quadedge/TriangleVisitor.cpp, src/triangulate/quadedge/Vertex.cpp: Indent and port info style git-svn-id: http://svn.osgeo.org/geos/trunk@3699 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-26 Mateusz Loskot * CMakeLists.txt: [CMake] Corrected description of default value for GEOS_ENABLE_MACOSX_FRAMEWORK option git-svn-id: http://svn.osgeo.org/geos/trunk@3697 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-26 Mateusz Loskot * NEWS: Updated NEWS file with changes related to ticket #446 git-svn-id: http://svn.osgeo.org/geos/trunk@3696 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-26 Mateusz Loskot * : Updated svn:ignore for tests/perf git-svn-id: http://svn.osgeo.org/geos/trunk@3695 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-26 Sandro Santilli * NEWS, configure.in, include/geos/triangulate/DelaunayTriangulationBuilder.h, include/geos/triangulate/IncrementalDelaunayTriangulator.h, include/geos/triangulate/Makefile.am, include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h, include/geos/triangulate/quadedge/LocateFailureException.h, include/geos/triangulate/quadedge/Makefile.am, include/geos/triangulate/quadedge/QuadEdge.h, include/geos/triangulate/quadedge/QuadEdgeLocator.h, include/geos/triangulate/quadedge/QuadEdgeSubdivision.h, include/geos/triangulate/quadedge/TrianglePredicate.h, include/geos/triangulate/quadedge/TriangleVisitor.h, include/geos/triangulate/quadedge/Vertex.h, src/Makefile.am, src/triangulate/DelaunayTriangulationBuilder.cpp, src/triangulate/IncrementalDelaunayTriangulator.cpp, src/triangulate/Makefile.am, src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp, src/triangulate/quadedge/LocateFailureException.cpp, src/triangulate/quadedge/Makefile.am, src/triangulate/quadedge/QuadEdge.cpp, src/triangulate/quadedge/QuadEdgeLocator.cpp, src/triangulate/quadedge/QuadEdgeSubdivision.cpp, src/triangulate/quadedge/TrianglePredicate.cpp, src/triangulate/quadedge/TriangleVisitor.cpp, src/triangulate/quadedge/Vertex.cpp, tests/unit/Makefile.am, tests/unit/triangulate/DelaunayTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp, tests/unit/triangulate/quadedge/QuadEdgeTest.cpp: Port Delaunay Triangulation API from JTS (#487) Work contributed by Benjamin Campbell git-svn-id: http://svn.osgeo.org/geos/trunk@3693 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-25 Mateusz Loskot * CMakeLists.txt: [CMake] Fixed incorrect SOVERSION value. The SOVERSION is now set with CAPI_VERSION_CURRENT - CAPI_VERSION_AGE (Ticket #446) git-svn-id: http://svn.osgeo.org/geos/trunk@3692 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-25 Sandro Santilli * HOWTO_RELEASE: Add tarball verification step git-svn-id: http://svn.osgeo.org/geos/trunk@3691 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-25 Sandro Santilli * capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSPointOnSurfaceTest.cpp: Always return POINT from GEOSPointOnSurface, even for EMPTY (#561) git-svn-id: http://svn.osgeo.org/geos/trunk@3684 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-24 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, src/CMakeLists.txt: [CMake] Set SOVERSION property on C API shared library using CAPI_INTERFACE_* values (Ticket #446). git-svn-id: http://svn.osgeo.org/geos/trunk@3683 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-22 Sandro Santilli * include/geos/algorithm/CentroidArea.h: Add note about handling of degenerate polygons git-svn-id: http://svn.osgeo.org/geos/trunk@3680 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-22 Sandro Santilli * capi/geos_ts_c.cpp, tests/unit/capi/GEOSGetCentroidTest.cpp: Always return POINT from GEOSGetCentroid, even for EMPTY (#560) git-svn-id: http://svn.osgeo.org/geos/trunk@3679 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-22 Sandro Santilli * include/geos/algorithm/CentroidArea.h, src/algorithm/CentroidArea.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSGetCentroidTest.cpp: Port robustness fix to CentroidArea (#559) git-svn-id: http://svn.osgeo.org/geos/trunk@3677 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-11 Sandro Santilli * tests/xmltester/Makefile.am: Retain GEOS_INLINE define while building XMLTester (#319, #472) git-svn-id: http://svn.osgeo.org/geos/trunk@3673 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, include/geos/util/Interrupt.h, src/util/Interrupt.cpp, tests/unit/capi/GEOSInterruptTest.cpp: Allow chaining interrupt callbacks, drop arg parameter git-svn-id: http://svn.osgeo.org/geos/trunk@3672 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * capi/geos_ts_c.cpp, tests/unit/capi/GEOSInterruptTest.cpp: Revert the interrupt request callback reset on initGEOS Once you set a callback why would you want it unregistered on initGEOS ? You will not want that.... git-svn-id: http://svn.osgeo.org/geos/trunk@3671 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * src/util/Interrupt.cpp: Clear interruption request flag just before interrupting git-svn-id: http://svn.osgeo.org/geos/trunk@3670 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * capi/geos_c.h.in: Drop orphaned custom allocation signatures from C-API header git-svn-id: http://svn.osgeo.org/geos/trunk@3669 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * tests/unit/capi/GEOSInterruptTest.cpp: Test that initGEOS clears the interrupt callback Also explicitly cleanup the callback after each test. git-svn-id: http://svn.osgeo.org/geos/trunk@3668 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * capi/geos_ts_c.cpp: Unregister the interrupt request on initGEOS git-svn-id: http://svn.osgeo.org/geos/trunk@3667 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-07 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, include/geos/util/Interrupt.h, src/util/Interrupt.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSInterruptTest.cpp: Add support for registering interruption-checking callback. This is to enhance flexibility of the interruption request model. git-svn-id: http://svn.osgeo.org/geos/trunk@3666 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-06 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSConvexHullTest.cpp: Enable capi::GEOSConvexHull test, and fix it (#555) git-svn-id: http://svn.osgeo.org/geos/trunk@3665 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-06-06 Sandro Santilli * README, src/Makefile.am: Clarify problems with linking against C++ api (#553) Path by Greg Troxel. git-svn-id: http://svn.osgeo.org/geos/trunk@3663 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * include/geos/algorithm/distance/PointPairDistance.h: No need to forward declare Coordinate (full definition included) git-svn-id: http://svn.osgeo.org/geos/trunk@3657 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl: Do not define an empty destructor for Coordinate git-svn-id: http://svn.osgeo.org/geos/trunk@3656 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * Makefile.am: Make sure to build geos_svn_config.h git-svn-id: http://svn.osgeo.org/geos/trunk@3655 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * Makefile.am, capi/geos_ts_c.cpp: Include SVN revision in GEOSversion output git-svn-id: http://svn.osgeo.org/geos/trunk@3654 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * tools/svn_repo_revision.sh: Fix revision file path git-svn-id: http://svn.osgeo.org/geos/trunk@3653 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * tools/svn_repo_revision.sh: Fix test for directory existance git-svn-id: http://svn.osgeo.org/geos/trunk@3652 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * tools/svn_repo_revision.sh: Add script to fetch SVN revision from git or SVN git-svn-id: http://svn.osgeo.org/geos/trunk@3651 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-29 Sandro Santilli * doc/example.cpp, examples/CPCLException.cpp, examples/CoordinateSequencesExample.cpp, examples/CustomCoordinateSequenceExample.cpp, examples/CustomCoordinateSequenceExample.h, examples/CustomPointCoordinateSequence.cpp, include/acconfig.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Polygon.h, include/geos/geom/PrecisionModel.h, include/geos/geom/Triangle.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/unload.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geomgraph/Depth.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/Label.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/io/ByteOrderValues.cpp, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKTReader.cpp, src/io/Writer.cpp, src/noding/FastNodingValidator.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/MCIndexNoder.cpp, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/util/Assert.cpp, src/util/Profiler.cpp, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/xmltester/CTS.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/Stackwalker.h: Drop embedded RCS logs git-svn-id: http://svn.osgeo.org/geos/trunk@3650 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-28 Sandro Santilli * NEWS, include/geos/operation/buffer/BufferInputLineSimplifier.h, include/geos/operation/buffer/Makefile.am, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp: Install BufferInputLineSimplifier.h header (#548) Thanks ylan for the patch git-svn-id: http://svn.osgeo.org/geos/trunk@3649 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-28 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Rename interrupt request/cancel methods, cancel interrupt in init git-svn-id: http://svn.osgeo.org/geos/trunk@3648 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * NEWS, capi/geos_ts_c.cpp, include/geos/util/CustomAllocators.h, include/geos/util/Makefile.am, src/util/CustomAllocators.cpp, src/util/Makefile.am, tests/unit/Makefile.am, tests/unit/capi/GEOSCustomAllocatorTest.cpp: Revert the whole custom memory allocation work (#540) It wasn't well done. Pity. git-svn-id: http://svn.osgeo.org/geos/trunk@3647 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in: Expose interrupt request cancel to the C-API git-svn-id: http://svn.osgeo.org/geos/trunk@3646 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * include/geos/util/Interrupt.h: Add method to cancel an interruption request in util::Interrupt git-svn-id: http://svn.osgeo.org/geos/trunk@3645 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * src/noding/MCIndexNoder.cpp: Add strategic check for interrupt in MCIndexNoder loop Greatly increases interruptability of buffer operations in presence of many polygons. git-svn-id: http://svn.osgeo.org/geos/trunk@3644 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp, src/operation/overlay/OverlayOp.cpp: Check for interruption in OverlayOp and BufferBuilder These are just two operations known to take a lot of time. It'll take a better analisys to find appropriate check point. The checks could as well be put within graph operation loops or Coordinate constructors... git-svn-id: http://svn.osgeo.org/geos/trunk@3643 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-25 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, include/geos/util/Interrupt.h, include/geos/util/Makefile.am, src/util/Interrupt.cpp, src/util/Makefile.am: Initial support for an explicit mechanism to request interruption This commit provides a GEOS_CHECK_FOR_INTERRUPTS macro for internal use but adds no users. Early tests shows that registering a SIGINT handler is an effective way to request interruption of running GEOS operations. git-svn-id: http://svn.osgeo.org/geos/trunk@3642 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-24 Sandro Santilli * include/geos/geom/Geometry.h, src/geom/Geometry.cpp: Don't call GeometryFactory::getDefaultInstance() at startup (#540) git-svn-id: http://svn.osgeo.org/geos/trunk@3641 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-24 Mateusz Loskot * capi/geos_ts_c.cpp, include/geos/algorithm/BoundaryNodeRule.h, src/algorithm/BoundaryNodeRule.cpp, src/geomgraph/GeometryGraph.cpp, src/operation/GeometryGraphOperation.cpp: Replaced static members/references to global boundary rule objects with static methods providing access to those objects. The previous implementation was troublesome for exports from Windows DLL. From POV, it is just syntactical change. Semantically nothing has changed. git-svn-id: http://svn.osgeo.org/geos/trunk@3640 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-24 Mateusz Loskot * capi/CMakeLists.txt: [CMake] Link GEOS C-API library against geos.dll instead of static geos.lib to avoid breaking ODR for allocators. git-svn-id: http://svn.osgeo.org/geos/trunk@3639 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-23 Mateusz Loskot * include/geos/noding/GeometryNoder.h, include/geos/util/CustomAllocators.h: Added missing GEOS_DLL directive to GeometryNoder and custom allocators. git-svn-id: http://svn.osgeo.org/geos/trunk@3638 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-23 Mateusz Loskot * : Updated svn:ignore patterns git-svn-id: http://svn.osgeo.org/geos/trunk@3637 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-23 Mateusz Loskot * capi/geos_ts_c.cpp: Missing namespace prevented Visual C++ compiler to find GEOSAllocator and GEOSFreer git-svn-id: http://svn.osgeo.org/geos/trunk@3635 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-16 Sandro Santilli * src/util/CustomAllocators.cpp, tests/unit/capi/GEOSCustomAllocatorTest.cpp: Fix CustomAllocators to really use the custom allocators Improve the unit test for it git-svn-id: http://svn.osgeo.org/geos/trunk@3633 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-16 Sandro Santilli * src/geom/GeometryFactory.cpp: Lazily create default GeometryFactory instance (#540) Seems to fix a problem with mismatch of allocator and deallocator for the static object git-svn-id: http://svn.osgeo.org/geos/trunk@3632 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-16 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/util/CustomAllocators.h, include/geos/util/Makefile.am, src/util/CustomAllocators.cpp, src/util/Makefile.am, tests/unit/Makefile.am, tests/unit/capi/GEOSCustomAllocatorTest.cpp: Allow passing custom memory managment functions (#540) This is both in the C++ library _and_ the C library. git-svn-id: http://svn.osgeo.org/geos/trunk@3631 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-16 Mateusz Loskot * tests/unit/capi/GEOSConvexHullTest.cpp: New test for C-API convex hull func. git-svn-id: http://svn.osgeo.org/geos/trunk@3630 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-14 Sandro Santilli * src/operation/polygonize/EdgeRing.cpp: Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545) git-svn-id: http://svn.osgeo.org/geos/trunk@3629 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-09 Sandro Santilli * include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp: Fix TopologyPreservingSimplifier invalid output on closed line (#508) git-svn-id: http://svn.osgeo.org/geos/trunk@3627 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-09 Sandro Santilli * php/geos.c: Add support for PHP 5.4 (#513) -- thanks voxik git-svn-id: http://svn.osgeo.org/geos/trunk@3625 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-08 Sandro Santilli * src/geom/Geometry.cpp: Envelope-based short-circuit for Geometry->symDifference (#543) git-svn-id: http://svn.osgeo.org/geos/trunk@3623 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-08 Sandro Santilli * capi/geos_ts_c.cpp, tests/xmltester/XMLTester.cpp: Geometry methods do use BinaryOp internally + shortcuts (#542) This commit changes both XMLTester and C-API to not use BinaryOp directly but rather rely on geometry methods to do that. git-svn-id: http://svn.osgeo.org/geos/trunk@3621 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-04 Sandro Santilli * include/geos/noding/GeometryNoder.h, src/noding/GeometryNoder.cpp: Correct include directives for GeometryNoder (#538) git-svn-id: http://svn.osgeo.org/geos/trunk@3619 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-04 Sandro Santilli * acsite.m4: Update PGAC_TYPE_64BIT_INT for better cross-compiler support (#534) git-svn-id: http://svn.osgeo.org/geos/trunk@3618 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-05-03 Sandro Santilli * tests/perf/ClassSizes.cpp: Check size of "intt64" git-svn-id: http://svn.osgeo.org/geos/trunk@3616 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-27 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Expose GEOSNode to PHP api git-svn-id: http://svn.osgeo.org/geos/trunk@3615 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-12 Sandro Santilli * src/geomgraph/Node.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp: Throw an exception rather than aborting on NaN overlay input (#530) git-svn-id: http://svn.osgeo.org/geos/trunk@3614 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-10 Sandro Santilli * src/noding/snapround/HotPixel.cpp: Abort if HotPixel is constructed with zero scale (#529) git-svn-id: http://svn.osgeo.org/geos/trunk@3612 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-10 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug527.xml: Add test for bug #527 git-svn-id: http://svn.osgeo.org/geos/trunk@3611 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-10 Sandro Santilli * include/geos/operation/union/UnaryUnionOp.h: Have UnaryUnion use BinaryOp for the simple case See ticket #527 -- there's no infinite loop triggered by our testsuite... git-svn-id: http://svn.osgeo.org/geos/trunk@3609 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-10 Sandro Santilli * include/geos/geom/BinaryOp.h: Reduce CommonBitsRemover harmful effects during overlay op (#527) git-svn-id: http://svn.osgeo.org/geos/trunk@3607 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-10 Sandro Santilli * NEWS, include/geos/precision/GeometryPrecisionReducer.h, include/geos/precision/Makefile.am, include/geos/precision/PrecisionReducerCoordinateOperation.h, src/precision/GeometryPrecisionReducer.cpp, src/precision/Makefile.am, src/precision/PrecisionReducerCoordinateOperation.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, tests/unit/Makefile.am, tests/unit/precision/GeometryPrecisionReducerTest.cpp: Port GeometryPrecisionReducer, include testcase git-svn-id: http://svn.osgeo.org/geos/trunk@3605 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-06 Sandro Santilli * src/geom/GeometryFactory.cpp: Deep copy Geometry with GeometryFactory.createGeometry() Uses the CoordinateSequenceFactory of the factory git-svn-id: http://svn.osgeo.org/geos/trunk@3604 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-06 Sandro Santilli * include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateSequenceFactory.h, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequenceFactory.cpp: Add CoordinateSequence deep copy trhough CoordinateSequenceFactory git-svn-id: http://svn.osgeo.org/geos/trunk@3603 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * tests/unit/capi/GEOSNodeTest.cpp: Normalize noded geometry before comparing with expected value In this way we can change the noding implementation w/out breaking the tests. git-svn-id: http://svn.osgeo.org/geos/trunk@3602 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * swig/python/geos_wrap.cxx: Regnerate geos wrapper with correct version for this branch git-svn-id: http://svn.osgeo.org/geos/trunk@3601 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * swig/python/geos.py, swig/python/geos_wrap.cxx: Regenerate swig wrappers with SWIG 1.3.40 git-svn-id: http://svn.osgeo.org/geos/trunk@3599 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * src/noding/snapround/SimpleSnapRounder.cpp: Fix SimpleSnapRounder::getNodedSubstrings, fix leak on exception git-svn-id: http://svn.osgeo.org/geos/trunk@3598 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * src/noding/GeometryNoder.cpp: Clean memory on exception git-svn-id: http://svn.osgeo.org/geos/trunk@3597 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * include/geos/noding/NodedSegmentString.h: Generalize NodedSegmentString::getNodedSubstrings git-svn-id: http://svn.osgeo.org/geos/trunk@3596 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * tests/unit/capi/GEOSNodeTest.cpp: Ensure GEOSNode doesn't throw an exception with current tests git-svn-id: http://svn.osgeo.org/geos/trunk@3595 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * NEWS: Add note about GEOSNode git-svn-id: http://svn.osgeo.org/geos/trunk@3594 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/noding/GeometryNoder.h, include/geos/noding/Makefile.am, src/noding/GeometryNoder.cpp, src/noding/IteratedNoder.cpp, src/noding/Makefile.am, tests/unit/Makefile.am, tests/unit/capi/GEOSNodeTest.cpp: Add GEOSNode C-API interface (#496) Includes a new GeometryNoder C++ class and regression testing. git-svn-id: http://svn.osgeo.org/geos/trunk@3593 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * src/noding/IteratedNoder.cpp: Fix memory leak with IteratedNoder git-svn-id: http://svn.osgeo.org/geos/trunk@3592 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * include/geos/noding/IteratedNoder.h, src/noding/IteratedNoder.cpp: Update port info and cleanup IteratedNoder git-svn-id: http://svn.osgeo.org/geos/trunk@3591 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * include/geos/geomgraph/EdgeList.h, include/geos/noding/OrientedCoordinateArray.h: Make OrientedCoordinateArray comparable git-svn-id: http://svn.osgeo.org/geos/trunk@3590 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-05 Sandro Santilli * include/geos/noding/OrientedCoordinateArray.h, src/noding/OrientedCoordinateArray.cpp: Make OrientedCoordinateArray assignable git-svn-id: http://svn.osgeo.org/geos/trunk@3589 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-03 Sandro Santilli * include/geos/noding/OrientedCoordinateArray.h: Make OrientedCoordinateArray copyable git-svn-id: http://svn.osgeo.org/geos/trunk@3588 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-03 Sandro Santilli * include/geos/noding/snapround/MCIndexSnapRounder.h: Const-correct PrecisionModel use in MCIndexSnapRounder git-svn-id: http://svn.osgeo.org/geos/trunk@3587 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-01 Paul Ramsey * HOWTO_RELEASE: Update howto release git-svn-id: http://svn.osgeo.org/geos/trunk@3585 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-04-01 Paul Ramsey * capi/geos_c.h.in: Sync up versions advertised in capi to those in configure.in git-svn-id: http://svn.osgeo.org/geos/trunk@3583 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-03-27 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: Indent.. git-svn-id: http://svn.osgeo.org/geos/trunk@3576 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-03-22 Sandro Santilli * src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp: Fix simplification of collections with empty items (#519) git-svn-id: http://svn.osgeo.org/geos/trunk@3575 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-02-20 Paul Ramsey * CMakeLists.txt: Synch patch level version with autoconf number git-svn-id: http://svn.osgeo.org/geos/trunk@3573 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-02-16 Paul Ramsey * src/algorithm/RobustDeterminant.cpp: Update provenance for Olivier Devillers. git-svn-id: http://svn.osgeo.org/geos/trunk@3568 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-16 Paul Ramsey * src/algorithm/RobustDeterminant.cpp: More info on provenance. git-svn-id: http://svn.osgeo.org/geos/trunk@3567 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-16 Paul Ramsey * include/geos/timeval.h: Update provenenance git-svn-id: http://svn.osgeo.org/geos/trunk@3566 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-16 Paul Ramsey * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, debian/copyright, debian/geos-config.1, doc/example.cpp, examples/CPCLException.cpp, examples/CoordinateSequencesExample.cpp, examples/CustomCoordinateSequenceExample.cpp, examples/CustomCoordinateSequenceExample.h, examples/CustomPointCoordinateSequence.cpp, include/acconfig.h, include/geos.h, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/export.h, include/geos/geom.h, include/geos/geom/BinaryOp.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Envelope.inl, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryCollection.inl, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFactory.inl, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Puntal.h, include/geos/geom/Triangle.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geom/util/SineStarFactory.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdge.inl, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Label.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/PlanarGraph.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/TopologyLocation.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/geomgraphindex.h, include/geos/geosAlgorithm.h, include/geos/index/ItemVisitor.h, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexBintree.h, include/geos/indexChain.h, include/geos/indexIntervalRTree.h, include/geos/indexQuadtree.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/inline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/ExtractLineByLocation.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearGeometryBuilder.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/LocationIndexedLine.h, include/geos/noding.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/FastSegmentSetIntersectionFinder.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexNoder.inl, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/Noder.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentPointComparator.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentString.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/nodingSnapround.h, include/geos/opBuffer.h, include/geos/opDistance.h, include/geos/opLinemerge.h, include/geos/opOverlay.h, include/geos/opPolygonize.h, include/geos/opPredicate.h, include/geos/opRelate.h, include/geos/opValid.h, include/geos/operation.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.inl, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNode.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/platform.h.cmake, include/geos/platform.h.vc, include/geos/precision.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/timeval.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/Machine.h, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, include/geos/version.h.in, include/geos/version.h.vc, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CGAlgorithms.cpp, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/Makefile.am, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedLineStringIntersects.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/Depth.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Label.cpp, src/geomgraph/Node.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/TopologyLocation.cpp, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainBuilder.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/inlines.cpp, src/io/ByteOrderDataInStream.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp, src/linearref/LocationIndexOfPoint.cpp, src/linearref/Makefile.am, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/FastSegmentSetIntersectionFinder.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentString.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/PointBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/RectangleContains.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/relate/EdgeEndBundle.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/RelateComputer.cpp, src/operation/relate/RelateNode.cpp, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Profiler.cpp, src/util/math.cpp, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/geostest/geostest.c, tests/perf/ClassSizes.cpp, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/algorithm/InteriorPointAreaTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geos_unit.cpp, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/CTS.cpp, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/Stackwalker.h, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tests/xmltester/safe_to_xml.sh, tests/xmltester/tests/robustness.xml: Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out of incubation. git-svn-id: http://svn.osgeo.org/geos/trunk@3565 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-07 Mateusz Loskot * CMakeLists.txt: Fixed (hopefully) CMake issues with std:: namespace detection (Ticket #493) git-svn-id: http://svn.osgeo.org/geos/trunk@3563 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-07 Mateusz Loskot * tests/unit/capi/GEOSisValidDetailTest.cpp: Missing header for toupper. Fixed Visual C++ warning. git-svn-id: http://svn.osgeo.org/geos/trunk@3562 5242fede-7e19-0410-aef8-94bd7d2200fb 2012-01-06 Sandro Santilli * src/operation/buffer/BufferOp.cpp: Forward port: Fix MSVC compilation of ambiguous log() call #506 git-svn-id: http://svn.osgeo.org/geos/trunk@3561 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-16 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: Make debugging output of LineStringSnapper more readable git-svn-id: http://svn.osgeo.org/geos/trunk@3555 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-15 Sandro Santilli * include/geos/geom/BinaryOp.h, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug488.xml: Check validity after snapping in BinaryOp. Fixes bug #488 Adds regression test. This is a GEOS-only approach. git-svn-id: http://svn.osgeo.org/geos/trunk@3553 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-15 Sandro Santilli * include/geos/operation/overlay/OverlayOp.h: indent git-svn-id: http://svn.osgeo.org/geos/trunk@3550 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-15 Sandro Santilli * include/geos/geom/BinaryOp.h: Fix build with CBR_BEFORE_SNAPPING undefined git-svn-id: http://svn.osgeo.org/geos/trunk@3548 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-12 Howard Butler * src/operation/overlay/OverlayNodeFactory.cpp: apply patch for #500 to fix clang's complaint about a missing default initialization git-svn-id: http://svn.osgeo.org/geos/trunk@3546 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-12 Sandro Santilli * src/algorithm/CGAlgorithms.cpp: Apply Shoelace formula for area calculation (#485) git-svn-id: http://svn.osgeo.org/geos/trunk@3544 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-12 Sandro Santilli * macros/geos.m4, tools/geos-config.in: Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497) git-svn-id: http://svn.osgeo.org/geos/trunk@3542 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-09 Sandro Santilli * include/geos/geom/Geometry.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp: Fix C++11 build by avoiding std::pair (#491) git-svn-id: http://svn.osgeo.org/geos/trunk@3540 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-09 Sandro Santilli * .gitignore: Ignore built performance tests git-svn-id: http://svn.osgeo.org/geos/trunk@3536 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-09 Sandro Santilli * src/operation/buffer/BufferOp.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/safe/TestBufferJagged.xml, tests/xmltester/tests/safe/buffer-1.01.xml: Improve buffer robustness by reverting to non snaprounding noder This commit fixes all cases reported in http://trac.osgeo.org/geos/wiki/BufferRobustness They include #495 and #494 git-svn-id: http://svn.osgeo.org/geos/trunk@3535 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-09 Sandro Santilli * include/geos/operation/union/CascadedPolygonUnion.h, src/operation/union/CascadedPolygonUnion.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestUnaryUnion.xml, tests/xmltester/tests/general/TestUnaryUnionFloating.xml: Fix CascadedPolygonUnion to discard non-polygonal components created during unioning This is to avoid failures and provide more desirable behaviour. Includes automated testing. Closes ticket #499. git-svn-id: http://svn.osgeo.org/geos/trunk@3534 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-07 Sandro Santilli * include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp: Update port info for MCIndexPointSnapper and MCIndexSnapRounder git-svn-id: http://svn.osgeo.org/geos/trunk@3530 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-07 Sandro Santilli * tests/unit/Makefile.am, tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp: Add a simple test for MCIndexSnapRounderTest The test would fail before the fix in r3528 git-svn-id: http://svn.osgeo.org/geos/trunk@3529 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-06 Sandro Santilli * include/geos/noding/snapround/HotPixel.h, src/noding/snapround/HotPixel.cpp, tests/unit/Makefile.am, tests/unit/noding/snapround/HotPixelTest.cpp: HotPixel: do not invalidate reference to original point. Fixes #498. git-svn-id: http://svn.osgeo.org/geos/trunk@3528 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-12-02 Sandro Santilli * tests/xmltester/tests/safe/buffer-1.01.xml: Add tag to make the test runnable with JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3525 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-30 Sandro Santilli * include/geos/noding/snapround/MCIndexSnapRounder.h, src/noding/snapround/MCIndexSnapRounder.cpp, tests/unit/operation/buffer/BufferOpTest.cpp: Fix MCIndexSnapRounder use of provided precision model. Fixes bug #473 (RightmostEdgeFinder assertion failure). Includes regression test. git-svn-id: http://svn.osgeo.org/geos/trunk@3523 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-29 Sandro Santilli * src/geom/Coordinate.cpp: Use 18 significant digits for TopologyException point coordinates git-svn-id: http://svn.osgeo.org/geos/trunk@3522 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-28 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/safe/buffer-1.01.xml: BufferBuilder: fix handling of collapsed edges skipping. Fixes #494. Includes regression test, provided by SAFE. git-svn-id: http://svn.osgeo.org/geos/trunk@3520 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-24 Sandro Santilli * macros/ruby.m4, swig/ruby/Makefile.am, swig/ruby/geos_wrap.cxx, swig/ruby/ruby.i: Fix to get swig/ruby compiling for ruby 1.9 Patch by Kashif Rasul git-svn-id: http://svn.osgeo.org/geos/trunk@3518 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-06 Mateusz Loskot * nmake.opt: * GEOS builds with Visual C++ from Visual Studio 11(Developer Preview). * Added related _NMAKE_VER case to nmake.opt. git-svn-id: http://svn.osgeo.org/geos/trunk@3517 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-04 Sandro Santilli * tests/unit/capi/GEOSisValidDetailTest.cpp: Allow any case in NaN for testcase purposes (#486) git-svn-id: http://svn.osgeo.org/geos/trunk@3515 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-11-04 Sandro Santilli * src/operation/union/UnaryUnionOp.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/xmltester/tests/general/TestUnaryUnion.xml: Fix noding of self-intersecting lines through UnaryUnion (#482) Includes updated tests from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3514 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-28 Mateusz Loskot * : Updated svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@3511 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-26 Mateusz Loskot * tests/unit/operation/buffer/BufferOpTest.cpp: * Test of two ways of executing buffer operation. * Test problems with BufferOp when using BufferParameters reported by Markus Meyer. * TODO: if possible, replace sample WKT with WKT from Markus. git-svn-id: http://svn.osgeo.org/geos/trunk@3509 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-26 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/buffer/BufferParametersTest.cpp: Add test for BufferParameters class git-svn-id: http://svn.osgeo.org/geos/trunk@3508 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-26 Sandro Santilli * authors.svn: Add missing entries in the author file. Order alphabetically. git-svn-id: http://svn.osgeo.org/geos/trunk@3505 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-26 Sandro Santilli * NEWS: Add missing CAPI additions of 3.3.0 to NEWS file git-svn-id: http://svn.osgeo.org/geos/trunk@3504 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-19 Mateusz Loskot * CMakeLists.txt: Fixed CMAKE_CXX_FLAGS overridind -std=gnu++0x (#489) git-svn-id: http://svn.osgeo.org/geos/trunk@3502 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-18 Mateusz Loskot * CMakeLists.txt: Missing 3.4.0 versions update in CMake configuration git-svn-id: http://svn.osgeo.org/geos/trunk@3501 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-05 Mateusz Loskot * capi/geos_ts_c.cpp: Removed redundant casts between integer types git-svn-id: http://svn.osgeo.org/geos/trunk@3499 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-05 Howard Butler * tests/unit/tut/tut_assert.hpp: declare these functions static inline to silence unused-function warning git-svn-id: http://svn.osgeo.org/geos/trunk@3498 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-04 Howard Butler * capi/geos_ts_c.cpp, include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/PointInRing.h, include/geos/geom/MultiPoint.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBReader.h, include/geos/noding/Noder.h, include/geos/noding/SimpleNoder.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/planargraph/GraphComponent.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/UnsupportedOperationException.h, src/precision/CommonBitsRemover.cpp: remove extra ;'s to satisfy pedantic warning git-svn-id: http://svn.osgeo.org/geos/trunk@3497 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-04 Howard Butler * CMakeLists.txt: turn off framework building by default on APPLE git-svn-id: http://svn.osgeo.org/geos/trunk@3495 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-04 Howard Butler * : propsets to svn:ignore CMake build junk git-svn-id: http://svn.osgeo.org/geos/trunk@3494 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-10-04 Howard Butler * src/index/sweepline/SweepLineIndex.cpp: fix up order initialization git-svn-id: http://svn.osgeo.org/geos/trunk@3492 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-28 Mateusz Loskot * tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: * Added interesting test<11> case to Douglas-Peucker unit * Visual C++ build on Windows x86-32 is all green and happy throwing ok:737 git-svn-id: http://svn.osgeo.org/geos/trunk@3491 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-23 Sandro Santilli * NEWS, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/LocationIndexedLine.h, include/geos/linearref/Makefile.am, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfPoint.cpp: Fixed handling of Linear Referencing over MultiLineStrings to always return lowest index, and to trim zero-length result components (#323) Includes test. This is a port of JTS changesets 463, 464 and 465 git-svn-id: http://svn.osgeo.org/geos/trunk@3484 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-23 Sandro Santilli * tests/unit/linearref/LengthIndexedLineTest.cpp: Port updates to the LenghtIndexedLineTest testcase (see #323) Note that the test fails if the library isn't also fixed git-svn-id: http://svn.osgeo.org/geos/trunk@3483 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-23 Mateusz Loskot * CMakeLists.txt, Makefile.am, autogen.bat, autogen.sh, capi/CMakeLists.txt, capi/Makefile.am, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, cmake/cmake_uninstall.cmake.in, configure.in, doc/Makefile.am, doc/example.cpp, examples/CPCLException.cpp, examples/CoordinateSequencesExample.cpp, examples/CustomCoordinateSequenceExample.cpp, examples/CustomCoordinateSequenceExample.h, examples/CustomPointCoordinateSequence.cpp, examples/Makefile.am, include/CMakeLists.txt, include/Makefile.am, include/acconfig.h, include/geos.h, include/geos/Makefile.am, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/Makefile.am, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/Makefile.am, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/Makefile.am, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/export.h, include/geos/geom.h, include/geos/geom/BinaryOp.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Envelope.inl, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryCollection.inl, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFactory.inl, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/Makefile.am, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Puntal.h, include/geos/geom/Triangle.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/Makefile.am, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/Makefile.am, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/Makefile.am, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/Makefile.am, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/geomgraphindex.h, include/geos/geosAlgorithm.h, include/geos/index/ItemVisitor.h, include/geos/index/Makefile.am, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Makefile.am, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/Makefile.am, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/Makefile.am, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Makefile.am, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/Makefile.am, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/Makefile.am, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexBintree.h, include/geos/indexChain.h, include/geos/indexIntervalRTree.h, include/geos/indexQuadtree.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/inline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/Makefile.am, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/ExtractLineByLocation.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearGeometryBuilder.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/Makefile.am, include/geos/noding.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexNoder.inl, include/geos/noding/Makefile.am, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/Makefile.am, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/nodingSnapround.h, include/geos/opBuffer.h, include/geos/opDistance.h, include/geos/opLinemerge.h, include/geos/opOverlay.h, include/geos/opPolygonize.h, include/geos/opPredicate.h, include/geos/opRelate.h, include/geos/opValid.h, include/geos/operation.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/Makefile.am, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/Makefile.am, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/distance/Makefile.am, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/linemerge/Makefile.am, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/Makefile.am, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.inl, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/Makefile.am, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/Makefile.am, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/Makefile.am, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/Makefile.am, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/sharedpaths/Makefile.am, include/geos/operation/sharedpaths/SharedPathsOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/Makefile.am, include/geos/operation/union/PointGeometryUnion.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/Makefile.am, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Makefile.am, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/planargraph/algorithm/Makefile.am, include/geos/platform.h.cmake, include/geos/platform.h.vc, include/geos/precision.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/Makefile.am, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/Makefile.am, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/timeval.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/IllegalStateException.h, include/geos/util/Machine.h, include/geos/util/Makefile.am, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, include/geos/version.h.in, include/geos/version.h.vc, macros/Makefile.am, macros/geos.m4, makefile.vc, nmake.opt, src/CMakeLists.txt, src/Makefile.am, src/Makefile.vc, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/Makefile.am, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/distance/Makefile.am, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/Makefile.am, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/dirlist.mk, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/Makefile.am, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/Makefile.am, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/Makefile.am, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geom/util/SineStarFactory.cpp, src/geomgraph/Depth.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/Makefile.am, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/index/Makefile.am, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/Makefile.am, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Makefile.am, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/Makefile.am, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/Makefile.am, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Makefile.am, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/Makefile.am, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/Makefile.am, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/inlines.cpp, src/io/ByteOrderDataInStream.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/Makefile.am, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp, src/linearref/LocationIndexOfPoint.cpp, src/linearref/Makefile.am, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/Makefile.am, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/Makefile.am, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/Makefile.am, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/distance/Makefile.am, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/linemerge/Makefile.am, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/Makefile.am, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/Makefile.am, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/Makefile.am, src/operation/predicate/RectangleContains.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/Makefile.am, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/sharedpaths/Makefile.am, src/operation/sharedpaths/SharedPathsOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/CascadedUnion.cpp, src/operation/union/Makefile.am, src/operation/union/PointGeometryUnion.cpp, src/operation/union/UnaryUnionOp.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/Makefile.am, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Makefile.am, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/Makefile.am, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/Makefile.am, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Makefile.am, src/util/Profiler.cpp, src/util/math.cpp, swig/Makefile.am, swig/python/Makefile.am, swig/python/tests/Makefile.am, swig/python/tests/TESTING.txt, swig/python/tests/runtests.py, swig/ruby/Makefile.am, swig/ruby/test/Makefile.am, tests/CMakeLists.txt, tests/Makefile.am, tests/bigtest/CMakeLists.txt, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/Makefile.am, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/geostest/Makefile.am, tests/geostest/geostest.c, tests/perf/Makefile.am, tests/perf/capi/Makefile.am, tests/perf/operation/Makefile.am, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/perf/operation/buffer/Makefile.am, tests/thread/Makefile.am, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/CMakeLists.txt, tests/unit/Makefile.am, tests/unit/algorithm/AngleTest.cpp, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/capi/GEOSIntersectsTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp, tests/unit/capi/GEOSOrientationIndex.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp, tests/unit/capi/GEOSRelatePatternMatchTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSSnapTest.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp, tests/unit/capi/GEOSWithinTest.cpp, tests/unit/capi/GEOSisValidDetailTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/clone.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/PrecisionModelTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geom/util/GeometryExtracterTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/io/WKBWriterTest.cpp, tests/unit/io/WKTReaderTest.cpp, tests/unit/io/WKTWriterTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/polygonize/PolygonizeTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp, tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp , tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/CMakeLists.txt, tests/xmltester/CTS.cpp, tests/xmltester/Makefile.am, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/Stackwalker.h, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tools/CMakeLists.txt, tools/Makefile.am: Removed Subversion Id keyword from all text files (#480) git-svn-id: http://svn.osgeo.org/geos/trunk@3482 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-23 Mateusz Loskot * CMakeLists.txt, Makefile.am, autogen.bat, autogen.sh, capi/CMakeLists.txt, capi/Makefile.am, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, doc/Makefile.am, doc/example.cpp, examples/CPCLException.cpp, examples/CoordinateSequencesExample.cpp, examples/CustomCoordinateSequenceExample.cpp, examples/CustomCoordinateSequenceExample.h, examples/CustomPointCoordinateSequence.cpp, examples/Makefile.am, include/CMakeLists.txt, include/Makefile.am, include/acconfig.h, include/geos.h, include/geos/Makefile.am, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/Makefile.am, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/Makefile.am, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/Makefile.am, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/export.h, include/geos/geom.h, include/geos/geom/BinaryOp.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Envelope.inl, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryCollection.inl, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFactory.inl, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/Makefile.am, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Puntal.h, include/geos/geom/Triangle.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/Makefile.am, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/Makefile.am, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/Makefile.am, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/Makefile.am, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/geomgraphindex.h, include/geos/geosAlgorithm.h, include/geos/index/ItemVisitor.h, include/geos/index/Makefile.am, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Makefile.am, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/Makefile.am, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/Makefile.am, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Makefile.am, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/Makefile.am, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/Makefile.am, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexBintree.h, include/geos/indexChain.h, include/geos/indexIntervalRTree.h, include/geos/indexQuadtree.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/inline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/Makefile.am, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/ExtractLineByLocation.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearGeometryBuilder.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/Makefile.am, include/geos/noding.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexNoder.inl, include/geos/noding/Makefile.am, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/Makefile.am, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/nodingSnapround.h, include/geos/opBuffer.h, include/geos/opDistance.h, include/geos/opLinemerge.h, include/geos/opOverlay.h, include/geos/opPolygonize.h, include/geos/opPredicate.h, include/geos/opRelate.h, include/geos/opValid.h, include/geos/operation.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/Makefile.am, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/Makefile.am, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/OffsetSegmentString.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/distance/Makefile.am, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/linemerge/Makefile.am, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/Makefile.am, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.inl, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/Makefile.am, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/Makefile.am, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/Makefile.am, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/Makefile.am, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/Makefile.am, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/Makefile.am, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Makefile.am, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/planargraph/algorithm/Makefile.am, include/geos/platform.h.cmake, include/geos/platform.h.vc, include/geos/precision.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/Makefile.am, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/Makefile.am, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/timeval.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/Makefile.am, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, include/geos/version.h.in, include/geos/version.h.vc, macros/Makefile.am, macros/geos.m4, makefile.vc, src/CMakeLists.txt, src/Makefile.am, src/Makefile.vc, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/Makefile.am, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/distance/Makefile.am, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/Makefile.am, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/dirlist.mk, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/Makefile.am, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/Makefile.am, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/Makefile.am, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geomgraph/Depth.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/Makefile.am, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/index/Makefile.am, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/Makefile.am, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Makefile.am, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/Makefile.am, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/Makefile.am, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Makefile.am, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/Makefile.am, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/Makefile.am, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/inlines.cpp, src/io/ByteOrderDataInStream.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/Makefile.am, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp, src/linearref/LocationIndexOfPoint.cpp, src/linearref/Makefile.am, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/Makefile.am, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/Makefile.am, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/Makefile.am, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/distance/Makefile.am, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/linemerge/Makefile.am, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/Makefile.am, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/Makefile.am, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/Makefile.am, src/operation/predicate/RectangleContains.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/Makefile.am, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/Makefile.am, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/Makefile.am, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Makefile.am, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/Makefile.am, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/Makefile.am, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Makefile.am, src/util/Profiler.cpp, src/util/math.cpp, swig/Makefile.am, swig/python/Makefile.am, swig/python/tests/Makefile.am, swig/python/tests/TESTING.txt, swig/python/tests/runtests.py, swig/ruby/Makefile.am, swig/ruby/test/Makefile.am, tests/CMakeLists.txt, tests/Makefile.am, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/Makefile.am, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h, tests/geostest/geostest.c, tests/perf/operation/buffer/IteratedBufferStressTest.cpp, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/CMakeLists.txt, tests/unit/Makefile.am, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/algorithm/RobustLineIntersectorTest.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSWithinTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp , tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h, tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/CMakeLists.txt, tests/xmltester/CTS.cpp, tests/xmltester/Makefile.am, tests/xmltester/SimpleWKTTester.cpp, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/Stackwalker.h, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tools/CMakeLists.txt, tools/Makefile.am: Removed Subversion svn:keywords property (#480) git-svn-id: http://svn.osgeo.org/geos/trunk@3481 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-21 Sandro Santilli * swig/geos.i.in, swig/python/Makefile.am: Fix out-of-place build for python binding (#332) git-svn-id: http://svn.osgeo.org/geos/trunk@3475 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-20 Howard Butler * include/geos/geom/GeometryCollection.h: mark concrete implementations as non-virtual for GeometryCollection::computeEnvelopInternal and GeometryCollection::compareToSameClass #478 git-svn-id: http://svn.osgeo.org/geos/trunk@3472 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-20 Howard Butler * include/geos/geom/GeometryFactory.h: apply clang fix for #463 git-svn-id: http://svn.osgeo.org/geos/trunk@3470 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-19 Mateusz Loskot * tests/unit/capi/GEOSisValidDetailTest.cpp: Disable unit test relying on C99 feature if GEOS built using Visual C++ git-svn-id: http://svn.osgeo.org/geos/trunk@3469 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-17 Sandro Santilli * include/geos/platform.h.in: Use the global isnan from math.h for Solaris (#461) git-svn-id: http://svn.osgeo.org/geos/trunk@3468 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-09-12 Sandro Santilli * src/algorithm/InteriorPointArea.cpp, tests/unit/Makefile.am, tests/unit/algorithm/InteriorPointAreaTest.cpp: Fix memory leak on invalid geometry in InteriorPointArea (#475) git-svn-id: http://svn.osgeo.org/geos/trunk@3465 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-08-24 Sandro Santilli * include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/relate/RelateComputer.h, src/geom/util/SineStarFactory.cpp, src/operation/relate/RelateComputer.cpp: Fix warnings on MSVC 2008 64 Bit (#470) git-svn-id: http://svn.osgeo.org/geos/trunk@3463 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-08-20 Sandro Santilli * src/geom/GeometryCollection.cpp, src/geom/LineString.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, tests/unit/Makefile.am, tests/unit/geom/Geometry/clone.cpp: Forward port fix for #464 (Geometry.clone SRID copy) git-svn-id: http://svn.osgeo.org/geos/trunk@3461 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-08-19 Sandro Santilli * src/planargraph/DirectedEdge.cpp: Fix missing return from DirectedEdge output operator git-svn-id: http://svn.osgeo.org/geos/trunk@3458 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-08-19 Sandro Santilli * tests/perf/Makefile.am, tests/perf/capi/Makefile.am: Fix out-of-source builds git-svn-id: http://svn.osgeo.org/geos/trunk@3457 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-08-06 Sandro Santilli * include/geos/noding/BasicSegmentString.h, src/inlines.cpp: Drop dangling references to SegmentString.inl (ticket #467) git-svn-id: http://svn.osgeo.org/geos/trunk@3456 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-27 Sandro Santilli * tests/perf/ClassSizes.cpp, tests/perf/Makefile.am: Add test file printing sizes of some classes git-svn-id: http://svn.osgeo.org/geos/trunk@3455 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-27 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp: Earlier release of input segment strings, earlier release of buffer subgraphs. git-svn-id: http://svn.osgeo.org/geos/trunk@3454 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-27 Sandro Santilli * include/geos/noding/Noder.h, include/geos/noding/SegmentNodeList.h, src/noding/SegmentNodeList.cpp, src/operation/buffer/BufferBuilder.cpp: Change Noder interface to transfer ownership of noded segment strings to caller. Delete them as soon as converted to Edges in BufferOp. git-svn-id: http://svn.osgeo.org/geos/trunk@3453 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-26 Sandro Santilli * include/geos/noding/Makefile.am, include/geos/noding/SegmentString.h, include/geos/noding/SegmentString.inl, src/noding/SegmentString.cpp: Update class documentation and port info. Drop empty .inl file. git-svn-id: http://svn.osgeo.org/geos/trunk@3452 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-26 Sandro Santilli * NEWS, include/geos/noding/NodedSegmentString.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentStringUtil.h, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedLineStringIntersects.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/noding/SegmentNodeList.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp: Have NodedSegmentString take ownership of CoordinateSequence git-svn-id: http://svn.osgeo.org/geos/trunk@3451 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-26 Sandro Santilli * NEWS, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdge.inl, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Label.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/PlanarGraph.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNode.h, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Label.cpp, src/geomgraph/Node.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/operation/buffer/BufferBuilder.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/PointBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/relate/EdgeEndBundle.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/RelateComputer.cpp, src/operation/relate/RelateNode.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/valid/ConnectedInteriorTester.cpp: Use geomgraph::Label by value (less extra-heap), cleanups and port sync. git-svn-id: http://svn.osgeo.org/geos/trunk@3450 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-21 Sandro Santilli * include/geos/geomgraph/Label.h, src/geomgraph/Label.cpp: Make geomgraph::Label non virtual, implement assignment operator, drop old logs, sync port info. git-svn-id: http://svn.osgeo.org/geos/trunk@3449 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-21 Sandro Santilli * include/geos/geomgraph/TopologyLocation.h, src/geomgraph/TopologyLocation.cpp: Add assignment operator to TopologyLocation, drop old logs, sync port info git-svn-id: http://svn.osgeo.org/geos/trunk@3448 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, src/algorithm/ConvexHull.cpp: Port JTS robustness fix for ConvexHull (ticket #457) git-svn-id: http://svn.osgeo.org/geos/trunk@3444 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * tests/xmltester/XMLTester.cpp: Allow XML tests not to specify a precision model, defaulting to floating This allows running some JTS tests w/out touching them git-svn-id: http://svn.osgeo.org/geos/trunk@3443 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSDistanceTest.cpp: Add unit test for bug #337. git-svn-id: http://svn.osgeo.org/geos/trunk@3442 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * tests/xmltester/Makefile.am: Reset CXXFLAGS for building XMLTester, should fix bug #319 (non-c++98 tinyxml) git-svn-id: http://svn.osgeo.org/geos/trunk@3441 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Have GEOSOffsetCurve with distance 0 return the input (fixes bug #454) git-svn-id: http://svn.osgeo.org/geos/trunk@3439 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * NEWS: Add note about new BufferOp interface git-svn-id: http://svn.osgeo.org/geos/trunk@3438 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * include/geos/operation/buffer/BufferOp.h: Add setSingleSided interface to BufferOp-accessible BufferParam setters Patch by Tai Meng git-svn-id: http://svn.osgeo.org/geos/trunk@3437 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * include/geos/planargraph/DirectedEdge.h, src/planargraph/DirectedEdge.cpp: Add output operator for planargraph::DirectedEdge class git-svn-id: http://svn.osgeo.org/geos/trunk@3436 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * src/algorithm/RobustDeterminant.cpp: Drop unused variable git-svn-id: http://svn.osgeo.org/geos/trunk@3435 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * tests/unit/operation/polygonize/PolygonizeTest.cpp: Add port info git-svn-id: http://svn.osgeo.org/geos/trunk@3434 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-20 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/polygonize/PolygonizeTest.cpp: Port JTS unit test for Polygonizer class (very light..) git-svn-id: http://svn.osgeo.org/geos/trunk@3433 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-07 Sandro Santilli * src/operation/buffer/BufferParameters.cpp: Include platform.h, fixing SOLARIS build. Patch by Tai Meng . git-svn-id: http://svn.osgeo.org/geos/trunk@3432 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-06 Sandro Santilli * include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, src/geomgraph/GeometryGraph.cpp: Nodes always have labels (ported JTS fix to GeometryGraph::insertBoundaryPoint). Update port info. git-svn-id: http://svn.osgeo.org/geos/trunk@3429 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-06 Sandro Santilli * include/geos/geomgraph/Node.h, src/geomgraph/Node.cpp: Update port info for geomgraph::Node after GEOS fix was ported to JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3428 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * Makefile.am: svn update before running svn2cl git-svn-id: http://svn.osgeo.org/geos/trunk@3427 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h: Update port info for IndexedNestedRingTester class git-svn-id: http://svn.osgeo.org/geos/trunk@3425 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * NEWS: Changes of 3.3.1 do not belong in trunk (aimed at 3.4.0) git-svn-id: http://svn.osgeo.org/geos/trunk@3424 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/operation/valid/IndexedNestedRingTester.cpp, tests/xmltester/tests/general/TestValid.xml: Fix #449 (Assertion fails checking validity of polygon) the JTS way. git-svn-id: http://svn.osgeo.org/geos/trunk@3423 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/operation/valid/IndexedNestedRingTester.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug449.xml: Revert "When checking for validity, do not abort if every vertex of an hole is also a vertex of another one. Fixes bug #449, including regress testing." (will redo the JTS way) This reverts commit 7d2306c8dca2f0f1c5722640758578c1d59c7295. git-svn-id: http://svn.osgeo.org/geos/trunk@3422 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/algorithm/MinimumDiameter.cpp: Initialize MinimumDiamiter::minPtIndex in the constructor, to make static analisys tools happier git-svn-id: http://svn.osgeo.org/geos/trunk@3417 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/index/sweepline/SweepLineIndex.cpp: Initialize SweepLineIndex::indexBuilt in ctor git-svn-id: http://svn.osgeo.org/geos/trunk@3416 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * include/geos/algorithm/LineIntersector.h: Initialize LineIntersector::isProperVar in constructor (not really needed but makes less noise under static analisys tools) git-svn-id: http://svn.osgeo.org/geos/trunk@3415 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * include/geos/geom/prep/PreparedPoint.h, src/geom/prep/PreparedPoint.cpp: Fix bogus override of PreparedGeometry::intersect by PreparedPoint git-svn-id: http://svn.osgeo.org/geos/trunk@3414 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/index/quadtree/Node.cpp: Assert that the variable used as array index is not negative before using it (quadtree) git-svn-id: http://svn.osgeo.org/geos/trunk@3413 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/geomgraph/GeometryGraph.cpp: Avoid segfalting when an added node has no label in GeometryGraph::insertBoundaryPoint. See https://sourceforge.net/tracker/?func=detail&aid=3353879&group_id=128875&atid=713120git-svn-id: http://svn.osgeo.org/geos/trunk@3412 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/geomgraph/Node.cpp: Avoid segfaulting when Node.setLabelBoundary is called against a node with null label. See https://sourceforge.net/tracker/?func=detail&aid=3353871&group_id=128875&atid=713120git-svn-id: http://svn.osgeo.org/geos/trunk@3411 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/index/bintree/Node.cpp: Assert that the variable used as array index is not negative before using it. git-svn-id: http://svn.osgeo.org/geos/trunk@3410 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-05 Sandro Santilli * src/util/Profiler.cpp: Do not dereference past-the-end iterator on invalid call git-svn-id: http://svn.osgeo.org/geos/trunk@3409 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-01 Sandro Santilli * tests/unit/capi/GEOSBufferTest.cpp: Add test for ticket #455 (bad result from the deprecated GEOSSingleSidedBuffer). It passes here in trunk, good! git-svn-id: http://svn.osgeo.org/geos/trunk@3398 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-07-01 Sandro Santilli * NEWS: NEWS item about #449 git-svn-id: http://svn.osgeo.org/geos/trunk@3397 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-06-27 Sandro Santilli * configure.in: Bump versions up assuming a new minor release will come out from trunk. Closes #453 git-svn-id: http://svn.osgeo.org/geos/trunk@3394 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-06-09 Sandro Santilli * src/operation/valid/IndexedNestedRingTester.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug449.xml: When checking for validity, do not abort if every vertex of an hole is also a vertex of another one. Fixes bug #449, including regress testing. git-svn-id: http://svn.osgeo.org/geos/trunk@3392 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-06-02 Sandro Santilli * php/test/test.php: Refine test for #448 git-svn-id: http://svn.osgeo.org/geos/trunk@3390 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-06-02 Sandro Santilli * php/test/test.php: Add test for bug #448 git-svn-id: http://svn.osgeo.org/geos/trunk@3389 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Sandro Santilli * ChangeLog: Update for release git-svn-id: http://svn.osgeo.org/geos/trunk@3387 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Sandro Santilli * NEWS, configure.in: Set version to 3.3.0 (final) - Set release date to 2011-05-30 git-svn-id: http://svn.osgeo.org/geos/trunk@3386 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Mateusz Loskot * capi/CMakeLists.txt: Applied William\'s patch capi_CMakeLists.txt.patch for OSX framework (Ticket #385) git-svn-id: http://svn.osgeo.org/geos/trunk@3385 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Mateusz Loskot * src/CMakeLists.txt: Applied William\'s patch * src_CMakeLists.txt.patch Download added OSX framework (Ticket #385) git-svn-id: http://svn.osgeo.org/geos/trunk@3384 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Mateusz Loskot * src/CMakeLists.txt: Applied William\'s patch with missing library versions for OSX framework (Ticket #385) git-svn-id: http://svn.osgeo.org/geos/trunk@3383 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-30 Mateusz Loskot * tests/bigtest/CMakeLists.txt, tests/unit/CMakeLists.txt, tests/xmltester/CMakeLists.txt: Applied supplementary tests.patch for 85 from William git-svn-id: http://svn.osgeo.org/geos/trunk@3382 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-27 Sandro Santilli * src/Makefile.am: The mac framework info.plist.in from r3376 didn't make it into the rc2 tarball. git-svn-id: http://svn.osgeo.org/geos/trunk@3381 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-23 Sandro Santilli * ChangeLog: updated for 3.3.0rc2 release git-svn-id: http://svn.osgeo.org/geos/trunk@3378 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-23 Sandro Santilli * configure.in: Set version to 3.3.0rc2 git-svn-id: http://svn.osgeo.org/geos/trunk@3377 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-23 Mateusz Loskot * src/info.plist.in: Added src/info.plist.in file for OS X framework build option in CMake configuration (Ticket #385) git-svn-id: http://svn.osgeo.org/geos/trunk@3376 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-22 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, include/CMakeLists.txt, src/CMakeLists.txt, tools/CMakeLists.txt: Added OS X framework build option to CMake configuration (Ticket #385) git-svn-id: http://svn.osgeo.org/geos/trunk@3375 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-20 Sandro Santilli * tests/perf/capi/memleak_mp_prep.c: add missing return from main git-svn-id: http://svn.osgeo.org/geos/trunk@3374 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-19 Frank Warmerdam * src/operation/overlay/PolygonBuilder.cpp: shellCount checking should not be DEBUG only now that we throw an exception (#398) git-svn-id: http://svn.osgeo.org/geos/trunk@3373 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-19 Frank Warmerdam * include/geos/noding/SegmentPointComparator.h, src/Makefile.vc, src/noding/snapround/MCIndexSnapRounder.cpp, src/operation/overlay/PolygonBuilder.cpp: Updates for Makefile.vc builds and issues when building NDEBUG and no inlining git-svn-id: http://svn.osgeo.org/geos/trunk@3372 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-19 Sandro Santilli * tests/perf/capi/Makefile.am: Fix build of prepared geoms memleak tester on system w/out geos installed git-svn-id: http://svn.osgeo.org/geos/trunk@3371 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-18 Sandro Santilli * include/geos/platform.h.in, src/algorithm/RobustDeterminant.cpp: Do not assume isfinite is in std:: namespace to fix #444; Have RobustDeterminant use a broad 'using namespace std' to fix #442 in another way. git-svn-id: http://svn.osgeo.org/geos/trunk@3370 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-17 Sandro Santilli * Makefile.am, capi/Makefile.am, include/Makefile.am, include/geos/Makefile.am, src/Makefile.am, tests/Makefile.am, tests/bigtest/Makefile.am, tests/unit/Makefile.am, tests/xmltester/Makefile.am, tools/Makefile.am: Distribute cmake build scripts. Fixes bug #441. git-svn-id: http://svn.osgeo.org/geos/trunk@3369 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-17 Sandro Santilli * include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/MCIndexSnapRounder.inl, include/geos/noding/snapround/Makefile.am, src/inlines.cpp: Remove inlines machinery from MCIndexSnapRounder. Possibly fixes ticket #222. git-svn-id: http://svn.osgeo.org/geos/trunk@3368 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-17 Sandro Santilli * include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, src/geom/Coordinate.cpp: Remove disabled code and old logs. No functional change. git-svn-id: http://svn.osgeo.org/geos/trunk@3367 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-16 Mateusz Loskot * include/geos/geom/util/SineStarFactory.h: Fixed buggy self-assignment in SineStarFactory::setNumArms git-svn-id: http://svn.osgeo.org/geos/trunk@3366 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-16 Sandro Santilli * include/geos/platform.h.in: Quality ::finite and ::isfinite symbols, when available, into the std:: namespace. Fixes bug #442. git-svn-id: http://svn.osgeo.org/geos/trunk@3365 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-13 Mateusz Loskot * capi/CMakeLists.txt, tests/unit/capi/GEOSIntersectsTest.cpp: GEOS DLL exports are pretty much messed up. The same DLL declspec is used by both C++ and C DLLs. So, GEOS C DLL cannot import and link properly against GEOS C++ interface as the declspec(dllexport) is specified for the GEOS C++ DLL where declspec(dllimport) is expected. This commit fixes the issue (temporarily) by linking GEOS C DLL against GEOS C++ static library. git-svn-id: http://svn.osgeo.org/geos/trunk@3364 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-13 Mateusz Loskot * include/geos/algorithm/Angle.h: Added missing DLL decspec for Angle class git-svn-id: http://svn.osgeo.org/geos/trunk@3363 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-13 Mateusz Loskot * src/algorithm/RobustDeterminant.cpp: Removed std::isfinite as possibly non-existing on some platforms - rather fix platform.h if needed. git-svn-id: http://svn.osgeo.org/geos/trunk@3362 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * NEWS: Add note about #357 fix git-svn-id: http://svn.osgeo.org/geos/trunk@3361 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * src/algorithm/RobustDeterminant.cpp, tests/unit/capi/GEOSIntersectsTest.cpp: Have RobustDeterminant throw an IllegalArgument if passed any infinite or nan value. Fixes bug #357. Includes regress test. git-svn-id: http://svn.osgeo.org/geos/trunk@3360 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * NEWS: Add note about the memory usage reduction in prepared geoms (#342) git-svn-id: http://svn.osgeo.org/geos/trunk@3359 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * src/noding/MCIndexSegmentSetMutualIntersector.cpp: Reserve vector space, use ::size_type for vector indices. git-svn-id: http://svn.osgeo.org/geos/trunk@3358 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * include/geos/noding/MCIndexSegmentSetMutualIntersector.h, src/noding/MCIndexSegmentSetMutualIntersector.cpp: Don't let MCIndexSegmentSetMutualIntersector grow in memory on every new ::process call. Fixes bug #342. git-svn-id: http://svn.osgeo.org/geos/trunk@3357 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * include/geos/index/chain/MonotoneChainBuilder.h, src/index/chain/MonotoneChainBuilder.cpp: Port info for MonotoneChainBuilder git-svn-id: http://svn.osgeo.org/geos/trunk@3356 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * src/geom/prep/PreparedLineStringIntersects.cpp: Fix a memory leak in PreparedLineStringIntersects::isAnyPointInRing git-svn-id: http://svn.osgeo.org/geos/trunk@3355 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * src/geom/prep/PreparedLineString.cpp: Drop commented out code git-svn-id: http://svn.osgeo.org/geos/trunk@3354 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * include/geos/geom/prep/PreparedLineStringIntersects.h, src/geom/prep/PreparedLineStringIntersects.cpp: Port info for PreparedLineStringIntersects, and avoid polluting the global namespace git-svn-id: http://svn.osgeo.org/geos/trunk@3353 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-12 Sandro Santilli * include/geos/geom/prep/AbstractPreparedPolygonContains.h, src/geom/prep/AbstractPreparedPolygonContains.cpp: Reduce heap allocations in AbstractPreparedPolygonContains git-svn-id: http://svn.osgeo.org/geos/trunk@3352 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * include/geos/noding/FastSegmentSetIntersectionFinder.h, src/noding/FastSegmentSetIntersectionFinder.cpp: Port info for FastSegmentSetIntersectionFinder git-svn-id: http://svn.osgeo.org/geos/trunk@3351 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * include/geos/noding/MCIndexSegmentSetMutualIntersector.h, src/noding/MCIndexSegmentSetMutualIntersector.cpp: Port info for MCIndexSegmentSetMutualIntersector git-svn-id: http://svn.osgeo.org/geos/trunk@3350 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * configure.in, tests/perf/Makefile.am, tests/perf/capi/Makefile.am, tests/perf/capi/memleak_mp_prep.c, tests/perf/capi/memleak_mp_prep.sh: Import test for bug #342. It is not automated as it's not general (requires bash) git-svn-id: http://svn.osgeo.org/geos/trunk@3349 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * HOWTO_RELEASE: Producing a bzip2 tarball is easier than described git-svn-id: http://svn.osgeo.org/geos/trunk@3348 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * ChangeLog, NEWS: Updated for 3.0.0rc1 release git-svn-id: http://svn.osgeo.org/geos/trunk@3346 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * php/geos.c, php/test/test.php: Add Geometry.offsetCurve to PHP binding git-svn-id: http://svn.osgeo.org/geos/trunk@3345 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * php/geos.c, php/test/test.php: Add single-sided buffering support in PHP binding git-svn-id: http://svn.osgeo.org/geos/trunk@3344 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-11 Sandro Santilli * configure.in: Set version to 3.0.0rc1 git-svn-id: http://svn.osgeo.org/geos/trunk@3343 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Have GEOSOffsetCurve return LINESTRING EMPTY for collapsing lines (right offset on right-turning curve can do that). Regress test one such case, taken from http://trac.osgeo.org/postgis/ticket/413. git-svn-id: http://svn.osgeo.org/geos/trunk@3342 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSIntersectsTest.cpp: Add test for 357 (doesn't succeed at failing) git-svn-id: http://svn.osgeo.org/geos/trunk@3341 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * include/geos/algorithm/LineIntersector.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, src/algorithm/LineIntersector.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeIntersectionList.cpp: Revert "Use long double to compute edge distance." (r3334). Simple double in HCoordinate made #350 pass anyway. git-svn-id: http://svn.osgeo.org/geos/trunk@3340 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * src/algorithm/HCoordinate.cpp: Drop STORE_INTERMEDIATE_COMPUTATION_VALUES macro and protected non-unrolled computation, that is all paranoia aimed at making floats stored to match java IEEE. Since we get no failures in testsuite (our and postgis') I think it makes sense to have the code as close as possible to the JTS one. git-svn-id: http://svn.osgeo.org/geos/trunk@3339 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * include/geos/algorithm/HCoordinate.h, src/algorithm/HCoordinate.cpp: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@3338 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * tests/xmltester/tests/ticket/bug350.xml, tests/xmltester/tests/ticket/bug398.xml: Expect the same results given by JTS git-svn-id: http://svn.osgeo.org/geos/trunk@3337 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-10 Sandro Santilli * include/geos/algorithm/HCoordinate.h, src/algorithm/HCoordinate.cpp: Bring hcoordinate back to double precision (from long double) git-svn-id: http://svn.osgeo.org/geos/trunk@3336 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-09 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug350.xml: Automate test for bug350, change the expected result to match the one obtained by GEOS. It is not _exactly_ the same output obtained with JTS but close enough. Unfortunately both GEOS and JTS use an exact match for comparison so we won't be able to share this test. git-svn-id: http://svn.osgeo.org/geos/trunk@3335 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-09 Sandro Santilli * include/geos/algorithm/LineIntersector.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, src/algorithm/LineIntersector.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeIntersectionList.cpp: Use long double to compute edge distance. Makes noding more robust, fixes bug #350. git-svn-id: http://svn.osgeo.org/geos/trunk@3334 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * include/geos/geomgraph/EdgeIntersection.h, src/geomgraph/EdgeIntersection.cpp, src/geomgraph/Makefile.am: Turn EdgeIntersection into a concrete, fully-inlined, C++ class. git-svn-id: http://svn.osgeo.org/geos/trunk@3333 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * include/geos/geomgraph/index/MonotoneChain.h: Describe MonotoneChain git-svn-id: http://svn.osgeo.org/geos/trunk@3332 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * src/geomgraph/Edge.cpp, src/geomgraph/EdgeIntersection.cpp, src/geomgraph/EdgeIntersectionList.cpp: Make output operators for Edge, EdgeIntersection and EdgeIntersectionList closer to JTS, for easier comparison git-svn-id: http://svn.osgeo.org/geos/trunk@3331 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, src/geomgraph/EdgeIntersection.cpp, src/geomgraph/EdgeIntersectionList.cpp: Output operator for EdgeIntersection and EdgeIntersectionList git-svn-id: http://svn.osgeo.org/geos/trunk@3330 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * include/geos/geomgraph/GeometryGraph.h, src/geomgraph/GeometryGraph.cpp: Drop book keeping of segment intersectors, as we're transferring their ownership to caller anyway git-svn-id: http://svn.osgeo.org/geos/trunk@3329 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * tests/xmltester/tests/ticket/bug350.xml: Re-add also the original data in test for bug350, so nothing gets lost. git-svn-id: http://svn.osgeo.org/geos/trunk@3328 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * src/geomgraph/GeometryGraph.cpp: Use logical (not bitwise) AND, use dynamic_cast to map JTS's instanceof operator git-svn-id: http://svn.osgeo.org/geos/trunk@3327 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-06 Sandro Santilli * tests/xmltester/tests/ticket/bug350.xml: Modify test for bug350 so to use pre-snapped geometries. Shows that the problem is not in snapping code, but after that (ie: JTS succeeds at fist shot on this new input) git-svn-id: http://svn.osgeo.org/geos/trunk@3326 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-04 Sandro Santilli * src/geom/prep/AbstractPreparedPolygonContains.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp: Fix regression accidentally introduced by commit r3322 (Sean's). Add automated test for it (was found trough PostGIS regression test) git-svn-id: http://svn.osgeo.org/geos/trunk@3325 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-04 Sandro Santilli * src/operation/buffer/OffsetCurveBuilder.cpp: Drop useless and unavailable include git-svn-id: http://svn.osgeo.org/geos/trunk@3324 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-03 Sean Gillies * src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/PreparedPolygon.cpp: Damn these tabs git-svn-id: http://svn.osgeo.org/geos/trunk@3323 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-05-03 Sean Gillies * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/PreparedPolygon.cpp: Add missing prepared geometry predicates to C API (#436) git-svn-id: http://svn.osgeo.org/geos/trunk@3322 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * .gitignore, NEWS, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp: Improve performance of RectangleIntersects (of one order of magnitude). git-svn-id: http://svn.osgeo.org/geos/trunk@3321 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp: More concise output from performance tester git-svn-id: http://svn.osgeo.org/geos/trunk@3320 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * src/noding/ScaledNoder.cpp, src/operation/buffer/BufferOp.cpp: Hush uncontrolled debugging prints git-svn-id: http://svn.osgeo.org/geos/trunk@3319 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * include/geos/operation/relate/RelateComputer.h, src/operation/relate/RelateComputer.cpp: Plug leak on exception in RelateComputer (exposed by running doc/example) git-svn-id: http://svn.osgeo.org/geos/trunk@3318 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * src/geom/Geometry.cpp: Do not leak on exception during relational geometry predicates git-svn-id: http://svn.osgeo.org/geos/trunk@3317 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * configure.in, tests/perf/operation/Makefile.am, tests/perf/operation/predicate/Makefile.am, tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp: Port RectangleIntersects performance test from JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3316 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * src/operation/predicate/RectangleIntersects.cpp: Do not leak memory during rectangle intersects predicate git-svn-id: http://svn.osgeo.org/geos/trunk@3315 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * src/operation/overlay/OverlayOp.cpp: Drop unneeded include git-svn-id: http://svn.osgeo.org/geos/trunk@3314 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * doc/example.cpp, include/geos/geom/util/Makefile.am, include/geos/geom/util/SineStarFactory.h, include/geos/util/GeometricShapeFactory.h, src/geom/util/Makefile.am, src/geom/util/SineStarFactory.cpp, src/util/GeometricShapeFactory.cpp: Port geos::geom::util::SineStarFactory from JTS-1.12, useful for profile-test RectangleIntersects. git-svn-id: http://svn.osgeo.org/geos/trunk@3313 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-28 Sandro Santilli * src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/NodeMap.cpp, src/operation/valid/IsValidOp.cpp: Trim old embedded history log (from CVS times) git-svn-id: http://svn.osgeo.org/geos/trunk@3312 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/algorithm/CGAlgorithms.h, src/algorithm/CGAlgorithms.cpp, tests/unit/Makefile.am, tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp: Improve speed of Geometry.getArea, unit-test it. git-svn-id: http://svn.osgeo.org/geos/trunk@3311 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * tools/findclassfiles: Match full class names, not partial. Allow specifying a package name. git-svn-id: http://svn.osgeo.org/geos/trunk@3310 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp: Sync linemerge package to JTS-1.12 (nothing changed) git-svn-id: http://svn.osgeo.org/geos/trunk@3309 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * tools/findclassfiles: Utility script to help with editing all files of a class git-svn-id: http://svn.osgeo.org/geos/trunk@3308 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/algorithm/Angle.h, src/algorithm/Angle.cpp, tests/unit/Makefile.am, tests/unit/algorithm/AngleTest.cpp: Sync Angle class to JTS-1.12, port unit testing for it. git-svn-id: http://svn.osgeo.org/geos/trunk@3307 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/operation/buffer/OffsetCurveSetBuilder.h, src/operation/buffer/OffsetCurveSetBuilder.cpp, tests/unit/capi/GEOSBufferTest.cpp: Add test for singlesided buffer (areal). Fix premature exit from OffsetCurveSetBuilder. git-svn-id: http://svn.osgeo.org/geos/trunk@3306 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Drop one argument from GEOSOffsetCurve. Tell right/left from width/distance sign (<0 for right side) git-svn-id: http://svn.osgeo.org/geos/trunk@3305 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSOffsetCurveTest.cpp: Put OffsetCurveTest in its own file (old singleside test + a couple more tests) git-svn-id: http://svn.osgeo.org/geos/trunk@3304 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add GEOSBufferParams type and GEOSBufferWithParams function to have an extensible buffer operation. Allows areal single sided buffer. git-svn-id: http://svn.osgeo.org/geos/trunk@3303 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add GEOSOffsetCurve C-API interface deprecating GEOSSingleSidedBuffer git-svn-id: http://svn.osgeo.org/geos/trunk@3302 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/Makefile.am, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveVertexList.h, include/geos/operation/buffer/OffsetSegmentGenerator.h, include/geos/operation/buffer/OffsetSegmentString.h, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetSegmentGenerator.cpp: Refactored offset curve generation (from JTS-1.12) git-svn-id: http://svn.osgeo.org/geos/trunk@3301 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/operation/buffer/BufferParameters.h, src/operation/buffer/BufferParameters.cpp: Sync BufferParameters class to JTS r378 (isSingleSided property) git-svn-id: http://svn.osgeo.org/geos/trunk@3300 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-27 Sandro Santilli * include/geos/operation/buffer/BufferOp.h, src/operation/buffer/BufferOp.cpp: Sync BufferOp class to JTS r378. Do not port the unused isSingleSided property. git-svn-id: http://svn.osgeo.org/geos/trunk@3299 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-23 Sandro Santilli * NEWS: Add note about GEOSCascadedUnion deprecation git-svn-id: http://svn.osgeo.org/geos/trunk@3298 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-23 Sandro Santilli * capi/geos_c.h.in: Mark GEOSUnionCascaded as deprecated, GEOSUnaryUnion does the same thing w/out refusin to deal with lines, points, collections git-svn-id: http://svn.osgeo.org/geos/trunk@3297 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-23 Sandro Santilli * include/geos/operation/union/CascadedUnion.h, include/geos/operation/union/Makefile.am, php/test/test.php, src/operation/union/CascadedUnion.cpp, src/operation/union/Makefile.am, src/operation/union/UnaryUnionOp.cpp, tests/unit/capi/GEOSUnaryUnionTest.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug392.xml: Generalize CascadedPolygonUnion into a CascadedUnion. Use the generalized class for unary union of lines, fixing bug #392. Automate testing of it, tweak expected results from other tests (output components reordered). git-svn-id: http://svn.osgeo.org/geos/trunk@3296 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-22 Sandro Santilli * tests/xmltester/XMLTester.cpp: Use equals() to compare expected/obtained results of "Union" operation. This matches JTS and prevents being too strict about equality. git-svn-id: http://svn.osgeo.org/geos/trunk@3295 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-22 Sandro Santilli * include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/GeometryListHolder.h, include/geos/operation/union/Makefile.am: Put GeometryListHolder in its own header file. git-svn-id: http://svn.osgeo.org/geos/trunk@3294 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-22 Sandro Santilli * include/geos/io/WKTWriter.h, src/io/WKTWriter.cpp, tests/unit/io/WKTWriterTest.cpp: Use stringstream to format strings rather than printf-like statements. Simplifies things a lot. git-svn-id: http://svn.osgeo.org/geos/trunk@3293 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-22 Sandro Santilli * include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, src/geom/PrecisionModel.cpp, tests/unit/Makefile.am, tests/unit/geom/PrecisionModelTest.cpp, tests/unit/io/WKTReaderTest.cpp, tests/unit/io/WKTWriterTest.cpp: Sync PrecisionModel to JTS-1.12, add unit testing, fix getMaximumPrecisionDigit to behave as documented (JTS doesn't). git-svn-id: http://svn.osgeo.org/geos/trunk@3292 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-20 Sandro Santilli * include/geos/operation/buffer/OffsetCurveSetBuilder.h, src/operation/buffer/OffsetCurveSetBuilder.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/ticket/bug434.xml: Sync OffsetCurveSetBuilder::isErodedCompletely implementation to JTS, fixing bug #434 git-svn-id: http://svn.osgeo.org/geos/trunk@3291 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-20 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug176.xml, tests/xmltester/tests/bug188.xml, tests/xmltester/tests/bug244.xml, tests/xmltester/tests/bug275.xml, tests/xmltester/tests/bug344.xml, tests/xmltester/tests/bug350.xml, tests/xmltester/tests/bug356.xml, tests/xmltester/tests/bug358.xml, tests/xmltester/tests/bug360.xml, tests/xmltester/tests/bug366.xml, tests/xmltester/tests/bug398.xml, tests/xmltester/tests/ticket/bug176.xml, tests/xmltester/tests/ticket/bug188.xml, tests/xmltester/tests/ticket/bug244.xml, tests/xmltester/tests/ticket/bug275.xml, tests/xmltester/tests/ticket/bug344.xml, tests/xmltester/tests/ticket/bug350.xml, tests/xmltester/tests/ticket/bug356.xml, tests/xmltester/tests/ticket/bug358.xml, tests/xmltester/tests/ticket/bug360.xml, tests/xmltester/tests/ticket/bug366.xml, tests/xmltester/tests/ticket/bug398.xml: Move per-ticket testcases under their own directory git-svn-id: http://svn.osgeo.org/geos/trunk@3290 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-20 Sandro Santilli * configure.in: Set JTS port version to 1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3289 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-19 Sandro Santilli * tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp: Add test for IsCCW against the two almost-collapsed rings resulting by GEOS or JTS during execution of the union described in ticket #398. This is done after confirmation of same results in JTS (1 bit makes the difference between CCW and CW orientation). git-svn-id: http://svn.osgeo.org/geos/trunk@3288 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * tests/unit/operation/distance/DistanceOpTest.cpp: Add the actual ->distance() call to the test for bug #367 git-svn-id: http://svn.osgeo.org/geos/trunk@3287 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * src/operation/overlay/PolygonBuilder.cpp, tests/xmltester/Makefile.am: Throw a TopologyException, rather than aborting, when finding more than a shell in MinimalEdgeRing list. Fixes bug #398. Enables automated test for it. Note that JTS fails the test now, triggering the failed assertion. git-svn-id: http://svn.osgeo.org/geos/trunk@3286 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * tests/xmltester/tests/bug398.xml: Expect a result with/out the collapsed ring in the test for bug 398. Funny enough, this makes JTS react by failing the assertion I was tracking... git-svn-id: http://svn.osgeo.org/geos/trunk@3285 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * src/operation/overlay/PolygonBuilder.cpp: Avoid more heap allocations in PolygonBuilder git-svn-id: http://svn.osgeo.org/geos/trunk@3284 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * include/geos/operation/overlay/PolygonBuilder.h, src/operation/overlay/PolygonBuilder.cpp: Reduce heap allocations in PolygonBuilder, rewrite some private interfaces to deal with refs rather than pointers git-svn-id: http://svn.osgeo.org/geos/trunk@3283 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * src/operation/overlay/PolygonBuilder.cpp: Use PlanarGraph::linkResultDirectedEdges rather than rewriting it inline git-svn-id: http://svn.osgeo.org/geos/trunk@3282 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-18 Sandro Santilli * include/geos/geomgraph/PlanarGraph.h, src/geomgraph/PlanarGraph.cpp: Turn PlanarGraph::linkResultDirectedEdges into a templated method git-svn-id: http://svn.osgeo.org/geos/trunk@3281 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-13 Sandro Santilli * tests/unit/geom/CoordinateArraySequenceTest.cpp: Add test for bug #435 git-svn-id: http://svn.osgeo.org/geos/trunk@3280 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-13 Sandro Santilli * php/Makefile.am: Fix path to CAPI includes for PHP binding git-svn-id: http://svn.osgeo.org/geos/trunk@3279 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-13 Sandro Santilli * src/geom/CoordinateArraySequence.cpp: Drop coordinate dimension cache after read-write filtering. Fixes ticket #435. git-svn-id: http://svn.osgeo.org/geos/trunk@3278 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-13 Sandro Santilli * .gitignore, Makefile.am, author.sh: Drop author.sh, add a rule to create authors.git instead git-svn-id: http://svn.osgeo.org/geos/trunk@3277 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-04-13 Sandro Santilli * author.sh: Add script to be used with git-svn --authors-prog git-svn-id: http://svn.osgeo.org/geos/trunk@3276 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-26 Sandro Santilli * include/geos/simplify/TaggedLineString.h, src/index/chain/MonotoneChainBuilder.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp: fix missing size_t with gcc 4.6 git-svn-id: http://svn.osgeo.org/geos/trunk@3275 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-26 Sandro Santilli * include/geos/index/chain/MonotoneChainBuilder.h, include/geos/operation/valid/SimpleNestedRingTester.h, src/index/bintree/Bintree.cpp, src/index/bintree/Node.cpp, src/index/bintree/Root.cpp, src/index/strtree/AbstractNode.cpp: fixed missing NULL with gcc 4.6 git-svn-id: http://svn.osgeo.org/geos/trunk@3274 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-26 Sandro Santilli * include/geos/operation/overlay/OverlayNodeFactory.h: fix uninitialized const caused by missing constructor git-svn-id: http://svn.osgeo.org/geos/trunk@3273 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-24 Mateusz Loskot * capi/CMakeLists.txt, include/CMakeLists.txt, src/CMakeLists.txt: Added source_group properties to support source browsers in various IDEs git-svn-id: http://svn.osgeo.org/geos/trunk@3272 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-16 Sandro Santilli * capi/geos_ts_c.cpp: Use GEOSVALID flag correctly, thanks Mat for spotting this. git-svn-id: http://svn.osgeo.org/geos/trunk@3271 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-11 Sandro Santilli * tests/xmltester/tests/bug350.xml: Add XML test for bug #350 git-svn-id: http://svn.osgeo.org/geos/trunk@3270 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-11 Sandro Santilli * tests/xmltester/tests/bug398.xml: Add XML test for bug398 (not automatically run, as it fails) git-svn-id: http://svn.osgeo.org/geos/trunk@3269 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-11 Sandro Santilli * tests/xmltester/XMLTester.cpp: Tell more about XML loading failures git-svn-id: http://svn.osgeo.org/geos/trunk@3268 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-08 Sandro Santilli * tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp: Add test for invalid boundary node rule value git-svn-id: http://svn.osgeo.org/geos/trunk@3267 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-04 Sandro Santilli * php/geos.c, php/test/test.php: PHP: add relateBoundaryNodeRule method to GEOSGeometry object git-svn-id: http://svn.osgeo.org/geos/trunk@3266 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-04 Sandro Santilli * NEWS: Add note aboute GEOSRelateBoundaryNodeRule git-svn-id: http://svn.osgeo.org/geos/trunk@3265 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-04 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp: GEOSRelateBoundaryNodeRule test, ticket #399 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3264 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-04 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: GEOSRelateBoundaryNodeRule, ticket #399 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3263 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-04 Sandro Santilli * include/geos/algorithm/BoundaryNodeRule.h: Indenting.. git-svn-id: http://svn.osgeo.org/geos/trunk@3262 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * NEWS, tests/unit/operation/distance/DistanceOpTest.cpp: Tweak unit test to expect distance 0 between an empty an anything else. Report the change in NEWS file. git-svn-id: http://svn.osgeo.org/geos/trunk@3261 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestDistance.xml: Add support for "distance" op in XMLTester, and import JTS TestDistance.xml git-svn-id: http://svn.osgeo.org/geos/trunk@3260 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * include/geos/operation/distance/DistanceOp.h, src/operation/distance/DistanceOp.cpp: Fixed Geometry.distance() and DistanceOp to return 0.0 for empty inputs (JTS-1.11) git-svn-id: http://svn.osgeo.org/geos/trunk@3259 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * include/geos/operation/valid/IsValidOp.h, src/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid.xml: Sync IsValidOp and related XML testcase to JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3258 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * NEWS, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/util/IllegalStateException.h, include/geos/util/Makefile.am, src/geom/LineSegment.cpp: Added check for illegal state in offsetPoint method git-svn-id: http://svn.osgeo.org/geos/trunk@3257 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-02 Sandro Santilli * src/geomgraph/Edge.cpp: Fix debug build git-svn-id: http://svn.osgeo.org/geos/trunk@3256 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-01 Mateusz Loskot * include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Envelope.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/util/GeometryExtracter.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/TopologyLocation.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/index/bintree/Bintree.h, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/io/StringTokenizer.h, include/geos/io/Writer.h, include/geos/linearref/LengthIndexedLine.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentPointComparator.h, include/geos/noding/SegmentString.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/relate/RelateComputer.h, include/geos/operation/union/UnaryUnionOp.h, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/Subgraph.h, include/geos/precision/CommonBitsOp.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/TaggedLineString.h, include/geos/util/UnsupportedOperationException.h, src/geom/Coordinate.cpp, src/operation/buffer/BufferParameters.cpp, tests/unit/capi/GEOSSharedPathsTest.cpp, tests/unit/capi/GEOSisValidDetailTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBWriterTest.cpp: Fix DLL build using Visual C++: *) added missing exports; *) do not use static data members in inline methods - linker fails to find definition ; *) Clean up C4251 warning. git-svn-id: http://svn.osgeo.org/geos/trunk@3255 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-01 Mateusz Loskot * src/operation/valid/IsValidOp.cpp: Check geometry against nullptr git-svn-id: http://svn.osgeo.org/geos/trunk@3254 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-03-01 Mateusz Loskot * include/geos/io/ByteOrderValues.h, src/io/ByteOrderValues.cpp: Redefined ENDIAN_BIG and ENDIAN_LITTLE as enumerators instead of static non-const members - Visual C++ linker has mysterious problems with exporting them from DLL. git-svn-id: http://svn.osgeo.org/geos/trunk@3253 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-28 Sandro Santilli * src/operation/buffer/BufferOp.cpp, tests/xmltester/Makefile.am: Fix BufferOp::bufferFixedPrecision to use snap-rounding noder. Fixes bug #356. git-svn-id: http://svn.osgeo.org/geos/trunk@3252 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-28 Sandro Santilli * src/operation/buffer/BufferBuilder.cpp: Cleanup debugging output. Previous version didn't really print the _noded_ output at all. git-svn-id: http://svn.osgeo.org/geos/trunk@3251 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-28 Sandro Santilli * NEWS, php/geos.c, php/test/test.php: Expose and test covers/coveredBy to PHP binding git-svn-id: http://svn.osgeo.org/geos/trunk@3250 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-28 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: GEOSCovers and GEOSCoveredBy (ticket #396) by Alessandro Furieri git-svn-id: http://svn.osgeo.org/geos/trunk@3249 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-25 Sandro Santilli * tests/xmltester/tests/bug356.xml: be explicit about quadrant segments git-svn-id: http://svn.osgeo.org/geos/trunk@3248 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-25 Sandro Santilli * tests/xmltester/tests/bug356.xml: Add test for ticket #356 (not run, as it fails) git-svn-id: http://svn.osgeo.org/geos/trunk@3247 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h: JTS-1.12 sync git-svn-id: http://svn.osgeo.org/geos/trunk@3246 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveVertexList.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@3245 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@3244 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * NEWS, src/operation/buffer/OffsetCurveSetBuilder.cpp, tests/xmltester/tests/general/TestBuffer.xml: Fixed buffer OffsetCurveSetBuilder to handle "flat" rings correctly git-svn-id: http://svn.osgeo.org/geos/trunk@3243 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/operation/buffer/OffsetCurveSetBuilder.h, src/operation/buffer/OffsetCurveSetBuilder.cpp: Don't bother adding ring if it is "flat" and will disappear in the output (from TS r261) git-svn-id: http://svn.osgeo.org/geos/trunk@3242 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * NEWS, include/geos/geom/LinearRing.h, src/geom/LinearRing.cpp, tests/unit/geom/LinearRingTest.cpp: Sync LinearRing to JTS-1.12: empty LinearRing are closed by definition now git-svn-id: http://svn.osgeo.org/geos/trunk@3241 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/noding/snapround/MCIndexPointSnapper.h, src/noding/snapround/MCIndexPointSnapper.cpp: Update port info for MCIndexPointSnapper git-svn-id: http://svn.osgeo.org/geos/trunk@3240 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/noding/snapround/SimpleSnapRounder.h, src/noding/snapround/SimpleSnapRounder.cpp: Update port info for SimpleSnapRounder git-svn-id: http://svn.osgeo.org/geos/trunk@3239 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/MCIndexSnapRounder.inl, src/noding/snapround/MCIndexSnapRounder.cpp: Update port info for MCIndexSnapRounder (and remove testing-only check) git-svn-id: http://svn.osgeo.org/geos/trunk@3238 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, src/noding/snapround/HotPixel.cpp: Sync HotPixel to JTS-1.12 (doxygen + privatization of a method..) git-svn-id: http://svn.osgeo.org/geos/trunk@3237 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug366.xml: Run test for bug366 (succeeds) git-svn-id: http://svn.osgeo.org/geos/trunk@3236 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * tests/unit/noding/SegmentPointComparatorTest.cpp: Port JTS unit tests for SegmentPointComparator git-svn-id: http://svn.osgeo.org/geos/trunk@3235 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * include/geos/noding/Makefile.am, include/geos/noding/SegmentPointComparator.h, src/noding/SegmentNode.cpp: Take SegmentPointComparator out of implelmentation file, to allow for unit-testing. git-svn-id: http://svn.osgeo.org/geos/trunk@3234 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-23 Sandro Santilli * NEWS, include/geos/noding/NodedSegmentString.h, src/noding/NodedSegmentString.cpp, tests/unit/noding/NodedSegmentStringTest.cpp: Fix NodedSegmentString to handle zero-length line segments correctly (via safeOctant) git-svn-id: http://svn.osgeo.org/geos/trunk@3233 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-22 Sandro Santilli * include/geos/geom/Lineal.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h: Export Puntal, Lineal and Polygonal symbols git-svn-id: http://svn.osgeo.org/geos/trunk@3232 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-22 Sandro Santilli * tests/unit/operation/linemerge/LineMergerTest.cpp: Fix linemerge test (wrong initial copy) git-svn-id: http://svn.osgeo.org/geos/trunk@3231 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * include/geos/operation/linemerge/LineSequencer.h, src/operation/linemerge/LineSequencer.cpp, tests/unit/Makefile.am, tests/unit/operation/linemerge/LineSequencerTest.cpp: Add LineSequencer unit test, fix memory leaks in the class. git-svn-id: http://svn.osgeo.org/geos/trunk@3230 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * include/geos/operation/linemerge/LineSequencer.h: Add templated geometry adder to LineSequencer class git-svn-id: http://svn.osgeo.org/geos/trunk@3229 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * NEWS, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, tests/unit/Makefile.am, tests/unit/operation/linemerge/LineMergerTest.cpp: Sync linemerge namespace to JTS-1.12 fixing LineMerger to skip lines with only a single unique coordinate; reduce some heap allocations; add unit testing for Linemerger git-svn-id: http://svn.osgeo.org/geos/trunk@3228 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * include/geos/operation/linemerge/LineSequencer.h, src/operation/linemerge/LineSequencer.cpp: Sync linemerge::LineSequencer to JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3227 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * NEWS: Add note about SnapIfNeededOverlayOp change git-svn-id: http://svn.osgeo.org/geos/trunk@3226 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@3225 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-21 Sandro Santilli * include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp: Fix SnapIfNeededOverlayOp to throw the originating exception, which contains meaningful coordinates, and update port info. git-svn-id: http://svn.osgeo.org/geos/trunk@3224 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-18 Mateusz Loskot * capi/CMakeLists.txt, src/CMakeLists.txt: Updated CMake configuration to use libgeos.lib for static library and geos.lib for import library. Define GEOS_DLL_EXPORT for GEOS DLL target. git-svn-id: http://svn.osgeo.org/geos/trunk@3223 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-15 Mateusz Loskot * capi/geos_ts_c.cpp: gstrdup may throw since r3088 thus should no longer be declared as C function git-svn-id: http://svn.osgeo.org/geos/trunk@3222 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-15 Sandro Santilli * capi/geos_ts_c.cpp, tests/unit/capi/GEOSisValidDetailTest.cpp: Allow passing NULL for "reason" and "location" arguments of GEOSisValidDetail [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3221 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-15 Sandro Santilli * php/geos.c, php/test/test.php: Adapt PHP binding to the new GEOSisValidDetail interface git-svn-id: http://svn.osgeo.org/geos/trunk@3220 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-15 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSisValidDetailTest.cpp: Add a 'flags' parameter to GEOSisValidDetail. git-svn-id: http://svn.osgeo.org/geos/trunk@3219 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-15 Sandro Santilli * php/Makefile.am: Make sure php binding are built _before_ the corresponding test is run git-svn-id: http://svn.osgeo.org/geos/trunk@3218 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: Guard againts empty vectors before decrementing .end() git-svn-id: http://svn.osgeo.org/geos/trunk@3217 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Sandro Santilli * include/geos/geom/CoordinateList.h: Add an .empty() interface to CoordinateList git-svn-id: http://svn.osgeo.org/geos/trunk@3216 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * configure.in: Added new ./configure option: --enable-glibcxx-debug which to enable libstdc++ debug mode (see Ticket #395). Added AC_MSG_CHECKING and AC_MSG_RESULT to existing options. git-svn-id: http://svn.osgeo.org/geos/trunk@3215 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * tests/unit/operation/distance/DistanceOpTest.cpp: CRLF to LF git-svn-id: http://svn.osgeo.org/geos/trunk@3214 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * tests/unit/operation/distance/DistanceOpTest.cpp: Added test case submitted with Ticket #367. No segmentation fault in distance() method observed under Visual C++ 10.0 git-svn-id: http://svn.osgeo.org/geos/trunk@3213 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Sandro Santilli * src/geom/Geometry.cpp: Always use BinaryOp for overlay operations accessible from Geometry git-svn-id: http://svn.osgeo.org/geos/trunk@3212 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * include/geos/geom/MultiLineString.h, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h: Explicitly disabled Visual C++ warning C4250 ('class1' : inherits 'class2::member' via dominance) - it is still unclear if caused by Visual C++ bug https://connect.microsoft.com/VisualStudio/feedback/details/101259/ - safe to disable anyway. git-svn-id: http://svn.osgeo.org/geos/trunk@3211 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * include/geos/geom/GeometryFactory.h: Return unset std::auto_otr from GeometryFactory, otherwise error condition causes no return git-svn-id: http://svn.osgeo.org/geos/trunk@3210 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * include/geos/operation/union/PointGeometryUnion.h: Declare PointGeometryUnion type as non-copyable git-svn-id: http://svn.osgeo.org/geos/trunk@3209 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * include/geos/geom/util/GeometryExtracter.h: Renamed template parameters to more readable CamelCase and self-descriptive form. Declare Extracter type as non-copyable. Do not use names starting with underscore - they are reserved for C++ implementations. git-svn-id: http://svn.osgeo.org/geos/trunk@3208 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-13 Mateusz Loskot * include/geos/geom/BinaryOp.h: Fixed missing or ambiguous declarations of TopologyException (Ticket #394) git-svn-id: http://svn.osgeo.org/geos/trunk@3207 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-12 Sandro Santilli * src/geom/Geometry.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/bug360.xml: Have Geometry::Union use BinaryOp rather than SnapIfNeededOverlayOp. Improves robustness (fixes bug #360, test for which is enabled with this commit) git-svn-id: http://svn.osgeo.org/geos/trunk@3206 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-11 Sandro Santilli * tests/xmltester/tests/bug344.xml: Add description git-svn-id: http://svn.osgeo.org/geos/trunk@3205 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-11 Sandro Santilli * tests/xmltester/tests/bug360.xml: XML version of test for bug #360 git-svn-id: http://svn.osgeo.org/geos/trunk@3204 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-11 Sandro Santilli * src/operation/union/PointGeometryUnion.cpp: Optimize container->container copy, on Mat's suggestion git-svn-id: http://svn.osgeo.org/geos/trunk@3203 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-11 Sandro Santilli * php/geos.c, php/test/test.php: PHP support or UnaryUnion git-svn-id: http://svn.osgeo.org/geos/trunk@3202 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-11 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSUnaryUnionTest.cpp: GEOSUnaryUnion C-API interface (and test) git-svn-id: http://svn.osgeo.org/geos/trunk@3201 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestUnaryUnion.xml: Add support for UnaryUnion testing in XML format, import the JTS xml test for it git-svn-id: http://svn.osgeo.org/geos/trunk@3200 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * tests/unit/operation/union/UnaryUnionOpTest.cpp: Add test exposing the std::copy bug of two commits ago git-svn-id: http://svn.osgeo.org/geos/trunk@3199 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/geom/Geometry.h, src/geom/Geometry.cpp: Expose unary union trought Geometry.Union() git-svn-id: http://svn.osgeo.org/geos/trunk@3198 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * src/operation/union/PointGeometryUnion.cpp: Can't just std::copy over an empty container. Need a back_inserter ! git-svn-id: http://svn.osgeo.org/geos/trunk@3197 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/operation/union/UnaryUnionOp.h, tests/unit/Makefile.am, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/operation/union/UnaryUnionOpTest.cpp: Add unit test for UnaryUnionOp (and fix interface bug) git-svn-id: http://svn.osgeo.org/geos/trunk@3196 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/operation/union/Makefile.am, include/geos/operation/union/UnaryUnionOp.h, src/operation/union/Makefile.am, src/operation/union/UnaryUnionOp.cpp: UnaryUnionOp port from JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3195 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Oops, didn't want to commit this one. git-svn-id: http://svn.osgeo.org/geos/trunk@3194 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/operation/union/CascadedPolygonUnion.h: Fix dynamic cast git-svn-id: http://svn.osgeo.org/geos/trunk@3193 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/operation/union/CascadedPolygonUnion.h, src/operation/union/CascadedPolygonUnion.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Add a template interface to CascadedPolygonUnion to relax requirements on used container git-svn-id: http://svn.osgeo.org/geos/trunk@3192 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * include/geos/geom/Geometry.h, include/geos/geom/Geometry.inl, include/geos/geom/GeometryFactory.h, include/geos/geom/Makefile.am, src/geom/Geometry.cpp, src/inlines.cpp, tests/unit/geom/GeometryFactoryTest.cpp: Introduce a templated version of GeometryFactory::buildGeometry, and test it. git-svn-id: http://svn.osgeo.org/geos/trunk@3191 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-10 Sandro Santilli * src/operation/sharedpaths/SharedPathsOp.cpp: Include required GeometryFactory header (it's used) git-svn-id: http://svn.osgeo.org/geos/trunk@3190 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-07 Sandro Santilli * include/geos/geom/util/GeometryExtracter.h, include/geos/geom/util/Makefile.am, tests/unit/Makefile.am, tests/unit/geom/util/GeometryExtracterTest.cpp: Port GeometryExtracter from JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3189 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-07 Sandro Santilli * src/operation/union/PointGeometryUnion.cpp: Fix casts git-svn-id: http://svn.osgeo.org/geos/trunk@3188 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-07 Sandro Santilli * include/geos/operation/union/Makefile.am, include/geos/operation/union/PointGeometryUnion.h, src/operation/union/Makefile.am, src/operation/union/PointGeometryUnion.cpp: PointGeometryUnion port git-svn-id: http://svn.osgeo.org/geos/trunk@3187 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-07 Sandro Santilli * include/geos/geom/Lineal.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h: Include definition of base class git-svn-id: http://svn.osgeo.org/geos/trunk@3186 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-07 Sandro Santilli * NEWS, include/geos/geom/GeometryCollection.h, include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h, src/geom/LinearRing.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp: Turn Puntal, Lineal and Polygonal into Geometry derivates. This commit introduces virtual inheritance and 3 diamonds. git-svn-id: http://svn.osgeo.org/geos/trunk@3185 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-04 Sandro Santilli * src/operation/union/CascadedPolygonUnion.cpp: dynamic_cast Polygon to Geometry before converting to void pointer. This is safer, altought the whole void pointer use should be dropped for real safety. git-svn-id: http://svn.osgeo.org/geos/trunk@3184 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-04 Sandro Santilli * include/geos/index/strtree/AbstractSTRtree.h: Avoid useless reinterpret_cast git-svn-id: http://svn.osgeo.org/geos/trunk@3183 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-04 Sandro Santilli * src/algorithm/MinimumDiameter.cpp, src/geom/Geometry.cpp, src/geom/Polygon.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/util/GeometryEditor.cpp, src/io/WKTWriter.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/IsValidOp.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Even more static casts drops git-svn-id: http://svn.osgeo.org/geos/trunk@3182 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-04 Sandro Santilli * src/geom/GeometryFactory.cpp, src/geom/LineString.cpp, src/geom/Polygon.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/io/WKTWriter.cpp, src/operation/linemerge/LineSequencer.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/PolygonTest.cpp: Drop more static casts git-svn-id: http://svn.osgeo.org/geos/trunk@3181 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PointTest.cpp: Don't downcast with static_cast git-svn-id: http://svn.osgeo.org/geos/trunk@3180 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryTransformer.h, src/algorithm/CentroidPoint.cpp, src/geom/GeometryCollection.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geomgraph/GeometryGraph.cpp, src/io/WKBWriter.cpp, src/io/WKTWriter.cpp, src/operation/IsSimpleOp.cpp, src/operation/valid/IsValidOp.cpp, src/operation/valid/RepeatedPointTester.cpp: reduce static casts git-svn-id: http://svn.osgeo.org/geos/trunk@3179 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * include/geos/geom/Coordinate.h: provide standard strict weak ordering operator for Coordinate git-svn-id: http://svn.osgeo.org/geos/trunk@3178 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * include/geos/geom/util/GeometryCombiner.h, src/geom/util/GeometryCombiner.cpp: A step toward better const-correctness in GeometryCombiner interface git-svn-id: http://svn.osgeo.org/geos/trunk@3177 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * include/geos/geom/util/GeometryCombiner.h: Document ownerhips of GeometryCombiner inputs git-svn-id: http://svn.osgeo.org/geos/trunk@3176 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-03 Sandro Santilli * src/geom/GeometryFactory.cpp: Oops.. fix the newly added interface to create MultiPoint from a vector of coordinates git-svn-id: http://svn.osgeo.org/geos/trunk@3175 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-02 Sandro Santilli * include/geos/algorithm/PointLocator.h, src/algorithm/PointLocator.cpp: Check PointLocator sync with JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3174 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-02 Sandro Santilli * include/geos/geom/GeometryFactory.h, src/geom/GeometryFactory.cpp: Add interface to create MultiPoint from Coordinate vector git-svn-id: http://svn.osgeo.org/geos/trunk@3173 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-02 Sandro Santilli * include/geos/geom/util/GeometryCombiner.h, src/geom/util/GeometryCombiner.cpp: Check GeometryCombiner against JTS-1.12 git-svn-id: http://svn.osgeo.org/geos/trunk@3172 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-02-02 Sandro Santilli * include/geos/geom/LineString.h, include/geos/geom/Lineal.h, include/geos/geom/Makefile.am, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/Polygonal.h, include/geos/geom/Puntal.h, src/geom/LineString.cpp, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp: Add Puntal, Lineal and Polygonal "interfaces" git-svn-id: http://svn.osgeo.org/geos/trunk@3171 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-01-27 Sandro Santilli * NEWS: Add release date of 3.2.0 (more than an year ago..) git-svn-id: http://svn.osgeo.org/geos/trunk@3170 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-01-27 Sandro Santilli * php/test/test.php: Don't use is_null on unexistant array elements [#393] git-svn-id: http://svn.osgeo.org/geos/trunk@3169 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-01-25 Mateusz Loskot * tests/CMakeLists.txt, tests/bigtest/CMakeLists.txt: Added tests/bigtest programs to CMake configuration git-svn-id: http://svn.osgeo.org/geos/trunk@3168 5242fede-7e19-0410-aef8-94bd7d2200fb 2011-01-25 Mateusz Loskot * tests/xmltester/CMakeLists.txt: Updated CMake configuration to call xmltester from runtime output directory. git-svn-id: http://svn.osgeo.org/geos/trunk@3167 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-26 Sandro Santilli * tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: remove warning in testcase git-svn-id: http://svn.osgeo.org/geos/trunk@3166 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-26 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h: Declare SharedPathsOp class as noncopyable. Hopefully fixes VC2008 warning. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3165 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-24 Sandro Santilli * include/geos/algorithm/InteriorPointLine.h, src/algorithm/InteriorPointLine.cpp: Record port info for InteriorPointLine git-svn-id: http://svn.osgeo.org/geos/trunk@3164 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-22 Sandro Santilli * src/operation/sharedpaths/SharedPathsOp.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Fix computation of shared path direction when path starts or ends on the first-last point of a closed line. Fixes ticket #391. Includes automated testing. git-svn-id: http://svn.osgeo.org/geos/trunk@3163 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-22 Sandro Santilli * .gitignore, php/geos.c, php/test/test.php: Expose GEOSRelateMatch to PHP api. git-svn-id: http://svn.osgeo.org/geos/trunk@3162 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-21 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSRelatePatternMatchTest.cpp: Add GEOSRelatePatternMatch C-API interface [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3161 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-20 Sandro Santilli * include/geos/platform.h.in: MinGW32 fixes by Sandro Furieri git-svn-id: http://svn.osgeo.org/geos/trunk@3160 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-20 Mateusz Loskot * : Updated svn:ignore properties. git-svn-id: http://svn.osgeo.org/geos/trunk@3159 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp: Add test for src-vertex snapping allowance git-svn-id: http://svn.osgeo.org/geos/trunk@3157 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * include/geos/geom/CoordinateList.h: Update copyright git-svn-id: http://svn.osgeo.org/geos/trunk@3156 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * include/geos/geom/CoordinateList.h, tests/unit/geom/CoordinateListTest.cpp: Add method to insert coordinats into a CoordinateList w/out allowing duplicates (fixes issue #387) git-svn-id: http://svn.osgeo.org/geos/trunk@3155 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp: Another test for snapping (empty sequence vs. non-empty snaps) git-svn-id: http://svn.osgeo.org/geos/trunk@3154 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * src/operation/overlay/snap/LineStringSnapper.cpp: update dox git-svn-id: http://svn.osgeo.org/geos/trunk@3153 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * include/geos/operation/overlay/snap/LineStringSnapper.h, src/operation/overlay/snap/LineStringSnapper.cpp: Take the allowSnappingToSourceVertices support in git-svn-id: http://svn.osgeo.org/geos/trunk@3152 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-03 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSSharedPathsTest.cpp: Add test for GEOSSharedPaths C-API interface git-svn-id: http://svn.osgeo.org/geos/trunk@3151 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * tests/unit/capi/GEOSSnapTest.cpp: Another test, and a leak plug (in the test) git-svn-id: http://svn.osgeo.org/geos/trunk@3150 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * NEWS: Add GEOSSnap item git-svn-id: http://svn.osgeo.org/geos/trunk@3149 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * php/geos.c, php/test/test.php: Expose GEOSSnap to PHP interface git-svn-id: http://svn.osgeo.org/geos/trunk@3148 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSSnapTest.cpp: Add test for C-API GEOSSnap interface git-svn-id: http://svn.osgeo.org/geos/trunk@3147 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * capi/geos_c.cpp, capi/geos_ts_c.cpp: OOps.. this one build git-svn-id: http://svn.osgeo.org/geos/trunk@3146 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Expose snapping to the C-API git-svn-id: http://svn.osgeo.org/geos/trunk@3145 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp: Allow testing snapping something different from a single polygon.. git-svn-id: http://svn.osgeo.org/geos/trunk@3144 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp: tab to 8 spaces git-svn-id: http://svn.osgeo.org/geos/trunk@3143 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * include/geos/operation/overlay/snap/LineStringSnapper.h, src/operation/overlay/snap/LineStringSnapper.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp: Bring LineStringSnapper forward to r309 (JTS-1.11+): avoid snapping final point of closed rings. git-svn-id: http://svn.osgeo.org/geos/trunk@3142 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * include/geos/operation/overlay/snap/GeometrySnapper.h, src/operation/overlay/snap/GeometrySnapper.cpp: update copyright date git-svn-id: http://svn.osgeo.org/geos/trunk@3141 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-12-02 Sandro Santilli * include/geos/operation/overlay/snap/GeometrySnapper.h, src/operation/overlay/snap/GeometrySnapper.cpp: Take GeometrySnapper forward to r309 (JTS-1.11+): add self-snapping git-svn-id: http://svn.osgeo.org/geos/trunk@3140 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-30 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp: Hope this is the last one... (RT credit tweaks) git-svn-id: http://svn.osgeo.org/geos/trunk@3139 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp: Full credit line [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3138 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * NEWS: SharedPaths in NEWS [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@3137 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * : 9 0 capi/geos_c.cpp 16 0 capi/geos_c.h.in 74 0 capi/geos_ts_c.cpp 28 0 php/geos.c 16 0 php/test/test.php 2010-11-29 Sandro Santilli * src/operation/sharedpaths/SharedPathsOp.cpp: drop unused include git-svn-id: http://svn.osgeo.org/geos/trunk@3134 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * src/operation/sharedpaths/SharedPathsOp.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Test equal lines git-svn-id: http://svn.osgeo.org/geos/trunk@3133 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Have SharedPathsOp throw an exception on illegal (non-lineal) arg git-svn-id: http://svn.osgeo.org/geos/trunk@3132 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Add tests for multiline-multiline both single dir and mixed dirs git-svn-id: http://svn.osgeo.org/geos/trunk@3131 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Add two tests of mixed direction shared paths git-svn-id: http://svn.osgeo.org/geos/trunk@3130 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h: Document that the direction of the returned paths is the one these paths have on the first geometry given git-svn-id: http://svn.osgeo.org/geos/trunk@3129 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp: Initial tests for SharedPathsOp git-svn-id: http://svn.osgeo.org/geos/trunk@3128 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp: Paths are always LINESTRING types git-svn-id: http://svn.osgeo.org/geos/trunk@3127 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * .gitignore: forgot aclocal.m4 git-svn-id: http://svn.osgeo.org/geos/trunk@3126 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * .vimrc, include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp: Complete implementation of SharedPathsOp git-svn-id: http://svn.osgeo.org/geos/trunk@3125 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * .gitignore: more ignores git-svn-id: http://svn.osgeo.org/geos/trunk@3124 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * configure.in, include/geos/operation/Makefile.am, include/geos/operation/sharedpaths/Makefile.am, include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/Makefile.am, src/operation/sharedpaths/Makefile.am, src/operation/sharedpaths/SharedPathsOp.cpp: Build sharedpaths lib/namespace git-svn-id: http://svn.osgeo.org/geos/trunk@3123 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * configure.in: Add support for 'maintainer mode' git-svn-id: http://svn.osgeo.org/geos/trunk@3122 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * .gitignore: ignores git-svn-id: http://svn.osgeo.org/geos/trunk@3121 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * include/geos/operation/sharedpaths/SharedPathsOp.h, src/operation/sharedpaths/SharedPathsOp.cpp: Stub SharedPathsOp git-svn-id: http://svn.osgeo.org/geos/trunk@3120 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-29 Sandro Santilli * tests/xmltester/tests/rt/TestSameDirection.xml: stub tet for SameDirection predicate git-svn-id: http://svn.osgeo.org/geos/trunk@3119 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-11-24 Sandro Santilli * TODO: typo git-svn-id: http://svn.osgeo.org/geos/trunk@3118 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-25 Sandro Santilli * configure.in: Don't try to configure missing files (fixes bug #382) git-svn-id: http://svn.osgeo.org/geos/trunk@3117 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-15 Mateusz Loskot * CMakeLists.txt, tests/unit/CMakeLists.txt: Unified CMAKE_*_OUTPUT_DIRECTOR locations to simplify tests running and finding all binaries. git-svn-id: http://svn.osgeo.org/geos/trunk@3116 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-15 Mateusz Loskot * tests/unit/capi/GEOSGeom_create.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/io/WKTReaderTest.cpp: Visual C++ warnings cleanup git-svn-id: http://svn.osgeo.org/geos/trunk@3115 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-15 Mateusz Loskot * capi/geos_c.h.in: Missing DLL storage-class attributes for GEOSOrientationIndex git-svn-id: http://svn.osgeo.org/geos/trunk@3114 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-15 Mateusz Loskot * src/io/WKTReader.cpp: Cast toupper() result to char git-svn-id: http://svn.osgeo.org/geos/trunk@3113 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-15 Mateusz Loskot * Makefile.am, build/Makefile.am, build/README, build/msvc10/Makefile.am, build/msvc10/README, build/msvc10/geos.sln, build/msvc10/geos_c_dll/Makefile.am, build/msvc10/geos_c_dll/geos_c_dll.vcxproj, build/msvc10/geos_c_dll/geos_c_dll.vcxproj.filters, build/msvc10/geos_lib/Makefile.am, build/msvc10/geos_lib/geos_lib.vcxproj, build/msvc10/geos_lib/geos_lib.vcxproj.filters, build/msvc10/geos_unit/Makefile.am, build/msvc10/geos_unit/geos_unit.vcxproj, build/msvc10/geos_unit/geos_unit.vcxproj.filters, build/msvc10/geos_xmltester/Makefile.am, build/msvc10/geos_xmltester/geos_xmltester.vcxproj, build/msvc10/geos_xmltester/geos_xmltester.vcxproj.filters, build/msvc80/Makefile.am, build/msvc80/README, build/msvc80/geos.sln, build/msvc80/geos.vsprops, build/msvc80/geos_c_dll/Makefile.am, build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib/Makefile.am, build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_python/Makefile.am, build/msvc80/geos_python/geos_python.vcproj, build/msvc80/geos_ruby/Makefile.am, build/msvc80/geos_ruby/geos_ruby.vcproj, build/msvc80/geos_unit/Makefile.am, build/msvc80/geos_unit/geos_unit.vcproj, build/msvc80/geos_xmltester/Makefile.am, build/msvc80/geos_xmltester/geos_xmltester.vcproj, build/msvc90/Makefile.am, build/msvc90/README, build/msvc90/geos.sln, build/msvc90/geos.vsprops, build/msvc90/geos_c_dll/Makefile.am, build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/Makefile.am, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_python/Makefile.am, build/msvc90/geos_python/geos_python.vcproj, build/msvc90/geos_ruby/Makefile.am, build/msvc90/geos_ruby/geos_ruby.vcproj, build/msvc90/geos_unit/Makefile.am, build/msvc90/geos_unit/geos_unit.vcproj, build/msvc90/geos_xmltester/Makefile.am, build/msvc90/geos_xmltester/geos_xmltester.vcproj: Deprecate Visual Studio projects in trunk/build (#381). Long live the CMake. git-svn-id: http://svn.osgeo.org/geos/trunk@3112 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * include/geos/geom/BinaryOp.h: Cleaned compiler warnings git-svn-id: http://svn.osgeo.org/geos/trunk@3111 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * capi/geos_ts_c.cpp: Cleaned compiler warnings git-svn-id: http://svn.osgeo.org/geos/trunk@3110 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * src/inlines.cpp: Disable inline.obj if GEOS_INLINE defined while building with Visual C++ git-svn-id: http://svn.osgeo.org/geos/trunk@3109 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * src/operation/buffer/BufferBuilder.cpp: Disable argument dependant lookup (Koenig) for min/max functions to make sure GEOS compiles in the presence of the min and max macros. git-svn-id: http://svn.osgeo.org/geos/trunk@3108 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * CMakeLists.txt: Added NOMINMAX define for Visual C++ git-svn-id: http://svn.osgeo.org/geos/trunk@3107 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * CMakeLists.txt: Do not set CMAKE_BUILD_TYPE for Visual Studio IDE generators - CMAKE_BUILD_TYPE is dedicated to single-configuration generators like Make or NMAKE. git-svn-id: http://svn.osgeo.org/geos/trunk@3106 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-10-10 Mateusz Loskot * autogen.bat: Updated GEOS_HEADERS location. Thanks to Andrea Peri for reporting. git-svn-id: http://svn.osgeo.org/geos/trunk@3105 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug358.xml: Add test for 358 in the loop (now fixed). git-svn-id: http://svn.osgeo.org/geos/trunk@3104 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/tests/bug375.xml: Drop duplicated testcase git-svn-id: http://svn.osgeo.org/geos/trunk@3103 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * include/geos/geom/BinaryOp.h, tests/xmltester/Makefile.am: Check validity of CommonBitsOp return, as JTS does. Check output validity for all tests, do not run the now-throwing tests also known to be bogus in JTS. git-svn-id: http://svn.osgeo.org/geos/trunk@3102 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug358.xml, tests/xmltester/tests/failure/TestOverlay.xml, tests/xmltester/tests/robustness-invalid-output.xml: Found bug375.xml (==robustness-invalid-output.xml) to be the same of JTS's failure/TestOverlay.xml, so dropped the previous 2 and copied over the latter. Won't run that test for now, so to get in sync with JTS as next step. git-svn-id: http://svn.osgeo.org/geos/trunk@3101 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/tests/bug375.xml: Add proper arg1 and arg2 attributes (for JTS support) git-svn-id: http://svn.osgeo.org/geos/trunk@3100 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * include/geos/geom/BinaryOp.h: Add code to check validity of CommonBits removal policy op (known as EnhancedPreicionOp in JTS). The check can be turned on at compile time. Currently defaults to off to avoid breaking a previously-almost-working test (robustness-invalid-output.xml). It'll need some discussion before going on with this as to whether we can accept to return invalid geometries or not.. git-svn-id: http://svn.osgeo.org/geos/trunk@3099 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/testrunner.sh, tests/xmltester/tests/bug358.xml, tests/xmltester/tests/bug375.xml, tests/xmltester/tests/robustness-invalid-output.xml, tests/xmltester/tests/robustness.xml, tests/xmltester/tests/stmlf/stmlf-cases-20061020-invalid-output.xml , tests/xmltester/tests/stmlf/stmlf-cases-20061020.xml: Split tests that trigger invalid outputs from the rest. Test the sane ones with --test-invalid-output and the other ones with less strictness. Add (but dont run) tests for bugs 375 and 358 (to review for correct expected otuput) git-svn-id: http://svn.osgeo.org/geos/trunk@3098 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Have --test-valid-output influence test results git-svn-id: http://svn.osgeo.org/geos/trunk@3097 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * README: Add note about configuring for php support git-svn-id: http://svn.osgeo.org/geos/trunk@3096 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: const-correctness git-svn-id: http://svn.osgeo.org/geos/trunk@3095 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-27 Sandro Santilli * tests/xmltester/XMLTester.cpp: Have --test-valid-output test actual result, not the expected one (more useful) git-svn-id: http://svn.osgeo.org/geos/trunk@3094 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-26 Sandro Santilli * tests/xmltester/tests/bug334.xml, tests/xmltester/tests/bug344.xml: Fix name of the test to match ticket number git-svn-id: http://svn.osgeo.org/geos/trunk@3093 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-23 Stephen Wong * src/operation/buffer/BufferBuilder.cpp: Fixed a filtering distance problem in bufferLineSingleSided. (#372) git-svn-id: http://svn.osgeo.org/geos/trunk@3092 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-23 Sandro Santilli * include/geos/geom/BinaryOp.h: Add more debugging calls (for bug #358) git-svn-id: http://svn.osgeo.org/geos/trunk@3091 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-23 Sandro Santilli * include/geos/geom/BinaryOp.h: Snapping heuristic was never really dropping common bits. Now it does. This is just to have code match documentation, and still passes 'make check' for GEOS. Wasn't tried against postgis, would be useful to do. git-svn-id: http://svn.osgeo.org/geos/trunk@3090 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-17 Sean Gillies * capi/geos_ts_c.cpp: Use fully qualified std::runtime_error (#371) and fix indentation git-svn-id: http://svn.osgeo.org/geos/trunk@3089 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-08-17 Sean Gillies * capi/geos_ts_c.cpp: Throw runtime_error if allocation fails in gstrdup_s git-svn-id: http://svn.osgeo.org/geos/trunk@3088 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-26 Stephen Wong * src/operation/buffer/BufferBuilder.cpp, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid2.xml: Fixed a bufferLineSingleSided crash and fixed OGC validation on rare cases. (#364) git-svn-id: http://svn.osgeo.org/geos/trunk@3087 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-15 Sandro Santilli * php/TODO: Updated git-svn-id: http://svn.osgeo.org/geos/trunk@3086 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-15 Sandro Santilli * NEWS: Add item about the new PHP5 binding git-svn-id: http://svn.osgeo.org/geos/trunk@3085 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-15 Sandro Santilli * php/geos.c, php/test/test.php: PHP: Drop debug lines from serialization code, add test for serialization git-svn-id: http://svn.osgeo.org/geos/trunk@3084 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-15 Sandro Santilli * configure.in: Fix logic bug in phpunit check git-svn-id: http://svn.osgeo.org/geos/trunk@3083 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-14 Sandro Santilli * php/TODO, php/geos.c: Serialization/deserialization support for GEOSGeometry type git-svn-id: http://svn.osgeo.org/geos/trunk@3082 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-13 Sandro Santilli * configure.in, php/test/Makefile.am: Cleanup PHP-specific dependency handling and reporting git-svn-id: http://svn.osgeo.org/geos/trunk@3081 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-08 Sandro Santilli * src/geom/Polygon.cpp, tests/unit/io/WKTReaderTest.cpp: Object passed for ownership transfer in the constructor shouldn't be deleted when construction fails. Fixes bug #361 git-svn-id: http://svn.osgeo.org/geos/trunk@3080 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-01 Sandro Santilli * NEWS: Note the bugfix in news file git-svn-id: http://svn.osgeo.org/geos/trunk@3079 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-01 Sandro Santilli * include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/planargraph/PlanarGraph.h, php/test/test.php, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/planargraph/PlanarGraph.cpp: Fix PolygonizeGraph::deleteDangles so it doesn't return duplicated LineStrings, as per JTS design. Fixes the Polygonizer Bug reported in list. This commit also takes the chance to reduce some heap allocations. git-svn-id: http://svn.osgeo.org/geos/trunk@3078 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-01 Sandro Santilli * include/geos/operation/polygonize/EdgeRing.h, src/operation/polygonize/EdgeRing.cpp: Minor optimizations / strictnesses git-svn-id: http://svn.osgeo.org/geos/trunk@3077 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-07-01 Sandro Santilli * include/geos/operation/polygonize/EdgeRing.h, src/operation/polygonize/EdgeRing.cpp: Drop useless heap-allocation in Polygonize op git-svn-id: http://svn.osgeo.org/geos/trunk@3076 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Frank Warmerdam * tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp, tests/unit/geom/PointTest.cpp: fix memory leaks git-svn-id: http://svn.osgeo.org/geos/trunk@3075 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/geos.c, php/test/test.php: PHP: GEOSWKTWriter::getOutputDimension and test git-svn-id: http://svn.osgeo.org/geos/trunk@3074 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Frank Warmerdam * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp: added GEOSWKTWriter_getOutputDimension and test (#354) git-svn-id: http://svn.osgeo.org/geos/trunk@3073 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/TODO: Update git-svn-id: http://svn.osgeo.org/geos/trunk@3072 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/geos.c, php/test/test.php: WKBReader: construct and readHEX; improve WKTReader test to include 'Z' label git-svn-id: http://svn.osgeo.org/geos/trunk@3071 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/geos.c, php/test/test.php: WKBWriter::{set,get}IncludeSRID (and test) git-svn-id: http://svn.osgeo.org/geos/trunk@3070 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/geos.c, php/test/test.php: WKBWriter::{get,set}ByteOrder, improve tests for writeHEX git-svn-id: http://svn.osgeo.org/geos/trunk@3069 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * capi/geos_ts_c.cpp, include/geos/io/WKBWriter.h, src/io/WKBWriter.cpp: Make WKBWriter::setByteOrder check for argument and throw IllegalArgumentException when appropriate. Make sure C-API wrapper catches those. git-svn-id: http://svn.osgeo.org/geos/trunk@3068 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * php/geos.c, php/test/test.php: PHP: WKBWriter: ctor, getOutputDimension, setOutputDimension, writeHEX and tests git-svn-id: http://svn.osgeo.org/geos/trunk@3067 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * capi/geos_ts_c.cpp: Properly catch exceptions from WKTWriter::setOutputDimension and WKBWriter::setOutputDimension git-svn-id: http://svn.osgeo.org/geos/trunk@3066 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-24 Sandro Santilli * include/geos/io/WKBWriter.h, include/geos/io/WKTWriter.h, src/io/WKBWriter.cpp, src/io/WKTWriter.cpp: Make WKTWriter::setOutputDimensions check parameter validity (must be 2 or 3) to be consistent with WKBWriter already doing so in constructor; make WKBWriter::setOutputDimensions perform the check as well (like the constructor); Drop virtual methods from WKTWriter class, which wasn't meant to be a virtual class (no virtual dtor anyway) git-svn-id: http://svn.osgeo.org/geos/trunk@3065 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-23 Sandro Santilli * NEWS: Log ABI change git-svn-id: http://svn.osgeo.org/geos/trunk@3064 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-23 Sandro Santilli * include/geos/geom/Geometry.h, src/geom/Geometry.cpp: Const-correct Geometry::isWithinDistance. Thanks to Yabo, see ticket #349 git-svn-id: http://svn.osgeo.org/geos/trunk@3063 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-23 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, php/geos.c: There's no point for GEOSisValidDetail to take output parameter as const pointer git-svn-id: http://svn.osgeo.org/geos/trunk@3062 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-23 Sandro Santilli * include/geos/operation/buffer/OffsetCurveVertexList.h, src/geom/CoordinateArraySequence.cpp, src/geom/GeometryFactory.cpp, src/io/WKTWriter.cpp: Fix for 4.4.3 builds, patch by Yabo (see ticket #351) git-svn-id: http://svn.osgeo.org/geos/trunk@3061 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/TODO, php/geos.c, src/geom/GeometryCollection.cpp, src/geom/LineString.cpp, src/geom/Polygon.cpp: Switch back to unchecked getGeometryN, getPointN and getInteriorRingN, check them at the PHP level, for performance sake in C-land. git-svn-id: http://svn.osgeo.org/geos/trunk@3060 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: Rename getGeometryN to geometryN, for interface consistency git-svn-id: http://svn.osgeo.org/geos/trunk@3059 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: area, length, distance, hausdorffDistance; fix leaks in pointN, startPoint and endPoint git-svn-id: http://svn.osgeo.org/geos/trunk@3058 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: startPoint, endPoint git-svn-id: http://svn.osgeo.org/geos/trunk@3057 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: pointN git-svn-id: http://svn.osgeo.org/geos/trunk@3056 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * src/geom/LineString.cpp: LineString::getPointN is part of the API, check before segfaulting.. git-svn-id: http://svn.osgeo.org/geos/trunk@3055 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: coordinateDimension() git-svn-id: http://svn.osgeo.org/geos/trunk@3054 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: dimension() [ spatial ] git-svn-id: http://svn.osgeo.org/geos/trunk@3053 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: numCoordinates git-svn-id: http://svn.osgeo.org/geos/trunk@3052 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: exteriorRing git-svn-id: http://svn.osgeo.org/geos/trunk@3051 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: numPoints, getX, getY, interiorRingN git-svn-id: http://svn.osgeo.org/geos/trunk@3050 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * src/geom/Polygon.cpp: Make getInteriorRingN checked (API) git-svn-id: http://svn.osgeo.org/geos/trunk@3049 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: numInteriorRings git-svn-id: http://svn.osgeo.org/geos/trunk@3048 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/test/test.php: Test null-return from unexistent offset git-svn-id: http://svn.osgeo.org/geos/trunk@3047 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * src/geom/GeometryCollection.cpp: Geometry::getGeometryN is an API function, so make it safe/checked git-svn-id: http://svn.osgeo.org/geos/trunk@3046 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: getGeometryN git-svn-id: http://svn.osgeo.org/geos/trunk@3045 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/test/test.php: Test numGeometries git-svn-id: http://svn.osgeo.org/geos/trunk@3044 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-21 Sandro Santilli * php/geos.c, php/test/test.php: getSRID, setSRID git-svn-id: http://svn.osgeo.org/geos/trunk@3043 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: typeName, typeId git-svn-id: http://svn.osgeo.org/geos/trunk@3042 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: Geometry type constants git-svn-id: http://svn.osgeo.org/geos/trunk@3041 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: isSimple, isRing, hasZ, isClosed git-svn-id: http://svn.osgeo.org/geos/trunk@3040 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: checkValidity (isValid in disguise) git-svn-id: http://svn.osgeo.org/geos/trunk@3039 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: isEmpty git-svn-id: http://svn.osgeo.org/geos/trunk@3038 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: Relational operators + equalsExact git-svn-id: http://svn.osgeo.org/geos/trunk@3037 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: Simplify (also topology-preserving), ExtractUniquePoints git-svn-id: http://svn.osgeo.org/geos/trunk@3036 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/Makefile.am, php/test/test.php: GEOSLineMerge git-svn-id: http://svn.osgeo.org/geos/trunk@3035 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/geos.c, php/test/test.php: Make GEOSPolygonize a free function rather than a method on GEOSGeometry. This is to allow extending it to accept differnet kind of args, like arrays of GEOSGeometry for example.. git-svn-id: http://svn.osgeo.org/geos/trunk@3034 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/TODO: Add serialize/unserialize TODO item git-svn-id: http://svn.osgeo.org/geos/trunk@3033 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/TODO, php/geos.c: Geometry.__toString for easier debuggin git-svn-id: http://svn.osgeo.org/geos/trunk@3032 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-20 Sandro Santilli * php/TODO, php/geos.c, php/test/test.php: Polygonize (testing need further review for a possible bug in core lib) git-svn-id: http://svn.osgeo.org/geos/trunk@3031 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/test/test.php: Use the "T" char for IM9 pattern sometime (for fun and proof) git-svn-id: http://svn.osgeo.org/geos/trunk@3030 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: relate, relatePattern git-svn-id: http://svn.osgeo.org/geos/trunk@3029 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: Geometry->{pointOnSurface,centroid} git-svn-id: http://svn.osgeo.org/geos/trunk@3028 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: More Geometry methods: envelope, intersection, convexHull, difference, symDifference, boundary, union (including cascaded) git-svn-id: http://svn.osgeo.org/geos/trunk@3027 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: Export buffer costants and method git-svn-id: http://svn.osgeo.org/geos/trunk@3026 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/test/test.php: Test typed empty geoms too for IO git-svn-id: http://svn.osgeo.org/geos/trunk@3025 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: Add second optional argument to Geometry->project and Geometry->interpolate to request normalization git-svn-id: http://svn.osgeo.org/geos/trunk@3024 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * capi/geos_c.h.in: Document GEOSInterpolate git-svn-id: http://svn.osgeo.org/geos/trunk@3023 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/geos.c, php/test/test.php: Add GEOSGeometry->interpolate() git-svn-id: http://svn.osgeo.org/geos/trunk@3022 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * capi/geos_ts_c.cpp: Handle exceptions in GEOSInterpolate git-svn-id: http://svn.osgeo.org/geos/trunk@3021 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/test/Makefile.am: Better automake integration of unit test git-svn-id: http://svn.osgeo.org/geos/trunk@3020 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * src/linearref/LinearLocation.cpp: Handle illegal argument to LinearLocation::getCoordinate git-svn-id: http://svn.osgeo.org/geos/trunk@3019 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * capi/geos_c.h.in: document GEOSProject git-svn-id: http://svn.osgeo.org/geos/trunk@3018 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * php/TODO, php/geos.c, php/test/Makefile.am, php/test/test.php: Complete implementation of WKTWriter interfaces, add phpunit-based testing, add .project interface to Geometry git-svn-id: http://svn.osgeo.org/geos/trunk@3017 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * configure.in: Check for PHP and PHPUNIT (for testing php bindings) git-svn-id: http://svn.osgeo.org/geos/trunk@3016 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * capi/geos_ts_c.cpp: Handle exceptions from LenghtIndexedLine::project git-svn-id: http://svn.osgeo.org/geos/trunk@3015 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * src/linearref/LinearIterator.cpp: The thrown error shall make sense... git-svn-id: http://svn.osgeo.org/geos/trunk@3014 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * src/linearref/LinearIterator.cpp: Throw an exception on first non-linestring component, rather than segfaulting la ter... (might be better to refuse non-lineal even earlier, but this way we *migh * be supporting collections with only linestrings) git-svn-id: http://svn.osgeo.org/geos/trunk@3013 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-19 Sandro Santilli * include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LinearIterator.h: Dox cleanup git-svn-id: http://svn.osgeo.org/geos/trunk@3012 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * php/geos.c, php/test/test.php: WKTWriter::setTrim git-svn-id: http://svn.osgeo.org/geos/trunk@3011 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * php/Makefile.am: Ubuntu 8.10 version of gcc needs -std=gnu99 to digest Zend headers :( git-svn-id: http://svn.osgeo.org/geos/trunk@3010 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * Makefile.am, doc/Makefile.am: Add 'doxygen' rule (and 'apidoc' alias) to top-level Makefile.am git-svn-id: http://svn.osgeo.org/geos/trunk@3009 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * php/TODO: tip for test git-svn-id: http://svn.osgeo.org/geos/trunk@3008 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * Makefile.am, configure.in, php/Makefile.am, php/README, php/TODO, php/geos.c, php/php_geos.h, php/test/Makefile.am, php/test/crashme.php, php/test/test.php: Initial go at PHP5 bindings. Can only read and write WKT so far. git-svn-id: http://svn.osgeo.org/geos/trunk@3007 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * configure.in: Do not set user FLAGS, se project flags instead. For the whole story, see: http://www.gnu.org/software/hello/manual/automake/Flag-Variables-Ordering.htmlgit-svn-id: http://svn.osgeo.org/geos/trunk@3006 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * doc/Makefile.am: Fix automake override git-svn-id: http://svn.osgeo.org/geos/trunk@3005 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-18 Sandro Santilli * autogen.sh: Add -Woverride option to automake invocation, to catch Makefile.am errors (there's one) git-svn-id: http://svn.osgeo.org/geos/trunk@3004 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-16 Sandro Santilli * swig/geos.i.in: Drop carriage returns git-svn-id: http://svn.osgeo.org/geos/trunk@3003 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-16 Sandro Santilli * swig/Makefile.am: OOps, tabs instead of spaces confuse automake git-svn-id: http://svn.osgeo.org/geos/trunk@3002 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-16 Sandro Santilli * swig/Makefile.am: Always distribute swig bindings, closes bug #352 git-svn-id: http://svn.osgeo.org/geos/trunk@3001 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-16 Sandro Santilli * macros/ac_pkg_swig.m4: Fix swig macro so it doesn't think version 2.0.0 is < 1.3.37 git-svn-id: http://svn.osgeo.org/geos/trunk@3000 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-06-01 Frank Warmerdam * src/io/WKTReader.cpp, tests/unit/io/WKTReaderTest.cpp: make WKTReader keywords case insensitive git-svn-id: http://svn.osgeo.org/geos/trunk@2999 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-31 Frank Warmerdam * include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateSequenceFactory.h, src/geom/CoordinateArraySequence.cpp, src/geom/GeometryFactory.cpp, src/io/WKTWriter.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp: Attempt to make geometry dimension perform more smoothly. Modified CoordinateArraySequence to default to unknown dimension (0), which is determined at the point getDimension() is called by examination of the first coordinate Z (ISNAN test). The WKTWriter has also been altered to write 0.0 instead of nan, and to avoid writing "Z" for EMPTY geometries.(#348) git-svn-id: http://svn.osgeo.org/geos/trunk@2998 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-31 Frank Warmerdam * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Addition of getCoordinateDimension() on GEOSGeom (#311) Addition of setOutputDimension, setOld3D on WKTWriter (#292) git-svn-id: http://svn.osgeo.org/geos/trunk@2997 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-28 Frank Warmerdam * tests/unit/io/WKBWriterTest.cpp: added missing test that should have been in r2995 git-svn-id: http://svn.osgeo.org/geos/trunk@2996 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-28 Frank Warmerdam * include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/LineString.h, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/io/WKBWriter.h, include/geos/io/WKTWriter.h, src/geom/GeometryCollection.cpp, src/geom/LineString.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/io/WKBWriter.cpp, src/io/WKTWriter.cpp, tests/unit/Makefile.am, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/io/WKTWriterTest.cpp: Implement getCoordinateDimension() for geometries (#331) WKTWriter now has setOutputDimension() method, and writes 3D geometries (#292) WKBWriter has fixes for writing 2D geometries from 3D geometry (#346) Minimal unit tests for the above. git-svn-id: http://svn.osgeo.org/geos/trunk@2995 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-28 Frank Warmerdam * src/io/WKTReader.cpp, tests/unit/io/WKTReaderTest.cpp: add support for reading SF1.2 Z/M/ZM geometries (#347) git-svn-id: http://svn.osgeo.org/geos/trunk@2994 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-19 Frank Warmerdam * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, include/geos/io/WKTWriter.h, src/io/WKTWriter.cpp, tests/unit/Makefile.am, tests/unit/io/WKTReaderTest.cpp, tests/unit/io/WKTWriterTest.cpp: added setPrecision, setTrim support on WKTWriter and provided tests (#341) git-svn-id: http://svn.osgeo.org/geos/trunk@2993 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-18 Frank Warmerdam * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSLineString_PointTest.cpp: expose several new accessor functions on geometries (#345) git-svn-id: http://svn.osgeo.org/geos/trunk@2992 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-18 Frank Warmerdam * tests/unit/noding/SegmentNodeTest.cpp: disamiguate create args (#345) git-svn-id: http://svn.osgeo.org/geos/trunk@2991 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-18 Frank Warmerdam * include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateSequenceFactory.h, include/geos/io/WKTReader.h, src/geom/CoordinateArraySequence.cpp, src/geom/GeometryFactory.cpp, src/io/WKTReader.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp: preserve dimension as part of CoordinateArraySequence and while reading WKT (#345) git-svn-id: http://svn.osgeo.org/geos/trunk@2990 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-15 Sandro Santilli * src/operation/buffer/OffsetCurveBuilder.cpp: Minor tweaks git-svn-id: http://svn.osgeo.org/geos/trunk@2989 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-15 Sandro Santilli * include/geos/operation/buffer/Makefile.am, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveVertexList.h, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveVertexList.h, tests/xmltester/tests/bug334.xml: Move OffsetCurveVertexList.h to headers dir, add a .reset() method to reduce memory allocations, use the new interface. git-svn-id: http://svn.osgeo.org/geos/trunk@2988 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-15 Sandro Santilli * include/geos/geom/CoordinateArraySequence.h, src/geom/CoordinateArraySequence.cpp: Add clear() method to CoordinateArraySequence, inline empty() git-svn-id: http://svn.osgeo.org/geos/trunk@2987 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-04 Sandro Santilli * README: Add 'ldconfig' step, seems to be a recurring issue with builders... git-svn-id: http://svn.osgeo.org/geos/trunk@2986 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-05-02 Sandro Santilli * capi/geos_c.h.in: Add a note about 2d nature of extractUniquePoints git-svn-id: http://svn.osgeo.org/geos/trunk@2985 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-21 Mateusz Loskot * nmake.opt: * Updated nmake.opt with NMake version from Visual Studio 2010 release. git-svn-id: http://svn.osgeo.org/geos/trunk@2982 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-17 Sandro Santilli * HOWTO_RELEASE, capi/geos_c.h.in: Also set version for the systems not using autoconf, and update paths in HOWTO_RELEASE file git-svn-id: http://svn.osgeo.org/geos/trunk@2977 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-17 Sandro Santilli * configure.in: As we're still maintaining 3.2 branch, and since new CAPI interface were added, bump CAPI lib interface version up. We'll be 1.7.0 there from now on. git-svn-id: http://svn.osgeo.org/geos/trunk@2976 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-17 Sandro Santilli * NEWS, capi/geos_c.cpp: Have initGEOS(..) return a singleton, as used to be up to 3.0.0 git-svn-id: http://svn.osgeo.org/geos/trunk@2974 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-07 Mateusz Loskot * nmake.opt: Added ENABLE_INLINE=YES|NO option to nmake.opt for Visual C++ builds using NMake. The ENABLE_INLINE=YES does not link for me - to be fixed git-svn-id: http://svn.osgeo.org/geos/trunk@2968 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-04-07 Mateusz Loskot * src/dirlist.mk: Updated src/dirlist.mk (Ticket 337) git-svn-id: http://svn.osgeo.org/geos/trunk@2967 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-29 Mateusz Loskot * nmake.opt: Added NMake 10.x version to be recognized by nmake.opt git-svn-id: http://svn.osgeo.org/geos/trunk@2965 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-29 Mateusz Loskot * include/geos/algorithm/CentralEndpointIntersector.h, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Geometry.h, include/geos/geom/GeometryCollection.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/Polygon.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/TopologyLocation.h, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentStringUtil.h, include/geos/noding/snapround/HotPixel.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/PlanarGraph.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/TaggedLineString.h: Qualify size_t with std namespace in headers. git-svn-id: http://svn.osgeo.org/geos/trunk@2961 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-29 Mateusz Loskot * : Updated svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@2960 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-29 Mateusz Loskot * include/geos/geom/Geometry.h, include/geos/geom/LineString.h, include/geos/geom/Point.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeMap.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/STRtree.h, include/geos/io/CLocalizer.h, include/geos/io/WKBReader.h, include/geos/io/WKTWriter.h, include/geos/noding/NodedSegmentString.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/UniqueCoordinateArrayFilter.h: Added pragma to disable Visual C++ warning C4251 - safe to ignore (http://support.microsoft.com/kb/813810/) git-svn-id: http://svn.osgeo.org/geos/trunk@2958 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-29 Mateusz Loskot * capi/geos_ts_c.cpp: No need to load the whole std namespace to use std::vector only. git-svn-id: http://svn.osgeo.org/geos/trunk@2957 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-26 Mateusz Loskot * include/geos/platform.h.vc: platform.h.vc: disable min/max macros substitution git-svn-id: http://svn.osgeo.org/geos/trunk@2955 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-26 Mateusz Loskot * include/geos/operation/union/CascadedPolygonUnion.h: Added GEOS_DLL with Microsoft-specific __declspec attribute missing from CascadedPolygonUnion class (ported from branches/3.2) git-svn-id: http://svn.osgeo.org/geos/trunk@2954 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-26 Mateusz Loskot * src/geom/GeometryList.cpp: geom\GeoemtryList.cpp: missing implementation of GeometryList::size() function (ported from branches/3.2) git-svn-id: http://svn.osgeo.org/geos/trunk@2952 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-26 Mateusz Loskot * src/Makefile.vc: src\Makefile.vc: added missing geom\GeometryList.cpp (ported from branches/3.2) git-svn-id: http://svn.osgeo.org/geos/trunk@2950 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-26 Mateusz Loskot * nmake.opt: nmake.opt: Added missing GEOS_DLL_EXPORT to CPPFLAGS (ported from branches/3.2) git-svn-id: http://svn.osgeo.org/geos/trunk@2948 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-19 Sandro Santilli * NEWS, capi/geos_ts_c.cpp: Improve formatting for GEOSisValidReason_r (#329) git-svn-id: http://svn.osgeo.org/geos/trunk@2946 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-18 Sandro Santilli * include/geos/operation/valid/IsValidOp.h, src/operation/valid/IsValidOp.cpp: Forw-port a better fix for #333 (false positive valid geoms) git-svn-id: http://svn.osgeo.org/geos/trunk@2944 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-16 Sandro Santilli * capi/geos_ts_c.cpp: Fix ST_IsValidDetail (broke by last commit) git-svn-id: http://svn.osgeo.org/geos/trunk@2941 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-16 Sandro Santilli * capi/geos_ts_c.cpp: Now that IsValidOp doesn't cache the 'checked' status it is better to trigger a single check rather than two (also fix leaks) git-svn-id: http://svn.osgeo.org/geos/trunk@2940 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-14 Sandro Santilli * include/geos/util/Makefile.am: Install Machine.h git-svn-id: http://svn.osgeo.org/geos/trunk@2939 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-13 Sandro Santilli * capi/geos_ts_c.cpp, tests/unit/capi/GEOSOrientationIndex.cpp: Fix GEOSOrientationIndex implementation and testcase. Closes ticket #335. git-svn-id: http://svn.osgeo.org/geos/trunk@2938 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-12 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSOrientationIndex.cpp: Expose GEOSOrientationIndex to C-API git-svn-id: http://svn.osgeo.org/geos/trunk@2937 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-10 Sandro Santilli * include/geos/operation/valid/IsValidOp.h, src/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid.xml: Sync TestValid xml from JTS, review IsValidOp to be in sync with current JTS trunk. git-svn-id: http://svn.osgeo.org/geos/trunk@2936 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-07 Sandro Santilli * README: Apply slightly modified patch by mwtoews (#344) git-svn-id: http://svn.osgeo.org/geos/trunk@2935 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-06 Mateusz Loskot * CMakeLists.txt, cmake/cmake_uninstall.cmake.in: Added cmake/cmake_uninstall.cmake.in script and configured make uninstall target for CMake configuration (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2934 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-03 Sandro Santilli * capi/geos_c.h.in: Improve documentation for GEOSPOlygonize_full git-svn-id: http://svn.osgeo.org/geos/trunk@2933 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-03-02 Sandro Santilli * NEWS, include/geos/operation/valid/IsValidOp.h, src/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid.xml: Fix false positive return from IsValidOp (#333) git-svn-id: http://svn.osgeo.org/geos/trunk@2932 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-28 Sandro Santilli * src/geom/LineString.cpp: Minor tweak git-svn-id: http://svn.osgeo.org/geos/trunk@2931 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-28 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in: Provide non-rehentrant version of empty geometries constructors git-svn-id: http://svn.osgeo.org/geos/trunk@2930 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-28 Sandro Santilli * NEWS: extractUniquePoints comes in non-reentrant version too git-svn-id: http://svn.osgeo.org/geos/trunk@2929 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-25 Sandro Santilli * NEWS: Update with GEOSPolygonize_full item git-svn-id: http://svn.osgeo.org/geos/trunk@2928 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-23 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: GEOSPolygonize_full [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@2927 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * include/geos/operation/polygonize/Polygonizer.h, src/operation/polygonize/Polygonizer.cpp: LineStringAdder heap-allocation removal git-svn-id: http://svn.osgeo.org/geos/trunk@2926 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * NEWS, include/geos/operation/polygonize/Polygonizer.h, src/operation/polygonize/Polygonizer.cpp: Drop heap allocation of invalidRingLines vector git-svn-id: http://svn.osgeo.org/geos/trunk@2925 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * include/geos/operation/polygonize/Polygonizer.h, src/operation/polygonize/Polygonizer.cpp: More heap allocations bite the dust... git-svn-id: http://svn.osgeo.org/geos/trunk@2924 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * NEWS, include/geos/operation/polygonize/Polygonizer.h, src/operation/polygonize/Polygonizer.cpp: Drop HEAP allocation for dangles vector too, and document all these API changes git-svn-id: http://svn.osgeo.org/geos/trunk@2923 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * capi/geos_ts_c.cpp, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/Polygonizer.h, src/operation/polygonize/Polygonizer.cpp: Avoid heap allocation of a vector for cut edges, bits of additional documentation git-svn-id: http://svn.osgeo.org/geos/trunk@2922 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-22 Sandro Santilli * include/geos/operation/polygonize/Polygonizer.h: Try to document current behaviour (very bad behaviour indeed...) git-svn-id: http://svn.osgeo.org/geos/trunk@2921 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-21 Mateusz Loskot * CMakeLists.txt: Another patch from Gavin Heavyside to enable GEOS as a dependency of a project with CMake git-svn-id: http://svn.osgeo.org/geos/trunk@2920 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-21 Sandro Santilli * NEWS, capi/geos_c.h.in, capi/geos_ts_c.cpp: Allow GEOSGetGeometryN calls against single geometries git-svn-id: http://svn.osgeo.org/geos/trunk@2919 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-21 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in: Expose the non-reentrant version too (I know, I was against, but it's too much work on the postgis side for that right now) git-svn-id: http://svn.osgeo.org/geos/trunk@2918 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-21 Sandro Santilli * NEWS, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp: GEOSGeom_extractUniquePoints [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@2917 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-21 Mateusz Loskot * CMakeLists.txt: Patch from Gavin Heavyside that enables CMake to build GEOS as a dependency of user-defined project git-svn-id: http://svn.osgeo.org/geos/trunk@2916 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-17 Sandro Santilli * src/geom/CoordinateArraySequence.cpp: Throw an IllegalArgumentException when setOrdinate is called with unknown ordinate index git-svn-id: http://svn.osgeo.org/geos/trunk@2915 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-14 Sandro Santilli * NEWS: Add GEOSPolygonizer_getCutEdges NEWS item where it belongs git-svn-id: http://svn.osgeo.org/geos/trunk@2913 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-12 Mateusz Loskot * capi/CMakeLists.txt: Fixed but in CMake configuration which installed geos_c.h in incorrect location (#330) git-svn-id: http://svn.osgeo.org/geos/trunk@2912 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-11 Sandro Santilli * NEWS: Update git-svn-id: http://svn.osgeo.org/geos/trunk@2911 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-11 Sandro Santilli * capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSGeom_create.cpp: Complete set of typed-empty constructors and tests for them [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@2910 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-11 Sandro Santilli * capi/geos_c.h.in, capi/geos_ts_c.cpp: Go for consistency with reentrant interfaces [RT-SIGTA] git-svn-id: http://svn.osgeo.org/geos/trunk@2909 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-11 Sandro Santilli * NEWS, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSGeom_create.cpp: GEOSContext_setNoticeHandler, GEOSContext_setErrorHandler, GEOSGeom_createEmptyPolygon_r (and test) git-svn-id: http://svn.osgeo.org/geos/trunk@2908 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-09 Sandro Santilli * doc/Doxyfile.in: Fix to match new layout git-svn-id: http://svn.osgeo.org/geos/trunk@2907 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-06 Mateusz Loskot * tests/xmltester/CMakeLists.txt: Ported list of SAVE_XMLTESTS to CMake configuration of XMLTester (#317) All tests pass on Ubuntu 9.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2906 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-05 Mateusz Loskot * CMakeLists.txt: Fixed CMake version comparison to disable platform.h (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2905 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-05 Sandro Santilli * capi/geos_c.h.in: Document ownership of created types git-svn-id: http://svn.osgeo.org/geos/trunk@2904 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-05 Sandro Santilli * NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: New CAPI interface: GEOSisValidDetail ( tell state, reason & location apart ) git-svn-id: http://svn.osgeo.org/geos/trunk@2903 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-04 Mateusz Loskot * CMakeLists.txt, tools/CMakeLists.txt: Fixed missing substitution of @libdir@ in geos-config generated by CMake #(317) git-svn-id: http://svn.osgeo.org/geos/trunk@2902 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-02-02 Mateusz Loskot * CMakeLists.txt: Fixed problem with use of new command with file() macro for older CMake versions (#327) git-svn-id: http://svn.osgeo.org/geos/trunk@2901 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-31 Mateusz Loskot * tests/unit/CMakeLists.txt, tests/xmltester/CMakeLists.txt: Added XMLTester to CTest configuration - work in progress (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2900 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-31 Mateusz Loskot * CMakeLists.txt: Added GEOS_ENABLE_FLOATSTORE option to CMake to control GCC flag -ffloat-store (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2899 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-31 Mateusz Loskot * : Added platform.h.disabled to svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@2898 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-30 Mateusz Loskot * CMakeLists.txt: Updated configuration of GEOS_ENABLE_TESTS option for CMake (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2896 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-30 Mateusz Loskot * CMakeLists.txt: Configured 'make check' target for CMake as alias to 'make test' to mimic GNU Autotools manner of running tests (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2895 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-29 Paul Ramsey * include/geos/platform.h.in: Extend support of Apple ISNAN case to newer? compilers git-svn-id: http://svn.osgeo.org/geos/trunk@2894 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-29 Mateusz Loskot * CMakeLists.txt, include/geos/platform.h.cmake: Solved problem with repeated definition of getMachineByteOrder (#317). Added check if alternative platform.h is already present in the include/geos directory and deactivate it renaming to platform.h.disable, before generating CMake-specific platform.h. Tested on Windows with Visual C++ but with -DGEOS_ENABLE_INLINE=OFF otherwise DLL linking fails with many redefined symbols - to be checked. git-svn-id: http://svn.osgeo.org/geos/trunk@2893 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-29 Mateusz Loskot * CMakeLists.txt, tests/unit/CMakeLists.txt: Configured 'make test' target for CMake build (#317). Now only geos_unit is executed git-svn-id: http://svn.osgeo.org/geos/trunk@2892 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-28 Mateusz Loskot * src/planargraph/algorithm/ConnectedSubgraphFinder.cpp: Missing includes of platform.h and git-svn-id: http://svn.osgeo.org/geos/trunk@2891 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-27 Mateusz Loskot * tests/unit/linearref/LengthIndexedLineTest.cpp: Tidy up messy code in tests/unit/linearref git-svn-id: http://svn.osgeo.org/geos/trunk@2890 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-27 Mateusz Loskot * CMakeLists.txt, tests/unit/linearref/LengthIndexedLineTest.cpp: Fixed CMake configuration for the problem about unavailable C99 features if -std=c99 is not specified for GCC 4.3.3 on Ubuntu 9.04. This is inconsistent behaviour with GCC 4.4.1 (https://bugs.launchpad.net/ubuntu/+source/gcc-4.3/+bug/512741). git-svn-id: http://svn.osgeo.org/geos/trunk@2889 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-23 Mateusz Loskot * src/CMakeLists.txt: GEOS C++ static library was missing from installation targets (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2888 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-23 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, src/CMakeLists.txt: CMake configuration update (#317): * Configured shared library target for C++ API. * Added library version information and TODO comment about SOVERSION. git-svn-id: http://svn.osgeo.org/geos/trunk@2887 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-23 Mateusz Loskot * CMakeLists.txt: Small fix to latest commit (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2886 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-23 Mateusz Loskot * CMakeLists.txt: Disabled GEOS_ENABLE_ASSERT option for Visual Studio builds - not supported, no sense (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2885 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-23 Mateusz Loskot * CMakeLists.txt: Tweaked detection isfinite and isnan declared as functions in C++ (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2884 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-22 Mateusz Loskot * cmake/modules/CheckPrototypeExists.cmake: Added CheckPrototypeExists.cmake module - imported from KDE/kdelibs tree git-svn-id: http://svn.osgeo.org/geos/trunk@2883 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-22 Mateusz Loskot * cmake/modules/COPYING-CMAKE-SCRIPTS: Added trunk/cmake directory for custom CMake modules git-svn-id: http://svn.osgeo.org/geos/trunk@2882 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-21 Mateusz Loskot * CMakeLists.txt: CMake configuration update (#317): * Set default CMAKE_BUILD_TYPE to Debug * Added GEOS_ENABLE_ASSERT and GEOS_ENABLE_INLINE options. * Renamed option ENABLE_MSVC_MP to GEOS_MSVC_ENABLE_MP. git-svn-id: http://svn.osgeo.org/geos/trunk@2881 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-20 Mateusz Loskot * CMakeLists.txt: Fix for addd extra test for STL classes in std namespace to CMake configuration (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2880 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-20 Mateusz Loskot * CMakeLists.txt: Addd extra test for STL classes in std namespace to CMake configuration (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2879 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-20 Mateusz Loskot * : Updated svn:keyword with Id for CMake files git-svn-id: http://svn.osgeo.org/geos/trunk@2878 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-19 Mateusz Loskot * CMakeLists.txt: #317: compiler flags can not be handled using CMake list type, reverted last change that sneaked in with Visual Studio related commit. git-svn-id: http://svn.osgeo.org/geos/trunk@2876 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-19 Mateusz Loskot * CMakeLists.txt: #317: Added CXX flags specific to Visual C++ compiler. Added ENABLE_MSVC_MP option to allow setting Visual C++ /MP flag that enables multi-process compilation. git-svn-id: http://svn.osgeo.org/geos/trunk@2875 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-18 Mateusz Loskot * capi/geos_ts_c.cpp: Load elements of std namespace to scope of geos_ts_c.cpp file, so C99 functions are loaded even if hidden in std (non-standard extension in GCC). git-svn-id: http://svn.osgeo.org/geos/trunk@2874 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-18 Mateusz Loskot * capi/geos_ts_c.cpp, src/geomgraph/Node.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/valid/IsValidOp.cpp, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/operation/valid/IsValidTest.cpp: Added missing headers platform.h and where ISNAN or FINITE macros are expanded git-svn-id: http://svn.osgeo.org/geos/trunk@2873 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-18 Mateusz Loskot * : Updated svn:ignore patterns git-svn-id: http://svn.osgeo.org/geos/trunk@2872 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-18 Mateusz Loskot * : Updated svn:ignore patterns git-svn-id: http://svn.osgeo.org/geos/trunk@2870 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-18 Mateusz Loskot * include/geos/platform.h.cmake, src/algorithm/CGAlgorithms.cpp, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/noding/snapround/HotPixel.cpp, src/operation/buffer/BufferOp.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp: * Successfully tested CMake configuration with Visual Studio 2010 (#317). * Disable argument dependant lookup (Koenig) for min/max functions to make sure GEOS compiles in the presence of the min/max macros. * Some platform headers define min() and max() macros which cause some common C++ constructs to fail to compile. git-svn-id: http://svn.osgeo.org/geos/trunk@2868 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, tools/CMakeLists.txt: Configured 'make install' for tools to install geos-config program on Unix platforms (#317). Fixed missing prefix nad exec_prefix variables substitution during geos-config generation. git-svn-id: http://svn.osgeo.org/geos/trunk@2867 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, include/CMakeLists.txt: Configured 'make install' target for GEOS C shared library and headers (#317). Install platform.h and version.h from build directory where they are installed, not from source tree. Added GEOS C API header location to include directories. git-svn-id: http://svn.osgeo.org/geos/trunk@2866 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, include/CMakeLists.txt, src/CMakeLists.txt: Configured 'make install' target for GEOS C++ static library archive and headers (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2865 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * build/bjam/Jamroot, build/bjam/README, build/bjam/geos/Jamfile, build/bjam/geos_c/Jamfile, build/bjam/geos_unit/Jamfile: Removed build/bjam directory with old and no longer maintained build configuration based on Boost.Build git-svn-id: http://svn.osgeo.org/geos/trunk@2864 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * tests/CMakeLists.txt, tests/xmltester/CMakeLists.txt: Added simplewkttester and xmltester tests to CMake configuration (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2863 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, src/CMakeLists.txt, tests/CMakeLists.txt, tests/unit/CMakeLists.txt, tests/unit/tut/tut_console_reporter.hpp, tests/unit/tut/tut_reporter.hpp: Updated CMake configuration (#317): CMake generates config headers in build tree. Added generation of geos-config script. Refined include directories settings. Added unit tests package to the configuration. Status: GEOS core + GEOS C library + unit tests build and run successfully. git-svn-id: http://svn.osgeo.org/geos/trunk@2862 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, include/geos/version.h.cmake: Now CMake can generates geos_c.h (#317). Removed include/geos/version.h.cmake as no longer needed - CMake can subsitute variables of Autoconf-style @VAR@ very well. git-svn-id: http://svn.osgeo.org/geos/trunk@2861 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-17 Mateusz Loskot * CMakeLists.txt, include/geos/platform.h.cmake: Refined detection of isnan and isfinite features (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2860 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * CMakeLists.txt, include/geos/platform.h.cmake: Added checks of C/C++ headers and library features like 64-bit integer type (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2859 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * CMakeLists.txt: Added generation of build-specific platform.h file from platform.h.cmake (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2858 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * CMakeLists.txt, include/geos/version.h.cmake: Set version numbers and generate version.h for CMake build (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2857 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * include/geos/platform.h.cmake: Added platform.h.cmake file used by build configuration for CMake build system (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2856 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * include/geos/platform.h.vc: Removed definition of INT64_CONST_IS_I64 - it is not checked or used anywhere git-svn-id: http://svn.osgeo.org/geos/trunk@2855 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * include/geos/platform.h.in, include/geos/util/math.h: Unified detection of math features to define FINITE and ISNAN macros git-svn-id: http://svn.osgeo.org/geos/trunk@2854 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * capi/geos_ts_c.cpp, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/WKBWriter.h, include/geos/platform.h.in, include/geos/platform.h.vc, include/geos/util/Machine.h: Moved getMachineByteOrder from include/geos/platform.h to include/geos/util/Machine.h. This function is universal for non-Windows and Windows platforms git-svn-id: http://svn.osgeo.org/geos/trunk@2853 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * CMakeLists.txt, capi/CMakeLists.txt, src/CMakeLists.txt: Added first straps of configuration for CMake build system (#317) git-svn-id: http://svn.osgeo.org/geos/trunk@2852 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-16 Mateusz Loskot * : Removed tests/geostest/.deps directory git-svn-id: http://svn.osgeo.org/geos/trunk@2851 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-14 Mateusz Loskot * build/msvc10/geos_c_dll/geos_c_dll.vcxproj, build/msvc10/geos_c_dll/geos_c_dll.vcxproj.filters, build/msvc10/geos_lib/geos_lib.vcxproj, build/msvc10/geos_lib/geos_lib.vcxproj.filters, build/msvc10/geos_unit/geos_unit.vcxproj, build/msvc10/geos_xmltester/geos_xmltester.vcxproj: Updated Visual Studio 2010 projects in build/msvc10 with new location of include and src (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2849 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * include/geos/noding/NodedSegmentString.h: * Successfully compiled with Visual C++ 8.0 after restructuring source tree. ** NodedSegmentString class; ** Use explicit self-describing two-step casts to indicate what's really happening - C-cast is evil and hides serious interface issues. ** Added missing and qualify size_t with std namespace. git-svn-id: http://svn.osgeo.org/geos/trunk@2848 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_python/geos_python.vcproj, build/msvc80/geos_ruby/geos_ruby.vcproj, build/msvc80/geos_unit/geos_unit.vcproj, build/msvc80/geos_xmltester/geos_xmltester.vcproj: Updated Visual Studio 2005 projects in build/msvc80 with new location of include and src (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2847 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_python/geos_python.vcproj, build/msvc90/geos_ruby/geos_ruby.vcproj, build/msvc90/geos_unit/geos_unit.vcproj, build/msvc90/geos_xmltester/geos_xmltester.vcproj: Updated Visual Studio 2008 projects in build/msvc90 with new location of include and src (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2846 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * makefile.vc, nmake.opt, src/Makefile.vc: Updated makefile.vc, nmake.opt, src/makefile.vc files with new location of include and src (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2845 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * Makefile.am, capi/Makefile.am, doc/Makefile.am, include/geos/index/sweepline/Makefile.am, include/geos/operation/Makefile.am, macros/Makefile.am, src/operation/Makefile.am, swig/Makefile.am, swig/python/Makefile.am, swig/python/tests/Makefile.am, swig/ruby/Makefile.am, swig/ruby/test/Makefile.am, tests/Makefile.am, tests/bigtest/Makefile.am, tests/geostest/Makefile.am, tests/perf/Makefile.am, tests/perf/operation/Makefile.am, tests/perf/operation/buffer/Makefile.am, tests/thread/Makefile.am, tests/unit/Makefile.am, tests/xmltester/Makefile.am, tools/Makefile.am: Updated remaining directories doc, macros, tools, tests, swig, capi with new src and include location (#315). Fixed previous updates. Successfull build on Linux. git-svn-id: http://svn.osgeo.org/geos/trunk@2844 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * capi/Makefile.am: Updated Makefile.am files in capi subtree after moved to new location (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2843 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * src/Makefile.am, src/algorithm/Makefile.am, src/algorithm/distance/Makefile.am, src/algorithm/locate/Makefile.am, src/examples/Makefile.am, src/geom/Makefile.am, src/geom/prep/Makefile.am, src/geom/util/Makefile.am, src/geomgraph/Makefile.am, src/geomgraph/index/Makefile.am, src/index/Makefile.am, src/index/bintree/Makefile.am, src/index/chain/Makefile.am, src/index/intervalrtree/Makefile.am, src/index/quadtree/Makefile.am, src/index/strtree/Makefile.am, src/index/sweepline/Makefile.am, src/io/Makefile.am, src/linearref/Makefile.am, src/noding/Makefile.am, src/noding/snapround/Makefile.am, src/operation/Makefile.am, src/operation/buffer/Makefile.am, src/operation/distance/Makefile.am, src/operation/linemerge/Makefile.am, src/operation/overlay/Makefile.am, src/operation/polygonize/Makefile.am, src/operation/predicate/Makefile.am, src/operation/relate/Makefile.am, src/operation/union/Makefile.am, src/operation/valid/Makefile.am, src/planargraph/Makefile.am, src/precision/Makefile.am, src/simplify/Makefile.am, src/util/Makefile.am: Updated Makefile.am files in src subtree after moved to new location (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2842 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * Makefile.am, configure.in: Updated new source structure in configure.in and root Makefile.am - part 2 (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2841 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * Makefile.am, configure.in: Updated new source structure in configure.in and root Makefile.am (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2840 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-13 Mateusz Loskot * include/Makefile.am, include/geos/Makefile.am, include/geos/algorithm/Makefile.am, include/geos/algorithm/distance/Makefile.am, include/geos/algorithm/locate/Makefile.am, include/geos/geom/Makefile.am, include/geos/geom/prep/Makefile.am, include/geos/geom/util/Makefile.am, include/geos/geomgraph/Makefile.am, include/geos/geomgraph/index/Makefile.am, include/geos/index/Makefile.am, include/geos/index/bintree/Makefile.am, include/geos/index/chain/Makefile.am, include/geos/index/intervalrtree/Makefile.am, include/geos/index/quadtree/Makefile.am, include/geos/index/strtree/Makefile.am, include/geos/index/sweepline/Makefile.am, include/geos/io/Makefile.am, include/geos/linearref/Makefile.am, include/geos/noding/Makefile.am, include/geos/noding/snapround/Makefile.am, include/geos/operation/Makefile.am, include/geos/operation/buffer/Makefile.am, include/geos/operation/distance/Makefile.am, include/geos/operation/linemerge/Makefile.am, include/geos/operation/overlay/Makefile.am, include/geos/operation/overlay/snap/Makefile.am, include/geos/operation/polygonize/Makefile.am, include/geos/operation/predicate/Makefile.am, include/geos/operation/relate/Makefile.am, include/geos/operation/union/Makefile.am, include/geos/operation/valid/Makefile.am, include/geos/planargraph/Makefile.am, include/geos/planargraph/algorithm/Makefile.am, include/geos/precision/Makefile.am, include/geos/simplify/Makefile.am, include/geos/util/Makefile.am: Updated Makefile.am files in headers subtree after moved to new location in include (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2839 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-12 Mateusz Loskot * source/Makefile.am, source/Makefile.vc, source/algorithm/Angle.cpp, source/algorithm/BoundaryNodeRule.cpp, source/algorithm/CGAlgorithms.cpp, source/algorithm/CentroidArea.cpp, source/algorithm/CentroidLine.cpp, source/algorithm/CentroidPoint.cpp, source/algorithm/ConvexHull.cpp, source/algorithm/HCoordinate.cpp, source/algorithm/InteriorPointArea.cpp, source/algorithm/InteriorPointLine.cpp, source/algorithm/InteriorPointPoint.cpp, source/algorithm/LineIntersector.cpp, source/algorithm/MCPointInRing.cpp, source/algorithm/Makefile.am, source/algorithm/MinimumDiameter.cpp, source/algorithm/NotRepresentableException.cpp, source/algorithm/PointLocator.cpp, source/algorithm/RayCrossingCounter.cpp, source/algorithm/RobustDeterminant.cpp, source/algorithm/SIRtreePointInRing.cpp, source/algorithm/SimplePointInRing.cpp, source/algorithm/distance/DiscreteHausdorffDistance.cpp, source/algorithm/distance/DistanceToPoint.cpp, source/algorithm/distance/Makefile.am, source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/algorithm/locate/Makefile.am, source/algorithm/locate/PointOnGeometryLocator.cpp, source/algorithm/locate/SimplePointInAreaLocator.cpp, source/dirlist.mk, source/examples/CPCLException.cpp, source/examples/CoordinateSequencesExample.cpp, source/examples/CustomCoordinateSequenceExample.cpp, source/examples/CustomCoordinateSequenceExample.h, source/examples/CustomPointCoordinateSequence.cpp, source/examples/Makefile.am, source/geom/Coordinate.cpp, source/geom/CoordinateArraySequence.cpp, source/geom/CoordinateArraySequenceFactory.cpp, source/geom/CoordinateSequence.cpp, source/geom/CoordinateSequenceFactory.cpp, source/geom/Dimension.cpp, source/geom/Envelope.cpp, source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp, source/geom/GeometryComponentFilter.cpp, source/geom/GeometryFactory.cpp, source/geom/GeometryList.cpp, source/geom/IntersectionMatrix.cpp, source/geom/LineSegment.cpp, source/geom/LineString.cpp, source/geom/LinearRing.cpp, source/geom/Location.cpp, source/geom/Makefile.am, source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp, source/geom/Point.cpp, source/geom/Polygon.cpp, source/geom/PrecisionModel.cpp, source/geom/Triangle.cpp, source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/BasicPreparedGeometry.cpp, source/geom/prep/Makefile.am, source/geom/prep/PreparedGeometry.cpp, source/geom/prep/PreparedGeometryFactory.cpp, source/geom/prep/PreparedLineString.cpp, source/geom/prep/PreparedLineStringIntersects.cpp, source/geom/prep/PreparedPoint.cpp, source/geom/prep/PreparedPolygon.cpp, source/geom/prep/PreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonContainsProperly.cpp, source/geom/prep/PreparedPolygonCovers.cpp, source/geom/prep/PreparedPolygonIntersects.cpp, source/geom/prep/PreparedPolygonPredicate.cpp, source/geom/util/ComponentCoordinateExtracter.cpp, source/geom/util/CoordinateOperation.cpp, source/geom/util/GeometryCombiner.cpp, source/geom/util/GeometryEditor.cpp, source/geom/util/GeometryTransformer.cpp, source/geom/util/Makefile.am, source/geom/util/ShortCircuitedGeometryVisitor.cpp, source/geomgraph/Depth.cpp, source/geomgraph/DirectedEdge.cpp, source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp, source/geomgraph/EdgeEnd.cpp, source/geomgraph/EdgeEndStar.cpp, source/geomgraph/EdgeIntersection.cpp, source/geomgraph/EdgeIntersectionList.cpp, source/geomgraph/EdgeList.cpp, source/geomgraph/EdgeNodingValidator.cpp, source/geomgraph/EdgeRing.cpp, source/geomgraph/GeometryGraph.cpp, source/geomgraph/GraphComponent.cpp, source/geomgraph/Label.cpp, source/geomgraph/Makefile.am, source/geomgraph/Node.cpp, source/geomgraph/NodeFactory.cpp, source/geomgraph/NodeMap.cpp, source/geomgraph/PlanarGraph.cpp, source/geomgraph/Position.cpp, source/geomgraph/Quadrant.cpp, source/geomgraph/TopologyLocation.cpp, source/geomgraph/index/Makefile.am, source/geomgraph/index/MonotoneChainEdge.cpp, source/geomgraph/index/MonotoneChainIndexer.cpp, source/geomgraph/index/SegmentIntersector.cpp, source/geomgraph/index/SimpleEdgeSetIntersector.cpp, source/geomgraph/index/SimpleMCSweepLineIntersector.cpp, source/geomgraph/index/SimpleSweepLineIntersector.cpp, source/geomgraph/index/SweepLineEvent.cpp, source/geomgraph/index/SweepLineSegment.cpp, source/index/Makefile.am, source/index/bintree/Bintree.cpp, source/index/bintree/Interval.cpp, source/index/bintree/Key.cpp, source/index/bintree/Makefile.am, source/index/bintree/Node.cpp, source/index/bintree/NodeBase.cpp, source/index/bintree/Root.cpp, source/index/chain/Makefile.am, source/index/chain/MonotoneChain.cpp, source/index/chain/MonotoneChainBuilder.cpp, source/index/chain/MonotoneChainOverlapAction.cpp, source/index/chain/MonotoneChainSelectAction.cpp, source/index/intervalrtree/IntervalRTreeBranchNode.cpp, source/index/intervalrtree/IntervalRTreeLeafNode.cpp, source/index/intervalrtree/IntervalRTreeNode.cpp, source/index/intervalrtree/Makefile.am, source/index/intervalrtree/SortedPackedIntervalRTree.cpp, source/index/quadtree/DoubleBits.cpp, source/index/quadtree/IntervalSize.cpp, source/index/quadtree/Key.cpp, source/index/quadtree/Makefile.am, source/index/quadtree/Node.cpp, source/index/quadtree/NodeBase.cpp, source/index/quadtree/Quadtree.cpp, source/index/quadtree/Root.cpp, source/index/strtree/AbstractNode.cpp, source/index/strtree/AbstractSTRtree.cpp, source/index/strtree/Interval.cpp, source/index/strtree/ItemBoundable.cpp, source/index/strtree/Makefile.am, source/index/strtree/SIRtree.cpp, source/index/strtree/STRtree.cpp, source/index/sweepline/Makefile.am, source/index/sweepline/SweepLineEvent.cpp, source/index/sweepline/SweepLineIndex.cpp, source/index/sweepline/SweepLineInterval.cpp, source/inlines.cpp, source/io/ByteOrderDataInStream.cpp, source/io/ByteOrderValues.cpp, source/io/CLocalizer.cpp, source/io/Makefile.am, source/io/ParseException.cpp, source/io/StringTokenizer.cpp, source/io/Unload.cpp, source/io/WKBReader.cpp, source/io/WKBWriter.cpp, source/io/WKTReader.cpp, source/io/WKTWriter.cpp, source/io/Writer.cpp, source/linearref/ExtractLineByLocation.cpp, source/linearref/LengthIndexOfPoint.cpp, source/linearref/LengthIndexedLine.cpp, source/linearref/LengthLocationMap.cpp, source/linearref/LinearGeometryBuilder.cpp, source/linearref/LinearIterator.cpp, source/linearref/LinearLocation.cpp, source/linearref/LocationIndexOfLine.cpp, source/linearref/LocationIndexOfPoint.cpp, source/linearref/Makefile.am, source/noding/BasicSegmentString.cpp, source/noding/FastNodingValidator.cpp, source/noding/FastSegmentSetIntersectionFinder.cpp, source/noding/IntersectionAdder.cpp, source/noding/IntersectionFinderAdder.cpp, source/noding/IteratedNoder.cpp, source/noding/MCIndexNoder.cpp, source/noding/MCIndexSegmentSetMutualIntersector.cpp, source/noding/Makefile.am, source/noding/NodedSegmentString.cpp, source/noding/NodingValidator.cpp, source/noding/Octant.cpp, source/noding/OrientedCoordinateArray.cpp, source/noding/ScaledNoder.cpp, source/noding/SegmentIntersectionDetector.cpp, source/noding/SegmentNode.cpp, source/noding/SegmentNodeList.cpp, source/noding/SegmentString.cpp, source/noding/SegmentStringUtil.cpp, source/noding/SimpleNoder.cpp, source/noding/SingleInteriorIntersectionFinder.cpp, source/noding/snapround/HotPixel.cpp, source/noding/snapround/MCIndexPointSnapper.cpp, source/noding/snapround/MCIndexSnapRounder.cpp, source/noding/snapround/Makefile.am, source/noding/snapround/SimpleSnapRounder.cpp, source/operation/GeometryGraphOperation.cpp, source/operation/IsSimpleOp.cpp, source/operation/Makefile.am, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/BufferInputLineSimplifier.cpp, source/operation/buffer/BufferInputLineSimplifier.h, source/operation/buffer/BufferOp.cpp, source/operation/buffer/BufferParameters.cpp, source/operation/buffer/BufferSubgraph.cpp, source/operation/buffer/Makefile.am, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, source/operation/buffer/RightmostEdgeFinder.cpp, source/operation/buffer/SubgraphDepthLocater.cpp, source/operation/distance/ConnectedElementLocationFilter.cpp, source/operation/distance/ConnectedElementPointFilter.cpp, source/operation/distance/DistanceOp.cpp, source/operation/distance/GeometryLocation.cpp, source/operation/distance/Makefile.am, source/operation/linemerge/EdgeString.cpp, source/operation/linemerge/LineMergeDirectedEdge.cpp, source/operation/linemerge/LineMergeEdge.cpp, source/operation/linemerge/LineMergeGraph.cpp, source/operation/linemerge/LineMerger.cpp, source/operation/linemerge/LineSequencer.cpp, source/operation/linemerge/Makefile.am, source/operation/overlay/EdgeSetNoder.cpp, source/operation/overlay/ElevationMatrix.cpp, source/operation/overlay/ElevationMatrixCell.cpp, source/operation/overlay/LineBuilder.cpp, source/operation/overlay/Makefile.am, source/operation/overlay/MaximalEdgeRing.cpp, source/operation/overlay/MinimalEdgeRing.cpp, source/operation/overlay/OverlayNodeFactory.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/overlay/PointBuilder.cpp, source/operation/overlay/PolygonBuilder.cpp, source/operation/overlay/snap/GeometrySnapper.cpp, source/operation/overlay/snap/LineStringSnapper.cpp, source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, source/operation/overlay/snap/SnapOverlayOp.cpp, source/operation/overlay/validate/FuzzyPointLocator.cpp, source/operation/overlay/validate/OffsetPointGenerator.cpp, source/operation/overlay/validate/OverlayResultValidator.cpp, source/operation/polygonize/EdgeRing.cpp, source/operation/polygonize/Makefile.am, source/operation/polygonize/PolygonizeDirectedEdge.cpp, source/operation/polygonize/PolygonizeEdge.cpp, source/operation/polygonize/PolygonizeGraph.cpp, source/operation/polygonize/Polygonizer.cpp, source/operation/predicate/Makefile.am, source/operation/predicate/RectangleContains.cpp, source/operation/predicate/RectangleIntersects.cpp, source/operation/predicate/SegmentIntersectionTester.cpp, source/operation/relate/EdgeEndBuilder.cpp, source/operation/relate/EdgeEndBundle.cpp, source/operation/relate/EdgeEndBundleStar.cpp, source/operation/relate/Makefile.am, source/operation/relate/RelateComputer.cpp, source/operation/relate/RelateNode.cpp, source/operation/relate/RelateNodeFactory.cpp, source/operation/relate/RelateNodeGraph.cpp, source/operation/relate/RelateOp.cpp, source/operation/union/CascadedPolygonUnion.cpp, source/operation/union/Makefile.am, source/operation/valid/ConnectedInteriorTester.cpp, source/operation/valid/ConsistentAreaTester.cpp, source/operation/valid/IndexedNestedRingTester.cpp, source/operation/valid/IndexedNestedRingTester.h, source/operation/valid/IsValidOp.cpp, source/operation/valid/Makefile.am, source/operation/valid/QuadtreeNestedRingTester.cpp, source/operation/valid/RepeatedPointTester.cpp, source/operation/valid/SimpleNestedRingTester.cpp, source/operation/valid/SweeplineNestedRingTester.cpp, source/operation/valid/TopologyValidationError.cpp, source/planargraph/DirectedEdge.cpp, source/planargraph/DirectedEdgeStar.cpp, source/planargraph/Edge.cpp, source/planargraph/Makefile.am, source/planargraph/Node.cpp, source/planargraph/NodeMap.cpp, source/planargraph/PlanarGraph.cpp, source/planargraph/Subgraph.cpp, source/planargraph/algorithm/ConnectedSubgraphFinder.cpp, source/precision/CommonBits.cpp, source/precision/CommonBitsOp.cpp, source/precision/CommonBitsRemover.cpp, source/precision/EnhancedPrecisionOp.cpp, source/precision/Makefile.am, source/precision/SimpleGeometryPrecisionReducer.cpp, source/simplify/DouglasPeuckerLineSimplifier.cpp, source/simplify/DouglasPeuckerSimplifier.cpp, source/simplify/LineSegmentIndex.cpp, source/simplify/Makefile.am, source/simplify/TaggedLineSegment.cpp, source/simplify/TaggedLineString.cpp, source/simplify/TaggedLineStringSimplifier.cpp, source/simplify/TaggedLinesSimplifier.cpp, source/simplify/TopologyPreservingSimplifier.cpp, source/util/Assert.cpp, source/util/GeometricShapeFactory.cpp, source/util/Makefile.am, source/util/Profiler.cpp, source/util/math.cpp, src/Makefile.am, src/Makefile.vc, src/algorithm/Angle.cpp, src/algorithm/BoundaryNodeRule.cpp, src/algorithm/CGAlgorithms.cpp, src/algorithm/CentroidArea.cpp, src/algorithm/CentroidLine.cpp, src/algorithm/CentroidPoint.cpp, src/algorithm/ConvexHull.cpp, src/algorithm/HCoordinate.cpp, src/algorithm/InteriorPointArea.cpp, src/algorithm/InteriorPointLine.cpp, src/algorithm/InteriorPointPoint.cpp, src/algorithm/LineIntersector.cpp, src/algorithm/MCPointInRing.cpp, src/algorithm/Makefile.am, src/algorithm/MinimumDiameter.cpp, src/algorithm/NotRepresentableException.cpp, src/algorithm/PointLocator.cpp, src/algorithm/RayCrossingCounter.cpp, src/algorithm/RobustDeterminant.cpp, src/algorithm/SIRtreePointInRing.cpp, src/algorithm/SimplePointInRing.cpp, src/algorithm/distance/DiscreteHausdorffDistance.cpp, src/algorithm/distance/DistanceToPoint.cpp, src/algorithm/distance/Makefile.am, src/algorithm/locate/IndexedPointInAreaLocator.cpp, src/algorithm/locate/Makefile.am, src/algorithm/locate/PointOnGeometryLocator.cpp, src/algorithm/locate/SimplePointInAreaLocator.cpp, src/dirlist.mk, src/examples/CPCLException.cpp, src/examples/CoordinateSequencesExample.cpp, src/examples/CustomCoordinateSequenceExample.cpp, src/examples/CustomCoordinateSequenceExample.h, src/examples/CustomPointCoordinateSequence.cpp, src/examples/Makefile.am, src/geom/Coordinate.cpp, src/geom/CoordinateArraySequence.cpp, src/geom/CoordinateArraySequenceFactory.cpp, src/geom/CoordinateSequence.cpp, src/geom/CoordinateSequenceFactory.cpp, src/geom/Dimension.cpp, src/geom/Envelope.cpp, src/geom/Geometry.cpp, src/geom/GeometryCollection.cpp, src/geom/GeometryComponentFilter.cpp, src/geom/GeometryFactory.cpp, src/geom/GeometryList.cpp, src/geom/IntersectionMatrix.cpp, src/geom/LineSegment.cpp, src/geom/LineString.cpp, src/geom/LinearRing.cpp, src/geom/Location.cpp, src/geom/Makefile.am, src/geom/MultiLineString.cpp, src/geom/MultiPoint.cpp, src/geom/MultiPolygon.cpp, src/geom/Point.cpp, src/geom/Polygon.cpp, src/geom/PrecisionModel.cpp, src/geom/Triangle.cpp, src/geom/prep/AbstractPreparedPolygonContains.cpp, src/geom/prep/BasicPreparedGeometry.cpp, src/geom/prep/Makefile.am, src/geom/prep/PreparedGeometry.cpp, src/geom/prep/PreparedGeometryFactory.cpp, src/geom/prep/PreparedLineString.cpp, src/geom/prep/PreparedLineStringIntersects.cpp, src/geom/prep/PreparedPoint.cpp, src/geom/prep/PreparedPolygon.cpp, src/geom/prep/PreparedPolygonContains.cpp, src/geom/prep/PreparedPolygonContainsProperly.cpp, src/geom/prep/PreparedPolygonCovers.cpp, src/geom/prep/PreparedPolygonIntersects.cpp, src/geom/prep/PreparedPolygonPredicate.cpp, src/geom/util/ComponentCoordinateExtracter.cpp, src/geom/util/CoordinateOperation.cpp, src/geom/util/GeometryCombiner.cpp, src/geom/util/GeometryEditor.cpp, src/geom/util/GeometryTransformer.cpp, src/geom/util/Makefile.am, src/geom/util/ShortCircuitedGeometryVisitor.cpp, src/geomgraph/Depth.cpp, src/geomgraph/DirectedEdge.cpp, src/geomgraph/DirectedEdgeStar.cpp, src/geomgraph/Edge.cpp, src/geomgraph/EdgeEnd.cpp, src/geomgraph/EdgeEndStar.cpp, src/geomgraph/EdgeIntersection.cpp, src/geomgraph/EdgeIntersectionList.cpp, src/geomgraph/EdgeList.cpp, src/geomgraph/EdgeNodingValidator.cpp, src/geomgraph/EdgeRing.cpp, src/geomgraph/GeometryGraph.cpp, src/geomgraph/GraphComponent.cpp, src/geomgraph/Label.cpp, src/geomgraph/Makefile.am, src/geomgraph/Node.cpp, src/geomgraph/NodeFactory.cpp, src/geomgraph/NodeMap.cpp, src/geomgraph/PlanarGraph.cpp, src/geomgraph/Position.cpp, src/geomgraph/Quadrant.cpp, src/geomgraph/TopologyLocation.cpp, src/geomgraph/index/Makefile.am, src/geomgraph/index/MonotoneChainEdge.cpp, src/geomgraph/index/MonotoneChainIndexer.cpp, src/geomgraph/index/SegmentIntersector.cpp, src/geomgraph/index/SimpleEdgeSetIntersector.cpp, src/geomgraph/index/SimpleMCSweepLineIntersector.cpp, src/geomgraph/index/SimpleSweepLineIntersector.cpp, src/geomgraph/index/SweepLineEvent.cpp, src/geomgraph/index/SweepLineSegment.cpp, src/index/Makefile.am, src/index/bintree/Bintree.cpp, src/index/bintree/Interval.cpp, src/index/bintree/Key.cpp, src/index/bintree/Makefile.am, src/index/bintree/Node.cpp, src/index/bintree/NodeBase.cpp, src/index/bintree/Root.cpp, src/index/chain/Makefile.am, src/index/chain/MonotoneChain.cpp, src/index/chain/MonotoneChainBuilder.cpp, src/index/chain/MonotoneChainOverlapAction.cpp, src/index/chain/MonotoneChainSelectAction.cpp, src/index/intervalrtree/IntervalRTreeBranchNode.cpp, src/index/intervalrtree/IntervalRTreeLeafNode.cpp, src/index/intervalrtree/IntervalRTreeNode.cpp, src/index/intervalrtree/Makefile.am, src/index/intervalrtree/SortedPackedIntervalRTree.cpp, src/index/quadtree/DoubleBits.cpp, src/index/quadtree/IntervalSize.cpp, src/index/quadtree/Key.cpp, src/index/quadtree/Makefile.am, src/index/quadtree/Node.cpp, src/index/quadtree/NodeBase.cpp, src/index/quadtree/Quadtree.cpp, src/index/quadtree/Root.cpp, src/index/strtree/AbstractNode.cpp, src/index/strtree/AbstractSTRtree.cpp, src/index/strtree/Interval.cpp, src/index/strtree/ItemBoundable.cpp, src/index/strtree/Makefile.am, src/index/strtree/SIRtree.cpp, src/index/strtree/STRtree.cpp, src/index/sweepline/Makefile.am, src/index/sweepline/SweepLineEvent.cpp, src/index/sweepline/SweepLineIndex.cpp, src/index/sweepline/SweepLineInterval.cpp, src/inlines.cpp, src/io/ByteOrderDataInStream.cpp, src/io/ByteOrderValues.cpp, src/io/CLocalizer.cpp, src/io/Makefile.am, src/io/ParseException.cpp, src/io/StringTokenizer.cpp, src/io/Unload.cpp, src/io/WKBReader.cpp, src/io/WKBWriter.cpp, src/io/WKTReader.cpp, src/io/WKTWriter.cpp, src/io/Writer.cpp, src/linearref/ExtractLineByLocation.cpp, src/linearref/LengthIndexOfPoint.cpp, src/linearref/LengthIndexedLine.cpp, src/linearref/LengthLocationMap.cpp, src/linearref/LinearGeometryBuilder.cpp, src/linearref/LinearIterator.cpp, src/linearref/LinearLocation.cpp, src/linearref/LocationIndexOfLine.cpp, src/linearref/LocationIndexOfPoint.cpp, src/linearref/Makefile.am, src/noding/BasicSegmentString.cpp, src/noding/FastNodingValidator.cpp, src/noding/FastSegmentSetIntersectionFinder.cpp, src/noding/IntersectionAdder.cpp, src/noding/IntersectionFinderAdder.cpp, src/noding/IteratedNoder.cpp, src/noding/MCIndexNoder.cpp, src/noding/MCIndexSegmentSetMutualIntersector.cpp, src/noding/Makefile.am, src/noding/NodedSegmentString.cpp, src/noding/NodingValidator.cpp, src/noding/Octant.cpp, src/noding/OrientedCoordinateArray.cpp, src/noding/ScaledNoder.cpp, src/noding/SegmentIntersectionDetector.cpp, src/noding/SegmentNode.cpp, src/noding/SegmentNodeList.cpp, src/noding/SegmentString.cpp, src/noding/SegmentStringUtil.cpp, src/noding/SimpleNoder.cpp, src/noding/SingleInteriorIntersectionFinder.cpp, src/noding/snapround/HotPixel.cpp, src/noding/snapround/MCIndexPointSnapper.cpp, src/noding/snapround/MCIndexSnapRounder.cpp, src/noding/snapround/Makefile.am, src/noding/snapround/SimpleSnapRounder.cpp, src/operation/GeometryGraphOperation.cpp, src/operation/IsSimpleOp.cpp, src/operation/Makefile.am, src/operation/buffer/BufferBuilder.cpp, src/operation/buffer/BufferInputLineSimplifier.cpp, src/operation/buffer/BufferInputLineSimplifier.h, src/operation/buffer/BufferOp.cpp, src/operation/buffer/BufferParameters.cpp, src/operation/buffer/BufferSubgraph.cpp, src/operation/buffer/Makefile.am, src/operation/buffer/OffsetCurveBuilder.cpp, src/operation/buffer/OffsetCurveSetBuilder.cpp, src/operation/buffer/OffsetCurveVertexList.h, src/operation/buffer/RightmostEdgeFinder.cpp, src/operation/buffer/SubgraphDepthLocater.cpp, src/operation/distance/ConnectedElementLocationFilter.cpp, src/operation/distance/ConnectedElementPointFilter.cpp, src/operation/distance/DistanceOp.cpp, src/operation/distance/GeometryLocation.cpp, src/operation/distance/Makefile.am, src/operation/linemerge/EdgeString.cpp, src/operation/linemerge/LineMergeDirectedEdge.cpp, src/operation/linemerge/LineMergeEdge.cpp, src/operation/linemerge/LineMergeGraph.cpp, src/operation/linemerge/LineMerger.cpp, src/operation/linemerge/LineSequencer.cpp, src/operation/linemerge/Makefile.am, src/operation/overlay/EdgeSetNoder.cpp, src/operation/overlay/ElevationMatrix.cpp, src/operation/overlay/ElevationMatrixCell.cpp, src/operation/overlay/LineBuilder.cpp, src/operation/overlay/Makefile.am, src/operation/overlay/MaximalEdgeRing.cpp, src/operation/overlay/MinimalEdgeRing.cpp, src/operation/overlay/OverlayNodeFactory.cpp, src/operation/overlay/OverlayOp.cpp, src/operation/overlay/PointBuilder.cpp, src/operation/overlay/PolygonBuilder.cpp, src/operation/overlay/snap/GeometrySnapper.cpp, src/operation/overlay/snap/LineStringSnapper.cpp, src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, src/operation/overlay/snap/SnapOverlayOp.cpp, src/operation/overlay/validate/FuzzyPointLocator.cpp, src/operation/overlay/validate/OffsetPointGenerator.cpp, src/operation/overlay/validate/OverlayResultValidator.cpp, src/operation/polygonize/EdgeRing.cpp, src/operation/polygonize/Makefile.am, src/operation/polygonize/PolygonizeDirectedEdge.cpp, src/operation/polygonize/PolygonizeEdge.cpp, src/operation/polygonize/PolygonizeGraph.cpp, src/operation/polygonize/Polygonizer.cpp, src/operation/predicate/Makefile.am, src/operation/predicate/RectangleContains.cpp, src/operation/predicate/RectangleIntersects.cpp, src/operation/predicate/SegmentIntersectionTester.cpp, src/operation/relate/EdgeEndBuilder.cpp, src/operation/relate/EdgeEndBundle.cpp, src/operation/relate/EdgeEndBundleStar.cpp, src/operation/relate/Makefile.am, src/operation/relate/RelateComputer.cpp, src/operation/relate/RelateNode.cpp, src/operation/relate/RelateNodeFactory.cpp, src/operation/relate/RelateNodeGraph.cpp, src/operation/relate/RelateOp.cpp, src/operation/union/CascadedPolygonUnion.cpp, src/operation/union/Makefile.am, src/operation/valid/ConnectedInteriorTester.cpp, src/operation/valid/ConsistentAreaTester.cpp, src/operation/valid/IndexedNestedRingTester.cpp, src/operation/valid/IndexedNestedRingTester.h, src/operation/valid/IsValidOp.cpp, src/operation/valid/Makefile.am, src/operation/valid/QuadtreeNestedRingTester.cpp, src/operation/valid/RepeatedPointTester.cpp, src/operation/valid/SimpleNestedRingTester.cpp, src/operation/valid/SweeplineNestedRingTester.cpp, src/operation/valid/TopologyValidationError.cpp, src/planargraph/DirectedEdge.cpp, src/planargraph/DirectedEdgeStar.cpp, src/planargraph/Edge.cpp, src/planargraph/Makefile.am, src/planargraph/Node.cpp, src/planargraph/NodeMap.cpp, src/planargraph/PlanarGraph.cpp, src/planargraph/Subgraph.cpp, src/planargraph/algorithm/ConnectedSubgraphFinder.cpp, src/precision/CommonBits.cpp, src/precision/CommonBitsOp.cpp, src/precision/CommonBitsRemover.cpp, src/precision/EnhancedPrecisionOp.cpp, src/precision/Makefile.am, src/precision/SimpleGeometryPrecisionReducer.cpp, src/simplify/DouglasPeuckerLineSimplifier.cpp, src/simplify/DouglasPeuckerSimplifier.cpp, src/simplify/LineSegmentIndex.cpp, src/simplify/Makefile.am, src/simplify/TaggedLineSegment.cpp, src/simplify/TaggedLineString.cpp, src/simplify/TaggedLineStringSimplifier.cpp, src/simplify/TaggedLinesSimplifier.cpp, src/simplify/TopologyPreservingSimplifier.cpp, src/util/Assert.cpp, src/util/GeometricShapeFactory.cpp, src/util/Makefile.am, src/util/Profiler.cpp, src/util/math.cpp: Moved source directory to src (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2838 5242fede-7e19-0410-aef8-94bd7d2200fb 2010-01-12 Mateusz Loskot * include/Makefile.am, include/acconfig.h, include/geos.h, include/geos/Makefile.am, include/geos/algorithm/Angle.h, include/geos/algorithm/BoundaryNodeRule.h, include/geos/algorithm/CGAlgorithms.h, include/geos/algorithm/CentralEndpointIntersector.h, include/geos/algorithm/CentroidArea.h, include/geos/algorithm/CentroidLine.h, include/geos/algorithm/CentroidPoint.h, include/geos/algorithm/ConvexHull.h, include/geos/algorithm/ConvexHull.inl, include/geos/algorithm/HCoordinate.h, include/geos/algorithm/InteriorPointArea.h, include/geos/algorithm/InteriorPointLine.h, include/geos/algorithm/InteriorPointPoint.h, include/geos/algorithm/LineIntersector.h, include/geos/algorithm/MCPointInRing.h, include/geos/algorithm/Makefile.am, include/geos/algorithm/MinimumDiameter.h, include/geos/algorithm/NotRepresentableException.h, include/geos/algorithm/PointInRing.h, include/geos/algorithm/PointLocator.h, include/geos/algorithm/RayCrossingCounter.h, include/geos/algorithm/RobustDeterminant.h, include/geos/algorithm/SIRtreePointInRing.h, include/geos/algorithm/SimplePointInRing.h, include/geos/algorithm/distance/DiscreteHausdorffDistance.h, include/geos/algorithm/distance/DistanceToPoint.h, include/geos/algorithm/distance/Makefile.am, include/geos/algorithm/distance/PointPairDistance.h, include/geos/algorithm/locate/IndexedPointInAreaLocator.h, include/geos/algorithm/locate/Makefile.am, include/geos/algorithm/locate/PointOnGeometryLocator.h, include/geos/algorithm/locate/SimplePointInAreaLocator.h, include/geos/export.h, include/geos/geom.h, include/geos/geom/BinaryOp.h, include/geos/geom/Coordinate.h, include/geos/geom/Coordinate.inl, include/geos/geom/CoordinateArraySequence.h, include/geos/geom/CoordinateArraySequenceFactory.h, include/geos/geom/CoordinateArraySequenceFactory.inl, include/geos/geom/CoordinateFilter.h, include/geos/geom/CoordinateList.h, include/geos/geom/CoordinateSequence.h, include/geos/geom/CoordinateSequenceFactory.h, include/geos/geom/CoordinateSequenceFilter.h, include/geos/geom/Dimension.h, include/geos/geom/Envelope.h, include/geos/geom/Envelope.inl, include/geos/geom/Geometry.h, include/geos/geom/Geometry.inl, include/geos/geom/GeometryCollection.h, include/geos/geom/GeometryCollection.inl, include/geos/geom/GeometryComponentFilter.h, include/geos/geom/GeometryFactory.h, include/geos/geom/GeometryFactory.inl, include/geos/geom/GeometryFilter.h, include/geos/geom/GeometryList.h, include/geos/geom/IntersectionMatrix.h, include/geos/geom/LineSegment.h, include/geos/geom/LineSegment.inl, include/geos/geom/LineString.h, include/geos/geom/LinearRing.h, include/geos/geom/Location.h, include/geos/geom/Makefile.am, include/geos/geom/MultiLineString.h, include/geos/geom/MultiLineString.inl, include/geos/geom/MultiPoint.h, include/geos/geom/MultiPolygon.h, include/geos/geom/MultiPolygon.inl, include/geos/geom/Point.h, include/geos/geom/Polygon.h, include/geos/geom/PrecisionModel.h, include/geos/geom/PrecisionModel.inl, include/geos/geom/Triangle.h, include/geos/geom/prep/AbstractPreparedPolygonContains.h, include/geos/geom/prep/BasicPreparedGeometry.h, include/geos/geom/prep/Makefile.am, include/geos/geom/prep/PreparedGeometry.h, include/geos/geom/prep/PreparedGeometryFactory.h, include/geos/geom/prep/PreparedLineString.h, include/geos/geom/prep/PreparedLineStringIntersects.h, include/geos/geom/prep/PreparedPoint.h, include/geos/geom/prep/PreparedPolygon.h, include/geos/geom/prep/PreparedPolygonContains.h, include/geos/geom/prep/PreparedPolygonContainsProperly.h, include/geos/geom/prep/PreparedPolygonCovers.h, include/geos/geom/prep/PreparedPolygonIntersects.h, include/geos/geom/prep/PreparedPolygonPredicate.h, include/geos/geom/util/ComponentCoordinateExtracter.h, include/geos/geom/util/CoordinateOperation.h, include/geos/geom/util/GeometryCombiner.h, include/geos/geom/util/GeometryEditor.h, include/geos/geom/util/GeometryEditorOperation.h, include/geos/geom/util/GeometryTransformer.h, include/geos/geom/util/LinearComponentExtracter.h, include/geos/geom/util/Makefile.am, include/geos/geom/util/PointExtracter.h, include/geos/geom/util/PolygonExtracter.h, include/geos/geom/util/ShortCircuitedGeometryVisitor.h, include/geos/geomPrep.h, include/geos/geomUtil.h, include/geos/geomgraph.h, include/geos/geomgraph/Depth.h, include/geos/geomgraph/DirectedEdge.h, include/geos/geomgraph/DirectedEdge.inl, include/geos/geomgraph/DirectedEdgeStar.h, include/geos/geomgraph/Edge.h, include/geos/geomgraph/EdgeEnd.h, include/geos/geomgraph/EdgeEndStar.h, include/geos/geomgraph/EdgeIntersection.h, include/geos/geomgraph/EdgeIntersectionList.h, include/geos/geomgraph/EdgeList.h, include/geos/geomgraph/EdgeNodingValidator.h, include/geos/geomgraph/EdgeRing.h, include/geos/geomgraph/GeometryGraph.h, include/geos/geomgraph/GeometryGraph.inl, include/geos/geomgraph/GraphComponent.h, include/geos/geomgraph/Label.h, include/geos/geomgraph/Makefile.am, include/geos/geomgraph/Node.h, include/geos/geomgraph/NodeFactory.h, include/geos/geomgraph/NodeMap.h, include/geos/geomgraph/PlanarGraph.h, include/geos/geomgraph/Position.h, include/geos/geomgraph/Quadrant.h, include/geos/geomgraph/TopologyLocation.h, include/geos/geomgraph/index/EdgeSetIntersector.h, include/geos/geomgraph/index/Makefile.am, include/geos/geomgraph/index/MonotoneChain.h, include/geos/geomgraph/index/MonotoneChainEdge.h, include/geos/geomgraph/index/MonotoneChainIndexer.h, include/geos/geomgraph/index/SegmentIntersector.h, include/geos/geomgraph/index/SimpleEdgeSetIntersector.h, include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, include/geos/geomgraph/index/SimpleSweepLineIntersector.h, include/geos/geomgraph/index/SweepLineEvent.h, include/geos/geomgraph/index/SweepLineEventObj.h, include/geos/geomgraph/index/SweepLineSegment.h, include/geos/geomgraphindex.h, include/geos/geosAlgorithm.h, include/geos/index/ItemVisitor.h, include/geos/index/Makefile.am, include/geos/index/SpatialIndex.h, include/geos/index/bintree/Bintree.h, include/geos/index/bintree/Interval.h, include/geos/index/bintree/Key.h, include/geos/index/bintree/Makefile.am, include/geos/index/bintree/Node.h, include/geos/index/bintree/NodeBase.h, include/geos/index/bintree/Root.h, include/geos/index/chain/Makefile.am, include/geos/index/chain/MonotoneChain.h, include/geos/index/chain/MonotoneChainBuilder.h, include/geos/index/chain/MonotoneChainOverlapAction.h, include/geos/index/chain/MonotoneChainSelectAction.h, include/geos/index/intervalrtree/IntervalRTreeBranchNode.h, include/geos/index/intervalrtree/IntervalRTreeLeafNode.h, include/geos/index/intervalrtree/IntervalRTreeNode.h, include/geos/index/intervalrtree/Makefile.am, include/geos/index/intervalrtree/SortedPackedIntervalRTree.h, include/geos/index/quadtree/DoubleBits.h, include/geos/index/quadtree/IntervalSize.h, include/geos/index/quadtree/Key.h, include/geos/index/quadtree/Makefile.am, include/geos/index/quadtree/Node.h, include/geos/index/quadtree/NodeBase.h, include/geos/index/quadtree/Quadtree.h, include/geos/index/quadtree/Root.h, include/geos/index/strtree/AbstractNode.h, include/geos/index/strtree/AbstractSTRtree.h, include/geos/index/strtree/Boundable.h, include/geos/index/strtree/Interval.h, include/geos/index/strtree/ItemBoundable.h, include/geos/index/strtree/Makefile.am, include/geos/index/strtree/SIRtree.h, include/geos/index/strtree/STRtree.h, include/geos/index/sweepline/Makefile.am, include/geos/index/sweepline/SweepLineEvent.h, include/geos/index/sweepline/SweepLineIndex.h, include/geos/index/sweepline/SweepLineInterval.h, include/geos/index/sweepline/SweepLineOverlapAction.h, include/geos/indexBintree.h, include/geos/indexChain.h, include/geos/indexIntervalRTree.h, include/geos/indexQuadtree.h, include/geos/indexStrtree.h, include/geos/indexSweepline.h, include/geos/inline.h, include/geos/io.h, include/geos/io/ByteOrderDataInStream.h, include/geos/io/ByteOrderDataInStream.inl, include/geos/io/ByteOrderValues.h, include/geos/io/CLocalizer.h, include/geos/io/Makefile.am, include/geos/io/ParseException.h, include/geos/io/StringTokenizer.h, include/geos/io/WKBConstants.h, include/geos/io/WKBReader.h, include/geos/io/WKBWriter.h, include/geos/io/WKTReader.h, include/geos/io/WKTReader.inl, include/geos/io/WKTWriter.h, include/geos/io/Writer.h, include/geos/linearref/ExtractLineByLocation.h, include/geos/linearref/LengthIndexOfPoint.h, include/geos/linearref/LengthIndexedLine.h, include/geos/linearref/LengthLocationMap.h, include/geos/linearref/LinearGeometryBuilder.h, include/geos/linearref/LinearIterator.h, include/geos/linearref/LinearLocation.h, include/geos/linearref/LocationIndexOfLine.h, include/geos/linearref/LocationIndexOfPoint.h, include/geos/linearref/Makefile.am, include/geos/noding.h, include/geos/noding/BasicSegmentString.h, include/geos/noding/FastNodingValidator.h, include/geos/noding/FastSegmentSetIntersectionFinder.h, include/geos/noding/IntersectionAdder.h, include/geos/noding/IntersectionFinderAdder.h, include/geos/noding/IteratedNoder.h, include/geos/noding/MCIndexNoder.h, include/geos/noding/MCIndexNoder.inl, include/geos/noding/MCIndexSegmentSetMutualIntersector.h, include/geos/noding/Makefile.am, include/geos/noding/NodableSegmentString.h, include/geos/noding/NodedSegmentString.h, include/geos/noding/Noder.h, include/geos/noding/NodingValidator.h, include/geos/noding/Octant.h, include/geos/noding/OrientedCoordinateArray.h, include/geos/noding/ScaledNoder.h, include/geos/noding/SegmentIntersectionDetector.h, include/geos/noding/SegmentIntersector.h, include/geos/noding/SegmentNode.h, include/geos/noding/SegmentNodeList.h, include/geos/noding/SegmentSetMutualIntersector.h, include/geos/noding/SegmentString.h, include/geos/noding/SegmentString.inl, include/geos/noding/SegmentStringUtil.h, include/geos/noding/SimpleNoder.h, include/geos/noding/SingleInteriorIntersectionFinder.h, include/geos/noding/SinglePassNoder.h, include/geos/noding/snapround/HotPixel.h, include/geos/noding/snapround/HotPixel.inl, include/geos/noding/snapround/MCIndexPointSnapper.h, include/geos/noding/snapround/MCIndexSnapRounder.h, include/geos/noding/snapround/MCIndexSnapRounder.inl, include/geos/noding/snapround/Makefile.am, include/geos/noding/snapround/SimpleSnapRounder.h, include/geos/nodingSnapround.h, include/geos/opBuffer.h, include/geos/opDistance.h, include/geos/opLinemerge.h, include/geos/opOverlay.h, include/geos/opPolygonize.h, include/geos/opPredicate.h, include/geos/opRelate.h, include/geos/opValid.h, include/geos/operation.h, include/geos/operation/GeometryGraphOperation.h, include/geos/operation/IsSimpleOp.h, include/geos/operation/Makefile.am, include/geos/operation/buffer/BufferBuilder.h, include/geos/operation/buffer/BufferOp.h, include/geos/operation/buffer/BufferParameters.h, include/geos/operation/buffer/BufferSubgraph.h, include/geos/operation/buffer/Makefile.am, include/geos/operation/buffer/OffsetCurveBuilder.h, include/geos/operation/buffer/OffsetCurveSetBuilder.h, include/geos/operation/buffer/RightmostEdgeFinder.h, include/geos/operation/buffer/SubgraphDepthLocater.h, include/geos/operation/distance/ConnectedElementLocationFilter.h, include/geos/operation/distance/ConnectedElementPointFilter.h, include/geos/operation/distance/DistanceOp.h, include/geos/operation/distance/GeometryLocation.h, include/geos/operation/distance/Makefile.am, include/geos/operation/linemerge/EdgeString.h, include/geos/operation/linemerge/LineMergeDirectedEdge.h, include/geos/operation/linemerge/LineMergeEdge.h, include/geos/operation/linemerge/LineMergeGraph.h, include/geos/operation/linemerge/LineMerger.h, include/geos/operation/linemerge/LineSequencer.h, include/geos/operation/linemerge/Makefile.am, include/geos/operation/overlay/EdgeSetNoder.h, include/geos/operation/overlay/ElevationMatrix.h, include/geos/operation/overlay/ElevationMatrixCell.h, include/geos/operation/overlay/LineBuilder.h, include/geos/operation/overlay/Makefile.am, include/geos/operation/overlay/MaximalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.h, include/geos/operation/overlay/MinimalEdgeRing.inl, include/geos/operation/overlay/OverlayNodeFactory.h, include/geos/operation/overlay/OverlayOp.h, include/geos/operation/overlay/PointBuilder.h, include/geos/operation/overlay/PolygonBuilder.h, include/geos/operation/overlay/snap/GeometrySnapper.h, include/geos/operation/overlay/snap/LineStringSnapper.h, include/geos/operation/overlay/snap/Makefile.am, include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, include/geos/operation/overlay/snap/SnapOverlayOp.h, include/geos/operation/overlay/validate/FuzzyPointLocator.h, include/geos/operation/overlay/validate/OffsetPointGenerator.h, include/geos/operation/overlay/validate/OverlayResultValidator.h, include/geos/operation/polygonize/EdgeRing.h, include/geos/operation/polygonize/Makefile.am, include/geos/operation/polygonize/PolygonizeDirectedEdge.h, include/geos/operation/polygonize/PolygonizeEdge.h, include/geos/operation/polygonize/PolygonizeGraph.h, include/geos/operation/polygonize/Polygonizer.h, include/geos/operation/predicate/Makefile.am, include/geos/operation/predicate/RectangleContains.h, include/geos/operation/predicate/RectangleIntersects.h, include/geos/operation/predicate/SegmentIntersectionTester.h, include/geos/operation/relate/EdgeEndBuilder.h, include/geos/operation/relate/EdgeEndBundle.h, include/geos/operation/relate/EdgeEndBundleStar.h, include/geos/operation/relate/Makefile.am, include/geos/operation/relate/RelateComputer.h, include/geos/operation/relate/RelateNode.h, include/geos/operation/relate/RelateNodeFactory.h, include/geos/operation/relate/RelateNodeGraph.h, include/geos/operation/relate/RelateOp.h, include/geos/operation/union/CascadedPolygonUnion.h, include/geos/operation/union/Makefile.am, include/geos/operation/valid/ConnectedInteriorTester.h, include/geos/operation/valid/ConsistentAreaTester.h, include/geos/operation/valid/IsValidOp.h, include/geos/operation/valid/Makefile.am, include/geos/operation/valid/QuadtreeNestedRingTester.h, include/geos/operation/valid/RepeatedPointTester.h, include/geos/operation/valid/SimpleNestedRingTester.h, include/geos/operation/valid/SweeplineNestedRingTester.h, include/geos/operation/valid/TopologyValidationError.h, include/geos/planargraph.h, include/geos/planargraph/DirectedEdge.h, include/geos/planargraph/DirectedEdgeStar.h, include/geos/planargraph/Edge.h, include/geos/planargraph/GraphComponent.h, include/geos/planargraph/Makefile.am, include/geos/planargraph/Node.h, include/geos/planargraph/NodeMap.h, include/geos/planargraph/PlanarGraph.h, include/geos/planargraph/Subgraph.h, include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h, include/geos/planargraph/algorithm/Makefile.am, include/geos/platform.h.in, include/geos/platform.h.vc, include/geos/precision.h, include/geos/precision/CommonBits.h, include/geos/precision/CommonBitsOp.h, include/geos/precision/CommonBitsRemover.h, include/geos/precision/EnhancedPrecisionOp.h, include/geos/precision/Makefile.am, include/geos/precision/SimpleGeometryPrecisionReducer.h, include/geos/profiler.h, include/geos/simplify/DouglasPeuckerLineSimplifier.h, include/geos/simplify/DouglasPeuckerSimplifier.h, include/geos/simplify/LineSegmentIndex.h, include/geos/simplify/Makefile.am, include/geos/simplify/TaggedLineSegment.h, include/geos/simplify/TaggedLineString.h, include/geos/simplify/TaggedLineStringSimplifier.h, include/geos/simplify/TaggedLinesSimplifier.h, include/geos/simplify/TopologyPreservingSimplifier.h, include/geos/spatialIndex.h, include/geos/timeval.h, include/geos/unload.h, include/geos/util.h, include/geos/util/Assert.h, include/geos/util/AssertionFailedException.h, include/geos/util/CoordinateArrayFilter.h, include/geos/util/GEOSException.h, include/geos/util/GeometricShapeFactory.h, include/geos/util/IllegalArgumentException.h, include/geos/util/Makefile.am, include/geos/util/TopologyException.h, include/geos/util/UniqueCoordinateArrayFilter.h, include/geos/util/UnsupportedOperationException.h, include/geos/util/math.h, include/geos/version.h.in, include/geos/version.h.vc, source/headers/Makefile.am, source/headers/acconfig.h, source/headers/geos.h, source/headers/geos/Makefile.am, source/headers/geos/algorithm/Angle.h, source/headers/geos/algorithm/BoundaryNodeRule.h, source/headers/geos/algorithm/CGAlgorithms.h, source/headers/geos/algorithm/CentralEndpointIntersector.h, source/headers/geos/algorithm/CentroidArea.h, source/headers/geos/algorithm/CentroidLine.h, source/headers/geos/algorithm/CentroidPoint.h, source/headers/geos/algorithm/ConvexHull.h, source/headers/geos/algorithm/ConvexHull.inl, source/headers/geos/algorithm/HCoordinate.h, source/headers/geos/algorithm/InteriorPointArea.h, source/headers/geos/algorithm/InteriorPointLine.h, source/headers/geos/algorithm/InteriorPointPoint.h, source/headers/geos/algorithm/LineIntersector.h, source/headers/geos/algorithm/MCPointInRing.h, source/headers/geos/algorithm/Makefile.am, source/headers/geos/algorithm/MinimumDiameter.h, source/headers/geos/algorithm/NotRepresentableException.h, source/headers/geos/algorithm/PointInRing.h, source/headers/geos/algorithm/PointLocator.h, source/headers/geos/algorithm/RayCrossingCounter.h, source/headers/geos/algorithm/RobustDeterminant.h, source/headers/geos/algorithm/SIRtreePointInRing.h, source/headers/geos/algorithm/SimplePointInRing.h, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h, source/headers/geos/algorithm/distance/DistanceToPoint.h, source/headers/geos/algorithm/distance/Makefile.am, source/headers/geos/algorithm/distance/PointPairDistance.h, source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h, source/headers/geos/algorithm/locate/Makefile.am, source/headers/geos/algorithm/locate/PointOnGeometryLocator.h, source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h, source/headers/geos/export.h, source/headers/geos/geom.h, source/headers/geos/geom/BinaryOp.h, source/headers/geos/geom/Coordinate.h, source/headers/geos/geom/Coordinate.inl, source/headers/geos/geom/CoordinateArraySequence.h, source/headers/geos/geom/CoordinateArraySequenceFactory.h, source/headers/geos/geom/CoordinateArraySequenceFactory.inl, source/headers/geos/geom/CoordinateFilter.h, source/headers/geos/geom/CoordinateList.h, source/headers/geos/geom/CoordinateSequence.h, source/headers/geos/geom/CoordinateSequenceFactory.h, source/headers/geos/geom/CoordinateSequenceFilter.h, source/headers/geos/geom/Dimension.h, source/headers/geos/geom/Envelope.h, source/headers/geos/geom/Envelope.inl, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/Geometry.inl, source/headers/geos/geom/GeometryCollection.h, source/headers/geos/geom/GeometryCollection.inl, source/headers/geos/geom/GeometryComponentFilter.h, source/headers/geos/geom/GeometryFactory.h, source/headers/geos/geom/GeometryFactory.inl, source/headers/geos/geom/GeometryFilter.h, source/headers/geos/geom/GeometryList.h, source/headers/geos/geom/IntersectionMatrix.h, source/headers/geos/geom/LineSegment.h, source/headers/geos/geom/LineSegment.inl, source/headers/geos/geom/LineString.h, source/headers/geos/geom/LinearRing.h, source/headers/geos/geom/Location.h, source/headers/geos/geom/Makefile.am, source/headers/geos/geom/MultiLineString.h, source/headers/geos/geom/MultiLineString.inl, source/headers/geos/geom/MultiPoint.h, source/headers/geos/geom/MultiPolygon.h, source/headers/geos/geom/MultiPolygon.inl, source/headers/geos/geom/Point.h, source/headers/geos/geom/Polygon.h, source/headers/geos/geom/PrecisionModel.h, source/headers/geos/geom/PrecisionModel.inl, source/headers/geos/geom/Triangle.h, source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/BasicPreparedGeometry.h, source/headers/geos/geom/prep/Makefile.am, source/headers/geos/geom/prep/PreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometryFactory.h, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPoint.h, source/headers/geos/geom/prep/PreparedPolygon.h, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h, source/headers/geos/geom/util/ComponentCoordinateExtracter.h, source/headers/geos/geom/util/CoordinateOperation.h, source/headers/geos/geom/util/GeometryCombiner.h, source/headers/geos/geom/util/GeometryEditor.h, source/headers/geos/geom/util/GeometryEditorOperation.h, source/headers/geos/geom/util/GeometryTransformer.h, source/headers/geos/geom/util/LinearComponentExtracter.h, source/headers/geos/geom/util/Makefile.am, source/headers/geos/geom/util/PointExtracter.h, source/headers/geos/geom/util/PolygonExtracter.h, source/headers/geos/geom/util/ShortCircuitedGeometryVisitor.h, source/headers/geos/geomPrep.h, source/headers/geos/geomUtil.h, source/headers/geos/geomgraph.h, source/headers/geos/geomgraph/Depth.h, source/headers/geos/geomgraph/DirectedEdge.h, source/headers/geos/geomgraph/DirectedEdge.inl, source/headers/geos/geomgraph/DirectedEdgeStar.h, source/headers/geos/geomgraph/Edge.h, source/headers/geos/geomgraph/EdgeEnd.h, source/headers/geos/geomgraph/EdgeEndStar.h, source/headers/geos/geomgraph/EdgeIntersection.h, source/headers/geos/geomgraph/EdgeIntersectionList.h, source/headers/geos/geomgraph/EdgeList.h, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/geomgraph/EdgeRing.h, source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/GeometryGraph.inl, source/headers/geos/geomgraph/GraphComponent.h, source/headers/geos/geomgraph/Label.h, source/headers/geos/geomgraph/Makefile.am, source/headers/geos/geomgraph/Node.h, source/headers/geos/geomgraph/NodeFactory.h, source/headers/geos/geomgraph/NodeMap.h, source/headers/geos/geomgraph/PlanarGraph.h, source/headers/geos/geomgraph/Position.h, source/headers/geos/geomgraph/Quadrant.h, source/headers/geos/geomgraph/TopologyLocation.h, source/headers/geos/geomgraph/index/EdgeSetIntersector.h, source/headers/geos/geomgraph/index/Makefile.am, source/headers/geos/geomgraph/index/MonotoneChain.h, source/headers/geos/geomgraph/index/MonotoneChainEdge.h, source/headers/geos/geomgraph/index/MonotoneChainIndexer.h, source/headers/geos/geomgraph/index/SegmentIntersector.h, source/headers/geos/geomgraph/index/SimpleEdgeSetIntersector.h, source/headers/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, source/headers/geos/geomgraph/index/SimpleSweepLineIntersector.h, source/headers/geos/geomgraph/index/SweepLineEvent.h, source/headers/geos/geomgraph/index/SweepLineEventObj.h, source/headers/geos/geomgraph/index/SweepLineSegment.h, source/headers/geos/geomgraphindex.h, source/headers/geos/geosAlgorithm.h, source/headers/geos/index/ItemVisitor.h, source/headers/geos/index/Makefile.am, source/headers/geos/index/SpatialIndex.h, source/headers/geos/index/bintree/Bintree.h, source/headers/geos/index/bintree/Interval.h, source/headers/geos/index/bintree/Key.h, source/headers/geos/index/bintree/Makefile.am, source/headers/geos/index/bintree/Node.h, source/headers/geos/index/bintree/NodeBase.h, source/headers/geos/index/bintree/Root.h, source/headers/geos/index/chain/Makefile.am, source/headers/geos/index/chain/MonotoneChain.h, source/headers/geos/index/chain/MonotoneChainBuilder.h, source/headers/geos/index/chain/MonotoneChainOverlapAction.h, source/headers/geos/index/chain/MonotoneChainSelectAction.h, source/headers/geos/index/intervalrtree/IntervalRTreeBranchNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeNode.h, source/headers/geos/index/intervalrtree/Makefile.am, source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h , source/headers/geos/index/quadtree/DoubleBits.h, source/headers/geos/index/quadtree/IntervalSize.h, source/headers/geos/index/quadtree/Key.h, source/headers/geos/index/quadtree/Makefile.am, source/headers/geos/index/quadtree/Node.h, source/headers/geos/index/quadtree/NodeBase.h, source/headers/geos/index/quadtree/Quadtree.h, source/headers/geos/index/quadtree/Root.h, source/headers/geos/index/strtree/AbstractNode.h, source/headers/geos/index/strtree/AbstractSTRtree.h, source/headers/geos/index/strtree/Boundable.h, source/headers/geos/index/strtree/Interval.h, source/headers/geos/index/strtree/ItemBoundable.h, source/headers/geos/index/strtree/Makefile.am, source/headers/geos/index/strtree/SIRtree.h, source/headers/geos/index/strtree/STRtree.h, source/headers/geos/index/sweepline/Makefile.am, source/headers/geos/index/sweepline/SweepLineEvent.h, source/headers/geos/index/sweepline/SweepLineIndex.h, source/headers/geos/index/sweepline/SweepLineInterval.h, source/headers/geos/index/sweepline/SweepLineOverlapAction.h, source/headers/geos/indexBintree.h, source/headers/geos/indexChain.h, source/headers/geos/indexIntervalRTree.h, source/headers/geos/indexQuadtree.h, source/headers/geos/indexStrtree.h, source/headers/geos/indexSweepline.h, source/headers/geos/inline.h, source/headers/geos/io.h, source/headers/geos/io/ByteOrderDataInStream.h, source/headers/geos/io/ByteOrderDataInStream.inl, source/headers/geos/io/ByteOrderValues.h, source/headers/geos/io/CLocalizer.h, source/headers/geos/io/Makefile.am, source/headers/geos/io/ParseException.h, source/headers/geos/io/StringTokenizer.h, source/headers/geos/io/WKBConstants.h, source/headers/geos/io/WKBReader.h, source/headers/geos/io/WKBWriter.h, source/headers/geos/io/WKTReader.h, source/headers/geos/io/WKTReader.inl, source/headers/geos/io/WKTWriter.h, source/headers/geos/io/Writer.h, source/headers/geos/linearref/ExtractLineByLocation.h, source/headers/geos/linearref/LengthIndexOfPoint.h, source/headers/geos/linearref/LengthIndexedLine.h, source/headers/geos/linearref/LengthLocationMap.h, source/headers/geos/linearref/LinearGeometryBuilder.h, source/headers/geos/linearref/LinearIterator.h, source/headers/geos/linearref/LinearLocation.h, source/headers/geos/linearref/LocationIndexOfLine.h, source/headers/geos/linearref/LocationIndexOfPoint.h, source/headers/geos/linearref/Makefile.am, source/headers/geos/noding.h, source/headers/geos/noding/BasicSegmentString.h, source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/FastSegmentSetIntersectionFinder.h, source/headers/geos/noding/IntersectionAdder.h, source/headers/geos/noding/IntersectionFinderAdder.h, source/headers/geos/noding/IteratedNoder.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/noding/MCIndexNoder.inl, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/headers/geos/noding/Makefile.am, source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/Noder.h, source/headers/geos/noding/NodingValidator.h, source/headers/geos/noding/Octant.h, source/headers/geos/noding/OrientedCoordinateArray.h, source/headers/geos/noding/ScaledNoder.h, source/headers/geos/noding/SegmentIntersectionDetector.h, source/headers/geos/noding/SegmentIntersector.h, source/headers/geos/noding/SegmentNode.h, source/headers/geos/noding/SegmentNodeList.h, source/headers/geos/noding/SegmentSetMutualIntersector.h, source/headers/geos/noding/SegmentString.h, source/headers/geos/noding/SegmentString.inl, source/headers/geos/noding/SegmentStringUtil.h, source/headers/geos/noding/SimpleNoder.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h, source/headers/geos/noding/SinglePassNoder.h, source/headers/geos/noding/snapround/HotPixel.h, source/headers/geos/noding/snapround/HotPixel.inl, source/headers/geos/noding/snapround/MCIndexPointSnapper.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.inl, source/headers/geos/noding/snapround/Makefile.am, source/headers/geos/noding/snapround/SimpleSnapRounder.h, source/headers/geos/nodingSnapround.h, source/headers/geos/opBuffer.h, source/headers/geos/opDistance.h, source/headers/geos/opLinemerge.h, source/headers/geos/opOverlay.h, source/headers/geos/opPolygonize.h, source/headers/geos/opPredicate.h, source/headers/geos/opRelate.h, source/headers/geos/opValid.h, source/headers/geos/operation.h, source/headers/geos/operation/GeometryGraphOperation.h, source/headers/geos/operation/IsSimpleOp.h, source/headers/geos/operation/Makefile.am, source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/BufferOp.h, source/headers/geos/operation/buffer/BufferParameters.h, source/headers/geos/operation/buffer/BufferSubgraph.h, source/headers/geos/operation/buffer/Makefile.am, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h, source/headers/geos/operation/buffer/RightmostEdgeFinder.h, source/headers/geos/operation/buffer/SubgraphDepthLocater.h, source/headers/geos/operation/distance/ConnectedElementLocationFilt er.h, source/headers/geos/operation/distance/ConnectedElementPointFilter. h, source/headers/geos/operation/distance/DistanceOp.h, source/headers/geos/operation/distance/GeometryLocation.h, source/headers/geos/operation/distance/Makefile.am, source/headers/geos/operation/linemerge/EdgeString.h, source/headers/geos/operation/linemerge/LineMergeDirectedEdge.h, source/headers/geos/operation/linemerge/LineMergeEdge.h, source/headers/geos/operation/linemerge/LineMergeGraph.h, source/headers/geos/operation/linemerge/LineMerger.h, source/headers/geos/operation/linemerge/LineSequencer.h, source/headers/geos/operation/linemerge/Makefile.am, source/headers/geos/operation/overlay/EdgeSetNoder.h, source/headers/geos/operation/overlay/ElevationMatrix.h, source/headers/geos/operation/overlay/ElevationMatrixCell.h, source/headers/geos/operation/overlay/LineBuilder.h, source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/headers/geos/operation/overlay/MinimalEdgeRing.h, source/headers/geos/operation/overlay/MinimalEdgeRing.inl, source/headers/geos/operation/overlay/OverlayNodeFactory.h, source/headers/geos/operation/overlay/OverlayOp.h, source/headers/geos/operation/overlay/PointBuilder.h, source/headers/geos/operation/overlay/PolygonBuilder.h, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/headers/geos/operation/overlay/snap/Makefile.am, source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, source/headers/geos/operation/overlay/snap/SnapOverlayOp.h, source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h, source/headers/geos/operation/overlay/validate/OffsetPointGenerator .h, source/headers/geos/operation/overlay/validate/OverlayResultValidat or.h, source/headers/geos/operation/polygonize/EdgeRing.h, source/headers/geos/operation/polygonize/Makefile.am, source/headers/geos/operation/polygonize/PolygonizeDirectedEdge.h, source/headers/geos/operation/polygonize/PolygonizeEdge.h, source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/headers/geos/operation/predicate/Makefile.am, source/headers/geos/operation/predicate/RectangleContains.h, source/headers/geos/operation/predicate/RectangleIntersects.h, source/headers/geos/operation/predicate/SegmentIntersectionTester.h , source/headers/geos/operation/relate/EdgeEndBuilder.h, source/headers/geos/operation/relate/EdgeEndBundle.h, source/headers/geos/operation/relate/EdgeEndBundleStar.h, source/headers/geos/operation/relate/Makefile.am, source/headers/geos/operation/relate/RelateComputer.h, source/headers/geos/operation/relate/RelateNode.h, source/headers/geos/operation/relate/RelateNodeFactory.h, source/headers/geos/operation/relate/RelateNodeGraph.h, source/headers/geos/operation/relate/RelateOp.h, source/headers/geos/operation/union/CascadedPolygonUnion.h, source/headers/geos/operation/union/Makefile.am, source/headers/geos/operation/valid/ConnectedInteriorTester.h, source/headers/geos/operation/valid/ConsistentAreaTester.h, source/headers/geos/operation/valid/IsValidOp.h, source/headers/geos/operation/valid/Makefile.am, source/headers/geos/operation/valid/QuadtreeNestedRingTester.h, source/headers/geos/operation/valid/RepeatedPointTester.h, source/headers/geos/operation/valid/SimpleNestedRingTester.h, source/headers/geos/operation/valid/SweeplineNestedRingTester.h, source/headers/geos/operation/valid/TopologyValidationError.h, source/headers/geos/planargraph.h, source/headers/geos/planargraph/DirectedEdge.h, source/headers/geos/planargraph/DirectedEdgeStar.h, source/headers/geos/planargraph/Edge.h, source/headers/geos/planargraph/GraphComponent.h, source/headers/geos/planargraph/Makefile.am, source/headers/geos/planargraph/Node.h, source/headers/geos/planargraph/NodeMap.h, source/headers/geos/planargraph/PlanarGraph.h, source/headers/geos/planargraph/Subgraph.h, source/headers/geos/planargraph/algorithm/ConnectedSubgraphFinder.h , source/headers/geos/planargraph/algorithm/Makefile.am, source/headers/geos/platform.h.in, source/headers/geos/platform.h.vc, source/headers/geos/precision.h, source/headers/geos/precision/CommonBits.h, source/headers/geos/precision/CommonBitsOp.h, source/headers/geos/precision/CommonBitsRemover.h, source/headers/geos/precision/EnhancedPrecisionOp.h, source/headers/geos/precision/Makefile.am, source/headers/geos/precision/SimpleGeometryPrecisionReducer.h, source/headers/geos/profiler.h, source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h, source/headers/geos/simplify/DouglasPeuckerSimplifier.h, source/headers/geos/simplify/LineSegmentIndex.h, source/headers/geos/simplify/Makefile.am, source/headers/geos/simplify/TaggedLineSegment.h, source/headers/geos/simplify/TaggedLineString.h, source/headers/geos/simplify/TaggedLineStringSimplifier.h, source/headers/geos/simplify/TaggedLinesSimplifier.h, source/headers/geos/simplify/TopologyPreservingSimplifier.h, source/headers/geos/spatialIndex.h, source/headers/geos/timeval.h, source/headers/geos/unload.h, source/headers/geos/util.h, source/headers/geos/util/Assert.h, source/headers/geos/util/AssertionFailedException.h, source/headers/geos/util/CoordinateArrayFilter.h, source/headers/geos/util/GEOSException.h, source/headers/geos/util/GeometricShapeFactory.h, source/headers/geos/util/IllegalArgumentException.h, source/headers/geos/util/Makefile.am, source/headers/geos/util/TopologyException.h, source/headers/geos/util/UniqueCoordinateArrayFilter.h, source/headers/geos/util/UnsupportedOperationException.h, source/headers/geos/util/math.h, source/headers/geos/version.h.in, source/headers/geos/version.h.vc: Moved source/headers directory to include (#315) git-svn-id: http://svn.osgeo.org/geos/trunk@2837 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-23 Mateusz Loskot * tests/xmltester/tinyxml/tinyxml.cpp: Removed GNU specific printf formatter git-svn-id: http://svn.osgeo.org/geos/trunk@2835 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-22 Mateusz Loskot * source/headers/geos/export.h: Fixed compiler warning about extra tokens at end of #endif directive in export.h git-svn-id: http://svn.osgeo.org/geos/trunk@2834 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-15 Mateusz Loskot * source/Makefile.vc: Fixed missing CoordinateSequenceFactory.cpp from makefile.vc (Ticket #313) git-svn-id: http://svn.osgeo.org/geos/trunk@2833 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-15 Mateusz Loskot * source/geom/PrecisionModel.cpp, source/headers/geos/geom/PrecisionModel.h, source/headers/geos/geom/PrecisionModel.inl: * Assert precision model scale must never be negative * Replaced use of operator== against float-point number with operator<= * Typos git-svn-id: http://svn.osgeo.org/geos/trunk@2832 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-15 Mateusz Loskot * source/io/WKTWriter.cpp: In WKTWriter, initialise formatting buffer and avoid unnecessary calls to string constructor. git-svn-id: http://svn.osgeo.org/geos/trunk@2831 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-14 Paul Ramsey * capi/geos_c.h.in, configure.in, source/headers/geos/version.h.vc: Update version numbers on trunk to 3.3 series git-svn-id: http://svn.osgeo.org/geos/trunk@2828 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-14 Sandro Santilli * ChangeLog: Updated git-svn-id: http://svn.osgeo.org/geos/trunk@2826 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-14 Sandro Santilli * source/headers/geos/geom.h: Don't mention 'troubles' in documentation (some like it not) git-svn-id: http://svn.osgeo.org/geos/trunk@2825 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-14 Mateusz Loskot * source/headers/geos/util/TopologyException.h, source/io/WKTWriter.cpp: * Fixed bug in WKTWriter that was dropping geometry tag in string representation of geometry * Improved message carried by TopologyException git-svn-id: http://svn.osgeo.org/geos/trunk@2824 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-11 Sandro Santilli * ChangeLog: Updated git-svn-id: http://svn.osgeo.org/geos/trunk@2823 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-11 Sandro Santilli * source/geom/prep/BasicPreparedGeometry.cpp: Fix memory leak in BasicPreparedGeometry::isAnyTargetComponentInTest (issue #308) and drop Coordinate copies from it. git-svn-id: http://svn.osgeo.org/geos/trunk@2822 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-09 Mateusz Loskot * build/msvc10/geos_lib/geos_lib.vcxproj: Fixed generation of platform.h as pre-build step of GEOS lib project for Visual C++ git-svn-id: http://svn.osgeo.org/geos/trunk@2821 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-09 Mateusz Loskot * build/msvc80/geos_lib/geos_lib.vcproj, build/msvc90/geos_lib/geos_lib.vcproj: * Fixed generation of platform.h as pre-build step of GEOS lib project for Visual C++ 2005 and 2008 * Added missing headers. git-svn-id: http://svn.osgeo.org/geos/trunk@2820 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Paul Ramsey * ChangeLog, INSTALL, configure.in: Prepare for RC4 release. git-svn-id: http://svn.osgeo.org/geos/trunk@2817 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Mateusz Loskot * : Updated svn:ignore patterns git-svn-id: http://svn.osgeo.org/geos/trunk@2816 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Sandro Santilli * tests/geostest/.deps/geostest.Po: This shouldn't be in the repository ! git-svn-id: http://svn.osgeo.org/geos/trunk@2814 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Sandro Santilli * source/algorithm/NonRobustLineIntersector.cpp, source/algorithm/RobustLineIntersector.cpp: Remove deprecated/unused files git-svn-id: http://svn.osgeo.org/geos/trunk@2813 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Sandro Santilli * source/headers/geos/geom/prep/PreparedLineStringIntersects.h: Drop useless (and leaking) heap allocation exposed by the new prepared linestring intersection test git-svn-id: http://svn.osgeo.org/geos/trunk@2812 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Sandro Santilli * source/geom/prep/PreparedLineString.cpp, source/headers/geos/geom/prep/PreparedLineString.h: Add missing destructor of PreparedLineString (closes ticket #305) git-svn-id: http://svn.osgeo.org/geos/trunk@2811 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-08 Sandro Santilli * tests/unit/capi/GEOSPreparedGeometryTest.cpp: Add test with Prepared linestrings, for the sake of testing the leak reported in ticket #305 git-svn-id: http://svn.osgeo.org/geos/trunk@2810 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-06 Mateusz Loskot * source/headers/geos/export.h, source/headers/geos/linearref/ExtractLineByLocation.h, source/headers/geos/linearref/LengthIndexOfPoint.h, source/headers/geos/linearref/LengthIndexedLine.h, source/headers/geos/linearref/LengthLocationMap.h, source/headers/geos/linearref/LinearGeometryBuilder.h, source/headers/geos/linearref/LinearIterator.h, source/headers/geos/linearref/LinearLocation.h, source/headers/geos/linearref/LocationIndexOfLine.h, source/headers/geos/linearref/LocationIndexOfPoint.h, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/linearref/ExtractLineByLocation.cpp, source/linearref/LengthIndexOfPoint.cpp, source/linearref/LengthIndexedLine.cpp, source/linearref/LengthLocationMap.cpp, source/linearref/LinearGeometryBuilder.cpp, source/linearref/LinearIterator.cpp, source/linearref/LinearLocation.cpp, source/linearref/LocationIndexOfLine.cpp, source/linearref/LocationIndexOfPoint.cpp, tests/geostest/geostest.c, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/capi/GEOSBufferTest.cpp: Updated source code files with svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@2809 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-06 Mateusz Loskot * : Updated svn:ignore patterns git-svn-id: http://svn.osgeo.org/geos/trunk@2808 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-06 Mateusz Loskot * configure.in: Updated configure.in after moved non-unit tests programs out of tests/unit (Tickets #240). git-svn-id: http://svn.osgeo.org/geos/trunk@2806 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-06 Mateusz Loskot * tests/Makefile.am, tests/geostest/.deps/geostest.Po, tests/geostest/Makefile.am, tests/geostest/brokengrammar, tests/geostest/geostest.c, tests/geostest/test.expected, tests/geostest/test.wkt, tests/geostest/testrunner.sh, tests/thread/Makefile.am, tests/thread/badthreadtest.c, tests/thread/threadtest.c, tests/unit/Makefile.am, tests/unit/capi/badthreadtest.c, tests/unit/capi/brokengrammar, tests/unit/capi/geostest.c, tests/unit/capi/test.expected, tests/unit/capi/test.wkt, tests/unit/capi/testrunner.sh, tests/unit/capi/threadtest.c: Moved non-unit tests programs out of tests/unit: geostest -> tests/geostest, threadtest -> tests/thread, badthreadtest -> tests/thread (Ticket #240). git-svn-id: http://svn.osgeo.org/geos/trunk@2805 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * configure.in: Added build/msvc80/geos_xmltester to configure.in git-svn-id: http://svn.osgeo.org/geos/trunk@2804 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * build/msvc80/Makefile.am, build/msvc80/geos.sln, build/msvc80/geos_xmltester/Makefile.am, build/msvc80/geos_xmltester/geos_xmltester.vcproj: Added geos_xmltester.vcproj project to build/msvc80 git-svn-id: http://svn.osgeo.org/geos/trunk@2803 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * build/msvc80/geos_c_dll/geos_c_dll.vcproj: Added GEOS_DLL_EXPORT to preprocessor definitions in build/msvc80/geos_c_dll/geos_c_dll.vcproj git-svn-id: http://svn.osgeo.org/geos/trunk@2802 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * source/linearref/ExtractLineByLocation.cpp: small cleanup git-svn-id: http://svn.osgeo.org/geos/trunk@2801 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * build/msvc80/geos.sln, build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_unit/geos_unit.vcproj: Updated solution for Visual C++ 8.0 (Visual Studio 2005) (Ticket #303) git-svn-id: http://svn.osgeo.org/geos/trunk@2800 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-05 Mateusz Loskot * build/README: Updated information in README about build/msvcXY solutions git-svn-id: http://svn.osgeo.org/geos/trunk@2799 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * configure.in: Updated configure.in with msvc10 git-svn-id: http://svn.osgeo.org/geos/trunk@2798 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * build/Makefile.am, build/msvc10/Makefile.am, build/msvc10/README, build/msvc10/geos.sln, build/msvc10/geos_c_dll/Makefile.am, build/msvc10/geos_c_dll/geos_c_dll.vcxproj, build/msvc10/geos_c_dll/geos_c_dll.vcxproj.filters, build/msvc10/geos_lib/Makefile.am, build/msvc10/geos_lib/geos_lib.vcxproj, build/msvc10/geos_lib/geos_lib.vcxproj.filters, build/msvc10/geos_unit/Makefile.am, build/msvc10/geos_unit/geos_unit.vcxproj, build/msvc10/geos_unit/geos_unit.vcxproj.filters, build/msvc10/geos_xmltester/Makefile.am, build/msvc10/geos_xmltester/geos_xmltester.vcxproj, build/msvc10/geos_xmltester/geos_xmltester.vcxproj.filters: Added solution and projects for Visual Studio 2010 (note msvc90 denotes 9.0 however msvc10 is 10 not 1.0) git-svn-id: http://svn.osgeo.org/geos/trunk@2797 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * tests/unit/geos_unit.cpp: Missing svn keywords git-svn-id: http://svn.osgeo.org/geos/trunk@2796 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * tests/unit/tut/tut_exception.hpp: Small fixes to TUT. git-svn-id: http://svn.osgeo.org/geos/trunk@2795 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * source/io/WKBReader.cpp: Replaced long with std::streampos git-svn-id: http://svn.osgeo.org/geos/trunk@2794 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * source/geom/CoordinateSequence.cpp: std::back_inserter requires in geom/CoordinateSequence.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@2793 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-04 Mateusz Loskot * build/msvc90/geos_lib/geos_lib.vcproj: Updated Visual C++ 9.0 project git-svn-id: http://svn.osgeo.org/geos/trunk@2792 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/export.h: Yet another try to fix EOL in geos/export.h git-svn-id: http://svn.osgeo.org/geos/trunk@2791 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/export.h: Removed mysterious extra tokens (blanks) from geos/export.h git-svn-id: http://svn.osgeo.org/geos/trunk@2790 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/export.h: Removed mysterious extra tokens (blanks) from geos/export.h git-svn-id: http://svn.osgeo.org/geos/trunk@2789 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * build/msvc90/geos_unit/geos_unit.vcproj: Updated Visual C++ project geos_unit.vcproj git-svn-id: http://svn.osgeo.org/geos/trunk@2788 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/platform.h.vc, source/headers/geos/timeval.h: Part 26 of larger changeset - source/headers: * Refine FINITE macro - pseudo-POSIX layer in Visual C++ does not offer long double version of finite() * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2787 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/util/UniqueCoordinateArrayFilter.h: Part 25 of larger changeset - source/headers/geos/util: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2786 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h, source/headers/geos/simplify/DouglasPeuckerSimplifier.h, source/headers/geos/simplify/LineSegmentIndex.h, source/headers/geos/simplify/TaggedLineSegment.h, source/headers/geos/simplify/TaggedLineString.h, source/headers/geos/simplify/TaggedLineStringSimplifier.h, source/headers/geos/simplify/TaggedLinesSimplifier.h, source/headers/geos/simplify/TopologyPreservingSimplifier.h: Part 24 of larger changeset - source/headers/geos/simplify: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2785 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/planargraph/Subgraph.h: Part 23 of larger changeset - source/headers/geos/planargraph * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2784 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/planargraph/algorithm/ConnectedSubgraphFinder.h: Part 22 of larger changeset - source/headers/geos/planargraph/algorithm: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2783 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/operation/valid/ConnectedInteriorTester.h: Part 21 of larger changeset - source/headers/geos/operation/valid: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2782 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/operation/predicate/RectangleContains.h, source/headers/geos/operation/predicate/RectangleIntersects.h: Part 20 of larger changeset - source/headers/geos/operation/overlay: * Declare noncopyable types as such explicitly (Ticket #304). * Unified EOL and style. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2781 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/operation/overlay/ElevationMatrix.h, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, source/headers/geos/operation/overlay/snap/SnapOverlayOp.h, source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h, source/headers/geos/operation/overlay/validate/OffsetPointGenerator .h, source/headers/geos/operation/overlay/validate/OverlayResultValidat or.h: Part 19 of larger changeset - source/headers/geos/operation/overlay: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. * Unified EOL and style. git-svn-id: http://svn.osgeo.org/geos/trunk@2780 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h: Part 18of larger changeset - source/headers/geos/operation/buffer: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. * Unified EOL and style. git-svn-id: http://svn.osgeo.org/geos/trunk@2779 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/IntersectionAdder.h, source/headers/geos/noding/IntersectionFinderAdder.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/NodingValidator.h, source/headers/geos/noding/OrientedCoordinateArray.h, source/headers/geos/noding/ScaledNoder.h, source/headers/geos/noding/SegmentNode.h, source/headers/geos/noding/SegmentNodeList.h, source/headers/geos/noding/SegmentString.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h: Part 17 of larger changeset - source/headers/geos/noding/snapround: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. * Unified EOL and style. git-svn-id: http://svn.osgeo.org/geos/trunk@2778 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/noding/snapround/HotPixel.h, source/headers/geos/noding/snapround/MCIndexPointSnapper.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.h, source/headers/geos/noding/snapround/SimpleSnapRounder.h: Part 16 of larger changeset - source/headers/geos/noding/snapround: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. * Unified EOL and style. git-svn-id: http://svn.osgeo.org/geos/trunk@2777 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/linearref/LinearIterator.h: Part 15 of larger changeset - source/headers/geos/linearref: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2776 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/io/StringTokenizer.h, source/headers/geos/io/WKBReader.h: Part 14 of larger changeset - source/headers/geos/io: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2775 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/index/chain/MonotoneChain.h: Part 13 of larger changeset - source/headers/geos/index/chain: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2774 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/NodeMap.h: Part 12 of larger changeset - source/headers/geos/geomgraph: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2773 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/geom/util/ComponentCoordinateExtracter.h, source/headers/geos/geom/util/GeometryCombiner.h, source/headers/geos/geom/util/GeometryTransformer.h, source/headers/geos/geom/util/LinearComponentExtracter.h, source/headers/geos/geom/util/PointExtracter.h, source/headers/geos/geom/util/PolygonExtracter.h: Part 11 of larger changeset - source/headers/geos/geom/util: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2772 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Part 10of larger changeset - source/headers/geos/geom/prep: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2771 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/headers/geos/algorithm/RayCrossingCounter.h, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h, source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h: Part 9 of larger changeset - source/headers/geos/algorithm: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2770 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/geomgraph/PlanarGraph.cpp: Part 7 of larger changeset - source/geomgraph: * Fixed incorrect int to string conversion. git-svn-id: http://svn.osgeo.org/geos/trunk@2769 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/index/intervalrtree/SortedPackedIntervalRTree.cpp: Part 7 of larger changeset - source/index/intervalrtree: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2768 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/noding/ScaledNoder.cpp: Refined changeset r2766 - fix for nested classes required by GCC. git-svn-id: http://svn.osgeo.org/geos/trunk@2767 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/noding/OrientedCoordinateArray.cpp, source/noding/ScaledNoder.cpp: Part 6 of larger changeset - source/noding: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2766 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/noding/snapround/MCIndexPointSnapper.cpp: Part 5 of larger changeset - source/noding/snapround: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2765 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/algorithm/RobustDeterminant.cpp: Part 4 of larger changeset - source/algorithm: * Declare noncopyable types as such explicitly (Ticket #304). * Added Visual C++ pragmas. * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2764 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/operation/buffer/BufferInputLineSimplifier.h, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/linemerge/LineSequencer.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/overlay/PolygonBuilder.cpp, source/operation/predicate/RectangleIntersects.cpp, source/operation/valid/IsValidOp.cpp: Part 3 of larger changeset - source/operation: * Declare noncopyable types as such explicitly (Ticket #304). * Tidy up. git-svn-id: http://svn.osgeo.org/geos/trunk@2763 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * source/simplify/TopologyPreservingSimplifier.cpp: Part 2 of larger changeset - source/simplify: * Declare noncopyable types as such explicitly (Ticket #304). * Cleanup. * Unified EOL to LF. git-svn-id: http://svn.osgeo.org/geos/trunk@2762 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * tests/unit/algorithm/RobustLineIntersectionTest.cpp, tests/unit/capi/GEOSBufferTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp: Part 1 of larger changeset - tests/unit: * Declare noncopyable types as such explicitly (Ticket #304). * Cleanup. * Unified EOL to LF. git-svn-id: http://svn.osgeo.org/geos/trunk@2761 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * tests/unit/operation/valid/IsValidTest.cpp, tests/unit/operation/valid/ValidClosedRingTest.cpp, tests/xmltester/XMLTester.cpp: * Added Visual C++ pragmas. * Fixed implicit pointer tests for 0 (save typing is a myth, be explicit is bless). git-svn-id: http://svn.osgeo.org/geos/trunk@2760 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-03 Mateusz Loskot * tests/unit/geos_unit.cpp, tests/unit/tut/tut_restartable.hpp, tests/xmltester/XMLTester.h: Updated C++ TUT framework. git-svn-id: http://svn.osgeo.org/geos/trunk@2759 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-01 Mateusz Loskot * source/geom/util/CoordinateOperation.cpp, source/io/WKBReader.cpp, source/operation/distance/DistanceOp.cpp, source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, tests/unit/geos_unit.cpp: Improved WKBReader::readHEX to read WKB encoded with lower-case hex digits, useful if combined with SQL encode(geometry, 'hex') git-svn-id: http://svn.osgeo.org/geos/trunk@2758 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-01 Mateusz Loskot * build/msvc90/geos_lib/geos_lib.vcproj, capi/geos_ts_c.cpp, source/geom/GeometryComponentFilter.cpp, source/geom/PrecisionModel.cpp, source/geom/util/GeometryTransformer.cpp, source/headers/geos/geom/BinaryOp.h, source/headers/geos/geom/Geometry.h, source/headers/geos/noding/Octant.h, source/headers/geos/noding/ScaledNoder.h, source/headers/geos/operation/overlay/PointBuilder.h, source/headers/geos/simplify/TaggedLinesSimplifier.h, source/headers/geos/util.h, source/index/quadtree/NodeBase.cpp, source/noding/NodedSegmentString.cpp, source/noding/ScaledNoder.cpp, source/noding/snapround/MCIndexPointSnapper.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/overlay/snap/GeometrySnapper.cpp, source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp, source/operation/overlay/validate/FuzzyPointLocator.cpp, source/precision/CommonBitsRemover.cpp, source/simplify/DouglasPeuckerSimplifier.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/operation/buffer/BufferOpTest.cpp: * More fixes for incompleteness of types required by std::auto_ptr * Replaced utility macros with disappearing ignorance template trick. git-svn-id: http://svn.osgeo.org/geos/trunk@2757 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-12-01 Mateusz Loskot * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_unit/geos_unit.vcproj, build/msvc90/geos_xmltester/geos_xmltester.vcproj: Tweaked projects for Visual Studio 2008 git-svn-id: http://svn.osgeo.org/geos/trunk@2756 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-30 Mateusz Loskot * capi/geos_ts_c.cpp, source/geomgraph/EdgeEnd.cpp, source/headers/geos/geom/CoordinateSequenceFilter.h, source/precision/EnhancedPrecisionOp.cpp: * GEOSFree_r should check context handle even if its not used - nullptr may indicate logic error. git-svn-id: http://svn.osgeo.org/geos/trunk@2755 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-30 Mateusz Loskot * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_unit/geos_unit.vcproj, build/msvc90/geos_xmltester/geos_xmltester.vcproj, source/geom/GeometryCollection.cpp, source/headers/geos/simplify/TopologyPreservingSimplifier.h, source/io/WKTReader.cpp, source/linearref/ExtractLineByLocation.cpp: * Fixed incomplete types Geometry and TaggedLinesSimplifier in TopologyPreservingSimplifier.h - required by std::auto_ptr * Removed unreachable code. * Removed /Wp64 option from Visual Studio 2008 projects. git-svn-id: http://svn.osgeo.org/geos/trunk@2754 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-30 Mateusz Loskot * ChangeLog: Missing log. git-svn-id: http://svn.osgeo.org/geos/trunk@2753 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-30 Mateusz Loskot * build/msvc90/geos_unit/geos_unit.vcproj, tests/unit/linearref/LengthIndexedLineTest.cpp: * Added missing tests to Visual Studio 2008 project * Replaced call to isnan() missing in Visual C++ with ISNAN macro git-svn-id: http://svn.osgeo.org/geos/trunk@2752 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-29 Sandro Santilli * ChangeLog: updated git-svn-id: http://svn.osgeo.org/geos/trunk@2749 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Sandro Santilli * source/headers/geos/platform.h.in: Add ISNAN support in platform.h.in git-svn-id: http://svn.osgeo.org/geos/trunk@2748 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Sandro Santilli * source/geom/util/LinearComponentExtracter.cpp, source/geom/util/Makefile.am, source/geom/util/PointExtracter.cpp, source/geom/util/PolygonExtracter.cpp, source/util/AssertionFailedException.cpp, source/util/IllegalArgumentException.cpp, source/util/Makefile.am, source/util/UnsupportedOperationException.cpp: Remove unreferenced files from the repository git-svn-id: http://svn.osgeo.org/geos/trunk@2747 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Sandro Santilli * build/msvc90/geos_lib/geos_lib.vcproj: Remove reference to files not needing to go in the dll git-svn-id: http://svn.osgeo.org/geos/trunk@2746 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Sandro Santilli * source/geom/CoordinateSequenceFactory.cpp, source/geom/Makefile.am, source/headers/geos/geom/CoordinateSequenceFactory.h: Put destructor of the CoordinateSequenceFactory in an implementation file, hopefully reducing linker confusion about RTTI (see ticket #299) git-svn-id: http://svn.osgeo.org/geos/trunk@2745 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Paul Ramsey * configure.in: Add magic flags for OS/X Snow Leopard only. (#299) git-svn-id: http://svn.osgeo.org/geos/trunk@2744 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Paul Ramsey * configure.in: Add vc90 xmltester target to Makefile build git-svn-id: http://svn.osgeo.org/geos/trunk@2743 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Frank Warmerdam * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: clarify ownership of returned buffer from wkbwriter git-svn-id: http://svn.osgeo.org/geos/trunk@2742 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-26 Paul Ramsey * Makefile.am, build/msvc90/Makefile.am, build/msvc90/geos_xmltester/Makefile.am: Fix missing components in tarball (#300) git-svn-id: http://svn.osgeo.org/geos/trunk@2741 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-24 Sandro Santilli * ChangeLog: updated git-svn-id: http://svn.osgeo.org/geos/trunk@2736 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-23 Sandro Santilli * tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp: Coordiante->Coordinate git-svn-id: http://svn.osgeo.org/geos/trunk@2735 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-23 Sandro Santilli * source/geom/Geometry.cpp: Avoid reallocations in Union short-circuit git-svn-id: http://svn.osgeo.org/geos/trunk@2734 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-20 Sandro Santilli * source/headers/geos/planargraph/NodeMap.h, source/headers/geos/planargraph/PlanarGraph.h, source/operation/linemerge/LineMerger.cpp, source/operation/polygonize/PolygonizeGraph.cpp, source/planargraph/NodeMap.cpp: Don't force heap allocation of vectors for getting nodes of a NodeMap git-svn-id: http://svn.osgeo.org/geos/trunk@2733 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/noding/MCIndexSegmentSetMutualIntersector.cpp: Don't heap-allocate std::vector in MCIndexSegmentSetMutualIntersector git-svn-id: http://svn.osgeo.org/geos/trunk@2732 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/headers/geos/operation/valid/ConnectedInteriorTester.h, source/operation/overlay/MaximalEdgeRing.cpp, source/operation/valid/ConnectedInteriorTester.cpp: Don't force heap allocation when building edge rings for isValidOp git-svn-id: http://svn.osgeo.org/geos/trunk@2731 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/operation/polygonize/PolygonizeGraph.cpp, source/operation/polygonize/Polygonizer.cpp: Don't force heap allocation of std::vector in PolygonizeGraph when deleting dangles (moved allocation higher, in Polygonizer, so needs a second pass) git-svn-id: http://svn.osgeo.org/geos/trunk@2730 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/operation/polygonize/PolygonizeGraph.cpp: don't heap-allocate vectors in findLabeledEdgeRings git-svn-id: http://svn.osgeo.org/geos/trunk@2729 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/operation/polygonize/PolygonizeGraph.cpp, source/operation/polygonize/Polygonizer.cpp: Move heap-allocation of vector used for 'cut-lines' containment out of PolygonizeGraph (but into Polygonizer) git-svn-id: http://svn.osgeo.org/geos/trunk@2728 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/operation/polygonize/PolygonizeGraph.cpp: Don't force heap-allocation of vectors for finding/labeling edge rings git-svn-id: http://svn.osgeo.org/geos/trunk@2727 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/operation/polygonize/PolygonizeGraph.cpp, source/operation/polygonize/Polygonizer.cpp: Change PolygonizeGraph::getEdgeRings signature so not to force heap allocation of std::vector, update Polygonizer accordingly git-svn-id: http://svn.osgeo.org/geos/trunk@2726 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/operation/polygonize/PolygonizeGraph.cpp: Do not heap-allocate vector of Node when finding intersections git-svn-id: http://svn.osgeo.org/geos/trunk@2725 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Sandro Santilli * source/headers/geos/index/strtree/AbstractNode.h, source/index/strtree/AbstractNode.cpp: Don not allocate the container of STRtree node childs on the heap git-svn-id: http://svn.osgeo.org/geos/trunk@2724 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-19 Paul Ramsey * source/geomgraph/index/SegmentIntersector.cpp, tests/xmltester/XMLTester.cpp: Apply patch for --disable-cassert compilation (#291) git-svn-id: http://svn.osgeo.org/geos/trunk@2723 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-18 Paul Ramsey * HOWTO_RELEASE: Reverse the upgrade process a bit, bump up revision numbers *after* release so that the repo version is always one higher than the release version. (#287) git-svn-id: http://svn.osgeo.org/geos/trunk@2720 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-18 Mateusz Loskot * ChangeLog, capi/geos_c.cpp, capi/geos_ts_c.cpp: Silent warning thrown by Visual C++ about mixed class and struct keyword (#269) git-svn-id: http://svn.osgeo.org/geos/trunk@2717 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-17 Sandro Santilli * tests/unit/Makefile.am: Include capi::GEOSGeomFromWKB test in geos_unit build (should also distribute as side-effect) git-svn-id: http://svn.osgeo.org/geos/trunk@2716 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-11 Sandro Santilli * HOWTO_RELEASE, Makefile.am: Change ChangeLog generation rule so it doesn't mess with make dist. Reflect in HOW_TO_RELEASE git-svn-id: http://svn.osgeo.org/geos/trunk@2713 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-10 Sandro Santilli * HOWTO_RELEASE, Makefile.am: Make ChangeLog target non-phony to keep 'distcheck' happy. Reorganize HOW_TO_RELEASE steps. git-svn-id: http://svn.osgeo.org/geos/trunk@2712 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-11-10 Sandro Santilli * ChangeLog, HOWTO_RELEASE, NEWS: Package stuff for release git-svn-id: http://svn.osgeo.org/geos/trunk@2711 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * tests/unit/operation/buffer/BufferOpTest.cpp: Testing linker problem with DEFAULT_QUADRANT_SEGMENT constant git-svn-id: http://svn.osgeo.org/geos/trunk@2710 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * tests/unit/operation/buffer/BufferOpTest.cpp: Testing linker problem with DEFAULT_QUADRANT_SEGMENT constant git-svn-id: http://svn.osgeo.org/geos/trunk@2709 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * tests/unit/operation/buffer/BufferOpTest.cpp: Fixed CRLF to LF in BufferOpTest.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@2708 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Missing include of BufferParameters.h header in BufferOpTest.cpp unit suite git-svn-id: http://svn.osgeo.org/geos/trunk@2707 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added more test cases for buffer calculation based on A (input) geometries from XMLTester's buffer.xml and TestBufferExternal2.xml tests. git-svn-id: http://svn.osgeo.org/geos/trunk@2706 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added test case for buffer of multipolygon from XMLTester's buffer.xml, case #25 but with custom quadrant segments git-svn-id: http://svn.osgeo.org/geos/trunk@2705 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added test case for buffer of POINT(0 0) with distance 1.0 and 32 quadrant segments. git-svn-id: http://svn.osgeo.org/geos/trunk@2704 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-29 Mateusz Loskot * ChangeLog, build/msvc90/geos_unit/geos_unit.vcproj, tests/unit/Makefile.am, tests/unit/operation/buffer/BufferOpTest.cpp: * tests/unit/operation/buffer: added unit test case for BufferOp, * tests/unit/Makefile.am: added new test case source to Makefile, * build/msvc90/geos_unit/geos_unit.vcproj: updated Visual C++ project. git-svn-id: http://svn.osgeo.org/geos/trunk@2703 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-28 Mateusz Loskot * ChangeLog, build/msvc90/geos.sln, tests/xmltester/XMLTester.cpp: tests/xmltester/XMLTester.cpp: declare checkBufferSuccess function to take geometries by refernece to const git-svn-id: http://svn.osgeo.org/geos/trunk@2702 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-25 Mateusz Loskot * ChangeLog, source/headers/geos/geom/Geometry.h: Fixed typo in getCentroid function comment in Geometry.h. git-svn-id: http://svn.osgeo.org/geos/trunk@2701 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LinearLocation.h, source/linearref/LinearLocation.cpp: Have LinearLocation::getSegment return by auto_ptr to encode ownership transfer. Fixes leak reported in #296. git-svn-id: http://svn.osgeo.org/geos/trunk@2700 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LinearLocation.h, source/linearref/LinearLocation.cpp: Fix port info, add standard protection notes git-svn-id: http://svn.osgeo.org/geos/trunk@2699 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LinearGeometryBuilder.h, source/linearref/LinearGeometryBuilder.cpp: Add destructor to LinearGeometryBuilder fixing memory leaks there. git-svn-id: http://svn.osgeo.org/geos/trunk@2698 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/linearref/LinearGeometryBuilder.cpp: Fix memory access error (#283) git-svn-id: http://svn.osgeo.org/geos/trunk@2697 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LinearGeometryBuilder.h, source/linearref/LinearGeometryBuilder.cpp: Fix port info for LinearGeometryBuilder git-svn-id: http://svn.osgeo.org/geos/trunk@2696 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LinearGeometryBuilder.h, source/linearref/LinearGeometryBuilder.cpp: Cleanup LinearGeometrybuilder defs and impl to match common code style, add note about suspicious things (not written but noted that the class seems to lack a destructor..) git-svn-id: http://svn.osgeo.org/geos/trunk@2695 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/linearref/LocationIndexOfLine.h, source/linearref/LengthIndexedLine.cpp, source/linearref/LocationIndexOfLine.cpp, tests/unit/linearref/LengthIndexedLineTest.cpp: Document ownership of return from LocationIndexOfLine::indicesOf, fix mismatch delete/delete[] in core and unit test git-svn-id: http://svn.osgeo.org/geos/trunk@2694 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * source/headers/geos/algorithm/BoundaryNodeRule.h: Add virtual dtor to virtual class git-svn-id: http://svn.osgeo.org/geos/trunk@2693 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * tests/xmltester/tinyxml/tinyxmlparser.cpp: add some parens to hush gcc warning git-svn-id: http://svn.osgeo.org/geos/trunk@2692 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * tests/unit/Makefile.am: Fix static building of C-api demo/tests git-svn-id: http://svn.osgeo.org/geos/trunk@2691 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-23 Sandro Santilli * tests/xmltester/Makefile.am: Run the last available-but-no-automatically-run test: test.xml git-svn-id: http://svn.osgeo.org/geos/trunk@2690 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-22 Sandro Santilli * tests/xmltester/tests/buffer.xml, tests/xmltester/tests/buffer_snapround.xml: Merge buffer_snapround.xml into buffer.xml git-svn-id: http://svn.osgeo.org/geos/trunk@2689 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-22 Sandro Santilli * tests/xmltester/Makefile.am: A quick check reveals that the tests in buffer.xml are not really duplicated elsewhere so we run that test too now as part of make check git-svn-id: http://svn.osgeo.org/geos/trunk@2688 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-22 Sandro Santilli * tests/xmltester/tests/buffer.xml: Give buffer.xml cases a somewhat more helpful description, fix 4 expected results after eye-checking. This is still not automatically run case it might contain duplicated tests from elsewhere (to be checked). git-svn-id: http://svn.osgeo.org/geos/trunk@2687 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-22 Sandro Santilli * tests/xmltester/XMLTester.cpp: Don't segfault on EOF inside tag git-svn-id: http://svn.osgeo.org/geos/trunk@2686 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-20 Sandro Santilli * source/headers/geos/index/strtree/AbstractSTRtree.h, source/index/strtree/STRtree.cpp: Commit MingW bug workaround provided by sanak in ticket #293 git-svn-id: http://svn.osgeo.org/geos/trunk@2685 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-19 Mateusz Loskot * ChangeLog, build/msvc90/geos_xmltester/geos_xmltester.vcproj, tests/xmltester/tests/buffer_snapround.xml: tests/xmltester/tests/buffer_snapround.xml: not well-formed XML, fixed missing attribute. git-svn-id: http://svn.osgeo.org/geos/trunk@2684 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * ChangeLog: updated git-svn-id: http://svn.osgeo.org/geos/trunk@2683 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * NEWS: updated git-svn-id: http://svn.osgeo.org/geos/trunk@2682 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * source/algorithm/distance/DistanceToPoint.cpp: Half the calls to the virtual CoordinateSequence::getAt when computing line distances git-svn-id: http://svn.osgeo.org/geos/trunk@2681 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * source/geom/CoordinateArraySequence.cpp: Drop pointless asserts. We'd abort anyway if vector is null. For the out-of-range case the GNU c++ lib helps debugging with an environment variable git-svn-id: http://svn.osgeo.org/geos/trunk@2680 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * source/noding/OrientedCoordinateArray.cpp: Add note of private/static nature of implemented methods git-svn-id: http://svn.osgeo.org/geos/trunk@2679 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * source/geom/CoordinateArraySequence.cpp, source/geom/Polygon.cpp, source/headers/geos/geom/CoordinateArraySequence.h, source/headers/geos/geom/CoordinateSequence.h: Expose a usable toVector method for CoordinateSequence (ie: no memory management issues). Use it from Polygon::getCoordinates. git-svn-id: http://svn.osgeo.org/geos/trunk@2678 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-17 Sandro Santilli * source/geom/Polygon.cpp: Don't allocate too much space for polygon points vector. Fixes bug #294. git-svn-id: http://svn.osgeo.org/geos/trunk@2677 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-16 Mateusz Loskot * tests/xmltester/tests/fme.xml: xmltester/tests: missing double quotes around XML attribute value in fme.xml. git-svn-id: http://svn.osgeo.org/geos/trunk@2676 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-14 Sandro Santilli * ChangeLog: regenerate ChangeLog git-svn-id: http://svn.osgeo.org/geos/trunk@2675 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-14 Mateusz Loskot * build/msvc90/geos_unit/geos_unit.vcproj, build/msvc90/geos_xmltester/geos_xmltester.vcproj, tests/xmltester/XMLTester.cpp, tests/xmltester/makefile.vc: * Optional use of GEOS_DEBUG_MSVC_USE_VLD in XMLTester.cpp * Added xmltester/makefile.vc as port of testrunner.sh for Windows to be able to run all tests in batch: ** nmake /f makefile.vc XMLTESTER=C:\path\to\xmltester.exe git-svn-id: http://svn.osgeo.org/geos/trunk@2674 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-14 Mateusz Loskot * build/msvc90/geos.sln, build/msvc90/geos_xmltester/geos_xmltester.vcproj: Added msvc90/geos_xmltester to solution for Visual Studio 2008. git-svn-id: http://svn.osgeo.org/geos/trunk@2673 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-14 Mateusz Loskot * tests/xmltester/XMLTester.cpp: Enable use of Stalkwalker only if building with Visual C++ and GEOS_TEST_USE_STACKWALKER is defined. git-svn-id: http://svn.osgeo.org/geos/trunk@2672 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-13 Mateusz Loskot * build/msvc90/geos_lib/geos_lib.vcproj: build/msvc90: added missing sources of linearref package. Builds with Visual C++ 9.0 (using both project and makefiles). git-svn-id: http://svn.osgeo.org/geos/trunk@2671 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-13 Frank Warmerdam * ChangeLog, capi/geos_c.h.in, nmake.opt, source/Makefile.vc: fix nmake dll export, and link test programs (#288) git-svn-id: http://svn.osgeo.org/geos/trunk@2670 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Frank Warmerdam * source/Makefile.vc, source/dirlist.mk: add new directories and source (#288) git-svn-id: http://svn.osgeo.org/geos/trunk@2669 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * ChangeLog: regenerate ChangeLog now that we have all names in git-svn-id: http://svn.osgeo.org/geos/trunk@2668 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * authors.svn: Add other missing names/addresses git-svn-id: http://svn.osgeo.org/geos/trunk@2667 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * ChangeLog, ChangeLog.svn, Makefile.am: Automatically generate the ChangeLog file, forget ChangeLog.svn. git-svn-id: http://svn.osgeo.org/geos/trunk@2666 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp: Don't signal topology exception when it triggers snapping git-svn-id: http://svn.osgeo.org/geos/trunk@2665 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * authors.svn: Add yury, fernando and sean git-svn-id: http://svn.osgeo.org/geos/trunk@2664 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * tests/unit/Makefile.am: Distribute all of TUT git-svn-id: http://svn.osgeo.org/geos/trunk@2663 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-08 Sandro Santilli * capi/geos_c.h.in, source/headers/geos/version.h.vc: Properly set version for win target git-svn-id: http://svn.osgeo.org/geos/trunk@2662 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-07 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/GEOSBufferTest.cpp: Expose single-sided buffering in C-API (see ticket #258) git-svn-id: http://svn.osgeo.org/geos/trunk@2661 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/algorithm/distance/DistanceToPoint.cpp, source/headers/geos/algorithm/distance/DistanceToPoint.h: Drop use of static data in DistanceToPoint class (for thread-safety) git-svn-id: http://svn.osgeo.org/geos/trunk@2659 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: release memory earlier, and closer to allocation git-svn-id: http://svn.osgeo.org/geos/trunk@2658 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Finish plugging leaks. Make check runs with no leaks. git-svn-id: http://svn.osgeo.org/geos/trunk@2657 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/headers/geos/operation/buffer/OffsetCurveBuilder.h: another memory management doc git-svn-id: http://svn.osgeo.org/geos/trunk@2656 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h, source/operation/buffer/OffsetCurveSetBuilder.cpp: Document more memory management issues git-svn-id: http://svn.osgeo.org/geos/trunk@2655 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveBuilder.cpp: More memory leak fixes in single-sided buffering implementation git-svn-id: http://svn.osgeo.org/geos/trunk@2654 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Plug some memory leaks in single sided buffering implementation git-svn-id: http://svn.osgeo.org/geos/trunk@2653 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * source/headers/geos/operation/linemerge/LineMerger.h: Document ownership of return from LineMerger::getMergedLineStrings git-svn-id: http://svn.osgeo.org/geos/trunk@2652 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-05 Sandro Santilli * .vimrc: Alright, there's no standard style yet so this file is made empty, but good to have for reference git-svn-id: http://svn.osgeo.org/geos/trunk@2651 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Throw an exception rather than returning NULL if input to single-sided buffer code is invalid git-svn-id: http://svn.osgeo.org/geos/trunk@2650 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/safe/16595.xml, tests/xmltester/tests/safe/16596.xml, tests/xmltester/tests/singlesidedbuffer.xml: Have single-sided buffer constructor return a simple LINESTRING when appropriate rather than forcing a MULTI; import 2 tests from the SAFE testsuite git-svn-id: http://svn.osgeo.org/geos/trunk@2649 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * tests/xmltester/safe_to_xml.sh: Better parse style parameter git-svn-id: http://svn.osgeo.org/geos/trunk@2648 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * tests/xmltester/safe_to_xml.sh: Add utility script to import tests from SAFE software git-svn-id: http://svn.osgeo.org/geos/trunk@2647 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * tests/xmltester/XMLTester.cpp: Don't segfault on xml tests missing precision model specification git-svn-id: http://svn.osgeo.org/geos/trunk@2646 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * tests/xmltester/tests/singlesidedbuffer.xml: Re-enable the now succeeding test for sharp edges line single sided buffering git-svn-id: http://svn.osgeo.org/geos/trunk@2645 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Use FLAT/BUTT endcaps when doing single sided buffering git-svn-id: http://svn.osgeo.org/geos/trunk@2644 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * source/operation/buffer/OffsetCurveBuilder.cpp: Fix trimming of left/right curves (ie: don't include the endcap) git-svn-id: http://svn.osgeo.org/geos/trunk@2643 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-10-01 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Use snapped intersection between full buffer boundary and single-sided offset curves git-svn-id: http://svn.osgeo.org/geos/trunk@2642 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * tests/xmltester/SingleSidedBufferResultMatcher.cpp: Check hausdorff distance in both directions, or an expected output line longer than the obtained one would be found as correct git-svn-id: http://svn.osgeo.org/geos/trunk@2641 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Some debugging for single sided buffers git-svn-id: http://svn.osgeo.org/geos/trunk@2640 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * tests/xmltester/tests/singlesidedbuffer.xml: Another simple test for single-sided buffer (horizontal line, both directions) git-svn-id: http://svn.osgeo.org/geos/trunk@2639 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * tests/xmltester/tests/singlesidedbuffer.xml: Another simple test for a vertical line, opposite direction from previous git-svn-id: http://svn.osgeo.org/geos/trunk@2638 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * tests/xmltester/tests/singlesidedbuffer.xml: Add test for single sided buffer on simple, vertical, line (this one succeeds both left and right) git-svn-id: http://svn.osgeo.org/geos/trunk@2637 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * .vimrc: VIM setting for GEOS source code style (3-spaces tabs) git-svn-id: http://svn.osgeo.org/geos/trunk@2636 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-30 Sandro Santilli * autogen.sh: Don't use non-standard escape sequences with 'echo' git-svn-id: http://svn.osgeo.org/geos/trunk@2635 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h, tests/xmltester/markup/MarkupSTL.cpp, tests/xmltester/markup/MarkupSTL.h, tests/xmltester/tinyxml/tinystr.cpp, tests/xmltester/tinyxml/tinystr.h, tests/xmltester/tinyxml/tinyxml.cpp, tests/xmltester/tinyxml/tinyxml.h, tests/xmltester/tinyxml/tinyxmlerror.cpp, tests/xmltester/tinyxml/tinyxmlparser.cpp: Replace no-commercial-use licenced MarkupSTL with tinyXML git-svn-id: http://svn.osgeo.org/geos/trunk@2634 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * tests/xmltester/tests/singlesidedbuffer.xml: Temporarly disable failing single sided buffer test git-svn-id: http://svn.osgeo.org/geos/trunk@2633 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * tests/xmltester/SingleSidedBufferResultMatcher.cpp: Oops, it seems I just don't want a test to fail ;) git-svn-id: http://svn.osgeo.org/geos/trunk@2632 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * tests/xmltester/SingleSidedBufferResultMatcher.cpp: Don't give a false success if one of the expected/obtained geometry is empty git-svn-id: http://svn.osgeo.org/geos/trunk@2631 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * source/geom/PrecisionModel.cpp: Add offsets to PrecisionModel text output git-svn-id: http://svn.osgeo.org/geos/trunk@2630 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-28 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/SingleSidedBufferResultMatcher.cpp, tests/xmltester/SingleSidedBufferResultMatcher.h, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/singlesidedbuffer.xml: Add an hausdorff distance based result matcher for single-sided buffer tests. Enable the single sided buffer test provided by swong in ticket #215 with minor tweak (expect multilinestring). git-svn-id: http://svn.osgeo.org/geos/trunk@2629 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-27 Sandro Santilli * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, tests/xmltester/XMLTester.cpp: Re-introduce the singlesided buffer patch. Tests still need to be worked on. git-svn-id: http://svn.osgeo.org/geos/trunk@2628 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-21 Paul Ramsey * source/geom/Polygon.cpp: Polygon with empty ring causes a crash in WKBReader (from Tamas Szekeres) (#290) git-svn-id: http://svn.osgeo.org/geos/trunk@2626 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-09-11 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Patch for #285, C api for project and interpolate, from David Turner (novalis) git-svn-id: http://svn.osgeo.org/geos/trunk@2624 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-21 Mateusz Loskot * : Updated svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@2623 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-21 Mateusz Loskot * tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp, tests/unit/tut/tut_console_reporter.hpp, tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_posix.hpp, tests/unit/tut/tut_reporter.hpp, tests/unit/tut/tut_restartable.hpp, tests/unit/tut/tut_result.hpp, tests/unit/tut/tut_runner.hpp: Updated C++ TUT Framework to latest revision (147) of its SVN trunk git-svn-id: http://svn.osgeo.org/geos/trunk@2621 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-15 Sandro Santilli * source/headers/geos/linearref/ExtractLineByLocation.h, source/headers/geos/linearref/LengthIndexOfPoint.h, source/headers/geos/linearref/LengthIndexedLine.h, source/headers/geos/linearref/LengthLocationMap.h, source/headers/geos/linearref/LinearIterator.h, source/headers/geos/linearref/LinearLocation.h, source/headers/geos/linearref/LocationIndexOfLine.h, source/headers/geos/linearref/LocationIndexOfPoint.h, source/linearref/ExtractLineByLocation.cpp, source/linearref/LengthIndexOfPoint.cpp, source/linearref/LengthIndexedLine.cpp, source/linearref/LengthLocationMap.cpp, source/linearref/LinearIterator.cpp, source/linearref/LinearLocation.cpp, source/linearref/LocationIndexOfLine.cpp, source/linearref/LocationIndexOfPoint.cpp: Const correctness of LenghtIndexedLine port, by novalis (issue #284) git-svn-id: http://svn.osgeo.org/geos/trunk@2620 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-12 Paul Ramsey * configure.in, source/Makefile.am, source/headers/geos/Makefile.am, source/headers/geos/geom/CoordinateList.h, source/headers/geos/linearref/ExtractLineByLocation.h, source/headers/geos/linearref/LengthIndexOfPoint.h, source/headers/geos/linearref/LengthIndexedLine.h, source/headers/geos/linearref/LengthLocationMap.h, source/headers/geos/linearref/LinearGeometryBuilder.h, source/headers/geos/linearref/LinearIterator.h, source/headers/geos/linearref/LinearLocation.h, source/headers/geos/linearref/LocationIndexOfLine.h, source/headers/geos/linearref/LocationIndexOfPoint.h, source/headers/geos/linearref/Makefile.am, source/linearref/ExtractLineByLocation.cpp, source/linearref/LengthIndexOfPoint.cpp, source/linearref/LengthIndexedLine.cpp, source/linearref/LengthLocationMap.cpp, source/linearref/LinearGeometryBuilder.cpp, source/linearref/LinearIterator.cpp, source/linearref/LinearLocation.cpp, source/linearref/LocationIndexOfLine.cpp, source/linearref/LocationIndexOfPoint.cpp, source/linearref/Makefile.am, tests/unit/Makefile.am, tests/unit/linearref/LengthIndexedLineTest.cpp: Port of JTS linear referencing (from David Turner) (#283) git-svn-id: http://svn.osgeo.org/geos/trunk@2619 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-02 Mateusz Loskot * source/operation/overlay/PolygonBuilder.cpp: Removed incomplete GEOS_DEBUG message causing compilation error because Edge type is incomplete. git-svn-id: http://svn.osgeo.org/geos/trunk@2618 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-08-02 Mateusz Loskot * source/geom/GeometryFactory.cpp: Fixed broken escape sequence in debug msg. git-svn-id: http://svn.osgeo.org/geos/trunk@2617 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-17 Paul Ramsey * source/headers/geos/io/WKBReader.h, source/io/WKBReader.cpp: Remove static string in WKB reader (#232) git-svn-id: http://svn.osgeo.org/geos/trunk@2616 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-15 Paul Ramsey * swig/geos.i.in, swig/ruby/ruby.i: Add PreparedGeometry and STRtree support to SWIG (#279) Schuyler Erle git-svn-id: http://svn.osgeo.org/geos/trunk@2613 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-15 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add STRtree support to the C API (#278) Schuyler Erle git-svn-id: http://svn.osgeo.org/geos/trunk@2612 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-15 Paul Ramsey * source/headers/geos/index/strtree/AbstractSTRtree.h, source/index/strtree/AbstractSTRtree.cpp: Add geos::index::strtree::AbstractSTRtree::iterate (#277) Schuyler Erle git-svn-id: http://svn.osgeo.org/geos/trunk@2611 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-06 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug275.xml: Add automated XML test for issue #275. Succeeds here. git-svn-id: http://svn.osgeo.org/geos/trunk@2610 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-05 Sandro Santilli * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_unit/geos_unit.vcproj: Apply fix-msvc90-only2.patch by Sanak from issue #273 git-svn-id: http://svn.osgeo.org/geos/trunk@2609 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-07-04 Sandro Santilli * source/headers/geos/export.h, source/headers/geos/platform.h.in: Apply fix-mingw.patch by Sanak (issue #273) git-svn-id: http://svn.osgeo.org/geos/trunk@2608 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-29 Paul Ramsey * Makefile.am: Include nmake.opt in 'dist' target (#274) git-svn-id: http://svn.osgeo.org/geos/trunk@2607 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-26 Sandro Santilli * source/headers/geos/operation/buffer/BufferOp.h: Fix typo reported in ticket #272 git-svn-id: http://svn.osgeo.org/geos/trunk@2605 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-24 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, tests/unit/capi/geostest.c, tests/unit/capi/test.expected: Expose Hausdorf distance to CAPI (#264) from Vincent Picavet git-svn-id: http://svn.osgeo.org/geos/trunk@2604 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-24 Paul Ramsey * source/headers/geos/platform.h.in: Fix stoopid syntax error. git-svn-id: http://svn.osgeo.org/geos/trunk@2603 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-24 Paul Ramsey * configure.in: Remove old logging noise. git-svn-id: http://svn.osgeo.org/geos/trunk@2602 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-24 Paul Ramsey * configure.in, source/headers/geos/platform.h.in: Fix for #270, bad definition of isnan() in OS/X . This needs to be tested on other operating systems to make sure it doesn't break them instead. git-svn-id: http://svn.osgeo.org/geos/trunk@2601 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-23 Paul Ramsey * source/Makefile.vc, source/dirlist.mk: Fix clean target for VC build (#267) git-svn-id: http://svn.osgeo.org/geos/trunk@2599 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-23 Howard Butler * source/Makefile.vc: fix up syntax of the makefile related to the patch for #257 git-svn-id: http://svn.osgeo.org/geos/trunk@2598 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-22 Sandro Santilli * tests/unit/capi/GEOSBufferTest.cpp: Add tests for limited mitre join (now working) git-svn-id: http://svn.osgeo.org/geos/trunk@2597 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-22 Sandro Santilli * source/headers/geos/operation/buffer/BufferParameters.h: Fix bug in BufferParameters::setMitreLimit git-svn-id: http://svn.osgeo.org/geos/trunk@2596 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-20 Sandro Santilli * configure.in: Bump versions (core 3.2.0, capi 1.6.0, port 1.10.0) git-svn-id: http://svn.osgeo.org/geos/trunk@2595 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-20 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSBufferTest.cpp: Add tests for GEOSBufferWithStyle git-svn-id: http://svn.osgeo.org/geos/trunk@2594 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-19 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Extend the C-API interface to expose a GEOSBufferWithStyle (and corresponding thread-safe version) and related enums. git-svn-id: http://svn.osgeo.org/geos/trunk@2593 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-16 Sandro Santilli * source/algorithm/RobustDeterminant.cpp, source/headers/geos/algorithm/RobustDeterminant.h: Sync RobustDeterminant to JTS-1.10 (r1.15 was just commented-out code) git-svn-id: http://svn.osgeo.org/geos/trunk@2592 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-16 Sandro Santilli * source/algorithm/RobustDeterminant.cpp, source/headers/geos/algorithm/RobustDeterminant.h: Sync RobustDeterminant to revision 1.14 git-svn-id: http://svn.osgeo.org/geos/trunk@2591 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-16 Sandro Santilli * source/algorithm/RobustDeterminant.cpp, source/headers/geos/algorithm/RobustDeterminant.h: Port info for RobustDeterminant git-svn-id: http://svn.osgeo.org/geos/trunk@2590 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-16 Sandro Santilli * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, tests/xmltester/XMLTester.cpp: Revert single-sided patch. Martin Davis is workin on it from the JTS side git-svn-id: http://svn.osgeo.org/geos/trunk@2589 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-16 Paul Ramsey * HOWTO_RELEASE: add reminders on bump versions in various places git-svn-id: http://svn.osgeo.org/geos/trunk@2581 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Paul Ramsey * source/headers/geos/Makefile.am: operation.h in Makefile.am twice. (#261) git-svn-id: http://svn.osgeo.org/geos/trunk@2580 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Sandro Santilli * source/headers/geos/io/ByteOrderDataInStream.h, source/headers/geos/io/ByteOrderDataInStream.inl, source/headers/geos/io/ByteOrderValues.h, source/headers/geos/io/CLocalizer.h, source/headers/geos/io/ParseException.h, source/headers/geos/io/StringTokenizer.h, source/headers/geos/io/WKBConstants.h, source/headers/geos/io/WKBReader.h, source/headers/geos/io/WKBWriter.h, source/headers/geos/io/WKTReader.h, source/headers/geos/io/WKTReader.inl, source/headers/geos/io/WKTWriter.h, source/headers/geos/io/Writer.h, source/io/ByteOrderDataInStream.cpp, source/io/ByteOrderValues.cpp, source/io/CLocalizer.cpp, source/io/ParseException.cpp, source/io/StringTokenizer.cpp, source/io/WKBReader.cpp, source/io/WKBWriter.cpp, source/io/WKTReader.cpp, source/io/WKTWriter.cpp, source/io/Writer.cpp: Port info in the geos::io namespace git-svn-id: http://svn.osgeo.org/geos/trunk@2579 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Sandro Santilli * source/io/WKTWriter.cpp: Put CLocalizer in the correct function. Fixes #260 for the writing part. git-svn-id: http://svn.osgeo.org/geos/trunk@2578 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Sandro Santilli * capi/geos_ts_c.cpp: Stop explicitly using the CLocalizer now that it is done within WKTReader and WKTWriter (see bug #260). Some deep testing about this would be good. Make check worked for me with comma-using locale. git-svn-id: http://svn.osgeo.org/geos/trunk@2577 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Sandro Santilli * source/io/WKTReader.cpp, source/io/WKTWriter.cpp: Use C locale while reading/writing WKT. Fixes bug #260. git-svn-id: http://svn.osgeo.org/geos/trunk@2576 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-15 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug176.xml: Add XML version of the testcase provided for bug #176 git-svn-id: http://svn.osgeo.org/geos/trunk@2575 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/valid/ConnectedInteriorTester.h, source/headers/geos/operation/valid/IsValidOp.h, source/headers/geos/operation/valid/QuadtreeNestedRingTester.h, source/headers/geos/operation/valid/RepeatedPointTester.h, source/headers/geos/operation/valid/SimpleNestedRingTester.h, source/headers/geos/operation/valid/SweeplineNestedRingTester.h, source/headers/geos/operation/valid/TopologyValidationError.h, source/operation/valid/ConnectedInteriorTester.cpp, source/operation/valid/IndexedNestedRingTester.cpp, source/operation/valid/IndexedNestedRingTester.h, source/operation/valid/IsValidOp.cpp, source/operation/valid/QuadtreeNestedRingTester.cpp, source/operation/valid/RepeatedPointTester.cpp, source/operation/valid/SimpleNestedRingTester.cpp, source/operation/valid/SweeplineNestedRingTester.cpp, source/operation/valid/TopologyValidationError.cpp: JTS-1.10 port sync. The whole 'operation' namespace is complete on this. git-svn-id: http://svn.osgeo.org/geos/trunk@2572 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/union/CascadedPolygonUnion.h, source/operation/union/CascadedPolygonUnion.cpp: Port info for operation::union git-svn-id: http://svn.osgeo.org/geos/trunk@2571 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/predicate/RectangleIntersects.h, source/headers/geos/operation/predicate/SegmentIntersectionTester.h , source/operation/predicate/RectangleIntersects.cpp, source/operation/predicate/SegmentIntersectionTester.cpp: Sync to JTS-1.10 (port info in SegmentIntersectionTester was wrong, btw) git-svn-id: http://svn.osgeo.org/geos/trunk@2570 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/predicate/RectangleContains.h, source/operation/predicate/RectangleContains.cpp: Sync RectangleContains to JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2569 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/predicate/RectangleContains.h, source/headers/geos/operation/predicate/RectangleIntersects.h, source/headers/geos/operation/predicate/SegmentIntersectionTester.h , source/operation/predicate/SegmentIntersectionTester.cpp: Port info for operation::predicate (we're at JTS-1.7 here) git-svn-id: http://svn.osgeo.org/geos/trunk@2568 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/polygonize/EdgeRing.h, source/headers/geos/operation/polygonize/PolygonizeDirectedEdge.h, source/headers/geos/operation/polygonize/PolygonizeEdge.h, source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/operation/polygonize/EdgeRing.cpp, source/operation/polygonize/PolygonizeDirectedEdge.cpp, source/operation/polygonize/PolygonizeEdge.cpp, source/operation/polygonize/PolygonizeGraph.cpp, source/operation/polygonize/Polygonizer.cpp: Port info for polygonize operation git-svn-id: http://svn.osgeo.org/geos/trunk@2567 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h, source/headers/geos/operation/overlay/validate/OffsetPointGenerator .h, source/headers/geos/operation/overlay/validate/OverlayResultValidat or.h, source/operation/overlay/validate/FuzzyPointLocator.cpp, source/operation/overlay/validate/OffsetPointGenerator.cpp, source/operation/overlay/validate/OverlayResultValidator.cpp: Port info and sync for operation::overlay::validate git-svn-id: http://svn.osgeo.org/geos/trunk@2566 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/overlay/LineBuilder.h, source/operation/overlay/LineBuilder.cpp: sync LineBuilder to JTS-1.10, completing overlay port git-svn-id: http://svn.osgeo.org/geos/trunk@2565 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/overlay/EdgeSetNoder.h, source/headers/geos/operation/overlay/ElevationMatrix.h, source/headers/geos/operation/overlay/ElevationMatrixCell.h, source/headers/geos/operation/overlay/LineBuilder.h, source/headers/geos/operation/overlay/MinimalEdgeRing.h, source/headers/geos/operation/overlay/MinimalEdgeRing.inl, source/headers/geos/operation/overlay/OverlayNodeFactory.h, source/headers/geos/operation/overlay/PointBuilder.h, source/operation/overlay/EdgeSetNoder.cpp, source/operation/overlay/ElevationMatrix.cpp, source/operation/overlay/ElevationMatrixCell.cpp, source/operation/overlay/LineBuilder.cpp, source/operation/overlay/MinimalEdgeRing.cpp, source/operation/overlay/OverlayNodeFactory.cpp, source/operation/overlay/PointBuilder.cpp: Complete port info in overlay package git-svn-id: http://svn.osgeo.org/geos/trunk@2564 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/linemerge/LineMerger.h, source/headers/geos/planargraph/GraphComponent.h, source/operation/linemerge/LineMerger.cpp: Add missing setMarked static methods in GraphComponent and make use of them in LineMerger making it able to be called incrementally (JTS-1.10) git-svn-id: http://svn.osgeo.org/geos/trunk@2563 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/linemerge/EdgeString.h, source/headers/geos/operation/linemerge/LineMergeDirectedEdge.h, source/headers/geos/operation/linemerge/LineMergeEdge.h, source/headers/geos/operation/linemerge/LineMergeGraph.h, source/headers/geos/operation/linemerge/LineMerger.h, source/headers/geos/operation/linemerge/LineSequencer.h, source/operation/linemerge/EdgeString.cpp, source/operation/linemerge/LineMergeDirectedEdge.cpp, source/operation/linemerge/LineMergeEdge.cpp, source/operation/linemerge/LineMergeGraph.cpp, source/operation/linemerge/LineMerger.cpp, source/operation/linemerge/LineSequencer.cpp: Port info in operation::linemerge (a single class is still at JTS-1.7, needs changes in GeometryGraphComponent.h to go up) git-svn-id: http://svn.osgeo.org/geos/trunk@2562 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/distance/GeometryLocation.h, source/operation/distance/GeometryLocation.cpp: GeometryLocation sync to JTS-1.10 (docs) git-svn-id: http://svn.osgeo.org/geos/trunk@2561 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h, source/operation/distance/DistanceOp.cpp: DistanceOp sync to JTS-1.10 (renames, docs...) git-svn-id: http://svn.osgeo.org/geos/trunk@2560 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/BufferOp.h, source/headers/geos/operation/buffer/BufferParameters.h, source/headers/geos/operation/buffer/BufferSubgraph.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h, source/headers/geos/operation/buffer/RightmostEdgeFinder.h, source/headers/geos/operation/buffer/SubgraphDepthLocater.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/BufferInputLineSimplifier.cpp, source/operation/buffer/BufferInputLineSimplifier.h, source/operation/buffer/BufferOp.cpp, source/operation/buffer/BufferParameters.cpp, source/operation/buffer/BufferSubgraph.cpp, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, source/operation/buffer/RightmostEdgeFinder.cpp, source/operation/buffer/SubgraphDepthLocater.cpp: Update port info for buffer package (it's really JTS-1.10) git-svn-id: http://svn.osgeo.org/geos/trunk@2559 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * configure.in: Warn at configure time if 64bit integer type isn't found. See bug #202. git-svn-id: http://svn.osgeo.org/geos/trunk@2558 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-08 Sandro Santilli * source/headers/geos/Makefile.am, source/headers/geos/algorithm/Makefile.am, source/headers/geos/algorithm/distance/Makefile.am, source/headers/geos/algorithm/locate/Makefile.am, source/headers/geos/geom/Makefile.am, source/headers/geos/geom/prep/Makefile.am, source/headers/geos/geom/util/Makefile.am, source/headers/geos/geomgraph/Depth.h, source/headers/geos/geomgraph/DirectedEdge.h, source/headers/geos/geomgraph/DirectedEdgeStar.h, source/headers/geos/geomgraph/Edge.h, source/headers/geos/geomgraph/EdgeEnd.h, source/headers/geos/geomgraph/EdgeEndStar.h, source/headers/geos/geomgraph/EdgeIntersection.h, source/headers/geos/geomgraph/EdgeIntersectionList.h, source/headers/geos/geomgraph/EdgeList.h, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/geomgraph/EdgeRing.h, source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/GeometryGraph.inl, source/headers/geos/geomgraph/GraphComponent.h, source/headers/geos/geomgraph/Label.h, source/headers/geos/geomgraph/Makefile.am, source/headers/geos/geomgraph/Node.h, source/headers/geos/geomgraph/NodeFactory.h, source/headers/geos/geomgraph/NodeMap.h, source/headers/geos/geomgraph/PlanarGraph.h, source/headers/geos/geomgraph/Position.h, source/headers/geos/geomgraph/Quadrant.h, source/headers/geos/geomgraph/TopologyLocation.h, source/headers/geos/geomgraph/index/Makefile.am, source/headers/geos/index/Makefile.am, source/headers/geos/index/bintree/Makefile.am, source/headers/geos/index/chain/Makefile.am, source/headers/geos/index/intervalrtree/Makefile.am, source/headers/geos/index/quadtree/Makefile.am, source/headers/geos/index/strtree/Makefile.am, source/headers/geos/index/sweepline/Makefile.am, source/headers/geos/io/Makefile.am, source/headers/geos/noding/Makefile.am, source/headers/geos/noding/snapround/Makefile.am, source/headers/geos/operation/Makefile.am, source/headers/geos/operation/buffer/Makefile.am, source/headers/geos/operation/distance/ConnectedElementLocationFilt er.h, source/headers/geos/operation/distance/ConnectedElementPointFilter. h, source/headers/geos/operation/distance/DistanceOp.h, source/headers/geos/operation/distance/GeometryLocation.h, source/headers/geos/operation/distance/Makefile.am, source/headers/geos/operation/linemerge/Makefile.am, source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/headers/geos/operation/overlay/OverlayOp.h, source/headers/geos/operation/overlay/snap/Makefile.am, source/headers/geos/operation/polygonize/Makefile.am, source/headers/geos/operation/predicate/Makefile.am, source/headers/geos/operation/relate/EdgeEndBuilder.h, source/headers/geos/operation/relate/EdgeEndBundle.h, source/headers/geos/operation/relate/EdgeEndBundleStar.h, source/headers/geos/operation/relate/Makefile.am, source/headers/geos/operation/relate/RelateComputer.h, source/headers/geos/operation/relate/RelateNode.h, source/headers/geos/operation/relate/RelateNodeFactory.h, source/headers/geos/operation/relate/RelateNodeGraph.h, source/headers/geos/operation/relate/RelateOp.h, source/headers/geos/operation/valid/ConsistentAreaTester.h, source/headers/geos/operation/valid/Makefile.am, source/headers/geos/planargraph/Makefile.am, source/headers/geos/planargraph/algorithm/Makefile.am, source/headers/geos/precision/Makefile.am, source/headers/geos/simplify/Makefile.am, source/headers/geos/util/Makefile.am, tests/unit/Makefile.am: Install all C++ headers to reduce maintainance costs. C++ API is documented as being unstable after all so let's give users the power to hurt themselves :) git-svn-id: http://svn.osgeo.org/geos/trunk@2557 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-06 Sandro Santilli * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_unit/geos_unit.vcproj, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, source/headers/geos/Makefile.am, source/headers/geos/algorithm/CGAlgorithms.h, source/headers/geos/algorithm/CentroidArea.h, source/headers/geos/algorithm/CentroidLine.h, source/headers/geos/algorithm/CentroidPoint.h, source/headers/geos/algorithm/ConvexHull.h, source/headers/geos/algorithm/HCoordinate.h, source/headers/geos/algorithm/InteriorPointArea.h, source/headers/geos/algorithm/InteriorPointLine.h, source/headers/geos/algorithm/InteriorPointPoint.h, source/headers/geos/algorithm/LineIntersector.h, source/headers/geos/algorithm/MCPointInRing.h, source/headers/geos/algorithm/MinimumDiameter.h, source/headers/geos/algorithm/NotRepresentableException.h, source/headers/geos/algorithm/PointInRing.h, source/headers/geos/algorithm/PointLocator.h, source/headers/geos/algorithm/RayCrossingCounter.h, source/headers/geos/algorithm/RobustDeterminant.h, source/headers/geos/algorithm/SIRtreePointInRing.h, source/headers/geos/algorithm/SimplePointInRing.h, source/headers/geos/export.h, source/headers/geos/geom/Coordinate.h, source/headers/geos/geom/CoordinateArraySequence.h, source/headers/geos/geom/CoordinateArraySequenceFactory.h, source/headers/geos/geom/CoordinateFilter.h, source/headers/geos/geom/CoordinateList.h, source/headers/geos/geom/CoordinateSequence.h, source/headers/geos/geom/CoordinateSequenceFactory.h, source/headers/geos/geom/Dimension.h, source/headers/geos/geom/Envelope.h, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/GeometryCollection.h, source/headers/geos/geom/GeometryComponentFilter.h, source/headers/geos/geom/GeometryFactory.h, source/headers/geos/geom/GeometryFilter.h, source/headers/geos/geom/GeometryList.h, source/headers/geos/geom/IntersectionMatrix.h, source/headers/geos/geom/LineSegment.h, source/headers/geos/geom/LineString.h, source/headers/geos/geom/LinearRing.h, source/headers/geos/geom/Location.h, source/headers/geos/geom/MultiLineString.h, source/headers/geos/geom/MultiPoint.h, source/headers/geos/geom/MultiPolygon.h, source/headers/geos/geom/Point.h, source/headers/geos/geom/Polygon.h, source/headers/geos/geom/PrecisionModel.h, source/headers/geos/geom/Triangle.h, source/headers/geos/geom/util/CoordinateOperation.h, source/headers/geos/geom/util/GeometryEditor.h, source/headers/geos/geom/util/GeometryEditorOperation.h, source/headers/geos/geom/util/GeometryTransformer.h, source/headers/geos/geom/util/LinearComponentExtracter.h, source/headers/geos/geom/util/PointExtracter.h, source/headers/geos/geom/util/PolygonExtracter.h, source/headers/geos/geom/util/ShortCircuitedGeometryVisitor.h, source/headers/geos/geomgraph/Depth.h, source/headers/geos/geomgraph/DirectedEdge.h, source/headers/geos/geomgraph/DirectedEdgeStar.h, source/headers/geos/geomgraph/Edge.h, source/headers/geos/geomgraph/EdgeEnd.h, source/headers/geos/geomgraph/EdgeEndStar.h, source/headers/geos/geomgraph/EdgeIntersection.h, source/headers/geos/geomgraph/EdgeIntersectionList.h, source/headers/geos/geomgraph/EdgeList.h, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/geomgraph/EdgeRing.h, source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/GraphComponent.h, source/headers/geos/geomgraph/Label.h, source/headers/geos/geomgraph/Node.h, source/headers/geos/geomgraph/NodeFactory.h, source/headers/geos/geomgraph/NodeMap.h, source/headers/geos/geomgraph/PlanarGraph.h, source/headers/geos/geomgraph/Position.h, source/headers/geos/geomgraph/Quadrant.h, source/headers/geos/geomgraph/TopologyLocation.h, source/headers/geos/geomgraph/index/EdgeSetIntersector.h, source/headers/geos/geomgraph/index/MonotoneChain.h, source/headers/geos/geomgraph/index/MonotoneChainEdge.h, source/headers/geos/geomgraph/index/MonotoneChainIndexer.h, source/headers/geos/geomgraph/index/SegmentIntersector.h, source/headers/geos/geomgraph/index/SimpleEdgeSetIntersector.h, source/headers/geos/geomgraph/index/SimpleMCSweepLineIntersector.h, source/headers/geos/geomgraph/index/SimpleSweepLineIntersector.h, source/headers/geos/geomgraph/index/SweepLineEvent.h, source/headers/geos/geomgraph/index/SweepLineEventObj.h, source/headers/geos/geomgraph/index/SweepLineSegment.h, source/headers/geos/index/ItemVisitor.h, source/headers/geos/index/SpatialIndex.h, source/headers/geos/index/bintree/Bintree.h, source/headers/geos/index/bintree/Interval.h, source/headers/geos/index/bintree/Key.h, source/headers/geos/index/bintree/Node.h, source/headers/geos/index/bintree/NodeBase.h, source/headers/geos/index/bintree/Root.h, source/headers/geos/index/chain/MonotoneChain.h, source/headers/geos/index/chain/MonotoneChainBuilder.h, source/headers/geos/index/chain/MonotoneChainOverlapAction.h, source/headers/geos/index/chain/MonotoneChainSelectAction.h, source/headers/geos/index/quadtree/DoubleBits.h, source/headers/geos/index/quadtree/IntervalSize.h, source/headers/geos/index/quadtree/Key.h, source/headers/geos/index/quadtree/Node.h, source/headers/geos/index/quadtree/NodeBase.h, source/headers/geos/index/quadtree/Quadtree.h, source/headers/geos/index/quadtree/Root.h, source/headers/geos/index/strtree/AbstractNode.h, source/headers/geos/index/strtree/AbstractSTRtree.h, source/headers/geos/index/strtree/Boundable.h, source/headers/geos/index/strtree/Interval.h, source/headers/geos/index/strtree/ItemBoundable.h, source/headers/geos/index/strtree/SIRtree.h, source/headers/geos/index/strtree/STRtree.h, source/headers/geos/index/sweepline/SweepLineEvent.h, source/headers/geos/index/sweepline/SweepLineIndex.h, source/headers/geos/index/sweepline/SweepLineInterval.h, source/headers/geos/index/sweepline/SweepLineOverlapAction.h, source/headers/geos/inline.h, source/headers/geos/io/ByteOrderDataInStream.h, source/headers/geos/io/ByteOrderValues.h, source/headers/geos/io/CLocalizer.h, source/headers/geos/io/ParseException.h, source/headers/geos/io/StringTokenizer.h, source/headers/geos/io/WKBReader.h, source/headers/geos/io/WKBWriter.h, source/headers/geos/io/WKTReader.h, source/headers/geos/io/WKTWriter.h, source/headers/geos/io/Writer.h, source/headers/geos/noding/IntersectionAdder.h, source/headers/geos/noding/IntersectionFinderAdder.h, source/headers/geos/noding/IteratedNoder.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/noding/Noder.h, source/headers/geos/noding/NodingValidator.h, source/headers/geos/noding/Octant.h, source/headers/geos/noding/OrientedCoordinateArray.h, source/headers/geos/noding/ScaledNoder.h, source/headers/geos/noding/SegmentIntersector.h, source/headers/geos/noding/SegmentNode.h, source/headers/geos/noding/SegmentNodeList.h, source/headers/geos/noding/SegmentString.h, source/headers/geos/noding/SimpleNoder.h, source/headers/geos/noding/SinglePassNoder.h, source/headers/geos/noding/snapround/HotPixel.h, source/headers/geos/noding/snapround/MCIndexPointSnapper.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.h, source/headers/geos/noding/snapround/SimpleSnapRounder.h, source/headers/geos/operation/GeometryGraphOperation.h, source/headers/geos/operation/IsSimpleOp.h, source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/BufferOp.h, source/headers/geos/operation/buffer/BufferSubgraph.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h, source/headers/geos/operation/buffer/RightmostEdgeFinder.h, source/headers/geos/operation/buffer/SubgraphDepthLocater.h, source/headers/geos/operation/distance/ConnectedElementLocationFilt er.h, source/headers/geos/operation/distance/ConnectedElementPointFilter. h, source/headers/geos/operation/distance/DistanceOp.h, source/headers/geos/operation/distance/GeometryLocation.h, source/headers/geos/operation/linemerge/EdgeString.h, source/headers/geos/operation/linemerge/LineMergeDirectedEdge.h, source/headers/geos/operation/linemerge/LineMergeEdge.h, source/headers/geos/operation/linemerge/LineMergeGraph.h, source/headers/geos/operation/linemerge/LineMerger.h, source/headers/geos/operation/linemerge/LineSequencer.h, source/headers/geos/operation/overlay/EdgeSetNoder.h, source/headers/geos/operation/overlay/ElevationMatrix.h, source/headers/geos/operation/overlay/ElevationMatrixCell.h, source/headers/geos/operation/overlay/LineBuilder.h, source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/headers/geos/operation/overlay/MinimalEdgeRing.h, source/headers/geos/operation/overlay/OverlayNodeFactory.h, source/headers/geos/operation/overlay/OverlayOp.h, source/headers/geos/operation/overlay/PointBuilder.h, source/headers/geos/operation/overlay/PolygonBuilder.h, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/headers/geos/operation/overlay/snap/SnapOverlayOp.h, source/headers/geos/operation/polygonize/EdgeRing.h, source/headers/geos/operation/polygonize/PolygonizeDirectedEdge.h, source/headers/geos/operation/polygonize/PolygonizeEdge.h, source/headers/geos/operation/polygonize/PolygonizeGraph.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/headers/geos/operation/predicate/RectangleContains.h, source/headers/geos/operation/predicate/RectangleIntersects.h, source/headers/geos/operation/predicate/SegmentIntersectionTester.h , source/headers/geos/operation/relate/EdgeEndBuilder.h, source/headers/geos/operation/relate/EdgeEndBundle.h, source/headers/geos/operation/relate/EdgeEndBundleStar.h, source/headers/geos/operation/relate/RelateComputer.h, source/headers/geos/operation/relate/RelateNode.h, source/headers/geos/operation/relate/RelateNodeFactory.h, source/headers/geos/operation/relate/RelateNodeGraph.h, source/headers/geos/operation/relate/RelateOp.h, source/headers/geos/operation/valid/ConnectedInteriorTester.h, source/headers/geos/operation/valid/ConsistentAreaTester.h, source/headers/geos/operation/valid/IsValidOp.h, source/headers/geos/operation/valid/QuadtreeNestedRingTester.h, source/headers/geos/operation/valid/RepeatedPointTester.h, source/headers/geos/operation/valid/SimpleNestedRingTester.h, source/headers/geos/operation/valid/SweeplineNestedRingTester.h, source/headers/geos/operation/valid/TopologyValidationError.h, source/headers/geos/planargraph/DirectedEdge.h, source/headers/geos/planargraph/DirectedEdgeStar.h, source/headers/geos/planargraph/Edge.h, source/headers/geos/planargraph/GraphComponent.h, source/headers/geos/planargraph/Node.h, source/headers/geos/planargraph/NodeMap.h, source/headers/geos/planargraph/PlanarGraph.h, source/headers/geos/planargraph/Subgraph.h, source/headers/geos/planargraph/algorithm/ConnectedSubgraphFinder.h , source/headers/geos/precision/CommonBits.h, source/headers/geos/precision/CommonBitsOp.h, source/headers/geos/precision/CommonBitsRemover.h, source/headers/geos/precision/EnhancedPrecisionOp.h, source/headers/geos/precision/SimpleGeometryPrecisionReducer.h, source/headers/geos/profiler.h, source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h, source/headers/geos/simplify/DouglasPeuckerSimplifier.h, source/headers/geos/simplify/LineSegmentIndex.h, source/headers/geos/simplify/TaggedLineSegment.h, source/headers/geos/simplify/TaggedLineString.h, source/headers/geos/simplify/TaggedLineStringSimplifier.h, source/headers/geos/simplify/TaggedLinesSimplifier.h, source/headers/geos/simplify/TopologyPreservingSimplifier.h, source/headers/geos/unload.h, source/headers/geos/util/Assert.h, source/headers/geos/util/AssertionFailedException.h, source/headers/geos/util/CoordinateArrayFilter.h, source/headers/geos/util/GEOSException.h, source/headers/geos/util/GeometricShapeFactory.h, source/headers/geos/util/IllegalArgumentException.h, source/headers/geos/util/TopologyException.h, source/headers/geos/util/UniqueCoordinateArrayFilter.h, source/headers/geos/util/UnsupportedOperationException.h, source/index/intervalrtree/SortedPackedIntervalRTree.cpp: Windows C++ exports by Ragi Y. Burhum. See http://lists.osgeo.org/pipermail/geos-devel/2009-June/004190.html git-svn-id: http://svn.osgeo.org/geos/trunk@2556 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-06 Sandro Santilli * tests/xmltester/SimpleWKTTester.cpp: fix headers inclusion warnings git-svn-id: http://svn.osgeo.org/geos/trunk@2555 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-06 Sandro Santilli * build/msvc90/geos_lib/geos_lib.vcproj, capi/geos_ts_c.cpp, configure.in, source/algorithm/InteriorPointLine.cpp, source/algorithm/InteriorPointPoint.cpp, source/algorithm/MinimumDiameter.cpp, source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp, source/geom/LineSegment.cpp, source/headers/geos/geom/Coordinate.h, source/headers/geos/geom/Coordinate.inl, source/headers/geos/index/intervalrtree/IntervalRTreeNode.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h, source/headers/geos/platform.h.in, source/headers/geos/platform.h.vc, source/operation/buffer/RightmostEdgeFinder.cpp, source/operation/distance/DistanceOp.cpp, source/util/GeometricShapeFactory.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp: Use real NaNs rather than fake them. Applies patch in ticket #259. Adds autoconf checks for finite() and isfinite() and makes use of them for unix systems (platform.h) git-svn-id: http://svn.osgeo.org/geos/trunk@2554 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-06 Sandro Santilli * source/headers/geos/operation/distance/ConnectedElementLocationFilt er.h, source/headers/geos/operation/distance/ConnectedElementPointFilter. h, source/headers/geos/operation/distance/DistanceOp.h, source/headers/geos/operation/distance/GeometryLocation.h, source/operation/distance/ConnectedElementLocationFilter.cpp, source/operation/distance/ConnectedElementPointFilter.cpp, source/operation/distance/GeometryLocation.cpp: Complete port info and headers exposion for operation::distance package git-svn-id: http://svn.osgeo.org/geos/trunk@2553 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/operation/overlay/OverlayOp.h, source/operation/overlay/OverlayOp.cpp: JTS-1.10 OverlayOp git-svn-id: http://svn.osgeo.org/geos/trunk@2552 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/geomgraph/EdgeNodingValidator.h: Add missing static function git-svn-id: http://svn.osgeo.org/geos/trunk@2551 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/operation/overlay/MaximalEdgeRing.cpp: JTS-1.10 sync git-svn-id: http://svn.osgeo.org/geos/trunk@2550 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/operation/GeometryGraphOperation.h, source/headers/geos/operation/relate/RelateOp.h, source/operation/GeometryGraphOperation.cpp, source/operation/relate/RelateOp.cpp: Boundary Node Rule support in relateOp. JTS-1.10. git-svn-id: http://svn.osgeo.org/geos/trunk@2549 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/geomgraph/EdgeList.cpp, source/geomgraph/Node.cpp, source/headers/geos/geomgraph/Node.h: geomgraph package fully sync'ed to JTS-1.10 now git-svn-id: http://svn.osgeo.org/geos/trunk@2548 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/geomgraph/EdgeEnd.cpp, source/geomgraph/EdgeEndStar.cpp, source/headers/geos/geomgraph/EdgeEnd.h, source/headers/geos/geomgraph/EdgeEndStar.h, source/headers/geos/operation/relate/EdgeEndBundle.h, source/headers/geos/operation/valid/ConsistentAreaTester.h, source/operation/relate/EdgeEndBundle.cpp, source/operation/valid/ConsistentAreaTester.cpp: added BoundaryNodeRule capability to EdgeEnds git-svn-id: http://svn.osgeo.org/geos/trunk@2547 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/geomgraph/GeometryGraph.cpp, source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/GeometryGraph.inl: Add support for custom BoundaryNodeRule bringing GeometryGraph to JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2546 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp, source/geomgraph/EdgeIntersectionList.cpp, source/geomgraph/EdgeNodingValidator.cpp, source/geomgraph/EdgeRing.cpp, source/geomgraph/Label.cpp, source/geomgraph/NodeFactory.cpp, source/geomgraph/Position.cpp, source/geomgraph/TopologyLocation.cpp, source/headers/geos/geomgraph/DirectedEdge.h, source/headers/geos/geomgraph/DirectedEdgeStar.h, source/headers/geos/geomgraph/Edge.h, source/headers/geos/geomgraph/EdgeIntersection.h, source/headers/geos/geomgraph/EdgeIntersectionList.h, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/geomgraph/EdgeRing.h, source/headers/geos/geomgraph/Label.h, source/headers/geos/geomgraph/NodeFactory.h, source/headers/geos/geomgraph/Position.h, source/headers/geos/geomgraph/Quadrant.h, source/headers/geos/geomgraph/TopologyLocation.h: Complete port info in geomgraph package git-svn-id: http://svn.osgeo.org/geos/trunk@2545 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/geomgraph/Depth.cpp, source/geomgraph/GeometryGraph.cpp, source/geomgraph/GraphComponent.cpp, source/geomgraph/NodeMap.cpp, source/geomgraph/PlanarGraph.cpp, source/headers/geos/geomgraph/Depth.h, source/headers/geos/geomgraph/EdgeEnd.h, source/headers/geos/geomgraph/EdgeEndStar.h, source/headers/geos/geomgraph/EdgeList.h, source/headers/geos/geomgraph/GeometryGraph.h, source/headers/geos/geomgraph/GeometryGraph.inl, source/headers/geos/geomgraph/GraphComponent.h, source/headers/geos/geomgraph/Node.h, source/headers/geos/geomgraph/NodeMap.h, source/headers/geos/geomgraph/PlanarGraph.h: Port info in the geomgraph package (unfinished); fix compiler warning in GeometryGraph and make code more readable; git-svn-id: http://svn.osgeo.org/geos/trunk@2544 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/operation/relate/EdgeEndBuilder.h, source/headers/geos/operation/relate/EdgeEndBundle.h, source/headers/geos/operation/relate/EdgeEndBundleStar.h, source/headers/geos/operation/relate/RelateComputer.h, source/headers/geos/operation/relate/RelateNode.h, source/headers/geos/operation/relate/RelateNodeFactory.h, source/headers/geos/operation/relate/RelateNodeGraph.h, source/headers/geos/operation/relate/RelateOp.h, source/operation/relate/EdgeEndBuilder.cpp, source/operation/relate/EdgeEndBundle.cpp, source/operation/relate/EdgeEndBundleStar.cpp, source/operation/relate/RelateComputer.cpp, source/operation/relate/RelateNode.cpp, source/operation/relate/RelateNodeFactory.cpp, source/operation/relate/RelateNodeGraph.cpp, source/operation/relate/RelateOp.cpp: Add port info and introduce header exposion info. Relate op results partially in JTS-1.7 still. git-svn-id: http://svn.osgeo.org/geos/trunk@2543 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/geom.h: typo in doxygen index page git-svn-id: http://svn.osgeo.org/geos/trunk@2542 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/headers/geos/geom.h: Fix doxygen link git-svn-id: http://svn.osgeo.org/geos/trunk@2541 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h, source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h, source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h: Fix deletion of void pointer in IntervalRTreeLeafNode, document ownership, fix callers tracking allocations to avoid leaks. Fixes bug #227. git-svn-id: http://svn.osgeo.org/geos/trunk@2540 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-05 Sandro Santilli * ChangeLog.svn, Makefile.am: Allow generating ChangeLog from external build tree git-svn-id: http://svn.osgeo.org/geos/trunk@2539 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-04 Mateusz Loskot * build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_unit/geos_unit.vcproj, source/Makefile.vc, source/geom/LinearRing.cpp, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h, source/index/chain/MonotoneChainBuilder.cpp, tests/unit/operation/valid/IsValidTest.cpp: * Applied patch for ticket #257. * Noticed that unit tests fail: 1>geos::util::UniqueCoordinateArrayFilter: . 1>---> group: geos::operation::valid::IsValidOp, test: test<1> 1> problem: assertion failed git-svn-id: http://svn.osgeo.org/geos/trunk@2538 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-04 Mateusz Loskot * source/operation/buffer/BufferBuilder.cpp: Fixed bug of inaccessible constructor of incomplete type NodedSegmentString - header missing. git-svn-id: http://svn.osgeo.org/geos/trunk@2537 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-04 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add support for testing single sided buffers git-svn-id: http://svn.osgeo.org/geos/trunk@2536 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-06-01 Howard Butler * capi/geos_c.cpp: #256 finishGEOS called multiple times will segfault git-svn-id: http://svn.osgeo.org/geos/trunk@2534 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-28 Mateusz Loskot * configure.in: Fixed aclocal warnings for mixing cache-id's in configure.in. git-svn-id: http://svn.osgeo.org/geos/trunk@2533 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-27 Paul Ramsey * NEWS: remove error git-svn-id: http://svn.osgeo.org/geos/trunk@2516 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-27 Paul Ramsey * NEWS: Add single-sided item git-svn-id: http://svn.osgeo.org/geos/trunk@2515 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-21 Sandro Santilli * ChangeLog.svn, Makefile.am, authors.svn: Add Mat's and Paul's entries, make ChangeLog.svn rule phony git-svn-id: http://svn.osgeo.org/geos/trunk@2514 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-21 Sandro Santilli * ChangeLog.svn, Makefile.am, authors.svn: Add a rule to generate a ChangeLog using svn2cl. The authors.svn file will be used to map usernames and full names: please expand your own nick. The generated ChangeLog is added to repository to show you how it looks. If everybody agree we could rename this to ChangeLog and stop requiring manual edits (+1 from me:) git-svn-id: http://svn.osgeo.org/geos/trunk@2513 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-13 Frank Warmerdam * capi/geos_c.h.in: refer to GEOSFree() instead of free() git-svn-id: http://svn.osgeo.org/geos/trunk@2508 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-13 Frank Warmerdam * capi/geos_c.cpp, capi/geos_ts_c.cpp: forward GEOSFree to GEOSFree_r, use std:: prefix on free() (#249) git-svn-id: http://svn.osgeo.org/geos/trunk@2507 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-13 Frank Warmerdam * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Added GEOSFree() and GEOSFree_r() (#249) git-svn-id: http://svn.osgeo.org/geos/trunk@2506 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-12 Sandro Santilli * NEWS: Add note about single-sided buffer git-svn-id: http://svn.osgeo.org/geos/trunk@2505 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-12 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug244.xml: Never fail bug #244 again (regression testcase added) git-svn-id: http://svn.osgeo.org/geos/trunk@2504 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-12 Sandro Santilli * source/operation/buffer/SubgraphDepthLocater.cpp: Have DepthSegment hold a real LineSegment, not a reference. SubgraphDepthLocater was passing the same LineSegment reference to multiple DepthSegments, messing everything up. This fixes bug #244. git-svn-id: http://svn.osgeo.org/geos/trunk@2503 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-12 Sandro Santilli * source/geomgraph/DirectedEdge.cpp, source/headers/geos/geomgraph/DirectedEdge.h, source/headers/geos/geomgraph/DirectedEdge.inl: Port info git-svn-id: http://svn.osgeo.org/geos/trunk@2502 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/headers/geos/operation/overlay/PolygonBuilder.h, source/operation/overlay/PolygonBuilder.cpp: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@2501 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * capi/geos_c.h.in: When included in a C++ environment, include and use std::size_t. Patch by Mateusz Loskot, ticket #252. git-svn-id: http://svn.osgeo.org/geos/trunk@2500 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/operation/distance/DistanceOp.cpp: Oops, forgot to update the static closedPoints signature.. git-svn-id: http://svn.osgeo.org/geos/trunk@2499 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * NEWS: Note the withinDistance addition to DistanceOp git-svn-id: http://svn.osgeo.org/geos/trunk@2498 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * tests/unit/operation/distance/DistanceOpTest.cpp: Add the complete set of tests for closedPoints git-svn-id: http://svn.osgeo.org/geos/trunk@2497 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h: Document semantic of a null return from closestPoints git-svn-id: http://svn.osgeo.org/geos/trunk@2496 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h, source/operation/distance/DistanceOp.cpp: Don't wipe out closest locations after computing them (doh). Fixes bug #236. Takes the chance to make the GeometryLocation retrival function private as we don't install GeometryLocation.h header anyway (for future cleanups), and to rename a function to follow current JTS naming (more renames to come for proper sync) git-svn-id: http://svn.osgeo.org/geos/trunk@2495 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h, source/operation/distance/DistanceOp.cpp: Add isWithinDistance() to DistanceOp, reaching rev 1.17 of JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2494 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h, source/operation/distance/DistanceOp.cpp: Port info for DistanceOp git-svn-id: http://svn.osgeo.org/geos/trunk@2493 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-08 Sandro Santilli * capi/geos_c.h.in: Always include stddef.h. Closes bug #213 git-svn-id: http://svn.osgeo.org/geos/trunk@2492 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add "thread-safe" version of GEOSGeom_setSRID. Closes bug #242. git-svn-id: http://svn.osgeo.org/geos/trunk@2491 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * tests/bigtest/bug234.cpp: minor debug output improvement git-svn-id: http://svn.osgeo.org/geos/trunk@2490 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * source/geomgraph/GeometryGraph.cpp, tests/bigtest/Makefile.am, tests/bigtest/README, tests/bigtest/bug234.cpp: Skip empty components when building GeometryGraph. Fixes bug #234. Add non-automated test for it, and README file in the directory containing it... git-svn-id: http://svn.osgeo.org/geos/trunk@2489 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/bug188.xml: Add XML testcase for bug 188 git-svn-id: http://svn.osgeo.org/geos/trunk@2488 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * tests/xmltester/XMLTester.cpp: remove code duplication on buffer result validation git-svn-id: http://svn.osgeo.org/geos/trunk@2487 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * source/geom/CoordinateSequenceFactory.cpp, source/headers/geos/geom/CoordinateSequenceFactory.h: Port info, doxygen cleanups git-svn-id: http://svn.osgeo.org/geos/trunk@2486 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-07 Sandro Santilli * tests/unit/capi/GEOSCoordSeqTest.cpp: Add test for creating a CoordinateSequence with at least 2 dimension git-svn-id: http://svn.osgeo.org/geos/trunk@2485 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * capi/geos_c.h.in, capi/geos_ts_c.cpp: Fix bug #135, give an hint about GEOSGeom_getDimensions being related to GEOSCoordSeq_getDimensions, fix signed vs. unsigned compiler warning. git-svn-id: http://svn.osgeo.org/geos/trunk@2484 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * tests/xmltester/markup/MarkupSTL.cpp: Fix compilation warnings thrown by GCC 4.3.x. Patch by Mateus, closes bug #92. git-svn-id: http://svn.osgeo.org/geos/trunk@2483 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Mateusz Loskot * : Updated svn:ignore property. git-svn-id: http://svn.osgeo.org/geos/trunk@2482 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: minor indentation thing git-svn-id: http://svn.osgeo.org/geos/trunk@2480 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/geom/Makefile.am, source/headers/geos/index/chain/MonotoneChain.h, source/headers/geos/index/chain/MonotoneChainOverlapAction.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/index/chain/MonotoneChain.cpp, source/index/chain/MonotoneChainOverlapAction.cpp, source/noding/MCIndexNoder.cpp, source/noding/MCIndexSegmentSetMutualIntersector.cpp: Cleanup MonotoneChainOverlapAction, reduce heap allocations. Cascade changes. git-svn-id: http://svn.osgeo.org/geos/trunk@2479 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/chain/MonotoneChainOverlapAction.h, source/index/chain/MonotoneChainOverlapAction.cpp: Port info (to be worked on for heap allocations reduction) git-svn-id: http://svn.osgeo.org/geos/trunk@2478 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/algorithm/MCPointInRing.cpp, source/headers/geos/algorithm/MCPointInRing.h, source/headers/geos/index/chain/MonotoneChainSelectAction.h, source/index/chain/MonotoneChain.cpp, source/index/chain/MonotoneChainSelectAction.cpp, source/noding/snapround/MCIndexPointSnapper.cpp: MonotoneChainSelectAction port review, heap allocation reduced, const-corrected. git-svn-id: http://svn.osgeo.org/geos/trunk@2477 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/algorithm/MCPointInRing.cpp, source/headers/geos/index/SpatialIndex.h, source/headers/geos/index/bintree/Bintree.h, source/headers/geos/index/bintree/Root.h, source/headers/geos/index/chain/MonotoneChain.h, source/index/bintree/Bintree.cpp, source/index/chain/MonotoneChain.cpp, source/index/chain/MonotoneChainBuilder.cpp, source/index/chain/MonotoneChainOverlapAction.cpp, source/index/chain/MonotoneChainSelectAction.cpp, source/noding/MCIndexNoder.cpp, source/noding/MCIndexSegmentSetMutualIntersector.cpp: MonotoneChain const-correctness and interface cleanups, cascaded changes. Possibly discovered a leak in MCPointInRing algorithm, needs some unit testing. git-svn-id: http://svn.osgeo.org/geos/trunk@2476 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/bintree/Interval.h, source/index/bintree/Interval.cpp: Const-correctness for bintree Interval git-svn-id: http://svn.osgeo.org/geos/trunk@2475 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/chain/MonotoneChain.h, source/index/chain/MonotoneChain.cpp: Port MonotoneChain up to JTS-1.10, plus minor dox improvement (memory-oriented) git-svn-id: http://svn.osgeo.org/geos/trunk@2474 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/chain/MonotoneChainBuilder.h, source/index/chain/MonotoneChainBuilder.cpp: Port MonotoneChainBuilder up to JTS-1.10. Tweak some signatures to use stricter signedness. git-svn-id: http://svn.osgeo.org/geos/trunk@2473 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/chain/MonotoneChainBuilder.h, source/index/chain/MonotoneChainBuilder.cpp: Port to 1.9, fixing an out of boundary access in findEdgeEnd git-svn-id: http://svn.osgeo.org/geos/trunk@2472 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-06 Sandro Santilli * source/headers/geos/index/chain/MonotoneChainBuilder.h, source/index/chain/MonotoneChainBuilder.cpp: Add port info. We're 4 revision old (catching up next) git-svn-id: http://svn.osgeo.org/geos/trunk@2471 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-05 Sandro Santilli * source/geom/Envelope.cpp, source/headers/geos/geom/Envelope.h, source/headers/geos/geom/Envelope.inl: Sync Envelope to JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2470 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-05 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add compile-time support to skip use of BinaryOp thus engaging SnapIfNeededOverlayOp used by Geometry methods. Shows that BinaryOp (GEOS-specific original work) gives better numerical stability. git-svn-id: http://svn.osgeo.org/geos/trunk@2469 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-05 Sandro Santilli * configure.in, source/headers/geos/geom/BinaryOp.h, source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/headers/geos/operation/overlay/snap/Makefile.am, source/headers/geos/precision/GeometrySnapper.h, source/headers/geos/precision/LineStringSnapper.h, source/headers/geos/precision/Makefile.am, source/operation/overlay/snap/GeometrySnapper.cpp, source/operation/overlay/snap/LineStringSnapper.cpp, source/operation/overlay/snap/SnapOverlayOp.cpp, source/precision/GeometrySnapper.cpp, source/precision/LineStringSnapper.cpp, source/precision/Makefile.am, tests/unit/Makefile.am, tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp, tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp, tests/unit/precision/GeometrySnapperTest.cpp, tests/unit/precision/LineStringSnapperTest.cpp: Found old GeometrySnapper/LineStringSnapper classes in an unexpected directory. Move them where they belong, sync with JTS-1.10. git-svn-id: http://svn.osgeo.org/geos/trunk@2468 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-05 Sandro Santilli * source/geom/util/GeometryTransformer.cpp: Fix memory leak on exception git-svn-id: http://svn.osgeo.org/geos/trunk@2467 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/operation/IsSimpleOp.cpp: Fix memory bug git-svn-id: http://svn.osgeo.org/geos/trunk@2466 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/Geometry.inl: Geometry up to 1.112 with a minor bugfix and performance improvement in Geometry::covers git-svn-id: http://svn.osgeo.org/geos/trunk@2465 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/Geometry.inl: Bring Geometry port up a revision by having it use SnapIfNeededOp for overlay operations. Note that currently this doesn't affect the C-API nor the XMLTester codes, both using the BinaryOp original class (not JTS-ported) doing about the same thing as the SnapIfNeededOp class. git-svn-id: http://svn.osgeo.org/geos/trunk@2464 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h, source/headers/geos/operation/overlay/snap/SnapOverlayOp.h, source/operation/overlay/Makefile.am, source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp: Port SnapIfNeededOverlayOp git-svn-id: http://svn.osgeo.org/geos/trunk@2463 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/OffsetPointGenerator.h, source/headers/geos/operation/overlay/OverlayResultValidator.h, source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h, source/headers/geos/operation/overlay/validate/OffsetPointGenerator .h, source/headers/geos/operation/overlay/validate/OverlayResultValidat or.h, source/operation/overlay/FuzzyPointLocator.cpp, source/operation/overlay/Makefile.am, source/operation/overlay/OffsetPointGenerator.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/overlay/OverlayResultValidator.cpp, source/operation/overlay/validate/FuzzyPointLocator.cpp, source/operation/overlay/validate/OffsetPointGenerator.cpp, source/operation/overlay/validate/OverlayResultValidator.cpp, tests/unit/Makefile.am, tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/OverlayResultValidatorTest.cpp, tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cp p: Move overlay.validate package files where they belong git-svn-id: http://svn.osgeo.org/geos/trunk@2462 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/headers/geos/operation/overlay/snap/SnapOverlayOp.h, source/operation/overlay/Makefile.am, source/operation/overlay/snap/GeometrySnapper.cpp, source/operation/overlay/snap/SnapOverlayOp.cpp: Port overlay.snap.SnapOverlayOp, update GeometrySnapper to be more useful git-svn-id: http://svn.osgeo.org/geos/trunk@2461 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/snap/GeometrySnapper.h, source/operation/overlay/Makefile.am, source/operation/overlay/snap/GeometrySnapper.cpp: Port overlay.snap.GeometrySnapper git-svn-id: http://svn.osgeo.org/geos/trunk@2460 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-04 Sandro Santilli * source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/operation/overlay/snap/LineStringSnapper.cpp: Extend to accept a vector of const Coordinate pointers for snap pointers, fix typo making it clone snap points rather than source points on snapping... git-svn-id: http://svn.osgeo.org/geos/trunk@2459 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/snap/LineStringSnapper.h, source/operation/overlay/Makefile.am, source/operation/overlay/snap/LineStringSnapper.cpp: Port overlay.snap.LineStringSnapper from JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2458 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * source/geom/CoordinateArraySequence.cpp, source/headers/geos/geom/CoordinateArraySequence.h, source/headers/geos/geom/CoordinateSequence.h, tests/unit/geom/CoordinateArraySequenceTest.cpp: Add an insert-like virtual method to CoordinateSequence. This comes from CoordinateList of JTS, historically bound to CoordinateSequence in GEOS. Add test for that interface. git-svn-id: http://svn.osgeo.org/geos/trunk@2457 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/general/MISSING, tests/xmltester/tests/general/TestRectanglePredicate.xml: Copy last portable JTS general test, add a file with info about what's missing git-svn-id: http://svn.osgeo.org/geos/trunk@2456 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/tests/testLeaksBig.xml: Drop test also found in TestFunctionPLPrec.xml git-svn-id: http://svn.osgeo.org/geos/trunk@2455 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add support for testing within, covers and coveredby. Properly use 'arg1' and 'arg2' for these tests. git-svn-id: http://svn.osgeo.org/geos/trunk@2454 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestWithinDistance.xml, tests/xmltester/tests/testLeaksBig.xml: Copy TestWithinDistance.xml test, drop duplicates from testLeaksBig.xml git-svn-id: http://svn.osgeo.org/geos/trunk@2453 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestFunctionAA.xml, tests/xmltester/tests/general/TestFunctionAAPrec.xml, tests/xmltester/tests/general/TestFunctionLA.xml, tests/xmltester/tests/general/TestFunctionLAPrec.xml, tests/xmltester/tests/general/TestFunctionLL.xml, tests/xmltester/tests/general/TestFunctionLLPrec.xml, tests/xmltester/tests/general/TestFunctionPA.xml, tests/xmltester/tests/general/TestFunctionPL.xml, tests/xmltester/tests/general/TestFunctionPLPrec.xml, tests/xmltester/tests/general/TestFunctionPP.xml: More tests from JTS (TestFunction*) git-svn-id: http://svn.osgeo.org/geos/trunk@2452 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestBoundary.xml: Boundary test git-svn-id: http://svn.osgeo.org/geos/trunk@2451 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/general/TestConvexHull-big.xml, tests/xmltester/tests/general/TestConvexHull.xml: ConvexHull tests git-svn-id: http://svn.osgeo.org/geos/trunk@2450 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp, tests/xmltester/tests/general/TestRelateAA.xml, tests/xmltester/tests/general/TestRelateAC.xml, tests/xmltester/tests/general/TestRelateLA.xml, tests/xmltester/tests/general/TestRelateLC.xml, tests/xmltester/tests/general/TestRelateLL.xml, tests/xmltester/tests/general/TestRelatePA.xml, tests/xmltester/tests/general/TestRelatePL.xml, tests/xmltester/tests/general/TestRelatePP.xml: Add support for testing 'contains' in XMLTester, add all Relate tests from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2449 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/TestBuffer.xml, tests/xmltester/tests/TestBufferMitredJoin.xml, tests/xmltester/tests/TestCentroid.xml, tests/xmltester/tests/TestInteriorPoint.xml, tests/xmltester/tests/TestSimple.xml, tests/xmltester/tests/TestValid.xml, tests/xmltester/tests/TestValid2-big.xml, tests/xmltester/tests/TestValid2.xml, tests/xmltester/tests/general/TestBuffer.xml, tests/xmltester/tests/general/TestBufferMitredJoin.xml, tests/xmltester/tests/general/TestCentroid.xml, tests/xmltester/tests/general/TestInteriorPoint.xml, tests/xmltester/tests/general/TestSimple.xml, tests/xmltester/tests/general/TestValid.xml, tests/xmltester/tests/general/TestValid2-big.xml, tests/xmltester/tests/general/TestValid2.xml: More organization of xml tests: 'general' subdir following JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2448 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/stmlf-cases-20061020.xml, tests/xmltester/tests/stmlf-cases-20070119.xml, tests/xmltester/tests/stmlf/stmlf-cases-20061020.xml, tests/xmltester/tests/stmlf/stmlf-cases-20070119.xml: Put stml testcases under their own dir (like in JTS) git-svn-id: http://svn.osgeo.org/geos/trunk@2447 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-05-02 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/TestRobustOverlayFixed.xml, tests/xmltester/tests/robust/TestRobustOverlayFixed.xml, tests/xmltester/tests/robust/TestRobustRelate.xml, tests/xmltester/tests/split.xml: Add a 'split.xml' testcase to confirm 'difference' may be used to split linestrings; add TestRobustRelate.xml from JTS, organize robust-related tests as in JTS repository. git-svn-id: http://svn.osgeo.org/geos/trunk@2446 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/noding/snapround/SimpleSnapRounder.h: drop duplicated (and old) port info git-svn-id: http://svn.osgeo.org/geos/trunk@2444 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * NEWS, source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/Geometry.inl: Update port info git-svn-id: http://svn.osgeo.org/geos/trunk@2443 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/Point.cpp, source/headers/geos/geom/Point.h: Point full up to JTS-1.0 (rev 1.37) : adds reverse() git-svn-id: http://svn.osgeo.org/geos/trunk@2442 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/LineString.cpp, source/headers/geos/geom/LineString.h: LineString to rev 1.46 : don't override isSimple, always return MultiPoint as bondary git-svn-id: http://svn.osgeo.org/geos/trunk@2441 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/Polygon.cpp, source/headers/geos/geom/Polygon.h: Polygon to rev 1.50 (getBoundary always return MultiLineString) git-svn-id: http://svn.osgeo.org/geos/trunk@2440 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/MultiPoint.cpp, source/headers/geos/geom/MultiPoint.h: MultiPoint up to rev 1.30 (drop isSimple override) git-svn-id: http://svn.osgeo.org/geos/trunk@2439 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/MultiLineString.cpp, source/headers/geos/geom/MultiLineString.h, source/headers/geos/geom/MultiLineString.inl: MultiLineString port info and sync to 1.40 (don't override isSimple) git-svn-id: http://svn.osgeo.org/geos/trunk@2438 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/MultiPolygon.cpp, source/headers/geos/geom/MultiPolygon.h, source/headers/geos/geom/MultiPolygon.inl: MultiPolygon up to rev 1.34 (getBoundary always returns a MultiLineString now) git-svn-id: http://svn.osgeo.org/geos/trunk@2437 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/GeometryCollection.cpp, source/headers/geos/geom/GeometryCollection.h: Oops, *now* we're at 1.14 (drop isSimple, rely on the one in base class) git-svn-id: http://svn.osgeo.org/geos/trunk@2436 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/GeometryCollection.cpp, source/headers/geos/geom/GeometryCollection.h, source/headers/geos/geom/GeometryCollection.inl: Port info. It's at 1.41 now, JTS is at 1.42 git-svn-id: http://svn.osgeo.org/geos/trunk@2435 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/Geometry.inl: Geometry class up to JTS rev 1.104 (need reach 1.127...) git-svn-id: http://svn.osgeo.org/geos/trunk@2434 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * NEWS: Add some info about things changed (might have missed something) git-svn-id: http://svn.osgeo.org/geos/trunk@2433 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/operation/IsSimpleOp.h, source/operation/IsSimpleOp.cpp: Sync to rev 1.22 (JTS-1.10) git-svn-id: http://svn.osgeo.org/geos/trunk@2432 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/operation.h: EndpointInfo.h header is gone (it's always been private in JTS) git-svn-id: http://svn.osgeo.org/geos/trunk@2431 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/operation/EndpointInfo.h, source/headers/geos/operation/IsSimpleOp.h, source/headers/geos/operation/Makefile.am, source/operation/IsSimpleOp.cpp: Port revision 1.9 of IsSimplOp : allow inspecting non-simple location coordinate. git-svn-id: http://svn.osgeo.org/geos/trunk@2430 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/geomgraph/EdgeIntersection.cpp, source/headers/geos/geomgraph/EdgeIntersection.h: Sync to revision 1.5 (JTS-1.10) : add accessors git-svn-id: http://svn.osgeo.org/geos/trunk@2429 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/operation/IsSimpleOp.h, source/operation/IsSimpleOp.cpp: port to rev 1.8 (use of BoundaryNodeRule) git-svn-id: http://svn.osgeo.org/geos/trunk@2428 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/tests/TestSimple.xml, tests/xmltester/tests/testLeaksBig.xml: Import TestSimple.xml from JTS, drop duplicated tests from testLeaksBig.xml git-svn-id: http://svn.osgeo.org/geos/trunk@2427 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/algorithm/BoundaryNodeRule.cpp, source/algorithm/Makefile.am, source/headers/geos/algorithm/BoundaryNodeRule.h, source/headers/geos/algorithm/Makefile.am: Port algorithm::BoundaryNodeRule from JTS-1.10 (needed for IsSimpleOp sync) git-svn-id: http://svn.osgeo.org/geos/trunk@2426 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-30 Sandro Santilli * source/headers/geos/operation/IsSimpleOp.h, source/operation/IsSimpleOp.cpp: Port info, and sync from 1.14 to 1.17 (more to do, need more classes) git-svn-id: http://svn.osgeo.org/geos/trunk@2425 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Mateusz Loskot * tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/capi/GEOSWithinTest.cpp: test/unit/capi: re-tab all .cpp files to use spaces. git-svn-id: http://svn.osgeo.org/geos/trunk@2424 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Mateusz Loskot * tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSWithinTest.cpp: Removed unused header from C API tests. git-svn-id: http://svn.osgeo.org/geos/trunk@2423 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/capi/GEOSContainsTest.cpp, tests/unit/capi/GEOSWithinTest.cpp: Added new unit tests for C API: GEOSWithinTest and GEOSContainsTest. This is check and response for problems reporting in Ticket #250. Running the new tests does not reproduce the problem, so it likely has been fixed or the bug is somewhere else (i.e. Django layers). git-svn-id: http://svn.osgeo.org/geos/trunk@2422 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Sandro Santilli * source/headers/geos/util/GeometricShapeFactory.h, source/util/GeometricShapeFactory.cpp: Sync GeometricShapeFactory to JTS-1.10 (createArcPolygon added) git-svn-id: http://svn.osgeo.org/geos/trunk@2421 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Sandro Santilli * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonContainsProperly.cpp, source/geom/prep/PreparedPolygonCovers.cpp, source/geom/prep/PreparedPolygonIntersects.cpp, source/geom/prep/PreparedPolygonPredicate.cpp, source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Bring all geom::prep package in sync with JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2420 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Sandro Santilli * source/geom/prep/BasicPreparedGeometry.cpp, source/headers/geos/geom/prep/BasicPreparedGeometry.h: Sync BasicPreparedGeometry to JTS-1.10 (short-circuit in containsProperly) git-svn-id: http://svn.osgeo.org/geos/trunk@2419 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-29 Sandro Santilli * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/BasicPreparedGeometry.cpp, source/geom/prep/PreparedGeometry.cpp, source/geom/prep/PreparedGeometryFactory.cpp, source/geom/prep/PreparedLineString.cpp, source/geom/prep/PreparedLineStringIntersects.cpp, source/geom/prep/PreparedPoint.cpp, source/geom/prep/PreparedPolygon.cpp, source/geom/prep/PreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonContainsProperly.cpp, source/geom/prep/PreparedPolygonCovers.cpp, source/geom/prep/PreparedPolygonIntersects.cpp, source/geom/prep/PreparedPolygonPredicate.cpp, source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/BasicPreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometryFactory.h, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPoint.h, source/headers/geos/geom/prep/PreparedPolygon.h, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Add port information for geom::prep package. Next stop: sync to JTS-1.10. git-svn-id: http://svn.osgeo.org/geos/trunk@2418 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * tests/unit/capi/GEOSGeomToWKTTest.cpp: Plug last one. All heap blocks were freed -- no leaks are possible. git-svn-id: http://svn.osgeo.org/geos/trunk@2417 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * tests/unit/algorithm/RobustLineIntersectorTest.cpp: Fix leak in testcase git-svn-id: http://svn.osgeo.org/geos/trunk@2416 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/Node.h, source/headers/geos/index/quadtree/Root.h, source/index/quadtree/Node.cpp, source/index/quadtree/Root.cpp: Refactor signatures to make ownership transfers more explicit. Fixed another leak in Node::insertNode. git-svn-id: http://svn.osgeo.org/geos/trunk@2415 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/index/quadtree/NodeBase.cpp: Fix memory leak in NodeBase::remove, exposed by unit testing git-svn-id: http://svn.osgeo.org/geos/trunk@2414 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/Root.h, source/index/quadtree/Root.cpp: Port info for quadtree::root git-svn-id: http://svn.osgeo.org/geos/trunk@2413 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/Node.h, source/index/quadtree/Node.cpp: Port info for quadtree::Node git-svn-id: http://svn.osgeo.org/geos/trunk@2412 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/IntervalSize.h, source/index/quadtree/IntervalSize.cpp: Port info and check, doxygen. git-svn-id: http://svn.osgeo.org/geos/trunk@2411 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/Quadtree.h, source/index/quadtree/Quadtree.cpp: Sync to JTS-1.10, reduce heap allocations and pointers usage. Includes a bugfix in collectStats. git-svn-id: http://svn.osgeo.org/geos/trunk@2410 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/DoubleBits.h, source/index/quadtree/DoubleBits.cpp: DoubleBits didn't change in JTS, update port info accordingly git-svn-id: http://svn.osgeo.org/geos/trunk@2409 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-27 Sandro Santilli * source/headers/geos/index/quadtree/Node.h, source/headers/geos/index/quadtree/NodeBase.h, source/headers/geos/index/quadtree/Root.h, source/index/quadtree/NodeBase.cpp, source/index/quadtree/Quadtree.cpp: Quadtree's NodeBase: check port sync, add port info, drop unneeded pointers and virtuals, document objects ownership. git-svn-id: http://svn.osgeo.org/geos/trunk@2408 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-25 Sandro Santilli * source/headers/geos/index/SpatialIndex.h, source/headers/geos/index/quadtree/Key.h, source/headers/geos/index/quadtree/Node.h, source/index/quadtree/Key.cpp, source/index/quadtree/Node.cpp, source/index/quadtree/Root.cpp: Const-correctness, reduced heap allocations and port info for quadtree::Key class, a few more cleanups in user classes, to be continued. git-svn-id: http://svn.osgeo.org/geos/trunk@2407 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-24 Sandro Santilli * source/index/quadtree/Quadtree.cpp: Fix memory leak in Quadtree::remove git-svn-id: http://svn.osgeo.org/geos/trunk@2406 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-23 Sandro Santilli * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h: Apply Single-sided buffer patch, issue #215. UNTESTED. git-svn-id: http://svn.osgeo.org/geos/trunk@2405 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp: Port ValidSelfTouchingRingFormingHoleTest git-svn-id: http://svn.osgeo.org/geos/trunk@2404 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/valid/ValidClosedRingTest.cpp: Port ValidClosedRingTest git-svn-id: http://svn.osgeo.org/geos/trunk@2403 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * source/geom/LineString.cpp, source/headers/geos/geom/LineString.h: ::reverse returns a Geometry now (to be available up in base class) git-svn-id: http://svn.osgeo.org/geos/trunk@2402 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * source/geom/LinearRing.cpp, source/headers/geos/geom/LinearRing.h, tests/unit/geom/LinearRingTest.cpp: Sync LinearRing to JTS-1.10 (fixing a bug in isClosed) git-svn-id: http://svn.osgeo.org/geos/trunk@2401 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/valid/IsValidTest.cpp: Port IsValidOp unit test git-svn-id: http://svn.osgeo.org/geos/trunk@2400 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * configure.in: Configure for CXX, not C. Should fix unknown tag and link issues on telascience. git-svn-id: http://svn.osgeo.org/geos/trunk@2399 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-21 Sandro Santilli * configure.in: Add an AC_LIBTOOL_LANG_C_CONFIG call right before the AC_LIBTOOL_COMPILER_OPTION calls. Seems to fix compiler selection on telascience (whereas AC_LANG and AC_LANG_PUSH didn't work) git-svn-id: http://svn.osgeo.org/geos/trunk@2398 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-20 Sandro Santilli * tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h: Use JTS heuristic for distance-0 buffer checking git-svn-id: http://svn.osgeo.org/geos/trunk@2397 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-20 Mateusz Loskot * : Updated svn:ignore patterns. git-svn-id: http://svn.osgeo.org/geos/trunk@2396 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-20 Sandro Santilli * source/geomgraph/Quadrant.cpp, source/headers/geos/geomgraph/Quadrant.h: Add named constants, sync to JTS-1.10 git-svn-id: http://svn.osgeo.org/geos/trunk@2394 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-20 Mateusz Loskot * : Updated svn:ignore patterns. git-svn-id: http://svn.osgeo.org/geos/trunk@2393 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-18 Sandro Santilli * tests/xmltester/tests/TestBigNastyBuffer.xml: Imported cleaned-up version of fme.xml -- this one fails (the one we have is actually expecting a wrong result) git-svn-id: http://svn.osgeo.org/geos/trunk@2391 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-18 Sandro Santilli * tests/xmltester/BufferResultMatcher.cpp: Don't densify coordinates if buffer distance is 0 git-svn-id: http://svn.osgeo.org/geos/trunk@2390 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp: comment out debugging lines git-svn-id: http://svn.osgeo.org/geos/trunk@2389 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * tests/unit/Makefile.am, tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp: Port DiscreteHausdorffDistance unit test git-svn-id: http://svn.osgeo.org/geos/trunk@2388 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/algorithm/distance/DiscreteHausdorffDistance.cpp, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h: Offline some more git-svn-id: http://svn.osgeo.org/geos/trunk@2387 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/headers/geos/algorithm/distance/PointPairDistance.h: Fix typo git-svn-id: http://svn.osgeo.org/geos/trunk@2386 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/algorithm/distance/DiscreteHausdorffDistance.cpp, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h: Add missing implementation bits git-svn-id: http://svn.osgeo.org/geos/trunk@2385 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * tests/xmltester/BufferResultMatcher.cpp, tests/xmltester/BufferResultMatcher.h, tests/xmltester/XMLTester.cpp: Port BufferResultMatcher. Gives 31 new failures !! git-svn-id: http://svn.osgeo.org/geos/trunk@2384 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/headers/geos/geom/BinaryOp.h, tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp: proper inline check_valid source/headers/geos/geom/BinaryOp.h git-svn-id: http://svn.osgeo.org/geos/trunk@2383 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/headers/geos/geom/BinaryOp.h: Header guard git-svn-id: http://svn.osgeo.org/geos/trunk@2382 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * source/algorithm/LineIntersector.cpp, source/headers/geos/algorithm/LineIntersector.h, tests/unit/algorithm/RobustLineIntersectorTest.cpp: renamed intersection constants git-svn-id: http://svn.osgeo.org/geos/trunk@2381 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * configure.in: Add debugging output of variables used by AC_LIBTOOL_COMPILER_OPTION. Surprisingly, the buildbots try to use a fortran compiler there git-svn-id: http://svn.osgeo.org/geos/trunk@2380 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-17 Sandro Santilli * configure.in: Differentiate variable used in AC_LIBTOOL_COMPILE_OPTION for proper use of configuration cache git-svn-id: http://svn.osgeo.org/geos/trunk@2379 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-16 Sandro Santilli * configure.in: Use -ffloat-store flag when available. See http://lists.osgeo.org/pipermail/geos-devel/2009-April/004089.html git-svn-id: http://svn.osgeo.org/geos/trunk@2378 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-16 Sandro Santilli * source/headers/geos/algorithm/LineIntersector.h: Make enum values explicit, as JTS tests rely on those.. git-svn-id: http://svn.osgeo.org/geos/trunk@2377 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-16 Sandro Santilli * tests/unit/Makefile.am, tests/unit/algorithm/RobustLineIntersectorTest.cpp: Port RobustLineIntersectorTest from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2376 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-16 Sandro Santilli * tests/unit/algorithm/RobustLineIntersectionTest.cpp: better isolation of test-specific functions git-svn-id: http://svn.osgeo.org/geos/trunk@2375 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-16 Sandro Santilli * tests/unit/Makefile.am, tests/unit/algorithm/RobustLineIntersectionTest.cpp: Port RobustLineIntersectionTest (mostly failing, but reported by Martin Davis to be expected) git-svn-id: http://svn.osgeo.org/geos/trunk@2374 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/algorithm/distance/DiscreteHausdorffDistance.cpp, source/algorithm/distance/DistanceToPoint.cpp, source/algorithm/distance/EuclideanDistanceToPoint.cpp, source/algorithm/distance/Makefile.am, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h, source/headers/geos/algorithm/distance/DistanceToPoint.h, source/headers/geos/algorithm/distance/EuclideanDistanceToPoint.h, source/headers/geos/algorithm/distance/Makefile.am: New class rename, following JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2373 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/algorithm/HCoordinate.cpp: typo in disabled section git-svn-id: http://svn.osgeo.org/geos/trunk@2372 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/headers/geos/index/quadtree/Key.h, source/headers/geos/index/quadtree/Node.h, source/index/quadtree/Key.cpp: Few more docs about memory management in quadtree indexing; fix a potential leak in quadtree::Key git-svn-id: http://svn.osgeo.org/geos/trunk@2371 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/headers/geos/index/quadtree/NodeBase.h: Document ownership of quadtree::NodeBase subnodes git-svn-id: http://svn.osgeo.org/geos/trunk@2370 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * tests/unit/util/UniqueCoordinateArrayFilterTest.cpp: Fix memory leak in unit test git-svn-id: http://svn.osgeo.org/geos/trunk@2369 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/headers/geos/geom/CoordinateSequence.h, source/headers/geos/geom/util/CoordinateOperation.h, source/precision/SimpleGeometryPrecisionReducer.cpp: Fix leak in SimpleGeometryPrecisionReducer, improve memory management docs where topic. git-svn-id: http://svn.osgeo.org/geos/trunk@2368 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h, tests/unit/operation/distance/DistanceOpTest.cpp: Document ownership of DistanceOp::closestPoints return, fix leak in unit test. git-svn-id: http://svn.osgeo.org/geos/trunk@2367 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/geomgraph/EdgeRing.cpp, source/headers/geos/geomgraph/EdgeRing.h, source/headers/geos/operation/overlay/MaximalEdgeRing.h, source/headers/geos/operation/overlay/PolygonBuilder.h, source/operation/overlay/MaximalEdgeRing.cpp, source/operation/overlay/PolygonBuilder.cpp: Fix leak in PolygonBuilder (overlay operation). The leak was exposed by the stmlf-cases-20061020.xml testcase. This commit also adds some doc-only throw specs related to the bug. git-svn-id: http://svn.osgeo.org/geos/trunk@2366 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/operation/valid/IndexedNestedRingTester.cpp: Fix memory leaks in IsValid operation git-svn-id: http://svn.osgeo.org/geos/trunk@2365 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/algorithm/HCoordinate.cpp: Explain why unrolled computation is turned off, and keep it off git-svn-id: http://svn.osgeo.org/geos/trunk@2364 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-15 Sandro Santilli * source/operation/buffer/BufferInputLineSimplifier.cpp: Fix typo in computing angleOrientation git-svn-id: http://svn.osgeo.org/geos/trunk@2363 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/algorithm/HCoordinate.cpp, tests/xmltester/Makefile.am, tests/xmltester/tests/TestBufferMitredJoin.xml: Temporarly revert the unrolled computation in HCoordinate::intersection. Added mitred join buffer test from JTS (failed with the unrolled comp, to be further inspected). git-svn-id: http://svn.osgeo.org/geos/trunk@2362 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * configure.in, source/algorithm/Makefile.am, source/algorithm/distance/DiscreteHausdorffDistance.cpp, source/algorithm/distance/EuclideanDistanceToPoint.cpp, source/algorithm/distance/Makefile.am, source/headers/geos/algorithm/Makefile.am, source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h, source/headers/geos/algorithm/distance/EuclideanDistanceToPoint.h, source/headers/geos/algorithm/distance/Makefile.am, source/headers/geos/algorithm/distance/PointPairDistance.h, source/headers/geos/geom/CoordinateSequenceFilter.h: Port the algorithm::distance package from JTS 1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2361 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp, source/geom/GeometryComponentFilter.cpp, source/geom/LineString.cpp, source/geom/Point.cpp, source/geom/Polygon.cpp, source/headers/geos/geom/CoordinateSequenceFilter.h, source/headers/geos/geom/Geometry.h, source/headers/geos/geom/GeometryCollection.h, source/headers/geos/geom/LineString.h, source/headers/geos/geom/Makefile.am, source/headers/geos/geom/Point.h, source/headers/geos/geom/Polygon.h: Add CoordinateSequenceFilter support, fix default GeometryComponentFilter moving the logic to the correct place (a Geometry private class). git-svn-id: http://svn.osgeo.org/geos/trunk@2360 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/algorithm/LineIntersector.cpp, source/headers/geos/algorithm/LineIntersector.h: Sync (Robust)LineIntersector to JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2359 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/algorithm/CGAlgorithms.cpp, source/headers/geos/algorithm/CGAlgorithms.h: Sync CGAlgorithms with JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2358 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/algorithm/RayCrossingCounter.cpp, source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/headers/geos/algorithm/RayCrossingCounter.h: Fix memory leak in RayCrossingCounter; update signatures to avoid pointers when unneeded; add a locatePointInRing taking a vector of coordinate pointers, for use by CGAlgorithms git-svn-id: http://svn.osgeo.org/geos/trunk@2357 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/algorithm/RayCrossingCounter.cpp, source/headers/geos/algorithm/RayCrossingCounter.h: Update port info, checked against JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2356 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/TestBuffer.xml, tests/xmltester/TestBufferExternal.xml, tests/xmltester/TestBufferExternal2.xml, tests/xmltester/TestCentroid.xml, tests/xmltester/TestInteriorPoint.xml, tests/xmltester/TestIsValid.xml, tests/xmltester/TestRobustOverlayFixed.xml, tests/xmltester/TestValid.xml, tests/xmltester/TestValid2-big.xml, tests/xmltester/TestValid2.xml, tests/xmltester/badguy3.xml, tests/xmltester/buffer.xml, tests/xmltester/buffer_snapround.xml, tests/xmltester/fme.xml, tests/xmltester/heisenbugs.xml, tests/xmltester/hexwkb.xml, tests/xmltester/hole_from_shell.xml, tests/xmltester/hole_red.xml, tests/xmltester/linemerge.xml, tests/xmltester/robustness.xml, tests/xmltester/stmlf-cases-20061020.xml, tests/xmltester/stmlf-cases-20070119.xml, tests/xmltester/test.xml, tests/xmltester/testLeaksBig.xml, tests/xmltester/tests/TestBuffer.xml, tests/xmltester/tests/TestBufferExternal.xml, tests/xmltester/tests/TestBufferExternal2.xml, tests/xmltester/tests/TestCentroid.xml, tests/xmltester/tests/TestInteriorPoint.xml, tests/xmltester/tests/TestIsValid.xml, tests/xmltester/tests/TestRobustOverlayFixed.xml, tests/xmltester/tests/TestValid.xml, tests/xmltester/tests/TestValid2-big.xml, tests/xmltester/tests/TestValid2.xml, tests/xmltester/tests/badguy3.xml, tests/xmltester/tests/buffer.xml, tests/xmltester/tests/buffer_snapround.xml, tests/xmltester/tests/fme.xml, tests/xmltester/tests/heisenbugs.xml, tests/xmltester/tests/hexwkb.xml, tests/xmltester/tests/hole_from_shell.xml, tests/xmltester/tests/hole_red.xml, tests/xmltester/tests/linemerge.xml, tests/xmltester/tests/robustness.xml, tests/xmltester/tests/stmlf-cases-20061020.xml, tests/xmltester/tests/stmlf-cases-20070119.xml, tests/xmltester/tests/test.xml, tests/xmltester/tests/testLeaksBig.xml: Move XML tests under their own directory git-svn-id: http://svn.osgeo.org/geos/trunk@2355 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/operation/buffer/BufferBuilder.cpp: Fix memory leak in BufferBuilder (due to just-ported short-circuit) git-svn-id: http://svn.osgeo.org/geos/trunk@2354 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * tests/xmltester/XMLTester.cpp: Add support for bufferMitredJoin tests git-svn-id: http://svn.osgeo.org/geos/trunk@2353 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * tests/xmltester/Makefile.am, tests/xmltester/TestBuffer.xml, tests/xmltester/TestBufferExternal.xml, tests/xmltester/TestBufferExternal2.xml, tests/xmltester/XMLTester.cpp, tests/xmltester/badguy3.xml, tests/xmltester/buffer.xml, tests/xmltester/buffer_snapround.xml, tests/xmltester/fme.xml, tests/xmltester/testLeaksBig.xml: Fix XML for Buffer testing to match jts layout (arg2 for distance, arg3 for quadrant segments); copy buffer-related tests from jts: they succeed w/out editing. git-svn-id: http://svn.osgeo.org/geos/trunk@2352 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/headers/geos/operation/buffer/SubgraphDepthLocater.h, source/operation/buffer/SubgraphDepthLocater.cpp: Update port info of SubgraphDepthLocater git-svn-id: http://svn.osgeo.org/geos/trunk@2351 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/headers/geos/operation/buffer/RightmostEdgeFinder.h, source/operation/buffer/RightmostEdgeFinder.cpp: Update port info for RightmostEdgeFinder (checked) git-svn-id: http://svn.osgeo.org/geos/trunk@2350 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/headers/geos/operation/buffer/BufferSubgraph.h, source/operation/buffer/BufferSubgraph.cpp: Sync BufferSubgraph to JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2349 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-14 Sandro Santilli * source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/OffsetCurveBuilder.cpp: Port OffsetCurveBuilder from JTS-1.9. Twenty time faster completion of fme.xml testcase ! git-svn-id: http://svn.osgeo.org/geos/trunk@2348 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-10 Sandro Santilli * source/operation/buffer/BufferInputLineSimplifier.cpp, source/operation/buffer/BufferInputLineSimplifier.h, source/operation/buffer/Makefile.am: Port BufferInputLineSimplifier from JTS 1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2347 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-10 Mateusz Loskot * configure.in: Do not generate Makefile for tests/unit/tut. Fixed bug reported as #247. git-svn-id: http://svn.osgeo.org/geos/trunk@2346 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-10 Sandro Santilli * source/geom/LineSegment.cpp, source/headers/geos/geom/LineSegment.h, source/headers/geos/geom/LineSegment.inl: Sync LineSegment with JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2345 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/capi/GEOSGeomToWKTTest.cpp, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp, tests/unit/capi/GEOSPreparedGeometryTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/Geometry/coversTest.cpp, tests/unit/geom/Geometry/isRectangleTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/IntersectionMatrixTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/geos_unit.cpp, tests/unit/index/quadtree/DoubleBitsTest.cpp, tests/unit/io/ByteOrderValuesTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp, tests/unit/operation/overlay/OverlayResultValidatorTest.cpp, tests/unit/operation/union/CascadedPolygonUnionTest.cpp, tests/unit/precision/GeometrySnapperTest.cpp, tests/unit/precision/LineStringSnapperTest.cpp, tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/tut/Makefile.am, tests/unit/tut/tut.h, tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp, tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_posix.hpp, tests/unit/tut/tut_reporter.h, tests/unit/tut/tut_reporter.hpp, tests/unit/tut/tut_restartable.h, tests/unit/tut/tut_restartable.hpp, tests/unit/tut/tut_result.hpp, tests/unit/tut/tut_runner.hpp, tests/unit/util/UniqueCoordinateArrayFilterTest.cpp, tests/unit/utility.h: Updated tests/unit package with latest relase of C++ TUT Framework from 2008-11-30. git-svn-id: http://svn.osgeo.org/geos/trunk@2344 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Mateusz Loskot * configure.in, tests/Makefile.am, tests/tut/Makefile.am, tests/tut/tut.h, tests/tut/tut_reporter.h, tests/tut/tut_restartable.h, tests/unit/Makefile.am, tests/unit/tut/Makefile.am, tests/unit/tut/tut.h, tests/unit/tut/tut_reporter.h, tests/unit/tut/tut_restartable.h: Moved tests/tut to tests/unit/tut. Preparing for update to latest version of C++ TUT Framework. git-svn-id: http://svn.osgeo.org/geos/trunk@2343 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Sandro Santilli * source/algorithm/Angle.cpp, source/algorithm/Makefile.am, source/headers/geos/algorithm/Angle.h, source/headers/geos/algorithm/Makefile.am: Port algorithm.Angle from JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2342 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Sandro Santilli * source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/BufferOp.h, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/BufferOp.cpp, source/operation/buffer/OffsetCurveBuilder.cpp: Sync BufferBuilder and BufferOp classes to JTS-1.9. Adapt OffsetCurveBuilder to use of BufferParameter (needs more work for JTS-sync). git-svn-id: http://svn.osgeo.org/geos/trunk@2341 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Sandro Santilli * source/headers/geos/operation/buffer/BufferParameters.h: typo git-svn-id: http://svn.osgeo.org/geos/trunk@2340 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Sandro Santilli * source/headers/geos/operation/buffer/BufferParameters.h, source/headers/geos/operation/buffer/Makefile.am, source/operation/buffer/BufferParameters.cpp, source/operation/buffer/Makefile.am: Port BufferParameters from JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2339 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-09 Sandro Santilli * source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h: Sync port of OffsetCurveVertexList to JTS-1.9, improve memory management documentation (would need some refactoring/love) git-svn-id: http://svn.osgeo.org/geos/trunk@2338 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/geomgraph/EdgeList.cpp, source/headers/geos/geomgraph/EdgeList.h, source/headers/geos/noding/OrientedCoordinateArray.h: Improve duplicate edge detection performance (JTS-1.9 sync) - fme.xml runs 3 times as fast now. git-svn-id: http://svn.osgeo.org/geos/trunk@2337 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/noding/OrientedCoordinateArray.cpp: const correctness git-svn-id: http://svn.osgeo.org/geos/trunk@2332 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * capi/geos_c.h.in: Fix documentation for GEOSPrepare, GEOSPrepare_r git-svn-id: http://svn.osgeo.org/geos/trunk@2329 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/headers/geos/noding/Makefile.am, source/headers/geos/noding/OrientedCoordinateArray.h, source/noding/Makefile.am, source/noding/OrientedCoordinateArray.cpp: OrientedCoordinateArray ported from JTS git-svn-id: http://svn.osgeo.org/geos/trunk@2328 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/geom/CoordinateSequence.cpp, source/headers/geos/geom/CoordinateSequence.h: Add increasingDirection static method, from JTS's CoordinateArray (GEOS puts all of them in CoordinateSequence for historical reasons) git-svn-id: http://svn.osgeo.org/geos/trunk@2327 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/headers/geos/noding/snapround/SimpleSnapRounder.h, source/noding/snapround/SimpleSnapRounder.cpp: Complete porting of SimpleSnapRounder (refactoring for adding snapped nodes) git-svn-id: http://svn.osgeo.org/geos/trunk@2326 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/headers/geos/noding/SegmentStringUtil.h: Improve documentation about memory usage for SegmentStringUtil class git-svn-id: http://svn.osgeo.org/geos/trunk@2325 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * tests/unit/Makefile.am, tests/unit/capi/GEOSPreparedGeometryTest.cpp: Stub initial unit tests for C-API's GEOSPreparedGeometry operations. Helped fixing issue 147 of postgis git-svn-id: http://svn.osgeo.org/geos/trunk@2324 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/geom/prep/PreparedPolygonContainsProperly.cpp: Don't access deleted memory. Fixes issue 147. git-svn-id: http://svn.osgeo.org/geos/trunk@2323 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/noding/snapround/HotPixel.cpp: Fix typo git-svn-id: http://svn.osgeo.org/geos/trunk@2322 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * tests/unit/noding/SegmentNodeTest.cpp: Add a couple more tests to SegmentNode unit test git-svn-id: http://svn.osgeo.org/geos/trunk@2321 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-08 Sandro Santilli * source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/SegmentNode.h, source/headers/geos/noding/SegmentNodeList.h, source/noding/SegmentNode.cpp, source/noding/SegmentNodeList.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentPointComparatorTest.cpp: Port SegmentNode to JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2320 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/geomgraph/EdgeNodingValidator.cpp, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/noding/BasicSegmentString.h, source/headers/geos/noding/IntersectionAdder.h, source/headers/geos/noding/IntersectionFinderAdder.h, source/headers/geos/noding/IteratedNoder.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/noding/MCIndexNoder.inl, source/headers/geos/noding/Makefile.am, source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/SegmentNodeList.h, source/headers/geos/noding/SegmentString.h, source/headers/geos/noding/SegmentString.inl, source/headers/geos/noding/SimpleNoder.h, source/headers/geos/noding/snapround/MCIndexPointSnapper.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.h, source/headers/geos/noding/snapround/MCIndexSnapRounder.inl, source/headers/geos/noding/snapround/SimpleSnapRounder.h, source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h, source/noding/BasicSegmentString.cpp, source/noding/IntersectionAdder.cpp, source/noding/IntersectionFinderAdder.cpp, source/noding/IteratedNoder.cpp, source/noding/MCIndexNoder.cpp, source/noding/Makefile.am, source/noding/NodedSegmentString.cpp, source/noding/ScaledNoder.cpp, source/noding/SegmentNodeList.cpp, source/noding/SegmentString.cpp, source/noding/SimpleNoder.cpp, source/noding/snapround/MCIndexPointSnapper.cpp, source/noding/snapround/MCIndexSnapRounder.cpp, source/noding/snapround/SimpleSnapRounder.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, tests/unit/Makefile.am, tests/unit/noding/BasicSegmentStringTest.cpp, tests/unit/noding/NodedSegmentStringTest.cpp, tests/unit/noding/SegmentNodeTest.cpp, tests/unit/noding/SegmentStringTest.cpp: Refactor SegmentString to be an abstract class, to be in sync with JTS-1.9. git-svn-id: http://svn.osgeo.org/geos/trunk@2319 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/operation/valid/IndexedNestedRingTester.cpp, source/operation/valid/IndexedNestedRingTester.h: update copyright notice git-svn-id: http://svn.osgeo.org/geos/trunk@2318 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/headers/geos/noding/snapround/HotPixel.h, source/headers/geos/noding/snapround/HotPixel.inl, source/noding/snapround/HotPixel.cpp: Sync HotPixel to JTS-1.9 (rev 1.3); fix a few bugs and use standard algorithms for min/max git-svn-id: http://svn.osgeo.org/geos/trunk@2317 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/headers/geos/noding/NodedSegmentString.h: Fix signed vs. unsigned compiler warning git-svn-id: http://svn.osgeo.org/geos/trunk@2316 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/headers/geos/operation/valid/IsValidOp.h: Port info, indenting git-svn-id: http://svn.osgeo.org/geos/trunk@2315 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/operation/valid/IndexedNestedRingTester.cpp, source/operation/valid/IndexedNestedRingTester.h, source/operation/valid/IsValidOp.cpp, source/operation/valid/Makefile.am: Port IndexedNestedRingTester and have IsValidOp use it, syncing the operation to JTS-1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2314 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/headers/geos/noding/SegmentStringUtil.h: Update port info, minor tweaks to doxygen comments git-svn-id: http://svn.osgeo.org/geos/trunk@2313 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-07 Sandro Santilli * source/algorithm/HCoordinate.cpp, source/headers/geos/algorithm/HCoordinate.h: Sync HCoordinate class to JTS-1.9 (rev 1.18) git-svn-id: http://svn.osgeo.org/geos/trunk@2312 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-04-03 Mateusz Loskot * nmake.opt: Added _NMAKE_VER 9.00.21022.08 to nmake.opt. Fixed bug with using BUILD_DEBUG instead of BUILD_BATCH in nmake.opt. git-svn-id: http://svn.osgeo.org/geos/trunk@2311 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-27 Mateusz Loskot * build/msvc80/geos.sln, build/msvc80/geos_lib/geos_lib.vcproj: Updated build/msvc80. git-svn-id: http://svn.osgeo.org/geos/trunk@2310 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-27 Mateusz Loskot * nmake.opt, source/Makefile.vc: Forgotten nmake.opt in last commit. git-svn-id: http://svn.osgeo.org/geos/trunk@2309 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-26 Mateusz Loskot * build/msvc90/geos.sln, build/msvc90/geos_lib/geos_lib.vcproj, makefile.vc, source/Makefile.vc, source/dirlist.mk: Refactored NMAKE makefiles. Added nmake.opt file - GDAL style. Added some auto-magic to determine version of Visual C++ compiler and set version specific compilation flags. No need to specify Visual C++ version in cmd line, but just run: nmake -f makefile.vc in root dir of the tree. git-svn-id: http://svn.osgeo.org/geos/trunk@2308 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-26 Mateusz Loskot * source/operation/union/CascadedPolygonUnion.cpp: CascadedPolygonUnion.cpp: added missing std headers. git-svn-id: http://svn.osgeo.org/geos/trunk@2307 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-26 Mateusz Loskot * TODO: Dummy commit - testing buildbot resurection. git-svn-id: http://svn.osgeo.org/geos/trunk@2306 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-24 Mateusz Loskot * capi/geos_ts_c.cpp: Fixed bug introduced in recent refactoring work (r2281). This is the reason of PostGIS regression test failing (Issue 143) git-svn-id: http://svn.osgeo.org/geos/trunk@2304 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-24 Paul Ramsey * autogen.sh: Allow version test to work in glibtoolize git-svn-id: http://svn.osgeo.org/geos/trunk@2303 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-24 Mateusz Loskot * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, assert() to test against nullptr where it is forbidden. git-svn-id: http://svn.osgeo.org/geos/trunk@2302 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-24 Mateusz Loskot * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: REVERTED r2299: Fixed GEOSSetSRID_r missing, GEOSSetSRID duplicated (Ticket #242). A little of refactoring. git-svn-id: http://svn.osgeo.org/geos/trunk@2301 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-24 Mateusz Loskot * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Fixed GEOSSetSRID_r missing, GEOSSetSRID duplicated (Ticket #242). A little of refactoring. git-svn-id: http://svn.osgeo.org/geos/trunk@2300 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single return expression per function, added assert() to test against nullptr where it is forbidden. git-svn-id: http://svn.osgeo.org/geos/trunk@2299 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single return expression per function, added assert() to test against nullptr where it is forbidden, addd some comments. git-svn-id: http://svn.osgeo.org/geos/trunk@2298 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single return expression per function, added assert() to test against nullptr where it is forbidden, addd some comments. git-svn-id: http://svn.osgeo.org/geos/trunk@2297 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, replace manual strdup with gstrdup, use single return expression per function, added some comments. git-svn-id: http://svn.osgeo.org/geos/trunk@2296 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * autogen.sh: dummy commit git-svn-id: http://svn.osgeo.org/geos/trunk@2295 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * autogen.sh: autogen.sh: Fixed typo in tab character. git-svn-id: http://svn.osgeo.org/geos/trunk@2294 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * autogen.sh: autogen.sh: be more verbose about versions, check for autoconf, check if ./configure is really generated. git-svn-id: http://svn.osgeo.org/geos/trunk@2293 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * configure.in: configure.in: mloskot made a stupid mistake, mloskot has fixed it. git-svn-id: http://svn.osgeo.org/geos/trunk@2292 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * configure.in: configure.in: wrap macro arguments with proper M4 quote characters. git-svn-id: http://svn.osgeo.org/geos/trunk@2291 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * autogen.sh: autogen.sh: Call libtool *before* aclocal and automake (see Automake manual,8.3.9.1). git-svn-id: http://svn.osgeo.org/geos/trunk@2290 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-23 Mateusz Loskot * autogen.sh: autogen.sh: verbose check if autotools versions. git-svn-id: http://svn.osgeo.org/geos/trunk@2289 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-22 Paul Ramsey * autogen.sh: Show what versions of things we're running git-svn-id: http://svn.osgeo.org/geos/trunk@2288 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring - removed redundant return expressions, replaced bloated use of malloc + memcpy with single call to gstrdup, use of C++ cast operators, removed unnecessary allocation of std::string objects. git-svn-id: http://svn.osgeo.org/geos/trunk@2287 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: added gstrdup and gstrdup_s helper functions to get rid of bloated code in future. Started eliminating redundant return expressions. git-svn-id: http://svn.osgeo.org/geos/trunk@2286 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * : macros: Updated svn:ignore property. git-svn-id: http://svn.osgeo.org/geos/trunk@2285 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * source/operation/polygonize/EdgeRing.cpp: source/operation/polygonize/edgering.cpp: cleaned compiler warnings about mixed integral types. git-svn-id: http://svn.osgeo.org/geos/trunk@2283 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * capi/geos_ts_c.cpp: Fixed deprecated conversion from string constant to char* in GEOSisValidReason_r. Small refactoring. git-svn-id: http://svn.osgeo.org/geos/trunk@2282 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-21 Mateusz Loskot * capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use c++ cast operators. git-svn-id: http://svn.osgeo.org/geos/trunk@2281 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-20 Mateusz Loskot * : Updated svn:ignore property. git-svn-id: http://svn.osgeo.org/geos/trunk@2280 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-19 Paul Ramsey * autogen.sh: Fix spellingn mistake. git-svn-id: http://svn.osgeo.org/geos/trunk@2278 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-19 Mateusz Loskot * build/msvc90/geos_unit/geos_unit.vcproj, tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/utility.h: * tests/unit/capi: added GEOSGeomFromWKBTest with test cases (see comment) reported as a bug (See http://postgis.refractions.net/pipermail/postgis-devel/2009-March/005199.html). TODO: Reproduce and ask the reporter to submit a ticket if necessary.* test/unit/utility.h: Added helper class wkb_hex_decoder. * Updated build/msvc90 projects. git-svn-id: http://svn.osgeo.org/geos/trunk@2277 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-11 Mateusz Loskot * source/operation/distance/DistanceOp.cpp, tests/unit/operation/distance/DistanceOpTest.cpp: BUG in DistanceOp: * Test case and explanation of existing bug in DistanceOp::closestPoints() recently reported by Aya (Ticket #236). * Refactored closestPoints() method to clearly present where is the bug. Again, chain calls are evil! Bless clear code! * tests/unit/operation/distance/DistanceOpTest.cpp: see test case test<17>, read FIXME comments. Uncomment closestPoints() to run and reproduce the bug. * A dirty fix: if loc0 or loc1 are nullptr, return nullptr CoordinatesSequence from closestPoints(). git-svn-id: http://svn.osgeo.org/geos/trunk@2276 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-11 Mateusz Loskot * source/geom/CoordinateArraySequence.cpp: Number of assertions in CoordinateArraySequence class. git-svn-id: http://svn.osgeo.org/geos/trunk@2275 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-10 Paul Ramsey * : svn:ignore git-svn-id: http://svn.osgeo.org/geos/trunk@2274 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-10 Paul Ramsey * NEWS: Update NEWS for 3.1.0 git-svn-id: http://svn.osgeo.org/geos/trunk@2272 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-03-10 Paul Ramsey * ChangeLog: Update ChangeLog for 3.1.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@2271 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-02-07 Paul Ramsey * source/headers/geos/precision/Makefile.am: Include GeometrySnapper.h in distribution package. git-svn-id: http://svn.osgeo.org/geos/trunk@2269 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-02-02 Sean Gillies * swig/python/README.txt: Note lack of Python support since 3.0 git-svn-id: http://svn.osgeo.org/geos/trunk@2268 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-02-02 Sean Gillies * README: Notes on state of scripting language bindings git-svn-id: http://svn.osgeo.org/geos/trunk@2267 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-30 Paul Ramsey * configure.in: Add new msvc targets to build git-svn-id: http://svn.osgeo.org/geos/trunk@2266 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-29 Mateusz Loskot * build/Makefile.am, build/msvc90/Makefile.am, build/msvc90/README, build/msvc90/geos.sln, build/msvc90/geos.vsprops, build/msvc90/geos_c_dll/Makefile.am, build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib/Makefile.am, build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_python/Makefile.am, build/msvc90/geos_python/geos_python.vcproj, build/msvc90/geos_ruby/Makefile.am, build/msvc90/geos_ruby/geos_ruby.vcproj, build/msvc90/geos_unit/Makefile.am, build/msvc90/geos_unit/geos_unit.vcproj: Added build/msvc90 with solution and project files for Microsoft Visual C++ 2009 (9.0). Successfully built and tested GEOS with Visual C++ 9.0. git-svn-id: http://svn.osgeo.org/geos/trunk@2265 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-29 Paul Ramsey * README: update autogen.bat ref git-svn-id: http://svn.osgeo.org/geos/trunk@2264 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-29 Mateusz Loskot * source/headers/geos/algorithm/RayCrossingCounter.h, source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h, source/headers/geos/algorithm/locate/PointOnGeometryLocator.h, source/headers/geos/geom/util/ComponentCoordinateExtracter.h, source/headers/geos/index/intervalrtree/IntervalRTreeBranchNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeNode.h, source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h , source/headers/geos/noding/FastSegmentSetIntersectionFinder.h, source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/SegmentIntersectionDetector.h, source/headers/geos/noding/SegmentStringUtil.h: Fixed broken svn:keyword Id git-svn-id: http://svn.osgeo.org/geos/trunk@2263 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-29 Mateusz Loskot * autogen.bat, bootstrap.bat: Renamed bootstrap.bat to autogen.bat for easier guass of the script purpose. Wiki updated. git-svn-id: http://svn.osgeo.org/geos/trunk@2262 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-28 Paul Ramsey * README: Add to win32 instructions git-svn-id: http://svn.osgeo.org/geos/trunk@2261 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-27 Paul Ramsey * source/headers/geos/geom/util/Makefile.am: Add GeometryCombiner.h to include dist git-svn-id: http://svn.osgeo.org/geos/trunk@2260 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-27 Paul Ramsey * build/msvc80/geos_c_dll/geos_c_dll.vcproj: Revert some junk from an old commit, per issue #220 git-svn-id: http://svn.osgeo.org/geos/trunk@2259 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-26 Frank Warmerdam * source/Makefile.vc: added two new files related to cascaded polygon union (#226) git-svn-id: http://svn.osgeo.org/geos/trunk@2258 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-24 Paul Ramsey * HOWTO_RELEASE: Update git-svn-id: http://svn.osgeo.org/geos/trunk@2257 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-24 Paul Ramsey * ChangeLog: Update changelog git-svn-id: http://svn.osgeo.org/geos/trunk@2256 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-24 Mateusz Loskot * capi/geos_ts_c.cpp: Fixed mixed signed/unsigned integral types in geos_ts_c.cpp, so no compilers should flood with warnings now. git-svn-id: http://svn.osgeo.org/geos/trunk@2255 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-24 Mateusz Loskot * build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_unit/geos_unit.vcproj: Updated projects for Visual Studio 2005 adding new .h/.cpp files. git-svn-id: http://svn.osgeo.org/geos/trunk@2254 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-23 Mateusz Loskot * capi/geos_ts_c.cpp, tests/unit/capi/badthreadtest.c, tests/unit/capi/threadtest.c: Updated svn:keywords property on C/C++ files. git-svn-id: http://svn.osgeo.org/geos/trunk@2253 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-21 Paul Ramsey * source/geom/Geometry.cpp: Remove geometryCollection protection from Union/Relate/Intersection/Difference. git-svn-id: http://svn.osgeo.org/geos/trunk@2252 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-20 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, source/headers/geos/operation/union/CascadedPolygonUnion.h, source/operation/union/CascadedPolygonUnion.cpp: Add GEOSUnionCascaded(*GEOSGeometry) to CAPI in preparation for PostGIS hook-up. git-svn-id: http://svn.osgeo.org/geos/trunk@2251 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-19 Paul Ramsey * capi/geos_c.cpp, capi/geos_ts_c.cpp: Formatting changes to function decls. git-svn-id: http://svn.osgeo.org/geos/trunk@2250 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-19 Howard Butler * source/Makefile.vc: fixes to allow building in msvc 2003 git-svn-id: http://svn.osgeo.org/geos/trunk@2249 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-19 Paul Ramsey * configure.in: Make warning flags conditional behind a compiler test... fix to bug #192 ? git-svn-id: http://svn.osgeo.org/geos/trunk@2248 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-19 Paul Ramsey * source/headers/geos/operation/union/CascadedPolygonUnion.h, source/operation/union/CascadedPolygonUnion.cpp: Added patch from hkaiser to allow cascadedunion to be run directly on a multipolygon. git-svn-id: http://svn.osgeo.org/geos/trunk@2247 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-19 Paul Ramsey * autogen.sh: Fix error left behind from testing. git-svn-id: http://svn.osgeo.org/geos/trunk@2246 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-18 Paul Ramsey * autogen.sh: Add some more info on missing tools. git-svn-id: http://svn.osgeo.org/geos/trunk@2245 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-18 Paul Ramsey * HOWTO_RELEASE, Makefile.am, build/Makefile.am, build/msvc80/Makefile.am, build/msvc80/geos_c_dll/Makefile.am, build/msvc80/geos_lib/Makefile.am, build/msvc80/geos_python/Makefile.am, build/msvc80/geos_ruby/Makefile.am, build/msvc80/geos_unit/Makefile.am, configure.in, source/Makefile.vc, source/headers/geos/Makefile.am: Add msvc files to distribution target, and update release notes to include updating version in .vc headers. git-svn-id: http://svn.osgeo.org/geos/trunk@2244 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-18 Paul Ramsey * configure.in: Add a couple extra program checks. git-svn-id: http://svn.osgeo.org/geos/trunk@2243 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-18 Paul Ramsey * autogen.sh: Add version test for aclocal and automake to allow OpenSolaris to work. git-svn-id: http://svn.osgeo.org/geos/trunk@2241 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-18 Paul Ramsey * configure.in, source/geom/Envelope.cpp, source/geom/util/GeometryCombiner.cpp, source/geom/util/Makefile.am, source/headers/geos/geom/Envelope.h, source/headers/geos/geom/util/GeometryCombiner.h, source/headers/geos/index/strtree/AbstractSTRtree.h, source/headers/geos/noding/MCIndexNoder.h, source/headers/geos/operation/Makefile.am, source/headers/geos/operation/union/CascadedPolygonUnion.h, source/headers/geos/operation/union/Makefile.am, source/index/strtree/AbstractSTRtree.cpp, source/operation/Makefile.am, source/operation/union/CascadedPolygonUnion.cpp, source/operation/union/Makefile.am, tests/unit/Makefile.am, tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Apply cascaded union patch, for issue #225 git-svn-id: http://svn.osgeo.org/geos/trunk@2240 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-15 Paul Ramsey * tests/xmltester/Makefile.am: Remove XMLTester from list of installed programs. git-svn-id: http://svn.osgeo.org/geos/trunk@2239 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-14 Paul Ramsey * capi/geos_ts_c.cpp: Remove strdup use from code for compilation in mingw git-svn-id: http://svn.osgeo.org/geos/trunk@2238 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * configure.in: Add [macros] include to configure.in directly. Seems to make more recent aclocals happy git-svn-id: http://svn.osgeo.org/geos/trunk@2237 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * configure.in: Change AC_SUBST to one-per-line instead of one-line-for-all. Seems to make more recent autoconf's happier. git-svn-id: http://svn.osgeo.org/geos/trunk@2236 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * capi/geos_ts_c.cpp: Change return values for GEOSWKBWriter_getIncludeSRID_r to match function signature. git-svn-id: http://svn.osgeo.org/geos/trunk@2235 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * tests/unit/capi/badthreadtest.c, tests/unit/capi/brokengrammar, tests/unit/capi/threadtest.c: More files missing from commit. git-svn-id: http://svn.osgeo.org/geos/trunk@2234 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * capi/geos_ts_c.cpp: Add missing file to SVN. git-svn-id: http://svn.osgeo.org/geos/trunk@2233 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-13 Paul Ramsey * capi/Makefile.am, capi/geos_c.cpp, capi/geos_c.h.in, capi/geostest.c, capi/test.expected, capi/test.wkt, capi/testrunner.sh, tests/unit/Makefile.am, tests/unit/capi/geostest.c, tests/unit/capi/test.expected, tests/unit/capi/test.wkt, tests/unit/capi/testrunner.sh: Apply patch for issue #210 (thread safe c-api) submitted by Chuck Thibert. git-svn-id: http://svn.osgeo.org/geos/trunk@2232 5242fede-7e19-0410-aef8-94bd7d2200fb 2009-01-05 Stephen Wong * source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, source/operation/linemerge/LineMerger.cpp: Fixed memory leak in BufferBuilder (#218); added read-only coordinates function in OffsetCurveVertexList; explicity pass ownership in LineMerger. git-svn-id: http://svn.osgeo.org/geos/trunk@2231 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-26 Paul Ramsey * source/headers/geos/noding/Octant.h, tests/unit/noding/SegmentStringTest.cpp: Octant.h error (#185) from Denise Macleod. git-svn-id: http://svn.osgeo.org/geos/trunk@2229 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-26 Paul Ramsey * source/io/WKBWriter.cpp: Allow proper writing out of z ordinates. From Justin Bronn (#216) git-svn-id: http://svn.osgeo.org/geos/trunk@2228 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-26 Paul Ramsey * source/io/WKBReader.cpp: Allow readpoint to look at input dimension and fill higher ordinates. (#217) git-svn-id: http://svn.osgeo.org/geos/trunk@2227 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-26 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in: Expose GEOSIsValidReason to CAPI git-svn-id: http://svn.osgeo.org/geos/trunk@2226 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-18 Paul Ramsey * source/inlines.cpp: Cygwin build fix from MCA git-svn-id: http://svn.osgeo.org/geos/trunk@2221 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-11 Paul Ramsey * source/geomgraph/EdgeList.cpp, source/headers/geos/geomgraph/EdgeList.h, source/operation/overlay/OverlayOp.cpp: Memory leak on invalid polygons in intersection(). (#170) from Denise MacLeod. git-svn-id: http://svn.osgeo.org/geos/trunk@2220 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-11-05 Paul Ramsey * source/geom/prep/PreparedLineStringIntersects.cpp: Another minor memory leak removed. git-svn-id: http://svn.osgeo.org/geos/trunk@2218 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-28 Paul Ramsey * source/inlines.cpp: Cygwin/Mingw patch from Mark Cave-Ayland git-svn-id: http://svn.osgeo.org/geos/trunk@2217 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-23 Frank Warmerdam * source/operation/valid/IsValidOp.cpp: set isChecked flag after checking to fix memory leak (#169) git-svn-id: http://svn.osgeo.org/geos/trunk@2210 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-16 Paul Ramsey * HOWTO_RELEASE: change info to point to osgeo.org git-svn-id: http://svn.osgeo.org/geos/trunk@2203 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-14 Paul Ramsey * capi/geos_c.cpp, capi/geos_c.h.in: Consistent const declarations in c-api ($#209) git-svn-id: http://svn.osgeo.org/geos/trunk@2200 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-13 Paul Ramsey * source/headers/geos/io/Makefile.am: Add CLocalizer.h to build so it gets packaged in make dist git-svn-id: http://svn.osgeo.org/geos/trunk@2199 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-10 Paul Ramsey * source/geom/prep/PreparedPolygonContainsProperly.cpp: One last memory leak fix. git-svn-id: http://svn.osgeo.org/geos/trunk@2198 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-09 Paul Ramsey * source/geom/prep/PreparedPolygonIntersects.cpp: Memory leak fix for for prepared intersects. (#207) git-svn-id: http://svn.osgeo.org/geos/trunk@2197 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-10-04 Paul Ramsey * source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/noding/MCIndexSegmentSetMutualIntersector.cpp: Memory leak fix for prepared geometry, from Hartmut Kaiser. (#207) git-svn-id: http://svn.osgeo.org/geos/trunk@2196 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-29 Paul Ramsey * capi/geos_c.cpp: Put function sig on one line git-svn-id: http://svn.osgeo.org/geos/trunk@2195 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-23 Mateusz Loskot * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/PreparedPolygon.cpp, source/geom/prep/PreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonPredicate.cpp, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/index/SpatialIndex.h, source/headers/geos/index/chain/MonotoneChain.h, source/headers/geos/index/strtree/ItemBoundable.h, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/headers/geos/noding/SegmentSetMutualIntersector.h, source/index/chain/MonotoneChain.cpp, source/index/chain/MonotoneChainBuilder.cpp, source/index/strtree/AbstractSTRtree.cpp, source/index/strtree/ItemBoundable.cpp: Moved some ctor/dctor bodies from headers to translation units. Improved source code readability. TODO: We need to run a beast like AStyle on all GEOS code because many places are very hard to read. git-svn-id: http://svn.osgeo.org/geos/trunk@2194 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-23 Mateusz Loskot * source/noding/MCIndexSegmentSetMutualIntersector.cpp: MCIndexSegmentSetMutualIntersector::addToIndex: Completed BWJ's comment on memory leaks with important observations about objects relation & lifetime. The note is a diagnosis of roots of the problem. Improved source code readability. git-svn-id: http://svn.osgeo.org/geos/trunk@2193 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-22 Mateusz Loskot * source/headers/geos/io/WKBWriter.h: Use conditional operators instead of cast bool to int. git-svn-id: http://svn.osgeo.org/geos/trunk@2192 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-22 Mateusz Loskot * source/simplify/TopologyPreservingSimplifier.cpp: Removed unnecessary std::endl from debug messages in TopologyPreservingSimplifier.cpp. git-svn-id: http://svn.osgeo.org/geos/trunk@2191 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-21 Mateusz Loskot * source/Makefile.vc: Patched NMAKE makefiles: replaced lib.exe with link.exe /lib command to enabled compilation using Microsoft Visual C++ Toolkit 2003 git-svn-id: http://svn.osgeo.org/geos/trunk@2190 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * source/operation/predicate/SegmentIntersectionTester.cpp, source/util/math.cpp: Patch fixing build problems on Solaris (Ticket #205). git-svn-id: http://svn.osgeo.org/geos/trunk@2189 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Fixed EOL to LF. git-svn-id: http://svn.osgeo.org/geos/trunk@2188 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * source/geom/prep/PreparedGeometryFactory.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Fixed crash of Prepared Geometry construction with nullptr to Geometry object (Ticket #197). git-svn-id: http://svn.osgeo.org/geos/trunk@2187 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * build/msvc80/geos_unit/geos_unit.vcproj: Added PreparedGeometryFactoryTest to geos_unit.vcproj. git-svn-id: http://svn.osgeo.org/geos/trunk@2186 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * build/msvc80/geos_lib/geos_lib.vcproj: Added CLocalizer to geos_lib.vcproj project for Visual C++ 2005/2008. git-svn-id: http://svn.osgeo.org/geos/trunk@2185 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp: Include missing in isPointInRingTest.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@2184 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-09-16 Mateusz Loskot * source/Makefile.vc, source/io/CLocalizer.cpp: Fixed undeclared std::locale in CLocalizer when building using Visual C++ (Ticket #201) git-svn-id: http://svn.osgeo.org/geos/trunk@2183 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-31 Mateusz Loskot * tests/unit/geos_unit.cpp: Replaced incorrect with in geos_unit.cpp. git-svn-id: http://svn.osgeo.org/geos/trunk@2182 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-31 Mateusz Loskot * tests/unit/geos_unit.cpp: Added missing include in geos_unit.cpp. git-svn-id: http://svn.osgeo.org/geos/trunk@2181 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-31 Mateusz Loskot * source/headers/geos/io/CLocalizer.h, source/io/CLocalizer.cpp: Removed use of strdup function to fix compilation with GCC 4.3.1 (Ticket #204). git-svn-id: http://svn.osgeo.org/geos/trunk@2180 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-29 Mateusz Loskot * capi/geos_c.cpp: Removed redundant return expressions from geos_c.cpp. Testing changes notifications for buildbot. git-svn-id: http://svn.osgeo.org/geos/trunk@2179 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-29 Mateusz Loskot * capi/geos_c.cpp: Fixed execution paths and removed redundant return expr in some C API calls. git-svn-id: http://svn.osgeo.org/geos/trunk@2176 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-29 Mateusz Loskot * source/headers/geos/io/WKBWriter.h, source/io/WKBWriter.cpp: Added missing virtual destructor to WKBWriter class. git-svn-id: http://svn.osgeo.org/geos/trunk@2175 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-28 Sean Gillies * capi/geos_c.cpp, source/headers/geos/io.h, source/headers/geos/io/CLocalizer.h, source/io/CLocalizer.cpp, source/io/Makefile.am: Added CLocalizer class that switches to C locale and restores to the outer context's locale when deleted (#201) git-svn-id: http://svn.osgeo.org/geos/trunk@2174 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-28 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/capi/GEOSGeomToWKTTest.cpp: tests/unit: added GEOSGeomToWKTTest. git-svn-id: http://svn.osgeo.org/geos/trunk@2173 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-28 Sean Gillies * capi/geos_c.cpp: Switch to C locale while reading and writing WKT and restore to the original context's locale afterward (#201) git-svn-id: http://svn.osgeo.org/geos/trunk@2172 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-22 Frank Warmerdam * source/operation/buffer/BufferOp.cpp: include cmath for std::pow() and std:log() on MSVC7.1 (#199) git-svn-id: http://svn.osgeo.org/geos/trunk@2171 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-22 Mateusz Loskot * build/bjam/README: Added build/bjam/README with status note. git-svn-id: http://svn.osgeo.org/geos/trunk@2170 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-19 Mateusz Loskot * tests/unit/geom/LineStringTest.cpp: LineStringTest: fixed memory leak. git-svn-id: http://svn.osgeo.org/geos/trunk@2169 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-19 Mateusz Loskot * source/geom/util/CoordinateOperation.cpp, source/geom/util/GeometryEditor.cpp: geos/geom/util: Prefer strict static_cast than C-style cast. Commented ownership transfer of coordinates object. git-svn-id: http://svn.osgeo.org/geos/trunk@2168 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-19 Mateusz Loskot * tests/unit/algorithm/ConvexHullTest.cpp: tests/unit/algorithm/ConvexHullTest.cpp: Fixed memory leaks. git-svn-id: http://svn.osgeo.org/geos/trunk@2167 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-19 Mateusz Loskot * tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp: tests/unit/algorithm/CGAlgorithms: Fixed memory leaks. git-svn-id: http://svn.osgeo.org/geos/trunk@2166 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp: tests/unit/algorithm/CGAlgorithms: Fixed number of memory leaks. git-svn-id: http://svn.osgeo.org/geos/trunk@2165 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp: tests/unit/capi: Fixed number of memory leaks. git-svn-id: http://svn.osgeo.org/geos/trunk@2164 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp: tests/bigtest: Pointed out number of memory leaks but not fixing them, waiting for comments. git-svn-id: http://svn.osgeo.org/geos/trunk@2163 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/simplify/TopologyPreservingSimplifierTest.cpp, tests/unit/utility.h: tests/unit: added tests cases to PreparedGeometryFactoryTest, refactored casting utils and geometry comparators, small cleanup. git-svn-id: http://svn.osgeo.org/geos/trunk@2162 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * source/algorithm/RayCrossingCounter.cpp, source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/algorithm/locate/PointOnGeometryLocator.cpp, source/geom/util/ComponentCoordinateExtracter.cpp, source/index/intervalrtree/IntervalRTreeBranchNode.cpp, source/index/intervalrtree/IntervalRTreeLeafNode.cpp, source/index/intervalrtree/IntervalRTreeNode.cpp, source/index/intervalrtree/SortedPackedIntervalRTree.cpp, source/noding/FastSegmentSetIntersectionFinder.cpp, source/noding/MCIndexSegmentSetMutualIntersector.cpp, source/noding/NodedSegmentString.cpp, source/noding/SegmentIntersectionDetector.cpp, source/noding/SegmentStringUtil.cpp: Fixed svn:keywords. git-svn-id: http://svn.osgeo.org/geos/trunk@2161 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * source/headers/geos/util.h: Fixed UNREFERENCED_PARAMETER macro. git-svn-id: http://svn.osgeo.org/geos/trunk@2160 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/BasicPreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometry.h, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPoint.h, source/headers/geos/geom/prep/PreparedPolygon.h, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Fixed svn:keywords. git-svn-id: http://svn.osgeo.org/geos/trunk@2159 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-18 Mateusz Loskot * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/BasicPreparedGeometry.cpp, source/geom/prep/PreparedGeometry.cpp, source/geom/prep/PreparedGeometryFactory.cpp, source/geom/prep/PreparedLineString.cpp, source/geom/prep/PreparedLineStringIntersects.cpp, source/geom/prep/PreparedPoint.cpp, source/geom/prep/PreparedPolygon.cpp, source/geom/prep/PreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonContainsProperly.cpp, source/geom/prep/PreparedPolygonCovers.cpp, source/geom/prep/PreparedPolygonIntersects.cpp, source/geom/prep/PreparedPolygonPredicate.cpp: geom/prep: Refactored kamikaze casts to more readable form. Fixed svn:keywords. git-svn-id: http://svn.osgeo.org/geos/trunk@2158 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-12 Mateusz Loskot * source/headers/geos/geomPrep.h: Fixed Id keywords. git-svn-id: http://svn.osgeo.org/geos/trunk@2157 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-12 Mateusz Loskot * tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp, tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp, tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp, tests/unit/operation/IsSimpleOpTest.cpp: Fixed EOL to LF in trunk/tests. git-svn-id: http://svn.osgeo.org/geos/trunk@2156 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-12 Mateusz Loskot * source/headers/geos/geom/prep/PreparedGeometryFactory.h: Updated svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@2155 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-12 Mateusz Loskot * : Updated svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@2154 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-11 Mateusz Loskot * source/headers/geos/geom/prep/PreparedGeometryFactory.h: PreparedGeometry must be a complete type where it is destroyed by the factory (Ticket #198). git-svn-id: http://svn.osgeo.org/geos/trunk@2152 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-11 Mateusz Loskot * source/headers/geos/geom/prep/PreparedGeometryFactory.h, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Completed PreparedGeometryFactory class with missing named destructor for PreparedGeometry (Ticket #198) git-svn-id: http://svn.osgeo.org/geos/trunk@2151 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-11 Mateusz Loskot * : Removed .PreparedGeometryFactoryTest.cpp.swp that must sneaked accidentally. git-svn-id: http://svn.osgeo.org/geos/trunk@2150 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-11 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Added PreparedGeometryFactoryTest with first test cases included. FIXME: The test causes memory leak because we don't know how to destroy PreparedGeometry objects returned by the factory, discussing on the geos-devel list now. git-svn-id: http://svn.osgeo.org/geos/trunk@2149 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-07 Paul Ramsey * source/algorithm/RobustDeterminant.cpp: Added original author to main copyright block. git-svn-id: http://svn.osgeo.org/geos/trunk@2148 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-07 Paul Ramsey * source/headers/geos/timeval.h: Change to standard header, with (c) credit to author. git-svn-id: http://svn.osgeo.org/geos/trunk@2147 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-08-01 Mateusz Loskot * ChangeLog: Updated ChangeLog with latest submissions. Hmm, should we stil maintain the ChangeLog file? git-svn-id: http://svn.osgeo.org/geos/trunk@2146 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-31 Mateusz Loskot * tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp: Fixed tabs, hopefully. Updated svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@2145 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-31 Mateusz Loskot * capi/geos_c.cpp, capi/geos_c.h.in, tests/unit/Makefile.am, tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp: Patch completing C API interface with wrapper on Polygonizer::getCutEdges (Ticket #195). Unit test included in tests/unit/capi/GEOSPolygonizer_getCutEdgeTest.cpp. Thanks to Jurgen E. Fischer for this patch. git-svn-id: http://svn.osgeo.org/geos/trunk@2144 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-26 Mateusz Loskot * doc/example.cpp, source/geomgraph/GeometryGraph.cpp, source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/IntersectionAdder.h, source/index/quadtree/DoubleBits.cpp, source/io/StringTokenizer.cpp, tests/bigtest/TestSweepLineSpeed.cpp: Number of fixes enabling GEOS compilation with GCC 4.3 (Ticket #167). git-svn-id: http://svn.osgeo.org/geos/trunk@2143 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-26 Mateusz Loskot * capi/geos_c.h.in: Guarded version macros with #ifndef conditions to avoid redefinition errors (Ticket #167). git-svn-id: http://svn.osgeo.org/geos/trunk@2142 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-26 Mateusz Loskot * source/headers/geos/version.h.in, source/headers/geos/version.h.vc: Guarded version macros with #ifndef conditions to avoid redefinition errors (Ticket #167). git-svn-id: http://svn.osgeo.org/geos/trunk@2141 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-26 Mateusz Loskot * macros/ac_python_devel.m4: Fixed problems with finding libpython on Mac Darwin (Ticket #191). git-svn-id: http://svn.osgeo.org/geos/trunk@2140 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-26 Mateusz Loskot * : Updated svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@2139 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-25 Mateusz Loskot * source/headers/geos/algorithm/CentralEndpointIntersector.h, source/headers/geos/indexIntervalRTree.h, source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h, source/noding/FastNodingValidator.cpp, source/noding/SingleInteriorIntersectionFinder.cpp, source/operation/buffer/OffsetCurveVertexList.h: Updated svn:keywords property git-svn-id: http://svn.osgeo.org/geos/trunk@2137 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-25 Mateusz Loskot * : Updated svn:keywords property git-svn-id: http://svn.osgeo.org/geos/trunk@2136 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-19 Frank Warmerdam * source/Makefile.vc: added rules to create platform.h, version.h and geos_c.h from templates on win32 git-svn-id: http://svn.osgeo.org/geos/trunk@2134 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-15 Mateusz Loskot * ChangeLog, capi/geos_c.cpp, source/algorithm/ConvexHull.cpp, source/algorithm/RobustDeterminant.cpp, source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/geomgraph/EdgeEnd.cpp, source/geomgraph/GeometryGraph.cpp, source/headers/geos/geom/Coordinate.inl, source/headers/geos/geom/LineSegment.inl, source/headers/geos/io/WKBReader.h, source/headers/geos/noding/IntersectionAdder.h, source/index/bintree/Key.cpp, source/index/quadtree/Key.cpp, source/io/ByteOrderValues.cpp, source/noding/Octant.cpp, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/BufferOp.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/distance/ConnectedElementPointFilter.cpp, source/planargraph/DirectedEdge.cpp, source/precision/SimpleGeometryPrecisionReducer.cpp, source/util/math.cpp, tests/xmltester/XMLTester.cpp, tests/xmltester/markup/MarkupSTL.h: Fixed compilation on with Sun Studio compiler on Solaris x86 and Sparc (Ticket #189). Thanks to Magne Mahre for the patch. git-svn-id: http://svn.osgeo.org/geos/trunk@2131 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-07-15 Mateusz Loskot * source/Makefile.vc: For building with Visual C++, added new flag DEBUG=1 (see GEOS building instructions on GEOS Wiki). Added missing flags for Visual C++ compiler, in release and debug configuration. git-svn-id: http://svn.osgeo.org/geos/trunk@2130 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-05-20 Mateusz Loskot * source/dirlist.mk: Added missing subdirs to source/dirlist.mk git-svn-id: http://svn.osgeo.org/geos/trunk@2129 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-05-20 Mateusz Loskot * : Updated svn:ignore patterns. git-svn-id: http://svn.osgeo.org/geos/trunk@2128 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-05-20 Mateusz Loskot * ChangeLog, source/Makefile.vc: source/makefile.vc: Removed non-existing file entry: PreparedPolygonLineIntersects.obj. git-svn-id: http://svn.osgeo.org/geos/trunk@2126 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-05-20 Mateusz Loskot * ChangeLog, bootstrap.bat, source/Makefile.vc: * bootstrap.bat: Added script generating headers for use with Visual C++ compiler. DO NOT include this script in GEOS source distribution. * source/makefile.vc: Do not make copies of 3 dynamic headers but let users to use bootstrap.bat instead. git-svn-id: http://svn.osgeo.org/geos/trunk@2125 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-02-07 Frank Warmerdam * Makefile.am: make sure makefile.vc gets distributed git-svn-id: http://svn.osgeo.org/geos/trunk@2123 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-02-06 Frank Warmerdam * source/Makefile.am, source/Makefile.vc, source/headers/geos/noding/Makefile.am: try to fix up the files include in distribution, and remove unused files from Makefile.vc (#175) git-svn-id: http://svn.osgeo.org/geos/trunk@2122 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/headers/geos/algorithm/RayCrossingCounter.h, source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h, source/headers/geos/algorithm/locate/PointOnGeometryLocator.h, source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h, source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/BasicPreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometryFactory.h, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPoint.h, source/headers/geos/geom/prep/PreparedPolygon.h, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h, source/headers/geos/geom/util/ComponentCoordinateExtracter.h, source/headers/geos/geomUtil.h, source/headers/geos/geosAlgorithm.h, source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h , source/headers/geos/indexIntervalRTree.h, source/headers/geos/noding/FastSegmentSetIntersectionFinder.h, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/SegmentIntersectionDetector.h, source/headers/geos/noding/SegmentSetMutualIntersector.h, source/headers/geos/noding/SegmentStringUtil.h: Added documentation, for benefit of doxygen. git-svn-id: http://svn.osgeo.org/geos/trunk@2120 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/geom/prep/PreparedPolygonIntersects.cpp: deleted out-commented line. git-svn-id: http://svn.osgeo.org/geos/trunk@2119 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/geom/prep/PreparedPolygon.cpp: removed ref to PreparedPolygonLineIntersection git-svn-id: http://svn.osgeo.org/geos/trunk@2118 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/geom/prep/Makefile.am, source/headers/geos/geom/prep/Makefile.am: Removed refs to PreparedPolygonLineIntersection. git-svn-id: http://svn.osgeo.org/geos/trunk@2117 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/geom/prep/PreparedPolygonLineIntersection.cpp, source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h: Deleted. not used, not needed. git-svn-id: http://svn.osgeo.org/geos/trunk@2116 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-30 Ben Jubb * source/headers/geos/geomPrep.h: Added for benefit of doxygen. git-svn-id: http://svn.osgeo.org/geos/trunk@2115 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-29 Ben Jubb * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/PreparedLineString.cpp, source/geom/prep/PreparedPolygon.cpp, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/noding/SegmentIntersectionDetector.h, source/headers/geos/noding/SegmentIntersector.h, source/noding/MCIndexSegmentSetMutualIntersector.cpp, source/noding/SegmentIntersectionDetector.cpp: Some small changes to improve the memory management. These changes plug a few leaks, but not all. git-svn-id: http://svn.osgeo.org/geos/trunk@2114 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-29 Ben Jubb * source/operation/predicate/RectangleContains.cpp: Fix a bug in the shortcut test for containment in a rectangle. This test wasn't correctly testing for case of a point on the boundary. Was also a bug in JTS (now fixed). git-svn-id: http://svn.osgeo.org/geos/trunk@2113 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-29 Ben Jubb * source/geom/Geometry.cpp: Patch to fix bug in ticket #171 git-svn-id: http://svn.osgeo.org/geos/trunk@2112 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-22 Ben Jubb * capi/geos_c.h.in, source/headers/geos/version.h.vc: Updated for VC to give correct version (3.1.0-CAPI-1.5.0). git-svn-id: http://svn.osgeo.org/geos/trunk@2111 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-18 Ben Jubb * configure.in: Added to CAPI interface, cleared CAPI_INTERFACE_REV, bumped AGE & CURRENT git-svn-id: http://svn.osgeo.org/geos/trunk@2110 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-18 Ben Jubb * source/index/chain/MonotoneChainBuilder.cpp: Fixed a bug in the handling of line strings with repeated points. -This line, and those below, will be ignored-- M MonotoneChainBuilder.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@2109 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-17 Ben Jubb * capi/geos_c.cpp: Fixed a misspelling, GEOSPreparedContainsProperty => GEOSPreparedContainsProperly git-svn-id: http://svn.osgeo.org/geos/trunk@2108 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-16 Frank Warmerdam * source/Makefile.vc: updated to include post 3.0 classes git-svn-id: http://svn.osgeo.org/geos/trunk@2107 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-09 Ben Jubb * capi/geos_c.cpp, capi/geos_c.h.in: Added support for prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2106 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-09 Ben Jubb * source/headers/geos/geom/prep/PreparedGeometryFactory.h: removed extraneous 'using namespace' git-svn-id: http://svn.osgeo.org/geos/trunk@2105 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-03 Ben Jubb * source/noding/MCIndexSegmentSetMutualIntersector.cpp: commented out some delete's in MCIndexSegmentSetMutualIntersector::addToIndex, to fix a bug in prepared contains() predicate. git-svn-id: http://svn.osgeo.org/geos/trunk@2104 5242fede-7e19-0410-aef8-94bd7d2200fb 2008-01-02 Sean Gillies * swig/Makefile.am: Conditionally add swig/python,ruby to SUBDIRS git-svn-id: http://svn.osgeo.org/geos/trunk@2102 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-22 Mateusz Loskot * build/bjam/geos/Jamfile: Updated configuration of experimental builder based on Boost.Build. GEOS compiles with bjam successfully as static library. git-svn-id: http://svn.osgeo.org/geos/trunk@2101 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/Makefile.vc: Updated Visual C++ makefiles with new submissions from Ben. Now, new GEOS features compiles with NMAKE too. git-svn-id: http://svn.osgeo.org/geos/trunk@2100 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/headers/geos/algorithm/Makefile.am: Removed SimplePointInAreaLocator.h from algorithm/Makefile.am (header migrated to algorithm/locate). git-svn-id: http://svn.osgeo.org/geos/trunk@2099 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/algorithm/Makefile.am: Added comment about deprecated translation units in source/algorithm. git-svn-id: http://svn.osgeo.org/geos/trunk@2098 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/geom/util/Makefile.am: remove trailing backslash git-svn-id: http://svn.osgeo.org/geos/trunk@2097 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * : Updated svn:ignore property. git-svn-id: http://svn.osgeo.org/geos/trunk@2096 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/PreparedGeometryFactory.cpp, source/headers/geos/geom/prep/PreparedGeometryFactory.h: Fixed extra qualifications in PreparedGeometryFactory class. git-svn-id: http://svn.osgeo.org/geos/trunk@2094 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/headers/geos/geom/util/ComponentCoordinateExtracter.h: Fixed GeometryTypeId misused in geos/geom/util/ComponentCoordinateExtracter.h. git-svn-id: http://svn.osgeo.org/geos/trunk@2093 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/geom/util/Makefile.am: remove .cpp files that weren't there before git-svn-id: http://svn.osgeo.org/geos/trunk@2092 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/geom/CoordinateArraySequence.cpp, source/geom/CoordinateSequence.cpp, source/geom/LineString.cpp: Reverted changes appled in r2089 to three files from source/geom. git-svn-id: http://svn.osgeo.org/geos/trunk@2091 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/algorithm/Makefile.am: type subdir typo git-svn-id: http://svn.osgeo.org/geos/trunk@2090 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/geom/CoordinateArraySequence.cpp, source/geom/CoordinateSequence.cpp, source/geom/LineString.cpp: Updated svn:ignore property. git-svn-id: http://svn.osgeo.org/geos/trunk@2089 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/examples/CustomPointCoordinateSequence.cpp: Added missing header to CustomPointCoordinateSequence.cpp. git-svn-id: http://svn.osgeo.org/geos/trunk@2088 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * source/algorithm/Makefile.am, source/algorithm/SimplePointInAreaLocator.cpp: Removed unused SimplePointInAreaLocator.cpp. This unit migrated to algorithm/locate module. git-svn-id: http://svn.osgeo.org/geos/trunk@2087 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * configure.in: Updated configure.in with new locations. git-svn-id: http://svn.osgeo.org/geos/trunk@2086 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * configure.in: Updated configure.in with new locations. git-svn-id: http://svn.osgeo.org/geos/trunk@2085 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * configure.in: Updated configure.in with new locations. git-svn-id: http://svn.osgeo.org/geos/trunk@2084 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * configure.in: Updated configure.in with new locations. git-svn-id: http://svn.osgeo.org/geos/trunk@2083 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Mateusz Loskot * configure.in: Updated configure.in with new locations. git-svn-id: http://svn.osgeo.org/geos/trunk@2082 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/headers/geos/algorithm/Makefile.am, source/headers/geos/algorithm/locate/Makefile.am, source/headers/geos/noding/Makefile.am: Add headers/geos/algorithm/locate to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2081 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/noding/Makefile.am: Add files to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2080 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/headers/geos/index/Makefile.am, source/headers/geos/index/intervalrtree/Makefile.am: Added headers/index/intervalrtree to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2079 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/headers/geos/geom/Makefile.am, source/headers/geos/geom/prep/Makefile.am, source/headers/geos/geom/util/Makefile.am: Added headers/geom/prep headers/geom/util to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2078 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/index/Makefile.am, source/index/intervalrtree/Makefile.am: Added index/intervalrtree to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2077 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/geom/util/Makefile.am: added geom/util/ComponentCoordinateExtracter.h git-svn-id: http://svn.osgeo.org/geos/trunk@2076 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/geom/Makefile.am, source/geom/prep/Makefile.am: Add geom/prep to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2075 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/algorithm/Makefile.am, source/algorithm/locate/Makefile.am: Add algorithm/location to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2074 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * source/algorithm/Makefile.am: Added new files git-svn-id: http://svn.osgeo.org/geos/trunk@2073 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/algorithm/RayCrossingCounter.cpp: git-svn-id: http://svn.osgeo.org/geos/trunk@2072 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * build/msvc80/geos_lib/geos_lib.vcproj: git-svn-id: http://svn.osgeo.org/geos/trunk@2071 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/index/intervalrtree/IntervalRTreeBranchNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h, source/headers/geos/index/intervalrtree/IntervalRTreeNode.h, source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2070 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/algorithm/locate/IndexedPointInAreaLocator.cpp, source/algorithm/locate/PointOnGeometryLocator.cpp, source/algorithm/locate/SimplePointInAreaLocator.cpp: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2069 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/geom/util/ComponentCoordinateExtracter.cpp: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2068 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/geom/util/ComponentCoordinateExtracter.h: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2067 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/operation/predicate/RectangleIntersects.cpp: modified because SimplePointInAreaLocator.h moved git-svn-id: http://svn.osgeo.org/geos/trunk@2066 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/noding/FastSegmentSetIntersectionFinder.cpp, source/noding/MCIndexSegmentSetMutualIntersector.cpp, source/noding/NodedSegmentString.cpp, source/noding/SegmentIntersectionDetector.cpp, source/noding/SegmentStringUtil.cpp: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2065 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/index/intervalrtree/IntervalRTreeBranchNode.cpp, source/index/intervalrtree/IntervalRTreeLeafNode.cpp, source/index/intervalrtree/IntervalRTreeNode.cpp, source/index/intervalrtree/SortedPackedIntervalRTree.cpp: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2064 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/geom/prep/AbstractPreparedPolygonContains.cpp, source/geom/prep/BasicPreparedGeometry.cpp, source/geom/prep/PreparedGeometry.cpp, source/geom/prep/PreparedGeometryFactory.cpp, source/geom/prep/PreparedLineString.cpp, source/geom/prep/PreparedLineStringIntersects.cpp, source/geom/prep/PreparedPoint.cpp, source/geom/prep/PreparedPolygon.cpp, source/geom/prep/PreparedPolygonContains.cpp, source/geom/prep/PreparedPolygonContainsProperly.cpp, source/geom/prep/PreparedPolygonCovers.cpp, source/geom/prep/PreparedPolygonIntersects.cpp, source/geom/prep/PreparedPolygonLineIntersection.cpp, source/geom/prep/PreparedPolygonPredicate.cpp: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2063 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/geomgraph/EdgeEndStar.cpp: modified because SimplePointInAreaLocator.h moved git-svn-id: http://svn.osgeo.org/geos/trunk@2062 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/algorithm/SimplePointInAreaLocator.h: Moved into geos::algorithm::locate git-svn-id: http://svn.osgeo.org/geos/trunk@2061 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/algorithm/RayCrossingCounter.h: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2060 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h, source/headers/geos/geom/prep/BasicPreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometry.h, source/headers/geos/geom/prep/PreparedGeometryFactory.h, source/headers/geos/geom/prep/PreparedLineString.h, source/headers/geos/geom/prep/PreparedLineStringIntersects.h, source/headers/geos/geom/prep/PreparedPoint.h, source/headers/geos/geom/prep/PreparedPolygon.h, source/headers/geos/geom/prep/PreparedPolygonContains.h, source/headers/geos/geom/prep/PreparedPolygonContainsProperly.h, source/headers/geos/geom/prep/PreparedPolygonCovers.h, source/headers/geos/geom/prep/PreparedPolygonIntersects.h, source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h, source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2059 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/noding/FastSegmentSetIntersectionFinder.h, source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h, source/headers/geos/noding/NodableSegmentString.h, source/headers/geos/noding/NodedSegmentString.h, source/headers/geos/noding/SegmentIntersectionDetector.h, source/headers/geos/noding/SegmentSetMutualIntersector.h, source/headers/geos/noding/SegmentStringUtil.h: Added from JTS 1.9 to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2058 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/noding/SegmentString.h: changed destructor to be virtual git-svn-id: http://svn.osgeo.org/geos/trunk@2057 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/geom/Envelope.h: Added a covers() predicate, from JTS 1.9, to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2056 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/geom/Geometry.h: changed IsRectangle to be public git-svn-id: http://svn.osgeo.org/geos/trunk@2055 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/geom/Envelope.inl: Added a covers() predicate, from JTS 1.9, to support prepared geometry git-svn-id: http://svn.osgeo.org/geos/trunk@2054 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h: Moved from geos::algorithm as in JTS 1.9 git-svn-id: http://svn.osgeo.org/geos/trunk@2053 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h, source/headers/geos/algorithm/locate/PointOnGeometryLocator.h: New namaspace geos::algorithm::locate, as in JTS 1.9.. git-svn-id: http://svn.osgeo.org/geos/trunk@2052 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Ben Jubb * source/headers/geos/algorithm/SimplePointInAreaLocator.h: Added a public constructor, and a method to bring in line with JTS 1.9. Changed namespace to geos::algorithm::locate git-svn-id: http://svn.osgeo.org/geos/trunk@2051 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * configure.in: version numbering for next release (3.1.0) git-svn-id: http://svn.osgeo.org/geos/trunk@2050 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-21 Paul Ramsey * ChangeLog, configure.in: 3.0.0 release git-svn-id: http://svn.osgeo.org/geos/trunk@2046 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-19 Mateusz Loskot * ChangeLog, source/headers/geos/geom.h, source/headers/geos/io.h: Improved warning message about using DEPRECATED headers git-svn-id: http://svn.osgeo.org/geos/trunk@2045 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-17 Mateusz Loskot * tests/xmltester/XMLTester.cpp: Fixed std::tolower usage in XMLTester.cpp (Ticket #163). git-svn-id: http://svn.osgeo.org/geos/trunk@2044 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-17 Mateusz Loskot * source/algorithm/HCoordinate.cpp: Replaced finite function with std::numeric_limits (Ticket #162). git-svn-id: http://svn.osgeo.org/geos/trunk@2043 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-17 Mateusz Loskot * ChangeLog, source/Makefile.vc: source\Makefile.vc: Fixed MSVC_VER condition for Microsoft Visual C++ 2008 (9.0). git-svn-id: http://svn.osgeo.org/geos/trunk@2042 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-13 Mateusz Loskot * ChangeLog: Added Id keyword at the top of ChangeLog file. git-svn-id: http://svn.osgeo.org/geos/trunk@2041 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-13 Mateusz Loskot * ChangeLog, build/msvc80/geos_unit/geos_unit.vcproj, source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp, tests/unit/geom/GeometryFactoryTest.cpp: * build\msvc80\geos_unit\geos_unit.vcproj: fixed post-build event * source\geom\GeometryCollection.cpp: removed unreachable code, shorten exception message. * source\geom\Geometry.cpp: purified condition based on dynamic_cast * tests\unit\geom\GeometryFactoryTest.cpp: use std::size_t instead of int where unsigned integral type required. git-svn-id: http://svn.osgeo.org/geos/trunk@2040 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-09 Mateusz Loskot * ChangeLog, tests/unit/Makefile.am, tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp: Added test suite for class geos::precision::SimpleGeometryPrecisionReducer. git-svn-id: http://svn.osgeo.org/geos/trunk@2038 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-12-08 Mateusz Loskot * : Updated svn:keyword property. git-svn-id: http://svn.osgeo.org/geos/trunk@2037 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-11-26 Mateusz Loskot * ChangeLog, build/msvc80/geos_python/geos_python.vcproj, build/msvc80/geos_ruby/geos_ruby.vcproj, swig/python/geos_wrap.cxx: Added common Property Sheet for Visual C++ projects where Python and Ruby macros/locations are defined. Fixed include of Python.h, see Ticket #164 for details. git-svn-id: http://svn.osgeo.org/geos/trunk@2035 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-11-26 Mateusz Loskot * : Updated svn:ignore patterns. git-svn-id: http://svn.osgeo.org/geos/trunk@2034 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-11-23 Mateusz Loskot * ChangeLog, source/headers/geos/io/WKBWriter.h: A bit of purification with explicit casting int to bool type. git-svn-id: http://svn.osgeo.org/geos/trunk@2032 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-11-02 Paul Ramsey * web/index.html: urls updated to point to osgeo locations git-svn-id: http://svn.osgeo.org/geos/trunk@2031 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-11-02 Paul Ramsey * web/index.html, web/style.css: add the web site content to svn for collaborative management git-svn-id: http://svn.osgeo.org/geos/trunk@2030 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-21 Charlie Savage * configure.in: Update the CAPI and GEOS version numbers based on Reader/Writer additions to the CAPI and EWKB support for the C++ api. git-svn-id: http://svn.osgeo.org/geos/trunk@2029 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-21 Charlie Savage * swig/geos.i.in, swig/ruby/geos_wrap.cxx, swig/ruby/ruby.i, swig/ruby/test/test_buffer.rb, swig/ruby/test/test_helper.rb, swig/ruby/test/test_io.rb, swig/ruby/test/test_operations.rb, swig/ruby/test/test_srid.rb, swig/ruby/test/test_version.rb: Updated the SWIG bindings and tests to use the new Reader/Writer classes exposed in the CAPI. git-svn-id: http://svn.osgeo.org/geos/trunk@2028 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-21 Charlie Savage * capi/geos_c.cpp, capi/geos_c.h.in: Update the CAPI to expose WKTReader/WBTWriter and WKBReader/WBKWriter in the CAPI. This is an improvement over the existing API since it avoids the use of the static variable used to control byte order and # of dimenions, and gives clients more control over the creation/destruction of readers and writers. Finally, exposed the ability to output the EWKB format (set SRID to true in the WKBWriter). git-svn-id: http://svn.osgeo.org/geos/trunk@2027 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-21 Charlie Savage * source/index/strtree/STRtree.cpp: Switched back to using < because the fuzzy comparison now in use trips assertion errors in VC++. See comments in code for more information. Note this change may cause problems. Strk left a note in the code saying that the '<' comparison sometimes gives unstable results. But that seems better than an assertion failure. git-svn-id: http://svn.osgeo.org/geos/trunk@2026 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-21 Charlie Savage * source/headers/geos/io/WKBWriter.h, source/io/WKBWriter.cpp: Updated the WKBWriter so it can output EWKB format similar to PostGIS. Also added a few getter/setter methods that allow clients to specify the reader's number of dimensions, byte order and whether srid values should be output. These getters/setters make it easier to wrap the reader in the CAPI. git-svn-id: http://svn.osgeo.org/geos/trunk@2025 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-14 Charlie Savage * build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_ruby/geos_ruby.vcproj: git-svn-id: http://svn.osgeo.org/geos/trunk@2024 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-14 Charlie Savage * : Told SVN to ignore MSCV++ Python swig build directories. git-svn-id: http://svn.osgeo.org/geos/trunk@2023 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-11 Charlie Savage * source/headers/geos/profiler.h: Don't include config.h for MSVC++ builds. git-svn-id: http://svn.osgeo.org/geos/trunk@2021 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-07 Charlie Savage * configure.in: The test for SWIG was incorrect. Fixed by patch from Mark Cave-Ayland. git-svn-id: http://svn.osgeo.org/geos/trunk@2020 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-06 Charlie Savage * source/headers/geos/profiler.h: Applied patch from Mark Cave-Ayland's to make older versions of MingW that don't have struct timezone defined compile again. Also fixed issues with more recent versions of MingW that don't correctly compile with the -ansi compiler switch. git-svn-id: http://svn.osgeo.org/geos/trunk@2019 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-09-06 Charlie Savage * configure.in, macros/ruby.m4: Applied patches from Mark Cave-Ayland's that reorganize/improve the SWIG support in the generated configure file.\ git-svn-id: http://svn.osgeo.org/geos/trunk@2018 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-31 Charlie Savage * capi/geos_c.cpp, capi/geos_c.h.in: For MSVC++ builds the CAPI version was set in geos_c.cpp instead of geos_c.h and it was set incorrectly. This patch fixes the MSVC++ version number and centralizes the various versoin #defines in the geos_c.h. git-svn-id: http://svn.osgeo.org/geos/trunk@2017 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-31 Charlie Savage * swig/python/Makefile.am, swig/ruby/Makefile.am: Update swig makefiles to make the wrappers dependent on the SWIG interface files even if SWIG is disabled. Doing this means that Make will correctly recognize that a user has modified an I file, but that the .cxx wrapper cannot be regenerated since SWIG is not available. git-svn-id: http://svn.osgeo.org/geos/trunk@2016 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-30 Charlie Savage * source/headers/geos/profiler.h, source/headers/geos/timeval.h: MingW now includes the gettimeofday function - so reworked includes to only use custom version when building with VC++. git-svn-id: http://svn.osgeo.org/geos/trunk@2015 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-30 Charlie Savage * macros/ruby.m4, swig/ruby/Makefile.am: Added RUBY_BIN_DIR to autoconf macros - simplified auto make input file for ruby bindings. git-svn-id: http://svn.osgeo.org/geos/trunk@2014 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-30 Charlie Savage * macros/ac_pkg_swig.m4: The last attempt to fix this file failed - instead keep the code that queries the swig libraries but use sed to merge multiple lines together. If this is not done, then the swig output causes ./configure to blow up on msys. git-svn-id: http://svn.osgeo.org/geos/trunk@2013 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-30 Charlie Savage * macros/ac_pkg_swig.m4: Fixes sed issue with swig on msys. For more info see: http://lists.refractions.net/pipermail/geos-devel/2007-August/002956.htmlgit-svn-id: http://svn.osgeo.org/geos/trunk@2012 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-30 Charlie Savage * swig/geos.i.in: Changed from dos to unix line feeds. git-svn-id: http://svn.osgeo.org/geos/trunk@2011 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-29 Charlie Savage * build/msvc80/geos.sln, build/msvc80/geos_python/geos_python.vcproj, build/msvc80/geos_ruby/geos_ruby.vcproj: New VC++ project for the python SWIG bindings. git-svn-id: http://svn.osgeo.org/geos/trunk@2010 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-29 Charlie Savage * build/msvc80/geos_ruby/geos_ruby.vcproj, swig/geos.i.in, swig/python/python.i, swig/ruby/geos_wrap.cxx, swig/ruby/ruby.i: Ruby SWIG bindings - mapped eql? to == so that you can do point == point2 in ruby. Removed a hard-coded path from VC++ project. Updated out-of-date copyright notices for no particularly good reason. git-svn-id: http://svn.osgeo.org/geos/trunk@2009 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * : Added release as an ignored directory for VC++, similar to the debug directory. git-svn-id: http://svn.osgeo.org/geos/trunk@2008 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * capi/geos_c.h.in: Fixed c api include for VC++ - it should be #include instead of #include . git-svn-id: http://svn.osgeo.org/geos/trunk@2006 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * build/msvc80/geos.sln: Added new ruby VC++ project to solution file. git-svn-id: http://svn.osgeo.org/geos/trunk@2005 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * build/msvc80/geos_c_dll/geos_c_dll.vcproj: Follow lead of geos_lib project - copy geos/geos_c.h.in to geos/geos_c.h when building with VC++. git-svn-id: http://svn.osgeo.org/geos/trunk@2004 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * build/msvc80/geos_ruby/geos_ruby.vcproj: Added new vc++ project for building ruby bindings. Its not perfect since it hard-codes the path to Ruby, but its enough to get one started. git-svn-id: http://svn.osgeo.org/geos/trunk@2003 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * swig/python/geos.py, swig/python/geos_wrap.cxx, swig/ruby/geos_wrap.cxx: Updated SWIG wrappers based on changed interface file. Also generated with SWIG 1.3.31 git-svn-id: http://svn.osgeo.org/geos/trunk@2002 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * swig/ruby/test/geos_tests.rb, swig/ruby/test/test_buffer.rb, swig/ruby/test/test_combinations.rb, swig/ruby/test/test_coordinate_sequence.rb, swig/ruby/test/test_envelope.rb, swig/ruby/test/test_geometry.rb, swig/ruby/test/test_io.rb, swig/ruby/test/test_operations.rb, swig/ruby/test/test_relations.rb, swig/ruby/test/test_srid.rb, swig/ruby/test/test_version.rb: SWIG bindings - updated Ruby tests based on name changes. git-svn-id: http://svn.osgeo.org/geos/trunk@2001 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * swig/ruby/ruby.i: Updated Ruby swig bindings to more closely match Ruby style names. So eql? instead of equals, dimensions instead of get_dimensions, etc. git-svn-id: http://svn.osgeo.org/geos/trunk@2000 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-28 Charlie Savage * swig/geos.i.in: Exposed Geometry::Clone method in SWIG bindings. Added check for NULL string in geomFromWKT wrapper. git-svn-id: http://svn.osgeo.org/geos/trunk@1999 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-23 Paul Ramsey * source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h: Memory leak patches from Robert Coup git-svn-id: http://svn.osgeo.org/geos/trunk@1998 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-08-22 Mateusz Loskot * source/headers/geos/io/ByteOrderDataInStream.inl, source/operation/overlay/ElevationMatrix.cpp, source/operation/polygonize/Polygonizer.cpp: Cleaned compilation warnings from VC++. git-svn-id: http://svn.osgeo.org/geos/trunk@1997 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-11 Mateusz Loskot * ChangeLog, source/operation/IsSimpleOp.cpp: Replaced post-increment operators with pre-increment operators where standard iterators are incremented in loops. NOTE: Prefer pre-incr. over post-inc. when working with standard iterators. git-svn-id: http://svn.osgeo.org/geos/trunk@1996 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-11 Mateusz Loskot * tests/unit/Makefile.am, tests/unit/operation/IsSimpleOpTest.cpp: Added unit test for geos::operation::IsSimpleOp class. git-svn-id: http://svn.osgeo.org/geos/trunk@1995 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-10 Mateusz Loskot * ChangeLog, tests/unit/Makefile.am: Updated tests/unit/Makefile.am with new files. git-svn-id: http://svn.osgeo.org/geos/trunk@1994 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-10 Mateusz Loskot * ChangeLog, build/msvc80/geos.sln, build/msvc80/geos_unit/geos_unit.vcproj, tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp: Added unit test for geos::algorithm::CGAlgorithms::computeOrientation() function. git-svn-id: http://svn.osgeo.org/geos/trunk@1993 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-10 Mateusz Loskot * : Updated svn:ignore property for the whole tree adding VC++ and Windows specific patterns. git-svn-id: http://svn.osgeo.org/geos/trunk@1992 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-10 Mateusz Loskot * tests/unit/algorithm/ConvexHullTest.cpp, tests/unit/geom/LineStringTest.cpp: Added unit test for geos::algorithm::ConvexHull. git-svn-id: http://svn.osgeo.org/geos/trunk@1990 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-10 Mateusz Loskot * tests/unit/utility.h: Added custom operators for static and dynamic casts of pointers wrapped with std::auto_ptr type. git-svn-id: http://svn.osgeo.org/geos/trunk@1989 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-08 Mateusz Loskot * tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Identified test case failing because of geos::index::strtree::yComparator() instability. git-svn-id: http://svn.osgeo.org/geos/trunk@1988 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-08 Mateusz Loskot * ChangeLog, source/index/strtree/STRtree.cpp: Analysis of instability of the yComparator, there are some new important questions to answer. git-svn-id: http://svn.osgeo.org/geos/trunk@1987 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-08 Mateusz Loskot * ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj, source/algorithm/CGAlgorithms.cpp, source/algorithm/CentroidArea.cpp, source/algorithm/CentroidLine.cpp, source/algorithm/CentroidPoint.cpp, source/algorithm/HCoordinate.cpp, source/algorithm/InteriorPointArea.cpp, source/algorithm/InteriorPointLine.cpp, source/algorithm/InteriorPointPoint.cpp, source/algorithm/MinimumDiameter.cpp, source/algorithm/PointLocator.cpp, source/algorithm/SIRtreePointInRing.cpp, source/geom/CoordinateSequence.cpp, source/geomgraph/Edge.cpp, source/geomgraph/EdgeList.cpp, source/headers/geos/geom/CoordinateFilter.h, source/headers/geos/geomgraph/Edge.h, source/headers/geos/geomgraph/Node.h, source/headers/geos/index/bintree/Root.h, source/headers/geos/index/chain/MonotoneChainOverlapAction.h, source/index/chain/MonotoneChainBuilder.cpp, source/index/quadtree/DoubleBits.cpp, source/index/strtree/SIRtree.cpp, source/index/strtree/STRtree.cpp, source/index/sweepline/SweepLineIndex.cpp, source/operation/buffer/BufferSubgraph.cpp: Cleaned signed/unsigned types mixtures, got rid from annoying compiler warnings. git-svn-id: http://svn.osgeo.org/geos/trunk@1986 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-08 Mateusz Loskot * ChangeLog: Applied Konstantin Baumann's suggestion about including version.h in C API header for Visual C++. git-svn-id: http://svn.osgeo.org/geos/trunk@1985 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-08 Mateusz Loskot * capi/geos_c.h.in: Applied Konstantin Baumann's suggestion about including version.h in C API header for Visual C++. git-svn-id: http://svn.osgeo.org/geos/trunk@1984 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-01 Mateusz Loskot * ChangeLog, build/bjam/Jamroot, build/bjam/geos/Jamfile, build/bjam/geos_c/Jamfile, build/bjam/geos_unit/Jamfile: Added Boost.Build configuration for GEOS (experimental). The idea is to enable users to build GEOS with bjam tool from Boost.Build package. git-svn-id: http://svn.osgeo.org/geos/trunk@1983 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-01 Mateusz Loskot * source/headers/geos/platform.h.vc: Set missing svn:keywords property. git-svn-id: http://svn.osgeo.org/geos/trunk@1982 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-06-01 Mateusz Loskot * ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj: Applied patch with pre-build events generating platform.h and version.h headers. Thanks to Konstantin Baumann for this patch. git-svn-id: http://svn.osgeo.org/geos/trunk@1981 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-05-06 Mateusz Loskot * : Updated svn:ignore property for build\msvc80. git-svn-id: http://svn.osgeo.org/geos/trunk@1980 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-04-22 Mateusz Loskot * ChangeLog, source/geom/CoordinateArraySequence.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp: Added assertion validating ordinateIndex in setOrdinate() function. Extended GEOSCoordSeqTest with swapped and non-swapped calls of coordiantes assignment functions. git-svn-id: http://svn.osgeo.org/geos/trunk@1978 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-04-15 Mateusz Loskot * ChangeLog, autogen.sh: Added detection of glibtoolize under Mac OS X. git-svn-id: http://svn.osgeo.org/geos/trunk@1977 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-03-05 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/hole_from_shell.xml, tests/xmltester/hole_red.xml: Add new testcases by Carl Anderson git-svn-id: http://svn.osgeo.org/geos/trunk@1976 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-26 Sandro Santilli * ChangeLog, source/inlines.cpp: Patch by Tom Elwertowski: * source/inlines.cpp: fix for MingW32 builds. git-svn-id: http://svn.osgeo.org/geos/trunk@1975 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-21 Sandro Santilli * ChangeLog, source/operation/buffer/SubgraphDepthLocater.cpp: Patch by Carl Anderson: * source/operation/buffer/SubgraphDepthLocater.cpp (findStabbedSegments): Implement short-circuit to avoid inner defective logic. Fixes badguy3.xml git-svn-id: http://svn.osgeo.org/geos/trunk@1974 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-21 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/badguy3.xml: * tests/xmltester/: Makefile.am, badguy3.xml: Added simplified version of nasty buffer bug test. git-svn-id: http://svn.osgeo.org/geos/trunk@1973 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-08 Sandro Santilli * ChangeLog, configure.in: Patch by Mark Cave-Ayland: * configure.in: Allow configure to continue with use_python set to false if a python binary is not found, as per http://sources.redhat.com/automake/automake.html#Python. git-svn-id: http://svn.osgeo.org/geos/trunk@1972 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-07 Sandro Santilli * ChangeLog, source/headers/geos/index/strtree/AbstractNode.h, source/headers/geos/index/strtree/AbstractSTRtree.h, source/headers/geos/index/strtree/Boundable.h, source/headers/geos/index/strtree/ItemBoundable.h, source/headers/geos/index/strtree/SIRtree.h, source/headers/geos/index/strtree/STRtree.h, source/index/strtree/AbstractNode.cpp, source/index/strtree/AbstractSTRtree.cpp, source/index/strtree/ItemBoundable.cpp, source/index/strtree/SIRtree.cpp, source/index/strtree/STRtree.cpp: General refactoring aimed at making the code cleaner to read and maintain; use iterators rather then random accessing containers to allow easy future switch to std::list from std::vector; use a tolerance-based strict weak ordering operator for sorting child boundables in STRtree, this fixes the heisenbug when building with inlines disabled. git-svn-id: http://svn.osgeo.org/geos/trunk@1971 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-06 Sandro Santilli * ChangeLog, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: * tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Expect result of POLYGON simplification to always be a polygon, even if collapsed to the empty geom. git-svn-id: http://svn.osgeo.org/geos/trunk@1970 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-06 Sandro Santilli * ChangeLog, source/headers/geos/operation/buffer/BufferBuilder.h, source/headers/geos/operation/buffer/BufferOp.h, source/operation/buffer/BufferBuilder.cpp, source/operation/buffer/BufferOp.cpp: * operation::buffer::BufferBuilder, operation::buffer::BufferOp: Fixed buffer operation to always return polygonal geometry git-svn-id: http://svn.osgeo.org/geos/trunk@1969 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-03 Paul Ramsey * ChangeLog, configure.in: 3.0.0rc4 tagging git-svn-id: http://svn.osgeo.org/geos/trunk@1967 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-02-01 Sandro Santilli * ChangeLog, source/headers/geos/operation/buffer/BufferOp.h, source/operation/buffer/BufferOp.cpp: * operation::buffer::BufferOp: set MAX_PRECISION_DIGITS so to match JTS. git-svn-id: http://svn.osgeo.org/geos/trunk@1966 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-26 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/stmlf-cases-20070119.xml: * tests/xmltester/: Makefile.am, stmlf-cases-20070119.xml: New overlay test. git-svn-id: http://svn.osgeo.org/geos/trunk@1965 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-26 Sandro Santilli * ChangeLog, source/operation/buffer/BufferBuilder.cpp, tests/xmltester/XMLTester.cpp: * tests/xmltester/XMLTester.cpp: improved buffer result validator. * source/operation/buffer/BufferBuilder.cpp (computeNodedEdges): remove repeated points from noded SegmentStrings, skip collapsed edges. git-svn-id: http://svn.osgeo.org/geos/trunk@1964 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-17 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/heisenbugs.xml: New testcase for bug fixed by previous commit. git-svn-id: http://svn.osgeo.org/geos/trunk@1963 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-17 Sandro Santilli * ChangeLog, source/index/strtree/STRtree.cpp: * source/index/strtree/STRtree.cpp (yComparator): Use static_cast<> and make code more readable. A side effect seems to be fixing a segfault :! git-svn-id: http://svn.osgeo.org/geos/trunk@1962 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-17 Sandro Santilli * ChangeLog, source/headers/geos/index/strtree/STRtree.h: * source/headers/geos/index/strtree/STRtree.h (centreY): const-corrected. git-svn-id: http://svn.osgeo.org/geos/trunk@1961 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-16 Sandro Santilli * ChangeLog, tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: * tests/xmltester/XMLTester.cpp: don't include catch-all headers. git-svn-id: http://svn.osgeo.org/geos/trunk@1960 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-09 Sandro Santilli * ChangeLog, source/headers/geos/operation/buffer/OffsetCurveBuilder.h, source/operation/buffer/Makefile.am, source/operation/buffer/OffsetCurveBuilder.cpp, source/operation/buffer/OffsetCurveVertexList.h, tests/xmltester/Makefile.am, tests/xmltester/TestBufferExternal.xml, tests/xmltester/XMLTester.cpp: * source/operation/buffer/: Makefile.am, OffsetCurveVertexList.h: New helper class for OffsetCurveBuilder * operation::buffer::OffsetCurveBuilder: Move vertexlist management to external class. * tests/xmltester/: Makefile.am, TestBufferExternal.xml: added test for above changes (imported from JTS and modified to work with GEOS). * tests/xmltester/XMLTester.cpp: change buffer validator again: check area of topological difference between expected and obtained result to be smaller then 1/1000 of expected geometry area. git-svn-id: http://svn.osgeo.org/geos/trunk@1959 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-09 Sandro Santilli * ChangeLog, source/geom/CoordinateArraySequence.cpp, source/headers/geos/geom/CoordinateArraySequence.h, source/headers/geos/geom/CoordinateSequence.h: * source/geom/CoordinateArraySequence.cpp, source/headers/geos/geom/CoordinateSequence.h, source/headers/geos/geom/CoordinateArraySequence.h: add(Coordinate, bool) made a virtual method and overrridden for CoordinateArraySequence, for better performance (single virtual call vs. multiple); added front() and back() methods. git-svn-id: http://svn.osgeo.org/geos/trunk@1958 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-09 Sandro Santilli * ChangeLog, tests/xmltester/XMLTester.cpp: * tests/xmltester/XMLTester.cpp: add areatest to buffer test handler. git-svn-id: http://svn.osgeo.org/geos/trunk@1957 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-05 Sandro Santilli * ChangeLog, configure.in: * configure.in: prepared for version to 3.0.0rc4, fixed swig python errors as suggested by hint (AM_PATH_PYTHON). git-svn-id: http://svn.osgeo.org/geos/trunk@1956 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-04 Sandro Santilli * ChangeLog, configure.in, swig/geos.i, swig/geos.i.in: * configure.in, swig/geos.i.in, swig/geos.i: geos.i generated at configure time from geos.i.in (so we don't have to manually update versions there). git-svn-id: http://svn.osgeo.org/geos/trunk@1955 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-04 Sandro Santilli * ChangeLog, swig/geos.i: Patch by dev-zero at gentoo dot org: * swig/geos.i: use unsigned int when CAPI signatures expect unsigned int (not size_t). git-svn-id: http://svn.osgeo.org/geos/trunk@1954 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-03 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/fme.xml: * tests/xmltester/: fme.xml, Makefile.am: added buffer testcase. git-svn-id: http://svn.osgeo.org/geos/trunk@1953 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-03 Sandro Santilli * ChangeLog, tests/xmltester/XMLTester.cpp: * tests/xmltester/XMLTester.cpp: use a tolerance of 10E-6 for buffer validation (~10cm at worst when using latlong projections); create sql tables with oid to work around a bug in qgis 0.7.4. git-svn-id: http://svn.osgeo.org/geos/trunk@1952 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-03 Sandro Santilli * ChangeLog, source/algorithm/HCoordinate.cpp, source/inlines.cpp: Applied patch by Mark Cave-Ayland : * source/inlines.cpp, source/algorithm/HCoordinate.cpp: Fixes for MingW builds. See geos-devel/2007-January/002766.html. git-svn-id: http://svn.osgeo.org/geos/trunk@1951 5242fede-7e19-0410-aef8-94bd7d2200fb 2007-01-03 Sandro Santilli * ChangeLog, source/operation/buffer/BufferOp.cpp: * source/operation/buffer/BufferOp.cpp (bufferReducedPrecision): Fixed computation of reduced PrecisionModel scale. git-svn-id: http://svn.osgeo.org/geos/trunk@1950 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-18 Sandro Santilli * ChangeLog, tests/xmltester/robustness.xml: * tests/xmltester/robustness.xml: added testcase reported to fail with 2.2.3 on postgis-users/2006-November/014013.html. git-svn-id: http://svn.osgeo.org/geos/trunk@1949 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-18 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h, source/headers/geos/precision/GeometrySnapper.h, source/precision/GeometrySnapper.cpp: Geometry snapping synced with JTS. git-svn-id: http://svn.osgeo.org/geos/trunk@1948 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-18 Sandro Santilli * ChangeLog, HOWTO_RELEASE: * HOWTO_RELEASE: add ChangeLog's release mark step. git-svn-id: http://svn.osgeo.org/geos/trunk@1947 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-18 Sandro Santilli * ChangeLog, source/precision/GeometrySnapper.cpp, tests/xmltester/Makefile.am, tests/xmltester/TestRobustOverlayFixed.xml: * source/precision/GeometrySnapper.cpp (computeSnapTolerance): properly compute snap tolerance for fixed precision geometries. * tests/xmltester/: Makefile.am, TestRobustOverlayFixed.xml: new test for fixed precision snapping. git-svn-id: http://svn.osgeo.org/geos/trunk@1946 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-15 Sandro Santilli * ChangeLog: release 3.0.0rc3 marked git-svn-id: http://svn.osgeo.org/geos/trunk@1945 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-14 Paul Ramsey * configure.in: bumped version numbers for 3.0.0rc3 git-svn-id: http://svn.osgeo.org/geos/trunk@1943 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-13 Mateusz Loskot * ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj, source/Makefile.vc: Updated makefile and project files for Visual C++. git-svn-id: http://svn.osgeo.org/geos/trunk@1942 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-13 Sandro Santilli * ChangeLog, source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/headers/geos/operation/overlay/OffsetPointGenerator.h, source/headers/geos/operation/overlay/OverlayResultValidator.h, source/operation/overlay/FuzzyPointLocator.cpp, source/operation/overlay/OffsetPointGenerator.cpp, source/operation/overlay/OverlayResultValidator.cpp: Updated port information. git-svn-id: http://svn.osgeo.org/geos/trunk@1941 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-13 Sandro Santilli * ChangeLog, source/headers/geos/precision/GeometrySnapper.h, source/headers/geos/precision/LineStringSnapper.h, source/precision/GeometrySnapper.cpp, source/precision/LineStringSnapper.cpp: * precision::GeometrySnapper, precision::LineStringSnapper: Updated port information. git-svn-id: http://svn.osgeo.org/geos/trunk@1940 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-11 Sandro Santilli * ChangeLog, source/headers/geos/geomgraph/EdgeNodingValidator.h, source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/Makefile.am, source/headers/geos/noding/SegmentIntersector.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h, source/noding/FastNodingValidator.cpp, source/noding/MCIndexNoder.cpp, source/noding/Makefile.am, source/noding/SingleInteriorIntersectionFinder.cpp: * source/headers/geos/noding/SegmentIntersector.h: added virtual isDone() function, always returning false by default. * source/noding/MCIndexNoder.cpp (intersectChains): short-circuit from JTS-1.8, based on the new SegmentIntersector::isDone() method. * source/noding/Makefile.am, source/noding/FastNodingValidator.cpp, source/noding/SingleInteriorIntersectionFinder.cpp, source/headers/geos/noding/Makefile.am, source/headers/geos/noding/FastNodingValidator.h, source/headers/geos/noding/SingleInteriorIntersectionFinder.h: New ports from JTS-1.8-cvs. * source/headers/geos/geomgraph/EdgeNodingValidator.h: use a FastNodingValidator rather then a simple NodingValidator. git-svn-id: http://svn.osgeo.org/geos/trunk@1939 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-07 Sandro Santilli * ChangeLog, source/algorithm/LineIntersector.cpp, source/headers/geos/algorithm/CentralEndpointIntersector.h, source/headers/geos/algorithm/LineIntersector.h, source/headers/geos/algorithm/Makefile.am: * source/headers/geos/algorithm/: CentralEndpointIntersector.h, Makefile.am: new port from JTS-1.8. * algorithm::LineIntersector: robustness improvements from JTS-1.8. git-svn-id: http://svn.osgeo.org/geos/trunk@1938 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Mateusz Loskot * tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp: Fixed indentantion in tests/unit/capi. git-svn-id: http://svn.osgeo.org/geos/trunk@1937 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Mateusz Loskot * ChangeLog: Fixed typos in changelog. git-svn-id: http://svn.osgeo.org/geos/trunk@1936 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Mateusz Loskot * : Set svn:keyword property on CAPI tests. git-svn-id: http://svn.osgeo.org/geos/trunk@1935 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Mateusz Loskot * build/msvc80/geos_unit/geos_unit.vcproj: Added CAPI tests to VC++ project. git-svn-id: http://svn.osgeo.org/geos/trunk@1933 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h, source/operation/overlay/OverlayOp.cpp: * source/operation/overlay/OverlayOp.cpp: Use EdgeNodingValidator instead of OverlayResultValidator (faster and more effective). Note that compile-time defines can select use of either or both ones. * source/headers/geos/geom/BinaryOp.h: be quiet if not in DEBUG mode. git-svn-id: http://svn.osgeo.org/geos/trunk@1932 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-05 Sandro Santilli * ChangeLog, source/headers/geos/noding/NodingValidator.h, source/noding/NodingValidator.cpp: * noding::NodingValidator.h: throw TopologyException rather then a generic GEOSException. git-svn-id: http://svn.osgeo.org/geos/trunk@1931 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, source/headers/geos/geomgraph/EdgeNodingValidator.h: * source/headers/geos/geomgraph/EdgeNodingValidator.h: fix members initialization order. git-svn-id: http://svn.osgeo.org/geos/trunk@1930 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, source/geomgraph/EdgeNodingValidator.cpp, source/headers/geos/geomgraph/EdgeNodingValidator.h: * geomgraph::EdgeNodingValidator: minor cleanup to use references args instead of pointers for method that doesn't handle NULLs anyway. git-svn-id: http://svn.osgeo.org/geos/trunk@1929 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, source/simplify/DouglasPeuckerLineSimplifier.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSCoordSeq.cpp, tests/unit/capi/GEOSCoordSeqTest.cpp, tests/unit/capi/GEOSSimplifyTest.cpp: * tests/unit/capi/: GEOSCoordSeq.cpp => GEOSCoordSeqTest.cpp * tests/unit/capi/GEOSSimplifyTest.cpp: new test for GEOSSimplify (just a test for bug #134). * source/simplify/DouglasPeuckerLineSimplifier.cpp (simplify): don't try to simplify empty coordinate lists. Fixes bug #134. git-svn-id: http://svn.osgeo.org/geos/trunk@1928 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: Other tests using setOrdinate instead of set{X,Y,Z} git-svn-id: http://svn.osgeo.org/geos/trunk@1927 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, source/geom/CoordinateArraySequence.cpp: * source/geom/CoordinateArraySequence.cpp (setOrdinate): fix bug #133. git-svn-id: http://svn.osgeo.org/geos/trunk@1926 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: * tests/unit/capi/GEOSCoordSeq.cpp: add test for bug #133 (failing). git-svn-id: http://svn.osgeo.org/geos/trunk@1925 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-12-04 Sandro Santilli * ChangeLog, tests/unit/geom/CoordinateArraySequenceTest.cpp: * tests/unit/geom/CoordinateArraySequenceTest.cpp: added tests for setOrdinate() git-svn-id: http://svn.osgeo.org/geos/trunk@1924 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-30 Sandro Santilli * ChangeLog, capi/geos_c.cpp, tests/unit/Makefile.am, tests/unit/capi/GEOSCoordSeq.cpp: * tests/unit/: Makefile.am, capi/GEOSCoordSeq.cpp: new experimental test for C-API GEOSCoordSeq. * capi/geos_c.cpp (GEOSCoordSeq_create): removed suspicious static cast. git-svn-id: http://svn.osgeo.org/geos/trunk@1923 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-28 Mateusz Loskot * build/README, build/msvc80/README, build/msvc80/geos.sln, build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_unit/geos_unit.vcproj: Added Visual C++ 2005 project files. git-svn-id: http://svn.osgeo.org/geos/trunk@1922 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-23 Sandro Santilli * ChangeLog, source/geom/Point.cpp: * source/geom/Point.cpp (equalsExact): don't segfault on empty points. Fixes bug #132. git-svn-id: http://svn.osgeo.org/geos/trunk@1921 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-23 Sandro Santilli * tests/xmltester/stmlf-cases-20061020.xml: Added short descripion of testcases provenience git-svn-id: http://svn.osgeo.org/geos/trunk@1920 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-22 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/stmlf-cases-20061020.xml: * tests/xmltester/: stmlf-cases-20061020.xml, Makefile.am: add more robustness testcases. git-svn-id: http://svn.osgeo.org/geos/trunk@1919 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-22 Sandro Santilli * ChangeLog, autogen.sh: Patch by dron@ak4719.spb.edu: * autogen.sh: call 'autoheader' after 'aclocal'. Fixes bug #131 git-svn-id: http://svn.osgeo.org/geos/trunk@1918 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-18 Mateusz Loskot * source/Makefile.vc: Fixed path to geos_c.h in source/makefile.vc. git-svn-id: http://svn.osgeo.org/geos/trunk@1917 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-15 Sandro Santilli * ChangeLog, capi/Makefile.am, capi/geos_c.h.vc.in, configure.in, source/Makefile.vc, source/headers/geos/Makefile.am, source/headers/geos/version.h.vc: * configure.in: don't generate geos_c.h.vc * source/Makefile.vc: don't generate geos_c.h and version.h * source/headers/geos/version.h.vc, capi/geos_c.h.vc.in: removed, will NOT be needed by Makefile.vc * source/headers/geos/Makefile.am: distribute version.h * capi/Makefile.am: distribute geos_c.h git-svn-id: http://svn.osgeo.org/geos/trunk@1916 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-15 Sandro Santilli * ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: hopefully fixed GEOS_DLL use. git-svn-id: http://svn.osgeo.org/geos/trunk@1915 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-15 Sandro Santilli * ChangeLog, capi/geos_c.cpp: * capi/geos_c.cpp (GEOSGeom_getDimensions): Fix a segfault on empty geometry input (fix bug #126). git-svn-id: http://svn.osgeo.org/geos/trunk@1914 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-11 Paul Ramsey * capi/geos_c.h.vc.in: Retreived original .vc file and put in MACRO substitutions. Somehow GNU version replaced .vc version during file shuffles to get macros in. git-svn-id: http://svn.osgeo.org/geos/trunk@1913 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Sandro Santilli * ChangeLog: fixed timewarp git-svn-id: http://svn.osgeo.org/geos/trunk@1912 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Paul Ramsey * ChangeLog: noted .vc change git-svn-id: http://svn.osgeo.org/geos/trunk@1911 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Paul Ramsey * capi/Makefile.am: Made sure geos_c.h.vc is part of 'make dist' since VC users won't have .configure git-svn-id: http://svn.osgeo.org/geos/trunk@1910 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Paul Ramsey * capi/Makefile.am, capi/geos_c.h.vc, capi/geos_c.h.vc.in: Added substitution strings to .in files for .vc generation. git-svn-id: http://svn.osgeo.org/geos/trunk@1909 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Paul Ramsey * configure.in: Changes for capi .vc generation git-svn-id: http://svn.osgeo.org/geos/trunk@1908 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-10 Howard Butler * capi/geos_c.h.vc: update git-svn-id: http://svn.osgeo.org/geos/trunk@1907 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-09 Sandro Santilli * ChangeLog, tests/xmltester/XMLTester.cpp: * test/xmltester/XMLTester.cpp: improved 'testarea' test. git-svn-id: http://svn.osgeo.org/geos/trunk@1906 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-08 Sandro Santilli * ChangeLog: added 'release-separator' tag git-svn-id: http://svn.osgeo.org/geos/trunk@1905 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-08 Sandro Santilli * ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/robustness.xml: * tests/xmltester/robustness.xml: made test safe to run by using the new 'areatest' operation; added new testcases just raised on the mailing list. * tests/xmltester/Makefile.am: robustness.xml is now safe to run, so run it on make check. git-svn-id: http://svn.osgeo.org/geos/trunk@1904 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-08 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h: enable COMMONBITS-removal heuristic so it is attempted before geometry snapping. git-svn-id: http://svn.osgeo.org/geos/trunk@1903 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-05 Sandro Santilli * ChangeLog, capi/Makefile.am: * capi/Makefile.am: distribute files needed for testing, proper cleanup (make distcheck works now) git-svn-id: http://svn.osgeo.org/geos/trunk@1900 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-05 Charlie Savage * swig/ruby/geos_wrap.cxx: Updated ruby swig wrapper for changes in header files. git-svn-id: http://svn.osgeo.org/geos/trunk@1899 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-05 Charlie Savage * swig/python/geos_wrap.cxx: Updated python swig wrapper for changes in header files. git-svn-id: http://svn.osgeo.org/geos/trunk@1898 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-05 Charlie Savage * swig/geos.i: Fixes for changes in header files. git-svn-id: http://svn.osgeo.org/geos/trunk@1897 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-03 Sandro Santilli * capi/testrunner.sh: redirect 'diff' output to stderr git-svn-id: http://svn.osgeo.org/geos/trunk@1896 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-03 Sandro Santilli * ChangeLog, capi/testrunner.sh: hopefully fixed proper quoting git-svn-id: http://svn.osgeo.org/geos/trunk@1895 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-03 Sandro Santilli * ChangeLog, capi/testrunner.sh: Report non-zero return from ./geostest run git-svn-id: http://svn.osgeo.org/geos/trunk@1894 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h: disable debugging output by default. git-svn-id: http://svn.osgeo.org/geos/trunk@1893 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, capi/geostest.c: * capi/geostest.c: updated to use the new GEOSGeometry typedef, so to build w/out warnings and fully respecting current const specification. git-svn-id: http://svn.osgeo.org/geos/trunk@1892 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: * capi/geos_c.cpp, capi/geos_c.h.in: const-corrected and documented GEOSPolygonize function. git-svn-id: http://svn.osgeo.org/geos/trunk@1891 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, capi/test.expected, capi/testrunner.sh: * capi/test.expected: updated expected version * capi/testrunner.sh: be happy with geostest running w/out segfaulting, still run diff for reference. git-svn-id: http://svn.osgeo.org/geos/trunk@1890 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, configure.in: * configure.in: updated versions to 3.0.0rc2 / CAPI-1.3.0 git-svn-id: http://svn.osgeo.org/geos/trunk@1889 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-11-02 Sandro Santilli * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by Markus Schaber : * capi/geos_c.h.in: add GEOSGeometry and GEOSCoordSequence typedef, to unhide the pointer type and allow fine-grained const specification, use the new typedefs in function signatures (fix some const-specifications accordingly) * capi/geos_c.cpp: define GEOSGeometry and GEOSCoordSequence for cross-checking of types in header. git-svn-id: http://svn.osgeo.org/geos/trunk@1888 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by Markus Schaber * capi/geos_c.cpp: more focused 'using' directives. * capi/geos_c.h.in: let the enum visible by geos_c.cpp now that there are no more name clashes. git-svn-id: http://svn.osgeo.org/geos/trunk@1887 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * capi/geos_c.cpp: removed useless GEOSGeomTypes define git-svn-id: http://svn.osgeo.org/geos/trunk@1886 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, source/operation/overlay/OverlayOp.cpp: reduce default verbosity git-svn-id: http://svn.osgeo.org/geos/trunk@1885 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: * capi/geos_c.cpp: Remove a typedef which is also included via Header; Use dynamic_cast instead of C cast in 2 cases to allow the RTTI type check; Replace "geoms" temp vector in polygonizer function with a loop, this saves us at least one of the two vector copies; Drop 2 unneded const_cast occurences; Allow calling getNumGeometries against non-collections; 2 comment / whitespace cleanups. * capi/geos_c.h.in: Added a comment explaining ou #ifndef magic; Unified the two #ifndef into a single one. git-svn-id: http://svn.osgeo.org/geos/trunk@1884 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, capi/Makefile.am, capi/test.expected, capi/testrunner.sh: * capi/: test.expected, testrunner.sh, Makefile.am: Added a run of ./geostest as part of 'make check' git-svn-id: http://svn.osgeo.org/geos/trunk@1883 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch submitted by Markus Schaber ( reviewed and fixed ) * capi/: geos_c.cpp, geos_c.h.in: Changed the C-API implementation to actually include the header that's included by the clients, this allows the compiler to check declarations and implementation for consistency, fixed geos_c.cpp accordingly (const-correctness, mainly). git-svn-id: http://svn.osgeo.org/geos/trunk@1882 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-30 Sandro Santilli * ChangeLog, capi/geostest.c: * capi/geostest.c: added some checks of return from CAPI functions returning GEOSGeom (not all, just a few) git-svn-id: http://svn.osgeo.org/geos/trunk@1881 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-27 Sandro Santilli * ChangeLog, source/algorithm/InteriorPointLine.cpp, source/geom/Geometry.cpp, source/headers/geos/algorithm/InteriorPointLine.h, source/headers/geos/geom/Geometry.h, source/headers/geos/operation/polygonize/Polygonizer.h, source/operation/polygonize/Polygonizer.cpp: Patch by Markus Schaber * algorithm::InteriorPointLine (ctor): take Geometry by const-pointer. * geom::Geometry (getInteriorPoint): made a const-method * operation::polygonize::Polygonizer: implement filter_ro rather then filter_rw, as it doesn't change the Geometry, propagated change to internal interfaces (add methods) git-svn-id: http://svn.osgeo.org/geos/trunk@1880 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-26 Sandro Santilli * ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: reverted all changes of 'int' types to 'size_t' types (the lib never changed, and still expects ints) git-svn-id: http://svn.osgeo.org/geos/trunk@1879 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-24 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h: try original geoms first by default. git-svn-id: http://svn.osgeo.org/geos/trunk@1878 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-24 Sandro Santilli * ChangeLog, source/headers/geos/operation/overlay/OverlayResultValidator.h, source/operation/overlay/OverlayResultValidator.cpp: * operation::overlay::OverlayResultValidator.cpp (isValid): run the test even if inputs and output are not areal. git-svn-id: http://svn.osgeo.org/geos/trunk@1877 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-24 Sandro Santilli * ChangeLog, source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/operation/overlay/FuzzyPointLocator.cpp: * operation::overlay::FuzzyPointLocator: eliminate non-polygonal components from consideration when testing the location of points. git-svn-id: http://svn.osgeo.org/geos/trunk@1876 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-24 Sandro Santilli * ChangeLog, source/headers/geos/precision/GeometrySnapper.h, source/precision/GeometrySnapper.cpp: * precision::GeometrySnapper: snapPrecisionFactor augmented from 10e-12 to 10e-10. git-svn-id: http://svn.osgeo.org/geos/trunk@1875 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-24 Sandro Santilli * ChangeLog, source/headers/geos/precision/LineStringSnapper.h, source/precision/LineStringSnapper.cpp: * precision::LineStringSnapper (findSegmentToSnap): return the *closest* segment, don't snap if the closest segment *intersects* the snap points, consider a distance of exactly snapTolerance as non-tolerated (got in sync with JTS) git-svn-id: http://svn.osgeo.org/geos/trunk@1874 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-23 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h (SnapOp): document and add optional CBR step (snap after applying common bits removal - this is the default); (check_valid): add validity checker function. git-svn-id: http://svn.osgeo.org/geos/trunk@1873 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-20 Sandro Santilli * ChangeLog, source/headers/geos/noding/SegmentString.h, source/noding/ScaledNoder.cpp, source/noding/SegmentString.cpp: * noding::SegmentString: added notifyCoordinatesChange method. * noding::ScaledNoder: notify possible coordinates change to SegmentString after removing repeated points. git-svn-id: http://svn.osgeo.org/geos/trunk@1872 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-19 Sandro Santilli * ChangeLog, configure.in: * configure.in: use 'expr' for arithmetics (more portable) git-svn-id: http://svn.osgeo.org/geos/trunk@1871 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-18 Mateusz Loskot * ChangeLog, makefile.vc, source/Makefile.vc: Refactored Visual C++ makefiles. git-svn-id: http://svn.osgeo.org/geos/trunk@1870 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-18 Mateusz Loskot * source/Makefile.vc, source/dirlist.mk: Updated source\makefile.vc and source\dirlist.mk files. git-svn-id: http://svn.osgeo.org/geos/trunk@1869 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-18 Mateusz Loskot * makefile.vc: Added top-level makefile.vc. git-svn-id: http://svn.osgeo.org/geos/trunk@1868 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-18 Sandro Santilli * : fixed svn:ignore property git-svn-id: http://svn.osgeo.org/geos/trunk@1867 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-17 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h (SnapOp): fixed horrible bug applying overlay of first geom to itself :( git-svn-id: http://svn.osgeo.org/geos/trunk@1865 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-17 Sandro Santilli * capi/geos_c.h.in: really fixed 'extra tokens at end of #endif directive' warning git-svn-id: http://svn.osgeo.org/geos/trunk@1864 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-17 Sandro Santilli * capi/geos_c.h.in: fixed 'extra tokens at end of #endif directive' warning git-svn-id: http://svn.osgeo.org/geos/trunk@1863 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-17 Sandro Santilli * ChangeLog, capi/Makefile.am: * capi/Makefile.am: don't directly link geostest against both libgeos.so and libstdc++ (should be derived by libgeos_c.so). git-svn-id: http://svn.osgeo.org/geos/trunk@1862 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-12 Sandro Santilli * ChangeLog, tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h: * tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/bigtest.h, tests/bigtest/TestSweepLineSpeed.cpp: fixed header inclusion, to reduce compiler noise. git-svn-id: http://svn.osgeo.org/geos/trunk@1861 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-09 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: * source/headers/geos/geom/BinaryOp.h: always snap geoms to each-other before applying an overlay (temp hack). git-svn-id: http://svn.osgeo.org/geos/trunk@1860 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-09 Sandro Santilli * ChangeLog, source/operation/overlay/OverlayOp.cpp: * source/operation/overlay/OverlayOp.cpp: enable all overlay result validators, make it disablable at compile time. git-svn-id: http://svn.osgeo.org/geos/trunk@1859 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-05 Mateusz Loskot * ChangeLog, capi/geos_c.h.in, capi/geos_c.h.vc: Added inclusion guards to geos_c.h files. git-svn-id: http://svn.osgeo.org/geos/trunk@1858 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-05 Sandro Santilli * ChangeLog, tests/xmltester/XMLTester.cpp: increment areatest verbosity (needs -v -v) git-svn-id: http://svn.osgeo.org/geos/trunk@1857 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-10-02 Howard Butler * ChangeLog, capi/geos_c.cpp: GEOSEnvelope wasn't in the PROTOTYPES section in geos_c.cpp git-svn-id: http://svn.osgeo.org/geos/trunk@1856 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-27 Sandro Santilli * HOWTO_RELEASE: updated tag item git-svn-id: http://svn.osgeo.org/geos/trunk@1855 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-27 Sandro Santilli * HOWTO_RELEASE: added info about svn tags git-svn-id: http://svn.osgeo.org/geos/trunk@1854 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-19 Sandro Santilli * source/operation/overlay/OffsetPointGenerator.cpp: Added include git-svn-id: http://svn.osgeo.org/geos/trunk@1853 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-08 Paul Ramsey * AUTHORS: Added information about funders of the 3.0.0 series: Safe Software, Autodesk, Bavarian State Ministry of Agriculture and Forestry and the State Survey of Bavaria. git-svn-id: http://svn.osgeo.org/geos/trunk@1851 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-08 Sandro Santilli * TODO: updated git-svn-id: http://svn.osgeo.org/geos/trunk@1850 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-08 Sandro Santilli * source/operation/overlay/OverlayResultValidator.cpp: more debugging output git-svn-id: http://svn.osgeo.org/geos/trunk@1849 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-08 Sandro Santilli * tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/OverlayResultValidatorTest.cpp: More testcases git-svn-id: http://svn.osgeo.org/geos/trunk@1848 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/overlay/OverlayResultValidatorTest.cpp: New unit test for OverlayResultValidator class git-svn-id: http://svn.osgeo.org/geos/trunk@1847 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/operation/overlay/OverlayResultValidator.cpp: more debugging output git-svn-id: http://svn.osgeo.org/geos/trunk@1846 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/headers/geos/operation/overlay/OverlayResultValidator.h, source/operation/overlay/OverlayResultValidator.cpp: Added addVertices private method (unused, as in JTS, but possibly useful in the future) git-svn-id: http://svn.osgeo.org/geos/trunk@1845 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/operation/overlay/OverlayResultValidator.cpp: Added debugging code git-svn-id: http://svn.osgeo.org/geos/trunk@1844 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: more testcases (added test for max distance of offset points) git-svn-id: http://svn.osgeo.org/geos/trunk@1843 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/algorithm/PointLocatorTest.cpp, tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp, tests/unit/geom/CoordinateArraySequenceTest.cpp, tests/unit/geom/CoordinateListTest.cpp, tests/unit/geom/CoordinateTest.cpp, tests/unit/geom/DimensionTest.cpp, tests/unit/geom/EnvelopeTest.cpp, tests/unit/geom/GeometryFactoryTest.cpp, tests/unit/geom/LineSegmentTest.cpp, tests/unit/geom/LineStringTest.cpp, tests/unit/geom/LinearRingTest.cpp, tests/unit/geom/LocationTest.cpp, tests/unit/geom/MultiLineStringTest.cpp, tests/unit/geom/MultiPointTest.cpp, tests/unit/geom/MultiPolygonTest.cpp, tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp, tests/unit/geom/TriangleTest.cpp, tests/unit/io/WKBReaderTest.cpp, tests/unit/noding/SegmentStringTest.cpp, tests/unit/operation/distance/DistanceOpTest.cpp, tests/unit/precision/LineStringSnapperTest.cpp: removed svn:executable prop from all .cpp files git-svn-id: http://svn.osgeo.org/geos/trunk@1842 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp, tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: removed svn:executable property git-svn-id: http://svn.osgeo.org/geos/trunk@1841 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: testing execute bit state git-svn-id: http://svn.osgeo.org/geos/trunk@1840 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Mateusz Loskot * : Set svn:keyword for $ expansion. git-svn-id: http://svn.osgeo.org/geos/trunk@1839 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/operation/overlay/OverlayResultValidator.cpp: blindly return positive result if any input or output is not an area git-svn-id: http://svn.osgeo.org/geos/trunk@1837 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: new test for FuzzyPointLocator git-svn-id: http://svn.osgeo.org/geos/trunk@1836 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/headers/geos/geom/Location.h: Explicit values to LocationValue enum items. Removed CVS Log git-svn-id: http://svn.osgeo.org/geos/trunk@1835 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * doc/example.cpp: Removed catch-all headers inclusion and use of obsoleted Unload class git-svn-id: http://svn.osgeo.org/geos/trunk@1834 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * README: updated git-svn-id: http://svn.osgeo.org/geos/trunk@1833 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/headers/geos/operation/overlay/OverlayResultValidator.h: comment cleanup git-svn-id: http://svn.osgeo.org/geos/trunk@1832 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * source/headers/geos/operation/distance/DistanceOp.h: Comments about ownership (and lifetime) of returned objects git-svn-id: http://svn.osgeo.org/geos/trunk@1831 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * tests/unit/Makefile.am, tests/unit/operation/distance/DistanceOpTest.cpp: New DistanceOp unit test git-svn-id: http://svn.osgeo.org/geos/trunk@1830 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * ChangeLog, source/operation/distance/DistanceOp.cpp: (computeMinDistancePoints): fixed invalid reference. git-svn-id: http://svn.osgeo.org/geos/trunk@1829 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-07 Sandro Santilli * ChangeLog, autogen.sh: don't giveup on automake failures (testing) git-svn-id: http://svn.osgeo.org/geos/trunk@1828 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * source/operation/overlay/OverlayOp.cpp: Ops, overlay result validation erroenously committed git-svn-id: http://svn.osgeo.org/geos/trunk@1827 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * ChangeLog, tests/unit/Makefile.am, tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: new test for OffsetPointGenerator class git-svn-id: http://svn.osgeo.org/geos/trunk@1826 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * source/operation/overlay/OffsetPointGenerator.cpp: Fixed uninitialized memory bug git-svn-id: http://svn.osgeo.org/geos/trunk@1825 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * ChangeLog, source/operation/overlay/OverlayOp.cpp, tests/unit/Makefile.am, tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: new test for FuzzyPointLocator class git-svn-id: http://svn.osgeo.org/geos/trunk@1824 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * tests/unit/precision/GeometrySnapperTest.cpp: updated after GeometrySnapper interface change. git-svn-id: http://svn.osgeo.org/geos/trunk@1823 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Mateusz Loskot * ChangeLog: Set $ expansion for new files in 'overlay' module. git-svn-id: http://svn.osgeo.org/geos/trunk@1822 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * ChangeLog, source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/headers/geos/operation/overlay/Makefile.am, source/headers/geos/operation/overlay/OffsetPointGenerator.h, source/headers/geos/operation/overlay/OverlayResultValidator.h, source/operation/overlay/FuzzyPointLocator.cpp, source/operation/overlay/Makefile.am, source/operation/overlay/OffsetPointGenerator.cpp, source/operation/overlay/OverlayResultValidator.cpp: Rest of Overlay validation classes. git-svn-id: http://svn.osgeo.org/geos/trunk@1821 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Mateusz Loskot * ChangeLog: Set svn:keyword property for Id keyword expansion. git-svn-id: http://svn.osgeo.org/geos/trunk@1820 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/operation/overlay/FuzzyPointLocator.cpp: Fixed comments and includes git-svn-id: http://svn.osgeo.org/geos/trunk@1819 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * ChangeLog, source/headers/geos/operation/overlay/FuzzyPointLocator.h, source/operation/overlay/FuzzyPointLocator.cpp: new helper class for Overlay op validation. git-svn-id: http://svn.osgeo.org/geos/trunk@1818 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-06 Sandro Santilli * source/headers/geos/geom/Geometry.h: (getBoundary) memory allocations documented git-svn-id: http://svn.osgeo.org/geos/trunk@1817 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-05 Sandro Santilli * ChangeLog: updated (last commit log was bogus, refer to ChangeLog entry) git-svn-id: http://svn.osgeo.org/geos/trunk@1816 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-09-05 Sandro Santilli * source/headers/geos/geom/BinaryOp.h, source/headers/geos/precision/GeometrySnapper.h, source/operation/overlay/OverlayOp.cpp, source/precision/GeometrySnapper.cpp: (OverlayOp::checkObviouslyWrongResult): exceptions messages rewording git-svn-id: http://svn.osgeo.org/geos/trunk@1815 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-31 Sandro Santilli * ChangeLog, source/index/quadtree/Root.cpp: (insertContained): fixed bug reported in geos-devel/2006-August/002541.html git-svn-id: http://svn.osgeo.org/geos/trunk@1814 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-31 Sandro Santilli * ChangeLog, configure.in: Reverted last two commits. Darwin host on buildbot seems to have its own problems... git-svn-id: http://svn.osgeo.org/geos/trunk@1813 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-31 Sandro Santilli * configure.in: Ops, it was AM_CONFIG_HEADER the old version - still testing git-svn-id: http://svn.osgeo.org/geos/trunk@1812 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-31 Sandro Santilli * ChangeLog, configure.in: AC_CONFIG_HEADERS => AM_CONFIG_HEADER (to support older automake versions) git-svn-id: http://svn.osgeo.org/geos/trunk@1811 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-04 Howard Butler * capi/geos_c.h.vc: version should be 3.0.0 instead of 3.3.0 git-svn-id: http://svn.osgeo.org/geos/trunk@1810 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-04 Howard Butler * source/headers/geos/version.h.vc: bump patch to rc1 git-svn-id: http://svn.osgeo.org/geos/trunk@1809 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-04 Howard Butler * source/Makefile.vc: give makefile.vc some love git-svn-id: http://svn.osgeo.org/geos/trunk@1808 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-04 Charlie Savage * swig/geos.i, swig/python/geos.py, swig/python/geos_wrap.cxx, swig/ruby/geos_wrap.cxx: Updated SWIG bindings to expose the equalsExact and normalize methods. git-svn-id: http://svn.osgeo.org/geos/trunk@1807 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * source/headers/geos/platform.h.in, source/headers/geos/timeval.h: Two changes needed to include the correct definitions for compiling geos using MingW/msys on Windows. git-svn-id: http://svn.osgeo.org/geos/trunk@1806 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Sandro Santilli * ChangeLog: try to keep text within 80 cols git-svn-id: http://svn.osgeo.org/geos/trunk@1805 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * configure.in: Changed configure.in to use *nix line feeds. git-svn-id: http://svn.osgeo.org/geos/trunk@1804 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc: Mistakenly used Geometry* in C api headers instead of GEOSGeom. git-svn-id: http://svn.osgeo.org/geos/trunk@1803 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * configure.in: Removed native line endings for configure.in since CR/LF does not work on Windows under msys. git-svn-id: http://svn.osgeo.org/geos/trunk@1802 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc: Added equalsExact and normalize to the c api as discussed on the mailing list (http://geos.refractions.net/pipermail/geos-devel/2006-July/002452.html).git-svn-id: http://svn.osgeo.org/geos/trunk@1801 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * ChangeLog, swig/python/Makefile.am, swig/ruby/Makefile.am: Updated build scripts so that ruby/geos_wrap.cxx, python/geos_wrap.cxx and python/geos.py are removed by make maintainer-clean but not make clean. git-svn-id: http://svn.osgeo.org/geos/trunk@1800 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Mateusz Loskot * ChangeLog, tests/unit/geos_unit.cpp: Fixed Bug #90 git-svn-id: http://svn.osgeo.org/geos/trunk@1799 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-08-03 Charlie Savage * swig/python/geos.py, swig/python/geos_wrap.cxx, swig/ruby/geos_wrap.cxx: Added SWIG generated wrapper files for Ruby and Python git-svn-id: http://svn.osgeo.org/geos/trunk@1798 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-27 Mateusz Loskot * : Added svn:ignore property to ignore 'geos-3.0.0rc1' dir (testing commit access to SVN). git-svn-id: http://svn.osgeo.org/geos/trunk@1797 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-26 Sandro Santilli * ChangeLog, capi/Makefile.am, tests/xmltester/XMLTester.cpp: * capi/Makefile.am: forced link of geostest against stdc++ lib * tests/xmltester/XMLTester.cpp: added include (for fabs use) git-svn-id: http://svn.osgeo.org/geos/trunk@1794 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-26 Sandro Santilli * ChangeLog, source/headers/geos/geom/BinaryOp.h: Added geometry snapping heuristic git-svn-id: http://svn.osgeo.org/geos/trunk@1776 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-25 Sandro Santilli * ChangeLog, autogen.sh: Made autogen.sh errors more visible git-svn-id: http://svn.osgeo.org/geos/trunk@1775 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Charlie Savage * NEWS: Added note about inclusion of version.in.vc. See http://geos.refractions.net/pipermail/geos-devel/2006-July/002463.html for more info.git-svn-id: http://svn.osgeo.org/geos/trunk@1773 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Sandro Santilli * ChangeLog, tests/unit/Makefile.am, tests/unit/precision/GeometrySnapperTest.cpp: Added test for GeometrySnapper git-svn-id: http://svn.osgeo.org/geos/trunk@1772 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Sandro Santilli * source/precision/LineStringSnapper.cpp: Fixed preprocessor directive use git-svn-id: http://svn.osgeo.org/geos/trunk@1771 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Sandro Santilli * ChangeLog, source/headers/geos/precision/GeometrySnapper.h, source/headers/geos/precision/LineStringSnapper.h, source/headers/geos/precision/Makefile.am, source/precision/GeometrySnapper.cpp, source/precision/LineStringSnapper.cpp, source/precision/Makefile.am, tests/unit/Makefile.am, tests/unit/precision/LineStringSnapperTest.cpp: Added new precision::LineStringSnapper class + test and precision::GeometrySnapper (w/out test) git-svn-id: http://svn.osgeo.org/geos/trunk@1770 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Sandro Santilli * ChangeLog, source/headers/geos/geom/CoordinateList.h: added operator<< for CoordinateList class git-svn-id: http://svn.osgeo.org/geos/trunk@1769 5242fede-7e19-0410-aef8-94bd7d2200fb 2006-07-21 Sandro Santilli * ChangeLog, tests/unit/geom/LineSegmentTest.cpp: Added anot