[geos-commits] r3650 - in trunk: doc examples include include/geos include/geos/algorithm include/geos/algorithm/distance include/geos/algorithm/locate include/geos/geom include/geos/geom/prep include/geos/geom/util include/geos/geomgraph include/geos/geomgraph/index include/geos/index/bintree include/geos/index/chain include/geos/index/intervalrtree include/geos/index/quadtree include/geos/index/strtree include/geos/index/sweepline include/geos/io include/geos/noding include/geos/noding/snapround include/geos/operation include/geos/operation/buffer include/geos/operation/distance include/geos/operation/linemerge include/geos/operation/overlay include/geos/operation/overlay/snap include/geos/operation/overlay/validate include/geos/operation/polygonize include/geos/operation/relate include/geos/operation/union include/geos/operation/valid include/geos/planargraph include/geos/precision include/geos/simplify include/geos/util src/algorithm src/algorithm/locate src/geom src/geom/prep src/geom/util src/geomgraph src/geomgraph/index src/index/bintree src/index/chain src/index/intervalrtree src/index/quadtree src/index/strtree src/index/sweepline src/io src/noding src/noding/snapround src/operation src/operation/buffer src/operation/distance src/operation/linemerge src/operation/overlay src/operation/overlay/validate src/operation/polygonize src/operation/relate src/operation/valid src/planargraph src/planargraph/algorithm src/precision src/simplify src/util tests/bigtest tests/xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Tue May 29 01:42:25 PDT 2012


Author: strk
Date: 2012-05-29 01:42:24 -0700 (Tue, 29 May 2012)
New Revision: 3650

Modified:
   trunk/doc/example.cpp
   trunk/examples/CPCLException.cpp
   trunk/examples/CoordinateSequencesExample.cpp
   trunk/examples/CustomCoordinateSequenceExample.cpp
   trunk/examples/CustomCoordinateSequenceExample.h
   trunk/examples/CustomPointCoordinateSequence.cpp
   trunk/include/acconfig.h
   trunk/include/geos/algorithm/CentralEndpointIntersector.h
   trunk/include/geos/algorithm/CentroidArea.h
   trunk/include/geos/algorithm/CentroidLine.h
   trunk/include/geos/algorithm/CentroidPoint.h
   trunk/include/geos/algorithm/ConvexHull.h
   trunk/include/geos/algorithm/InteriorPointArea.h
   trunk/include/geos/algorithm/InteriorPointLine.h
   trunk/include/geos/algorithm/InteriorPointPoint.h
   trunk/include/geos/algorithm/LineIntersector.h
   trunk/include/geos/algorithm/MCPointInRing.h
   trunk/include/geos/algorithm/MinimumDiameter.h
   trunk/include/geos/algorithm/NotRepresentableException.h
   trunk/include/geos/algorithm/PointInRing.h
   trunk/include/geos/algorithm/PointLocator.h
   trunk/include/geos/algorithm/RayCrossingCounter.h
   trunk/include/geos/algorithm/RobustDeterminant.h
   trunk/include/geos/algorithm/SIRtreePointInRing.h
   trunk/include/geos/algorithm/SimplePointInRing.h
   trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
   trunk/include/geos/algorithm/distance/DistanceToPoint.h
   trunk/include/geos/algorithm/distance/PointPairDistance.h
   trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
   trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h
   trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h
   trunk/include/geos/geom/CoordinateArraySequence.h
   trunk/include/geos/geom/CoordinateFilter.h
   trunk/include/geos/geom/CoordinateList.h
   trunk/include/geos/geom/CoordinateSequence.h
   trunk/include/geos/geom/Dimension.h
   trunk/include/geos/geom/Envelope.h
   trunk/include/geos/geom/Geometry.h
   trunk/include/geos/geom/GeometryCollection.h
   trunk/include/geos/geom/GeometryComponentFilter.h
   trunk/include/geos/geom/GeometryFactory.h
   trunk/include/geos/geom/GeometryFilter.h
   trunk/include/geos/geom/GeometryList.h
   trunk/include/geos/geom/IntersectionMatrix.h
   trunk/include/geos/geom/LineSegment.h
   trunk/include/geos/geom/LineString.h
   trunk/include/geos/geom/LinearRing.h
   trunk/include/geos/geom/MultiLineString.h
   trunk/include/geos/geom/MultiPoint.h
   trunk/include/geos/geom/MultiPolygon.h
   trunk/include/geos/geom/Polygon.h
   trunk/include/geos/geom/PrecisionModel.h
   trunk/include/geos/geom/Triangle.h
   trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h
   trunk/include/geos/geom/prep/BasicPreparedGeometry.h
   trunk/include/geos/geom/prep/PreparedGeometry.h
   trunk/include/geos/geom/prep/PreparedGeometryFactory.h
   trunk/include/geos/geom/prep/PreparedLineString.h
   trunk/include/geos/geom/prep/PreparedPoint.h
   trunk/include/geos/geom/prep/PreparedPolygon.h
   trunk/include/geos/geom/prep/PreparedPolygonContains.h
   trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h
   trunk/include/geos/geom/prep/PreparedPolygonCovers.h
   trunk/include/geos/geom/prep/PreparedPolygonIntersects.h
   trunk/include/geos/geom/prep/PreparedPolygonPredicate.h
   trunk/include/geos/geom/util/ComponentCoordinateExtracter.h
   trunk/include/geos/geom/util/CoordinateOperation.h
   trunk/include/geos/geom/util/GeometryCombiner.h
   trunk/include/geos/geom/util/GeometryEditor.h
   trunk/include/geos/geom/util/GeometryEditorOperation.h
   trunk/include/geos/geom/util/GeometryTransformer.h
   trunk/include/geos/geom/util/LinearComponentExtracter.h
   trunk/include/geos/geom/util/PointExtracter.h
   trunk/include/geos/geom/util/PolygonExtracter.h
   trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
   trunk/include/geos/geomPrep.h
   trunk/include/geos/geomUtil.h
   trunk/include/geos/geomgraph.h
   trunk/include/geos/geomgraph/Depth.h
   trunk/include/geos/geomgraph/DirectedEdge.h
   trunk/include/geos/geomgraph/EdgeList.h
   trunk/include/geos/geomgraph/EdgeNodingValidator.h
   trunk/include/geos/geomgraph/GeometryGraph.h
   trunk/include/geos/geomgraph/Node.h
   trunk/include/geos/geomgraph/NodeFactory.h
   trunk/include/geos/geomgraph/NodeMap.h
   trunk/include/geos/geomgraph/Position.h
   trunk/include/geos/geomgraph/Quadrant.h
   trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
   trunk/include/geos/geomgraph/index/MonotoneChain.h
   trunk/include/geos/geomgraph/index/MonotoneChainEdge.h
   trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h
   trunk/include/geos/geomgraph/index/SegmentIntersector.h
   trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
   trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
   trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
   trunk/include/geos/geomgraph/index/SweepLineEvent.h
   trunk/include/geos/geomgraph/index/SweepLineEventObj.h
   trunk/include/geos/geomgraph/index/SweepLineSegment.h
   trunk/include/geos/index/bintree/Bintree.h
   trunk/include/geos/index/bintree/Interval.h
   trunk/include/geos/index/bintree/Key.h
   trunk/include/geos/index/bintree/Node.h
   trunk/include/geos/index/bintree/NodeBase.h
   trunk/include/geos/index/bintree/Root.h
   trunk/include/geos/index/chain/MonotoneChain.h
   trunk/include/geos/index/chain/MonotoneChainOverlapAction.h
   trunk/include/geos/index/chain/MonotoneChainSelectAction.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h
   trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
   trunk/include/geos/index/quadtree/DoubleBits.h
   trunk/include/geos/index/quadtree/IntervalSize.h
   trunk/include/geos/index/quadtree/Key.h
   trunk/include/geos/index/quadtree/Node.h
   trunk/include/geos/index/quadtree/NodeBase.h
   trunk/include/geos/index/quadtree/Quadtree.h
   trunk/include/geos/index/quadtree/Root.h
   trunk/include/geos/index/strtree/AbstractNode.h
   trunk/include/geos/index/strtree/AbstractSTRtree.h
   trunk/include/geos/index/strtree/Boundable.h
   trunk/include/geos/index/strtree/Interval.h
   trunk/include/geos/index/strtree/ItemBoundable.h
   trunk/include/geos/index/strtree/SIRtree.h
   trunk/include/geos/index/strtree/STRtree.h
   trunk/include/geos/index/sweepline/SweepLineEvent.h
   trunk/include/geos/index/sweepline/SweepLineIndex.h
   trunk/include/geos/index/sweepline/SweepLineInterval.h
   trunk/include/geos/index/sweepline/SweepLineOverlapAction.h
   trunk/include/geos/indexStrtree.h
   trunk/include/geos/indexSweepline.h
   trunk/include/geos/io.h
   trunk/include/geos/io/ByteOrderDataInStream.h
   trunk/include/geos/io/ByteOrderDataInStream.inl
   trunk/include/geos/io/ByteOrderValues.h
   trunk/include/geos/io/ParseException.h
   trunk/include/geos/io/StringTokenizer.h
   trunk/include/geos/io/WKBConstants.h
   trunk/include/geos/io/WKBReader.h
   trunk/include/geos/io/WKBWriter.h
   trunk/include/geos/io/WKTReader.h
   trunk/include/geos/io/WKTReader.inl
   trunk/include/geos/io/WKTWriter.h
   trunk/include/geos/io/Writer.h
   trunk/include/geos/noding/FastNodingValidator.h
   trunk/include/geos/noding/IntersectionAdder.h
   trunk/include/geos/noding/IntersectionFinderAdder.h
   trunk/include/geos/noding/IteratedNoder.h
   trunk/include/geos/noding/MCIndexNoder.h
   trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
   trunk/include/geos/noding/NodableSegmentString.h
   trunk/include/geos/noding/NodedSegmentString.h
   trunk/include/geos/noding/NodingValidator.h
   trunk/include/geos/noding/Octant.h
   trunk/include/geos/noding/ScaledNoder.h
   trunk/include/geos/noding/SegmentIntersectionDetector.h
   trunk/include/geos/noding/SegmentIntersector.h
   trunk/include/geos/noding/SegmentNode.h
   trunk/include/geos/noding/SegmentNodeList.h
   trunk/include/geos/noding/SegmentSetMutualIntersector.h
   trunk/include/geos/noding/SegmentStringUtil.h
   trunk/include/geos/noding/SimpleNoder.h
   trunk/include/geos/noding/SingleInteriorIntersectionFinder.h
   trunk/include/geos/noding/SinglePassNoder.h
   trunk/include/geos/noding/snapround/HotPixel.h
   trunk/include/geos/noding/snapround/SimpleSnapRounder.h
   trunk/include/geos/operation/GeometryGraphOperation.h
   trunk/include/geos/operation/IsSimpleOp.h
   trunk/include/geos/operation/buffer/BufferBuilder.h
   trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h
   trunk/include/geos/operation/buffer/BufferOp.h
   trunk/include/geos/operation/buffer/BufferSubgraph.h
   trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
   trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
   trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
   trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h
   trunk/include/geos/operation/distance/ConnectedElementPointFilter.h
   trunk/include/geos/operation/distance/DistanceOp.h
   trunk/include/geos/operation/distance/GeometryLocation.h
   trunk/include/geos/operation/linemerge/EdgeString.h
   trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h
   trunk/include/geos/operation/linemerge/LineMergeEdge.h
   trunk/include/geos/operation/linemerge/LineMergeGraph.h
   trunk/include/geos/operation/linemerge/LineMerger.h
   trunk/include/geos/operation/linemerge/LineSequencer.h
   trunk/include/geos/operation/overlay/EdgeSetNoder.h
   trunk/include/geos/operation/overlay/ElevationMatrix.h
   trunk/include/geos/operation/overlay/ElevationMatrixCell.h
   trunk/include/geos/operation/overlay/LineBuilder.h
   trunk/include/geos/operation/overlay/MaximalEdgeRing.h
   trunk/include/geos/operation/overlay/MinimalEdgeRing.h
   trunk/include/geos/operation/overlay/OverlayNodeFactory.h
   trunk/include/geos/operation/overlay/OverlayOp.h
   trunk/include/geos/operation/overlay/PointBuilder.h
   trunk/include/geos/operation/overlay/PolygonBuilder.h
   trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
   trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
   trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h
   trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h
   trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h
   trunk/include/geos/operation/polygonize/EdgeRing.h
   trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
   trunk/include/geos/operation/polygonize/PolygonizeEdge.h
   trunk/include/geos/operation/polygonize/PolygonizeGraph.h
   trunk/include/geos/operation/polygonize/Polygonizer.h
   trunk/include/geos/operation/relate/EdgeEndBuilder.h
   trunk/include/geos/operation/relate/EdgeEndBundle.h
   trunk/include/geos/operation/relate/EdgeEndBundleStar.h
   trunk/include/geos/operation/relate/RelateComputer.h
   trunk/include/geos/operation/relate/RelateNodeFactory.h
   trunk/include/geos/operation/relate/RelateNodeGraph.h
   trunk/include/geos/operation/relate/RelateOp.h
   trunk/include/geos/operation/union/CascadedPolygonUnion.h
   trunk/include/geos/operation/valid/ConnectedInteriorTester.h
   trunk/include/geos/operation/valid/ConsistentAreaTester.h
   trunk/include/geos/operation/valid/IsValidOp.h
   trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h
   trunk/include/geos/operation/valid/RepeatedPointTester.h
   trunk/include/geos/operation/valid/SimpleNestedRingTester.h
   trunk/include/geos/operation/valid/SweeplineNestedRingTester.h
   trunk/include/geos/operation/valid/TopologyValidationError.h
   trunk/include/geos/planargraph/DirectedEdge.h
   trunk/include/geos/planargraph/DirectedEdgeStar.h
   trunk/include/geos/planargraph/Edge.h
   trunk/include/geos/planargraph/GraphComponent.h
   trunk/include/geos/planargraph/Node.h
   trunk/include/geos/planargraph/NodeMap.h
   trunk/include/geos/planargraph/PlanarGraph.h
   trunk/include/geos/planargraph/Subgraph.h
   trunk/include/geos/precision/CommonBits.h
   trunk/include/geos/precision/CommonBitsOp.h
   trunk/include/geos/precision/CommonBitsRemover.h
   trunk/include/geos/precision/EnhancedPrecisionOp.h
   trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h
   trunk/include/geos/profiler.h
   trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h
   trunk/include/geos/simplify/DouglasPeuckerSimplifier.h
   trunk/include/geos/simplify/LineSegmentIndex.h
   trunk/include/geos/simplify/TaggedLineSegment.h
   trunk/include/geos/simplify/TaggedLineString.h
   trunk/include/geos/simplify/TaggedLinesSimplifier.h
   trunk/include/geos/simplify/TopologyPreservingSimplifier.h
   trunk/include/geos/spatialIndex.h
   trunk/include/geos/unload.h
   trunk/include/geos/util/Assert.h
   trunk/include/geos/util/AssertionFailedException.h
   trunk/include/geos/util/CoordinateArrayFilter.h
   trunk/include/geos/util/GEOSException.h
   trunk/include/geos/util/GeometricShapeFactory.h
   trunk/include/geos/util/IllegalArgumentException.h
   trunk/include/geos/util/TopologyException.h
   trunk/include/geos/util/UniqueCoordinateArrayFilter.h
   trunk/include/geos/util/UnsupportedOperationException.h
   trunk/include/geos/util/math.h
   trunk/src/algorithm/CentroidArea.cpp
   trunk/src/algorithm/CentroidLine.cpp
   trunk/src/algorithm/CentroidPoint.cpp
   trunk/src/algorithm/ConvexHull.cpp
   trunk/src/algorithm/InteriorPointArea.cpp
   trunk/src/algorithm/InteriorPointLine.cpp
   trunk/src/algorithm/InteriorPointPoint.cpp
   trunk/src/algorithm/LineIntersector.cpp
   trunk/src/algorithm/MCPointInRing.cpp
   trunk/src/algorithm/MinimumDiameter.cpp
   trunk/src/algorithm/NotRepresentableException.cpp
   trunk/src/algorithm/PointLocator.cpp
   trunk/src/algorithm/RayCrossingCounter.cpp
   trunk/src/algorithm/SIRtreePointInRing.cpp
   trunk/src/algorithm/SimplePointInRing.cpp
   trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
   trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
   trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
   trunk/src/geom/CoordinateArraySequence.cpp
   trunk/src/geom/CoordinateSequence.cpp
   trunk/src/geom/CoordinateSequenceFactory.cpp
   trunk/src/geom/Dimension.cpp
   trunk/src/geom/Envelope.cpp
   trunk/src/geom/GeometryCollection.cpp
   trunk/src/geom/GeometryComponentFilter.cpp
   trunk/src/geom/GeometryFactory.cpp
   trunk/src/geom/GeometryList.cpp
   trunk/src/geom/IntersectionMatrix.cpp
   trunk/src/geom/LineSegment.cpp
   trunk/src/geom/LineString.cpp
   trunk/src/geom/LinearRing.cpp
   trunk/src/geom/Location.cpp
   trunk/src/geom/MultiLineString.cpp
   trunk/src/geom/MultiPoint.cpp
   trunk/src/geom/MultiPolygon.cpp
   trunk/src/geom/Polygon.cpp
   trunk/src/geom/PrecisionModel.cpp
   trunk/src/geom/Triangle.cpp
   trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
   trunk/src/geom/prep/BasicPreparedGeometry.cpp
   trunk/src/geom/prep/PreparedGeometry.cpp
   trunk/src/geom/prep/PreparedGeometryFactory.cpp
   trunk/src/geom/prep/PreparedLineString.cpp
   trunk/src/geom/prep/PreparedPoint.cpp
   trunk/src/geom/prep/PreparedPolygon.cpp
   trunk/src/geom/prep/PreparedPolygonContains.cpp
   trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp
   trunk/src/geom/prep/PreparedPolygonCovers.cpp
   trunk/src/geom/prep/PreparedPolygonIntersects.cpp
   trunk/src/geom/prep/PreparedPolygonPredicate.cpp
   trunk/src/geom/util/ComponentCoordinateExtracter.cpp
   trunk/src/geom/util/CoordinateOperation.cpp
   trunk/src/geom/util/GeometryEditor.cpp
   trunk/src/geom/util/GeometryTransformer.cpp
   trunk/src/geomgraph/Depth.cpp
   trunk/src/geomgraph/EdgeList.cpp
   trunk/src/geomgraph/EdgeNodingValidator.cpp
   trunk/src/geomgraph/Label.cpp
   trunk/src/geomgraph/NodeFactory.cpp
   trunk/src/geomgraph/Position.cpp
   trunk/src/geomgraph/Quadrant.cpp
   trunk/src/geomgraph/index/MonotoneChainEdge.cpp
   trunk/src/geomgraph/index/MonotoneChainIndexer.cpp
   trunk/src/geomgraph/index/SegmentIntersector.cpp
   trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp
   trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp
   trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp
   trunk/src/geomgraph/index/SweepLineEvent.cpp
   trunk/src/geomgraph/index/SweepLineSegment.cpp
   trunk/src/index/bintree/Bintree.cpp
   trunk/src/index/bintree/Interval.cpp
   trunk/src/index/bintree/Key.cpp
   trunk/src/index/bintree/Node.cpp
   trunk/src/index/bintree/NodeBase.cpp
   trunk/src/index/bintree/Root.cpp
   trunk/src/index/chain/MonotoneChain.cpp
   trunk/src/index/chain/MonotoneChainOverlapAction.cpp
   trunk/src/index/chain/MonotoneChainSelectAction.cpp
   trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp
   trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp
   trunk/src/index/intervalrtree/IntervalRTreeNode.cpp
   trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp
   trunk/src/index/quadtree/DoubleBits.cpp
   trunk/src/index/quadtree/IntervalSize.cpp
   trunk/src/index/quadtree/Key.cpp
   trunk/src/index/quadtree/Node.cpp
   trunk/src/index/quadtree/NodeBase.cpp
   trunk/src/index/quadtree/Quadtree.cpp
   trunk/src/index/quadtree/Root.cpp
   trunk/src/index/strtree/AbstractNode.cpp
   trunk/src/index/strtree/AbstractSTRtree.cpp
   trunk/src/index/strtree/Interval.cpp
   trunk/src/index/strtree/ItemBoundable.cpp
   trunk/src/index/strtree/SIRtree.cpp
   trunk/src/index/strtree/STRtree.cpp
   trunk/src/index/sweepline/SweepLineEvent.cpp
   trunk/src/index/sweepline/SweepLineIndex.cpp
   trunk/src/index/sweepline/SweepLineInterval.cpp
   trunk/src/io/ByteOrderValues.cpp
   trunk/src/io/ParseException.cpp
   trunk/src/io/StringTokenizer.cpp
   trunk/src/io/Unload.cpp
   trunk/src/io/WKTReader.cpp
   trunk/src/io/Writer.cpp
   trunk/src/noding/FastNodingValidator.cpp
   trunk/src/noding/IntersectionAdder.cpp
   trunk/src/noding/IntersectionFinderAdder.cpp
   trunk/src/noding/MCIndexNoder.cpp
   trunk/src/noding/NodedSegmentString.cpp
   trunk/src/noding/NodingValidator.cpp
   trunk/src/noding/Octant.cpp
   trunk/src/noding/ScaledNoder.cpp
   trunk/src/noding/SegmentIntersectionDetector.cpp
   trunk/src/noding/SegmentNode.cpp
   trunk/src/noding/SegmentNodeList.cpp
   trunk/src/noding/SegmentStringUtil.cpp
   trunk/src/noding/SimpleNoder.cpp
   trunk/src/noding/SingleInteriorIntersectionFinder.cpp
   trunk/src/noding/snapround/HotPixel.cpp
   trunk/src/noding/snapround/SimpleSnapRounder.cpp
   trunk/src/operation/GeometryGraphOperation.cpp
   trunk/src/operation/buffer/BufferSubgraph.cpp
   trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
   trunk/src/operation/buffer/RightmostEdgeFinder.cpp
   trunk/src/operation/buffer/SubgraphDepthLocater.cpp
   trunk/src/operation/distance/ConnectedElementLocationFilter.cpp
   trunk/src/operation/distance/ConnectedElementPointFilter.cpp
   trunk/src/operation/distance/DistanceOp.cpp
   trunk/src/operation/distance/GeometryLocation.cpp
   trunk/src/operation/linemerge/EdgeString.cpp
   trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp
   trunk/src/operation/linemerge/LineMergeEdge.cpp
   trunk/src/operation/linemerge/LineMergeGraph.cpp
   trunk/src/operation/linemerge/LineMerger.cpp
   trunk/src/operation/linemerge/LineSequencer.cpp
   trunk/src/operation/overlay/EdgeSetNoder.cpp
   trunk/src/operation/overlay/ElevationMatrix.cpp
   trunk/src/operation/overlay/ElevationMatrixCell.cpp
   trunk/src/operation/overlay/MaximalEdgeRing.cpp
   trunk/src/operation/overlay/MinimalEdgeRing.cpp
   trunk/src/operation/overlay/OverlayNodeFactory.cpp
   trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp
   trunk/src/operation/overlay/validate/OverlayResultValidator.cpp
   trunk/src/operation/polygonize/EdgeRing.cpp
   trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp
   trunk/src/operation/polygonize/PolygonizeEdge.cpp
   trunk/src/operation/polygonize/PolygonizeGraph.cpp
   trunk/src/operation/polygonize/Polygonizer.cpp
   trunk/src/operation/relate/EdgeEndBundleStar.cpp
   trunk/src/operation/relate/RelateNodeFactory.cpp
   trunk/src/operation/relate/RelateNodeGraph.cpp
   trunk/src/operation/relate/RelateOp.cpp
   trunk/src/operation/valid/ConnectedInteriorTester.cpp
   trunk/src/operation/valid/ConsistentAreaTester.cpp
   trunk/src/operation/valid/IndexedNestedRingTester.h
   trunk/src/operation/valid/QuadtreeNestedRingTester.cpp
   trunk/src/operation/valid/RepeatedPointTester.cpp
   trunk/src/operation/valid/SimpleNestedRingTester.cpp
   trunk/src/operation/valid/SweeplineNestedRingTester.cpp
   trunk/src/operation/valid/TopologyValidationError.cpp
   trunk/src/planargraph/DirectedEdge.cpp
   trunk/src/planargraph/DirectedEdgeStar.cpp
   trunk/src/planargraph/Edge.cpp
   trunk/src/planargraph/Node.cpp
   trunk/src/planargraph/NodeMap.cpp
   trunk/src/planargraph/PlanarGraph.cpp
   trunk/src/planargraph/Subgraph.cpp
   trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp
   trunk/src/precision/CommonBits.cpp
   trunk/src/precision/CommonBitsOp.cpp
   trunk/src/precision/CommonBitsRemover.cpp
   trunk/src/precision/EnhancedPrecisionOp.cpp
   trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
   trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
   trunk/src/simplify/DouglasPeuckerSimplifier.cpp
   trunk/src/simplify/LineSegmentIndex.cpp
   trunk/src/simplify/TaggedLineSegment.cpp
   trunk/src/simplify/TaggedLineString.cpp
   trunk/src/simplify/TaggedLineStringSimplifier.cpp
   trunk/src/simplify/TaggedLinesSimplifier.cpp
   trunk/src/util/Assert.cpp
   trunk/src/util/Profiler.cpp
   trunk/tests/bigtest/GeometryTestFactory.cpp
   trunk/tests/bigtest/TestSweepLineSpeed.cpp
   trunk/tests/bigtest/bigtest.h
   trunk/tests/xmltester/CTS.cpp
   trunk/tests/xmltester/SimpleWKTTester.cpp
   trunk/tests/xmltester/Stackwalker.h
Log:
Drop embedded RCS logs

Modified: trunk/doc/example.cpp
===================================================================
--- trunk/doc/example.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/doc/example.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -1116,114 +1116,3 @@
 
 	exit(0);
 }
-
-/**********************************************************************
- * $Log$
- * Revision 1.46  2006/04/09 11:07:54  mloskot
- * Small fixes in doc/example.cpp.
- *
- * Revision 1.45  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.44  2006/03/28 15:19:22  strk
- * Added macros for sections skip (useful in debugging)
- *
- * Revision 1.43  2006/03/15 18:44:51  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.42  2006/03/06 21:27:39  strk
- * Cascading fixed after Unload definition moved to geos::io namespace
- *
- * Revision 1.41  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.40  2006/03/06 15:23:14  strk
- * geos::io namespace
- *
- * Revision 1.39  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.38  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.37  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.36  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.35  2005/11/30 11:27:07  strk
- * catch std::exception by ref
- *
- * Revision 1.34  2005/11/30 11:25:12  strk
- * includes cleanup
- *
- * Revision 1.33  2005/09/27 16:20:43  strk
- * Reverted previous change, fixed the bug by turning WKBReader.factory
- * into a reference rather then a real object. ABI still breaks, but API
- * at least is safe (we didn't release any WKB-aware package so breaking
- * ABI is not a big deal at this stage).
- *
- * Revision 1.32  2005/09/27 16:00:26  strk
- * Fixed bug in WKBReader destroying the GeometryFactory used in Geometry
- * construction. Changed it's definition to *require* a GeometryFactory
- * pointer parameter.
- *
- * Revision 1.31  2005/09/26 08:17:19  strk
- * Removed memory leak from WKB tester
- *
- * Revision 1.30  2005/09/03 21:26:42  strk
- * Reworked WKB I/O to avoid use of templates and make better use of STL
- *
- * Revision 1.29  2005/07/11 12:17:26  strk
- * Commented out useless include
- *
- * Revision 1.28  2005/04/29 16:36:28  strk
- * Made WKBReader use global_factory, for having WKB reads produce
- * same context of input geoms.
- *
- * Revision 1.27  2005/04/29 15:34:20  strk
- * Typedef'ed biostringstream, preferred parameter for
- * WKB parser templates.
- * Added << operator for biostringstream.
- * Typedef'ed WKBWriter and WKBReader to be parametrized by
- * biostringstream.
- * Added WKBtest in doc/example.cpp
- *
- * Revision 1.26  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.25  2004/10/13 10:03:02  strk
- * Added missing linemerge and polygonize operation.
- * Bug fixes and leaks removal from the newly added modules and
- * planargraph (used by them).
- * Some comments and indentation changes.
- *
- * Revision 1.24  2004/07/22 16:58:01  strk
- * runtime version extractor functions split. geos::version() is now
- * geos::geosversion() and geos::jtsport()
- *
- * Revision 1.23  2004/07/17 09:19:32  strk
- * added GEOS version report
- *
- *********************************************************************/

Modified: trunk/examples/CPCLException.cpp
===================================================================
--- trunk/examples/CPCLException.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/examples/CPCLException.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,48 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.7  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.6  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.5  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.4  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.3  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/examples/CoordinateSequencesExample.cpp
===================================================================
--- trunk/examples/CoordinateSequencesExample.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/examples/CoordinateSequencesExample.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -13,45 +13,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.3  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.2  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.1  2004/07/08 19:41:27  strk
- * renamed to reflect JTS API.
- *
- * Revision 1.5  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.4  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/examples/CustomCoordinateSequenceExample.cpp
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/examples/CustomCoordinateSequenceExample.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,27 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.3  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.2  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.1  2004/07/08 19:41:27  strk
- * renamed to reflect JTS API.
- *
- * Revision 1.6  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/examples/CustomCoordinateSequenceExample.h
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/examples/CustomCoordinateSequenceExample.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -11,23 +11,6 @@
  * See the COPYING file for more information.
  *
  **********************************************************************
- * $Log$
- * Revision 1.2  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.1  2004/07/08 19:41:27  strk
- * renamed to reflect JTS API.
- *
- * Revision 1.8  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.7  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/examples/CustomPointCoordinateSequence.cpp
===================================================================
--- trunk/examples/CustomPointCoordinateSequence.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/examples/CustomPointCoordinateSequence.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,26 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.3  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.2  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.1  2004/07/08 19:41:27  strk
- * renamed to reflect JTS API.
- *
- * Revision 1.6  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/include/acconfig.h
===================================================================
--- trunk/include/acconfig.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/acconfig.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,19 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.4  2004/07/19 10:30:05  strk
- * acconfig.h moved one directory up
- *
- * Revision 1.1  2004/07/02 13:20:42  strk
- * Header files moved under geos/ dir.
- *
- * Revision 1.2  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/include/geos/algorithm/CentralEndpointIntersector.h
===================================================================
--- trunk/include/geos/algorithm/CentralEndpointIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/CentralEndpointIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -155,8 +155,3 @@
 #endif
 
 #endif // GEOS_ALGORITHM_CENTRALENDPOINTINTERSECTOR_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/CentroidArea.h
===================================================================
--- trunk/include/geos/algorithm/CentroidArea.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/CentroidArea.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -117,11 +117,3 @@
 
 
 #endif // GEOS_ALGORITHM_CENTROIDAREA_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/CentroidLine.h
===================================================================
--- trunk/include/geos/algorithm/CentroidLine.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/CentroidLine.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,11 +74,3 @@
 
 
 #endif // GEOS_ALGORITHM_CENTROIDLINE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/CentroidPoint.h
===================================================================
--- trunk/include/geos/algorithm/CentroidPoint.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/CentroidPoint.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,11 +69,3 @@
 } // namespace geos
 
 #endif // GEOS_ALGORITHM_CENTROIDPOINT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/ConvexHull.h
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/ConvexHull.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -190,14 +190,3 @@
 #endif
 
 #endif // GEOS_ALGORITHM_CONVEXHULL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/InteriorPointArea.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointArea.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/InteriorPointArea.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -94,10 +94,3 @@
 
 #endif // GEOS_ALGORITHM_INTERIORPOINTAREA_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/InteriorPointLine.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointLine.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/InteriorPointLine.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -83,10 +83,3 @@
 
 #endif // GEOS_ALGORITHM_INTERIORPOINTLINE_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/InteriorPointPoint.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointPoint.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/InteriorPointPoint.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,10 +74,3 @@
 
 #endif // GEOS_ALGORITHM_INTERIORPOINTPOINT_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/LineIntersector.h
===================================================================
--- trunk/include/geos/algorithm/LineIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/LineIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -364,16 +364,3 @@
 
 #endif // GEOS_ALGORITHM_LINEINTERSECTOR_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/04/20 14:16:25  strk
- * Added some more doxygen comments
- *
- * Revision 1.2  2006/04/06 21:31:40  strk
- * Const correctness for debugging function
- *
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/MCPointInRing.h
===================================================================
--- trunk/include/geos/algorithm/MCPointInRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/MCPointInRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -83,19 +83,3 @@
 
 #endif // GEOS_ALGORITHM_MCPOINTINRING_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/03/29 11:52:00  strk
- * const correctness, useless heap allocations removal
- *
- * Revision 1.3  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- * Revision 1.2  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/MinimumDiameter.h
===================================================================
--- trunk/include/geos/algorithm/MinimumDiameter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/MinimumDiameter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -133,10 +133,3 @@
 
 #endif // GEOS_ALGORITHM_MINIMUMDIAMETER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/NotRepresentableException.h
===================================================================
--- trunk/include/geos/algorithm/NotRepresentableException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/NotRepresentableException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -44,10 +44,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/PointInRing.h
===================================================================
--- trunk/include/geos/algorithm/PointInRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/PointInRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -40,10 +40,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/PointLocator.h
===================================================================
--- trunk/include/geos/algorithm/PointLocator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/PointLocator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -107,10 +107,3 @@
 
 #endif // GEOS_ALGORITHM_POINTLOCATOR_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/RayCrossingCounter.h
===================================================================
--- trunk/include/geos/algorithm/RayCrossingCounter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/RayCrossingCounter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -152,7 +152,3 @@
 } // geos
 
 #endif // GEOS_ALGORITHM_RAYCROSSINGCOUNTER_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/RobustDeterminant.h
===================================================================
--- trunk/include/geos/algorithm/RobustDeterminant.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/RobustDeterminant.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -68,11 +68,3 @@
 
 
 #endif // GEOS_ALGORITHM_ROBUSTDETERMINANT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/SIRtreePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SIRtreePointInRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/SIRtreePointInRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -58,13 +58,3 @@
 
 #endif // GEOS_ALGORITHM_SIRTREEPOINTINRING_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/SimplePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SimplePointInRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/SimplePointInRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -46,10 +46,3 @@
 
 #endif // GEOS_ALGORITHM_SIMPLEPOINTINRING_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -256,7 +256,3 @@
 
 #endif // GEOS_ALGORITHM_DISTANCE_DISCRETEHAUSDORFFDISTANCE_H
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/distance/DistanceToPoint.h
===================================================================
--- trunk/include/geos/algorithm/distance/DistanceToPoint.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/distance/DistanceToPoint.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,7 +74,3 @@
 
 #endif // GEOS_ALGORITHM_DISTANCE_DISTANCETOPOINT_H
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/PointPairDistance.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/distance/PointPairDistance.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -153,7 +153,3 @@
 
 #endif // GEOS_ALGORITHM_DISTANCE_POINTPAIRDISTANCE_H
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -124,7 +124,3 @@
 } // geos
 
 #endif // GEOS_ALGORITHM_LOCATE_INDEXEDPOINTINAREALOCATOR_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -54,7 +54,3 @@
 } // geos
 
 #endif // GEOS_ALGORITHM_LOCATE_POINTONGEOMETRYLOCATOR_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,11 +79,3 @@
 
 
 #endif // GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geom/CoordinateArraySequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequence.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/CoordinateArraySequence.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -129,24 +129,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/CoordinateArraySequence.inl"
-//#endif
-
 #endif // ndef GEOS_GEOM_COORDINATEARRAYSEQUENCE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.3  2006/05/03 08:58:34  strk
- * added new non-static CoordinateSequence::removeRepeatedPoints() mutator.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/CoordinateFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/CoordinateFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -62,24 +62,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/CoordinateFilter.inl"
-//#endif
-
 #endif // ndef GEOS_GEOM_COORDINATEFILTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/19 23:33:03  strk
- * Don't *require* CoordinateFilters to define both read-only and read-write methods.
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/13 21:13:54  strk
- * Added comment about possible refactoring
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/CoordinateList.h
===================================================================
--- trunk/include/geos/geom/CoordinateList.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/CoordinateList.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -189,14 +189,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_COORDINATELIST_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/07/21 17:05:22  strk
- * added operator<< for CoordinateList class
- *
- * Revision 1.1  2006/07/21 14:53:12  strk
- * CoordinateList class re-introduced, for list-based ops
- * (not strictly mapped to JTS version, not yet at least)
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/CoordinateSequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequence.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/CoordinateSequence.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -396,43 +396,3 @@
 //#endif
 
 #endif // ndef GEOS_GEOM_COORDINATESEQUENCE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/06/12 16:51:23  strk
- * Added equality and inequality operators and tests
- *
- * Revision 1.11  2006/06/12 16:36:22  strk
- * indentation, notes about things to be fixed.
- *
- * Revision 1.10  2006/06/12 15:06:30  strk
- * Added default ctor and copy ctor (protected)
- *
- * Revision 1.9  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.8  2006/05/04 08:42:12  strk
- * Added note about the CoordinateSequence::toVector() method.
- *
- * Revision 1.7  2006/05/03 19:47:27  strk
- * added operator<< for CoordinateSequence
- *
- * Revision 1.6  2006/05/03 08:58:34  strk
- * added new non-static CoordinateSequence::removeRepeatedPoints() mutator.
- *
- * Revision 1.5  2006/04/11 11:55:22  strk
- * Added CoordinateSequence::AutoPtr typedef
- *
- * Revision 1.4  2006/04/04 09:53:45  strk
- * Fixed applyCoordinateFilter() templated function body
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/20 17:27:03  strk
- * Bug #72 - Missing <vector> header
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/Dimension.h
===================================================================
--- trunk/include/geos/geom/Dimension.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/Dimension.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -68,19 +68,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_DIMENSION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.3  2006/04/07 05:44:32  mloskot
- * Added name for anonymous enum in Dimension class (bug). Added missing new-line at the end of source files. Removed CR from line ends.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/Envelope.h
===================================================================
--- trunk/include/geos/geom/Envelope.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/Envelope.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -498,22 +498,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_ENVELOPE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.3  2006/04/05 14:04:25  strk
- * Fixed copy ctor to support "Null" Envelope copies.
- * Drop init(Envelope&) method.
- * Port info and various cleanups.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/Geometry.h
===================================================================
--- trunk/include/geos/geom/Geometry.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/Geometry.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -890,67 +890,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_GEOMETRY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/07/08 00:33:55  strk
- *         * configure.in: incremented CAPI minor version, to avoid                        falling behind any future version from the 2.2. branch.
- *         * source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
- *         source/geomgraph/EdgeRing.cpp,
- *         source/headers/geos/geom/Geometry.h,
- *         source/headers/geos/geom/GeometryFactory.h,
- *         source/headers/geos/geom/GeometryFactory.inl,
- *         source/headers/geos/geomgraph/EdgeRing.h:
- *         updated doxygen comments (sync with JTS head).
- *         * source/headers/geos/platform.h.in: include <inttypes.h>
- *         rather then <stdint.h>
- *
- * Revision 1.13  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.12  2006/05/18 08:56:50  strk
- *         * source/geom/Geometry.cpp,
- *         source/headers/geos/geom/Geometry.h: added
- *         covers() and isCoveredBy() predicates.
- *         * tests/unit/Makefile.am,
- *         tests/unit/geom/Geometry/coversTest.cpp:
- *         added test for covers() predicates.
- *
- * Revision 1.11  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.10  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.9  2006/04/11 09:31:47  strk
- * Added Geometry::AutoPtr typedef
- *
- * Revision 1.8  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.7  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.6  2006/03/31 16:53:53  strk
- * Added comment about possible NULL return from getCoordinate()
- *
- * Revision 1.5  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.4  2006/03/23 15:10:29  strk
- * Dropped by-pointer TopologyException constructor, various small cleanups
- *
- * Revision 1.3  2006/03/23 12:12:01  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.2  2006/03/20 12:03:25  strk
- * Added operator<< for Geometry, writing HEXWKB
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/GeometryCollection.h
===================================================================
--- trunk/include/geos/geom/GeometryCollection.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/GeometryCollection.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -204,35 +204,3 @@
 #endif
 
 #endif // ndef GEOS_GEOS_GEOMETRYCOLLECTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.7  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.6  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.5  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.4  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/23 12:12:01  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/GeometryComponentFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryComponentFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/GeometryComponentFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -58,24 +58,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/GeometryComponentFilter.inl"
-//#endif
-
 #endif // ndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.3  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/GeometryFactory.h
===================================================================
--- trunk/include/geos/geom/GeometryFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/GeometryFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -397,55 +397,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_GEOMETRYFACTORY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/07/08 00:33:55  strk
- *         * configure.in: incremented CAPI minor version, to avoid                        falling behind any future version from the 2.2. branch.
- *         * source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
- *         source/geomgraph/EdgeRing.cpp,
- *         source/headers/geos/geom/Geometry.h,
- *         source/headers/geos/geom/GeometryFactory.h,
- *         source/headers/geos/geom/GeometryFactory.inl,
- *         source/headers/geos/geomgraph/EdgeRing.h:
- *         updated doxygen comments (sync with JTS head).
- *         * source/headers/geos/platform.h.in: include <inttypes.h>
- *         rather then <stdint.h>
- *
- * Revision 1.10  2006/06/19 21:17:24  strk
- * port info and doxygen dox.
- *
- * Revision 1.9  2006/04/28 11:56:52  strk
- * * source/geom/GeometryFactory.cpp, source/headers/geos/geom/GeometryFactory.h: added LineString copy constructor.
- * * source/geom/Polygon.cpp: fixed getBoundary method to always return a geometry composed by LineStrings (not LinearRings)
- *
- * Revision 1.8  2006/04/12 11:39:34  strk
- * Removed Geometry.h and CoordinateSequence.h includes.
- * The former created a circular dependency.
- *
- * Revision 1.7  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.6  2006/04/10 13:09:49  strk
- * Added GeometryFactory::defaultInstance()
- * Made Geometry::INTERNAL_GEOMETRY_FACTORY an alias for it
- * removed last deletion from Unload::Release class
- *
- * Revision 1.5  2006/03/31 17:51:26  strk
- * A few assertion checking, comments cleanup, use of initialization lists
- * in constructors, handled NULL parameters.
- *
- * Revision 1.4  2006/03/28 16:33:14  strk
- * Added note about args responsibility in GeometryFactory constructor
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/20 17:27:03  strk
- * Bug #72 - Missing <vector> header
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geom/GeometryFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/GeometryFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -66,24 +66,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/GeometryFilter.inl"
-//#endif
-
 #endif // ndef GEOS_GEOM_GEOMETRYFILTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/12 17:14:11  strk
- * added assert(0) version of filter_ro() and filter_rw() to allow implementations to only defined the required one.
- *
- * Revision 1.3  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/GeometryList.h
===================================================================
--- trunk/include/geos/geom/GeometryList.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/GeometryList.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -81,15 +81,3 @@
 #endif
 
 #endif // GEOS_GEOM_GEOMETRYLIST_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/11 09:53:44  strk
- * Added missing duplicated include sentinel
- *
- * Revision 1.1  2006/04/11 09:41:26  strk
- * Initial implementation of a GeometryList class, to be used to manage
- * lists of Geometry pointers.
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geom/IntersectionMatrix.h
===================================================================
--- trunk/include/geos/geom/IntersectionMatrix.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/IntersectionMatrix.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -378,30 +378,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/IntersectionMatrix.inl"
-//#endif
-
 #endif // ndef GEOS_GEOM_INTERSECTIONMATRIX_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/05/17 17:41:10  strk
- * Added output operator + test
- *
- * Revision 1.5  2006/05/17 17:24:17  strk
- * Added port info, fixed isCoveredBy() comment.
- *
- * Revision 1.4  2006/05/17 17:20:10  strk
- * added isCovers() and isCoveredBy() public methods to IntersectionMatrix and associated tests.
- *
- * Revision 1.3  2006/04/09 01:46:13  mloskot
- * [SORRY] Added comments for doxygen based on JTS docs. Added row/col dimension consts. Added asserts in functions to check if given row/col is in range.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/LineSegment.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -382,32 +382,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_LINESEGMENT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/07/21 14:49:58  strk
- * Fixed typo in comment
- *
- * Revision 1.7  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.6  2006/04/12 17:19:56  strk
- * Ported TaggedLineStringSimplifier class, made LineSegment class
- * polymorphic to fix derivation of TaggedLineSegment
- *
- * Revision 1.5  2006/03/28 09:14:12  strk
- * Headers inclusion fix.
- *
- * Revision 1.4  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.3  2006/03/16 13:28:22  strk
- * obsoleted getCoordinate(), replaced by operator[]
- *
- * Revision 1.2  2006/03/13 22:33:09  strk
- * Added missing forward declarations
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/LineString.h
===================================================================
--- trunk/include/geos/geom/LineString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/LineString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -227,44 +227,3 @@
 #endif
 
 #endif // ndef GEOS_GEOS_LINESTRING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.9  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.8  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.7  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.6  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.5  2006/04/10 17:35:44  strk
- * Changed LineString::points and Point::coordinates to be wrapped
- * in an auto_ptr<>. This should close bugs #86 and #89
- *
- * Revision 1.4  2006/04/05 10:25:21  strk
- * Fixed LineString constructor to ensure deletion of CoordinateSequence
- * argument on exception throw
- *
- * Revision 1.3  2006/03/31 16:55:17  strk
- * Added many assertions checking in LineString implementation.
- * Changed ::getCoordinate() to return NULL on empty geom.
- * Changed ::get{Start,End}Point() to return NULL on empty geom.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/LinearRing.h
===================================================================
--- trunk/include/geos/geom/LinearRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/LinearRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -126,25 +126,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/LinearRing.inl"
-//#endif
-
 #endif // ndef GEOS_GEOS_LINEARRING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.3  2006/04/10 17:35:44  strk
- * Changed LineString::points and Point::coordinates to be wrapped
- * in an auto_ptr<>. This should close bugs #86 and #89
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/MultiLineString.h
===================================================================
--- trunk/include/geos/geom/MultiLineString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/MultiLineString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -129,24 +129,3 @@
 #endif
 
 #endif // ndef GEOS_GEOS_MULTILINESTRING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.4  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/23 12:12:01  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/MultiPoint.h
===================================================================
--- trunk/include/geos/geom/MultiPoint.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/MultiPoint.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -120,26 +120,4 @@
 } // namespace geos::geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/MultiPoint.inl"
-//#endif
-
 #endif // ndef GEOS_GEOS_MULTIPOINT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.3  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/MultiPolygon.h
===================================================================
--- trunk/include/geos/geom/MultiPolygon.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/MultiPolygon.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -129,21 +129,3 @@
 #endif
 
 #endif // ndef GEOS_GEOS_MULTIPOLYGON_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.3  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/Polygon.h
===================================================================
--- trunk/include/geos/geom/Polygon.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/Polygon.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -193,31 +193,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_GEOM_POLYGON_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/06/08 17:58:57  strk
- * Polygon::getNumInteriorRing() return size_t, Polygon::interiorRingN() takes size_t.
- *
- * Revision 1.6  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.5  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.4  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/15 09:12:45  strk
- * isSimple doc
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/PrecisionModel.h
===================================================================
--- trunk/include/geos/geom/PrecisionModel.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/PrecisionModel.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -330,28 +330,3 @@
 #endif
 
 #endif // ndef GEOS_GEOM_PRECISIONMODEL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/04/06 12:34:07  strk
- * Port info, more debugging lines, doxygen comments
- *
- * Revision 1.5  2006/04/03 14:07:32  strk
- * Commented out obsoleted toInternal() method
- *
- * Revision 1.4  2006/03/28 08:57:37  strk
- * Comments cleanup, system headers included after project headers
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/22 16:58:35  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/Triangle.h
===================================================================
--- trunk/include/geos/geom/Triangle.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/Triangle.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -58,13 +58,3 @@
 //#endif
 
 #endif // ndef GEOS_GEOM_TRIANGLE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h
===================================================================
--- trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -135,7 +135,3 @@
 } // geos
 
 #endif // GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/BasicPreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -180,7 +180,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_BASICPREPAREDGEOMETRY_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometry.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedGeometry.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -200,7 +200,3 @@
 
 
 #endif // ndef GEOS_GEOM_PREP_PREPAREDGEOMETRY_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/

Modified: trunk/include/geos/geom/prep/PreparedGeometryFactory.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -90,7 +90,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedLineString.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedLineString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedLineString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -67,8 +67,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDLINESTRING_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-
-

Modified: trunk/include/geos/geom/prep/PreparedPoint.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPoint.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPoint.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -57,7 +57,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOINT_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygon.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygon.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygon.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -73,7 +73,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGON_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygonContains.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContains.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygonContains.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -104,7 +104,3 @@
 } // geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -102,7 +102,3 @@
 } // geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINSPROPERLY_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygonCovers.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -107,7 +107,3 @@
 } // geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygonIntersects.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -90,7 +90,3 @@
 } // geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/geom/prep/PreparedPolygonPredicate.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -142,7 +142,4 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
 

Modified: trunk/include/geos/geom/util/ComponentCoordinateExtracter.h
===================================================================
--- trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -98,8 +98,3 @@
 } // namespace geos
 
 #endif //GEOS_GEOM_UTIL_COMPONENTCOORDINATEEXTRACTER_H
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/CoordinateOperation.h
===================================================================
--- trunk/include/geos/geom/util/CoordinateOperation.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/CoordinateOperation.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,21 +69,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/util/CoordinateOperation.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/GeometryCombiner.h
===================================================================
--- trunk/include/geos/geom/util/GeometryCombiner.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/GeometryCombiner.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -116,8 +116,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/GeometryEditor.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditor.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/GeometryEditor.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -125,18 +125,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/util/GeometryEditor.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/GeometryEditorOperation.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditorOperation.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/GeometryEditorOperation.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,21 +60,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/util/GeometryEditorOperation.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/GeometryTransformer.h
===================================================================
--- trunk/include/geos/geom/util/GeometryTransformer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/GeometryTransformer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -188,24 +188,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/util/GeometryTransformer.inl"
-//#endif
-
 #endif // GEOS_GEOM_UTIL_GEOMETRYTRANSFORMER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/19 21:20:22  strk
- * updated port info
- *
- * Revision 1.3  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- * Revision 1.2  2006/04/11 12:56:06  strk
- * used typedef for auto_ptr<CoordinateSequence>
- *
- * Revision 1.1  2006/04/11 12:21:49  strk
- * GeometryTransformer class ported
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/LinearComponentExtracter.h
===================================================================
--- trunk/include/geos/geom/util/LinearComponentExtracter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/LinearComponentExtracter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -84,10 +84,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/PointExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PointExtracter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/PointExtracter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,10 +79,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/PolygonExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PolygonExtracter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/PolygonExtracter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -85,10 +85,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
===================================================================
--- trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,21 +65,4 @@
 } // namespace geos.geom
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geom/util/ShortCircuitedGeometryVisitor.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geomPrep.h
===================================================================
--- trunk/include/geos/geomPrep.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomPrep.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -36,8 +36,3 @@
 } // namespace geos
 
 #endif //GEOS_GEOMPREP_H
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/include/geos/geomUtil.h
===================================================================
--- trunk/include/geos/geomUtil.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomUtil.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -37,10 +37,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/geomgraph/Depth.h
===================================================================
--- trunk/include/geos/geomgraph/Depth.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/Depth.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -62,19 +62,4 @@
 } // namespace geos.geomgraph
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geomgraph/Depth.inl"
-//#endif
-
 #endif // ifndef GEOS_GEOMGRAPH_DEPTH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/DirectedEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -189,23 +189,3 @@
 #endif
 
 #endif // ifndef GEOS_GEOMGRAPH_DIRECTEDEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/06/14 14:32:20  strk
- * EdgeEnd::getEdge() made non-virtual and inlined.
- *
- * Revision 1.4  2006/05/04 13:38:13  strk
- * doxygen comments cleanup
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/15 15:27:23  strk
- * cleanups
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/EdgeList.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeList.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/EdgeList.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -128,17 +128,3 @@
 #endif
 
 #endif // ifndef GEOS_GEOMGRAPH_EDGELIST_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/14 11:03:15  strk
- * Added operator<< for Edge and EdgeList
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/EdgeNodingValidator.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeNodingValidator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/EdgeNodingValidator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -117,14 +117,3 @@
 //#endif
 
 #endif // ifndef GEOS_GEOMGRAPH_EDGENODINGVALIDATOR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/GeometryGraph.h
===================================================================
--- trunk/include/geos/geomgraph/GeometryGraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/GeometryGraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -247,20 +247,3 @@
 #endif
 
 #endif // ifndef GEOS_GEOMGRAPH_GEOMETRYGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/13 22:00:26  strk
- * Changed GeometryGraph::lineEdgeMap set comparison function to be pointer-based. Should be safe and much faster. Available tests all succeed.
- *
- * Revision 1.3  2006/03/29 15:23:49  strk
- * Moved GeometryGraph inlines from .h to .inl file
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/Node.h
===================================================================
--- trunk/include/geos/geomgraph/Node.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/Node.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -199,27 +199,3 @@
 #endif
 
 #endif // ifndef GEOS_GEOMGRAPH_NODE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/06/01 11:49:36  strk
- * Reduced installed headers form geomgraph namespace
- *
- * Revision 1.5  2006/04/27 15:15:06  strk
- * Z check removed from invariant tester to avoid aborts due to differences in FP computations.
- *
- * Revision 1.4  2006/04/07 16:01:51  strk
- * Port info, doxygen comments, testInvariant(), many assertionss, handling of
- * the NULL EdgeEndStar member
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/15 16:27:54  strk
- * operator<< for Node class
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/NodeFactory.h
===================================================================
--- trunk/include/geos/geomgraph/NodeFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/NodeFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -50,22 +50,4 @@
 } // namespace geos.geomgraph
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geomgraph/NodeFactory.inl"
-//#endif
-
 #endif // ifndef GEOS_GEOMGRAPH_NODEFACTORY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/NodeMap.h
===================================================================
--- trunk/include/geos/geomgraph/NodeMap.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/NodeMap.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -117,26 +117,8 @@
 } // namespace geos.geomgraph
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geomgraph/NodeMap.inl"
-//#endif
-
 #ifdef _MSC_VER
 #pragma warning(pop)
 #endif
 
 #endif // ifndef GEOS_GEOMGRAPH_NODEMAP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/05/04 12:54:26  strk
- * Added invariant tester for NodeMap class, fixed comment about ownership of NodeFactory
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/Position.h
===================================================================
--- trunk/include/geos/geomgraph/Position.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/Position.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -64,19 +64,5 @@
 } // namespace geos.geomgraph
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geomgraph/Position.inl"
-//#endif
-
 #endif // ifndef GEOS_GEOMGRAPH_POSITION_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/Quadrant.h
===================================================================
--- trunk/include/geos/geomgraph/Quadrant.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/Quadrant.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -99,19 +99,5 @@
 } // namespace geos.geomgraph
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/geomgraph/Quadrant.inl"
-//#endif
-
 #endif // ifndef GEOS_GEOMGRAPH_QUADRANT_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -66,10 +66,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/MonotoneChain.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChain.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/MonotoneChain.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,10 +69,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/MonotoneChainEdge.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -84,10 +84,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -51,10 +51,3 @@
 
 #endif // GEOS_GEOMGRAPH_INDEX_MONOTONECHAININDEXER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SegmentIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SegmentIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SegmentIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -135,10 +135,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,10 +60,3 @@
 
 #endif // GEOS_GEOMGRAPH_INDEX_SIMPLEEDGESETINTERSECTOR_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -98,10 +98,3 @@
 
 #endif // GEOS_GEOMGRAPH_INDEX_SIMPLEMCSWEEPLINEINTERSECTOR_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -95,10 +95,3 @@
 
 #endif // GEOS_GEOMGRAPH_INDEX_SIMPLESWEEPLINEINTERSECTOR_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SweepLineEvent.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEvent.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SweepLineEvent.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -105,13 +105,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/15 17:17:42  strk
- * Added missing forward declarations
- *
- * Revision 1.1  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SweepLineEventObj.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -38,10 +38,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph/index/SweepLineSegment.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineSegment.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph/index/SweepLineSegment.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -58,10 +58,3 @@
 
 #endif
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/geomgraph.h
===================================================================
--- trunk/include/geos/geomgraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/geomgraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -76,27 +76,3 @@
 //#include <geos/geomgraph/TopologyLocation.h>
 
 #endif // ifndef GEOS_GEOMGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.42  2006/06/01 11:49:35  strk
- * Reduced installed headers form geomgraph namespace
- *
- * Revision 1.41  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.40  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.39  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.38  2006/03/02 14:34:30  strk
- * GeometryGraphOperation::li made a non-static member, and not more a pointer
- *
- * Revision 1.37  2006/02/28 14:34:05  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/Bintree.h
===================================================================
--- trunk/include/geos/index/bintree/Bintree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/Bintree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -128,10 +128,3 @@
 
 #endif // GEOS_IDX_BINTREE_BINTREE_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/Interval.h
===================================================================
--- trunk/include/geos/index/bintree/Interval.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/Interval.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -64,10 +64,3 @@
 
 #endif // GEOS_IDX_BINTREE_INTERVAL_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/Key.h
===================================================================
--- trunk/include/geos/index/bintree/Key.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/Key.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -72,10 +72,3 @@
 
 #endif // GEOS_IDX_BINTREE_KEY_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/Node.h
===================================================================
--- trunk/include/geos/index/bintree/Node.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/Node.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -75,10 +75,3 @@
 
 #endif // GEOS_IDX_BINTREE_NODE_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/NodeBase.h
===================================================================
--- trunk/include/geos/index/bintree/NodeBase.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/NodeBase.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -78,10 +78,3 @@
 
 #endif // GEOS_IDX_BINTREE_NODEBASE_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/bintree/Root.h
===================================================================
--- trunk/include/geos/index/bintree/Root.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/bintree/Root.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,10 +74,3 @@
 
 #endif // GEOS_IDX_BINTREE_ROOT_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/chain/MonotoneChain.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChain.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/chain/MonotoneChain.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -177,10 +177,3 @@
 
 #endif // GEOS_IDX_CHAIN_MONOTONECHAIN_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/chain/MonotoneChainOverlapAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,10 +87,3 @@
 
 #endif // GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/chain/MonotoneChainSelectAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -77,10 +77,3 @@
 
 #endif // GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -67,7 +67,4 @@
 } // geos
 
 #endif // GEOS_INDEX_INTERVALRTREE_INTERVALRTREEBRANCHNODE_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
 

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,7 +60,3 @@
 } // geos
 
 #endif // GEOS_INDEX_INTERVALRTREE_INTERVALRTREELEAFNODE_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -107,7 +107,4 @@
 } // geos
 
 #endif // GEOS_INDEX_INTERVALRTREE_INTERVALRTREENODE_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
 

Modified: trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
===================================================================
--- trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -91,7 +91,4 @@
 } // geos
 
 #endif // GEOS_INDEX_INTERVALRTREE_SORTEDPACKEDINTERVALRTREE_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
 

Modified: trunk/include/geos/index/quadtree/DoubleBits.h
===================================================================
--- trunk/include/geos/index/quadtree/DoubleBits.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/DoubleBits.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -100,14 +100,3 @@
 } // namespace geos
 
 #endif // GEOS_IDX_QUADTREE_DOUBLEBITS_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/05/23 14:29:33  strk
- * * source/headers/geos/index/quadtree/DoubleBits.h, source/index/quadtree/DoubleBits.cpp: const correctness and documentation.
- *
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/IntervalSize.h
===================================================================
--- trunk/include/geos/index/quadtree/IntervalSize.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/IntervalSize.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -62,11 +62,3 @@
 } // namespace geos
 
 #endif // GEOS_IDX_QUADTREE_INTERVALSIZE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/Key.h
===================================================================
--- trunk/include/geos/index/quadtree/Key.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/Key.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,11 +87,3 @@
 } // namespace geos
 
 #endif // GEOS_IDX_QUADTREE_KEY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/Node.h
===================================================================
--- trunk/include/geos/index/quadtree/Node.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/Node.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -135,11 +135,3 @@
 #endif
 
 #endif // GEOS_IDX_QUADTREE_NODE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/NodeBase.h
===================================================================
--- trunk/include/geos/index/quadtree/NodeBase.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/NodeBase.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -156,11 +156,3 @@
 #endif
 
 #endif // GEOS_IDX_QUADTREE_NODEBASE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/Quadtree.h
===================================================================
--- trunk/include/geos/index/quadtree/Quadtree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/Quadtree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -193,14 +193,3 @@
 #endif
 
 #endif // GEOS_IDX_QUADTREE_QUADTREE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/03 08:29:30  strk
- * Added port info, cleaned up log message, minor assertion checking.
- *
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/quadtree/Root.h
===================================================================
--- trunk/include/geos/index/quadtree/Root.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/quadtree/Root.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -85,14 +85,3 @@
 } // namespace geos
 
 #endif // GEOS_IDX_QUADTREE_ROOT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 17:15:29  strk
- * Removed unused parameters warning
- *
- * Revision 1.1  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/AbstractNode.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractNode.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/AbstractNode.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -94,11 +94,3 @@
 #endif
 
 #endif // GEOS_INDEX_STRTREE_ABSTRACTNODE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/AbstractSTRtree.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractSTRtree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/AbstractSTRtree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -318,17 +318,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_STRTREE_ABSTRACTSTRTREE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.2  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/Boundable.h
===================================================================
--- trunk/include/geos/index/strtree/Boundable.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/Boundable.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -47,11 +47,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_STRTREE_BOUNDABLE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/Interval.h
===================================================================
--- trunk/include/geos/index/strtree/Interval.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/Interval.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -44,11 +44,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_STRTREE_INTERVAL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/ItemBoundable.h
===================================================================
--- trunk/include/geos/index/strtree/ItemBoundable.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/ItemBoundable.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -50,11 +50,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/SIRtree.h
===================================================================
--- trunk/include/geos/index/strtree/SIRtree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/SIRtree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -108,14 +108,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_STRTREE_SIRTREE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/strtree/STRtree.h
===================================================================
--- trunk/include/geos/index/strtree/STRtree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/strtree/STRtree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -152,17 +152,3 @@
 #endif
 
 #endif // GEOS_INDEX_STRTREE_STRTREE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.2  2006/04/03 08:43:09  strk
- * Added port info, minor cleanups
- *
- * Revision 1.1  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/sweepline/SweepLineEvent.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineEvent.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/sweepline/SweepLineEvent.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -94,11 +94,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_SWEEPLINE_SWEEPLINEEVENT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/sweepline/SweepLineIndex.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineIndex.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/sweepline/SweepLineIndex.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,11 +87,3 @@
 #endif
 
 #endif // GEOS_INDEX_SWEEPLINE_SWEEPLINEINDEX_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/sweepline/SweepLineInterval.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineInterval.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/sweepline/SweepLineInterval.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -37,11 +37,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_SWEEPLINE_SWEEPLINEINTERVAL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/index/sweepline/SweepLineOverlapAction.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -43,14 +43,3 @@
 } // namespace geos
 
 #endif // GEOS_INDEX_SWEEPLINE_SWEEPLINEOVERLAPACTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/08 11:20:24  strk
- * Added missing virtual destructor to abstract classes.
- *
- * Revision 1.1  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/indexStrtree.h
===================================================================
--- trunk/include/geos/indexStrtree.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/indexStrtree.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -35,16 +35,3 @@
 #include <geos/index/strtree/STRtree.h>
 
 #endif // GEOS_INDEXSTRTREE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.17  2006/06/01 10:28:46  strk
- * Reduced number of installed headers for the geos::index namespace
- *
- * Revision 1.16  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.15  2006/03/09 16:46:48  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/include/geos/indexSweepline.h
===================================================================
--- trunk/include/geos/indexSweepline.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/indexSweepline.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -35,17 +35,3 @@
 #include <geos/index/sweepline/SweepLineOverlapAction.h>
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/06/05 19:42:33  strk
- * Fixed noinst_geos_HEADERS => noinst_HEADERS.
- *
- * Revision 1.7  2006/06/01 10:28:46  strk
- * Reduced number of installed headers for the geos::index namespace
- *
- * Revision 1.6  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/io/ByteOrderDataInStream.h
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/ByteOrderDataInStream.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -80,14 +80,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_BYTEORDERDATAINSTREAM_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/28 11:26:13  strk
- * ByteOrderDataInStream inlines moved to .inl file, updated
- * implementation files includes.
- *
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/ByteOrderDataInStream.inl
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.inl	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/ByteOrderDataInStream.inl	2012-05-29 08:42:24 UTC (rev 3650)
@@ -95,11 +95,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_BYTEORDERDATAINSTREAM_INL
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/28 11:26:13  strk
- * ByteOrderDataInStream inlines moved to .inl file, updated
- * implementation files includes.
- *
- **********************************************************************/

Modified: trunk/include/geos/io/ByteOrderValues.h
===================================================================
--- trunk/include/geos/io/ByteOrderValues.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/ByteOrderValues.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -59,10 +59,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_BYTEORDERVALUES_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/ParseException.h
===================================================================
--- trunk/include/geos/io/ParseException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/ParseException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -54,14 +54,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_PARSEEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/StringTokenizer.h
===================================================================
--- trunk/include/geos/io/StringTokenizer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/StringTokenizer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -66,10 +66,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_STRINGTOKENIZER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKBConstants.h
===================================================================
--- trunk/include/geos/io/WKBConstants.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKBConstants.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -45,14 +45,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_WKBCONSTANTS_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/05/23 09:24:37  strk
- * * source/io/ByteOrderValues.cpp: changed ENDIAN_BIG and ENDIAN_LITTLE values to match WKBConstants::XDR and WKBConstants::NDR respectively.
- * * source/headers/geos/io/WKBConstants.h: added comments about meaning of XDR/NDR.
- *
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKBReader.h
===================================================================
--- trunk/include/geos/io/WKBReader.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKBReader.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -170,16 +170,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_WKBREADER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/01 11:49:36  strk
- * Reduced installed headers form geomgraph namespace
- *
- * Revision 1.2  2006/04/12 10:57:19  strk
- * Added WKBReader default ctor using default GeometryFactory instance
- *
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKBWriter.h
===================================================================
--- trunk/include/geos/io/WKBWriter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKBWriter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -203,14 +203,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_WKBWRITER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/28 11:26:13  strk
- * ByteOrderDataInStream inlines moved to .inl file, updated
- * implementation files includes.
- *
- * Revision 1.1  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKTReader.h
===================================================================
--- trunk/include/geos/io/WKTReader.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKTReader.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -115,30 +115,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_WKTREADER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/04/10 13:40:14  strk
- * Added default ctor for WKTReader (using GeometryFactory's default instance)
- *
- * Revision 1.5  2006/04/10 12:05:35  strk
- * Added inline-replicator implementation files to make sure
- * functions in .inl files are still available out-of-line.
- * A side effect is this should fix MingW build.
- *
- * Revision 1.4  2006/03/30 09:26:36  strk
- * minor cleanup
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/22 16:58:35  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.1  2006/03/20 18:18:15  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKTReader.inl
===================================================================
--- trunk/include/geos/io/WKTReader.inl	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKTReader.inl	2012-05-29 08:42:24 UTC (rev 3650)
@@ -63,27 +63,3 @@
 } // namespace geos
 
 #endif // #ifndef GEOS_IO_WKTREADER_INL
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/06/13 22:50:17  strk
- * * source/headers/geos/io/WKTReader.inl: added missing include for GEOS_DEBUG set case, use stderr for debugging output.
- *
- * Revision 1.4  2006/04/10 13:40:14  strk
- * Added default ctor for WKTReader (using GeometryFactory's default instance)
- *
- * Revision 1.3  2006/04/10 12:05:35  strk
- * Added inline-replicator implementation files to make sure
- * functions in .inl files are still available out-of-line.
- * A side effect is this should fix MingW build.
- *
- * Revision 1.2  2006/03/22 16:58:35  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.1  2006/03/20 18:18:15  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/WKTWriter.h
===================================================================
--- trunk/include/geos/io/WKTWriter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/WKTWriter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -272,19 +272,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_WKTWRITER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/12 16:55:53  strk
- * fixed compiler warnings, fixed some methods to omit unused parameters.
- *
- * Revision 1.2  2006/03/22 16:58:35  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.1  2006/03/20 18:18:15  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io/Writer.h
===================================================================
--- trunk/include/geos/io/Writer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io/Writer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -50,10 +50,3 @@
 #endif
 
 #endif // #ifndef GEOS_IO_WRITER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 18:18:15  strk
- * io.h header split
- *
- **********************************************************************/

Modified: trunk/include/geos/io.h
===================================================================
--- trunk/include/geos/io.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/io.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -64,17 +64,3 @@
 using namespace geos::io;
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.29  2006/07/21 16:45:28  mloskot
- * Wrapped FIXME message with #warning directive to shout about potential headers removal in future.
- *
- * Revision 1.28  2006/06/01 11:49:36  strk
- * Reduced installed headers form geomgraph namespace
- *
- * Revision 1.27  2006/03/20 18:18:14  strk
- * io.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/FastNodingValidator.h
===================================================================
--- trunk/include/geos/noding/FastNodingValidator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/FastNodingValidator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -119,7 +119,3 @@
 } // namespace geos
 
 #endif // GEOS_NODING_FASTNODINGVALIDATOR_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/

Modified: trunk/include/geos/noding/IntersectionAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionAdder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/IntersectionAdder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -179,19 +179,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/IntersectionAdder.inl"
-//#endif
-
 #endif // GEOS_NODING_INTERSECTIONADDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/IntersectionFinderAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionFinderAdder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/IntersectionFinderAdder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -107,25 +107,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/IntersectionFinderAdder.inl"
-//#endif
-
 #endif // GEOS_NODING_INTERSECTIONFINDERADDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/03 15:06:30  strk
- * Better doxygen comment
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/IteratedNoder.h
===================================================================
--- trunk/include/geos/noding/IteratedNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/IteratedNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -114,19 +114,4 @@
 } // namespace geos
 
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/IteratedNoder.inl"
-//#endif
-
 #endif // GEOS_NODING_ITERATEDNODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/MCIndexNoder.h
===================================================================
--- trunk/include/geos/noding/MCIndexNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/MCIndexNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -127,20 +127,3 @@
 #endif
 
 #endif // GEOS_NODING_MCINDEXNODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.3  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- * Revision 1.2  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
===================================================================
--- trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -129,7 +129,3 @@
 } // namespace geos
 
 #endif // GEOS_NODING_MCINDEXSEGMENTSETMUTUALINTERSECTOR_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/noding/NodableSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodableSegmentString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/NodableSegmentString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -57,7 +57,3 @@
 } // namespace geos
 
 #endif // GEOS_NODING_NODABLESEGMENTSTRING_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/noding/NodedSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodedSegmentString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/NodedSegmentString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -214,7 +214,3 @@
 #endif
 
 #endif // GEOS_NODING_NODEDSEGMENTSTRING_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/noding/NodingValidator.h
===================================================================
--- trunk/include/geos/noding/NodingValidator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/NodingValidator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -110,19 +110,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/NodingValidator.inl"
-//#endif
-
 #endif // GEOS_NODING_NODINGVALIDATOR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/Octant.h
===================================================================
--- trunk/include/geos/noding/Octant.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/Octant.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -73,19 +73,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/Octant.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/ScaledNoder.h
===================================================================
--- trunk/include/geos/noding/ScaledNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/ScaledNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -128,38 +128,4 @@
 #pragma warning(pop)
 #endif
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/ScaledNoder.inl"
-//#endif
-
 #endif // GEOS_NODING_SCALEDNODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/06/19 23:33:03  strk
- * Don't *require* CoordinateFilters to define both read-only and read-write methods.
- *
- * Revision 1.7  2006/05/04 06:36:00  strk
- * Extended definition to take new CoordinateSequence tracking into account
- *
- * Revision 1.6  2006/05/03 15:04:33  strk
- * removed reduntant port info
- *
- * Revision 1.5  2006/05/03 15:00:42  strk
- * Fixed scale() function to remove repeated points *after* rounding. Added brief doxygen class description.
- *
- * Revision 1.4  2006/05/03 09:14:22  strk
- * * source/operation/buffer/OffsetCurveSetBuilder.cpp: used auto_ptr to protect leaks of CoordinateSequence
- * * source/noding/ScaledNoder.cpp, source/headers/geos/noding/ScaledNoder.h: ported JTS bugfix in scale method.
- *
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/13 21:19:51  strk
- * Fixed bug in ScaledNoder scaling mechanism (hugly code, due to CoordinateSequence visitor pattern design). Tests are still failing so this possibly needs some other fix. Streamlined includes by implementation file.
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SegmentIntersectionDetector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersectionDetector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentIntersectionDetector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -169,8 +169,3 @@
 } // namespace geos
 
 #endif // GEOS_GEOM_PREP_SEGMENTINTERSECTIONDETECTOR_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-
-

Modified: trunk/include/geos/noding/SegmentIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -86,20 +86,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/SegmentIntersector.inl"
-//#endif
-
 #endif // GEOS_NODING_SEGMENTINTERSECTOR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-
-

Modified: trunk/include/geos/noding/SegmentNode.h
===================================================================
--- trunk/include/geos/noding/SegmentNode.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentNode.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -114,19 +114,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/SegmentNode.inl"
-//#endif
-
 #endif // GEOS_NODING_SEGMENTNODE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SegmentNodeList.h
===================================================================
--- trunk/include/geos/noding/SegmentNodeList.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentNodeList.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -191,25 +191,4 @@
 #pragma warning(pop)
 #endif
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/SegmentNodeList.inl"
-//#endif
-
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.3  2006/05/04 07:41:56  strk
- * const-correct size() method for SegmentNodeList
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SegmentSetMutualIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentSetMutualIntersector.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentSetMutualIntersector.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,7 +79,3 @@
 } // geos
 
 #endif // GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SegmentStringUtil.h
===================================================================
--- trunk/include/geos/noding/SegmentStringUtil.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SegmentStringUtil.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -73,7 +73,3 @@
 } // geos
 
 #endif // GEOS_NODING_SEGMENTSTRINGUTIL_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SimpleNoder.h
===================================================================
--- trunk/include/geos/noding/SimpleNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SimpleNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,22 +69,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/SimpleNoder.inl"
-//#endif
-
 #endif // GEOS_NODING_SIMPLENODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.2  2006/03/15 09:51:49  strk
- * streamlined header usage
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/SingleInteriorIntersectionFinder.h
===================================================================
--- trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -121,7 +121,3 @@
 } // namespace geos
 
 #endif // GEOS_NODING_SINGLEINTERIORINTERSECTIONFINDER_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/

Modified: trunk/include/geos/noding/SinglePassNoder.h
===================================================================
--- trunk/include/geos/noding/SinglePassNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/SinglePassNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -93,19 +93,4 @@
 } // namespace geos.noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/SinglePassNoder.inl"
-//#endif
-
 #endif // GEOS_NODING_SINGLEPASSNODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/snapround/HotPixel.h
===================================================================
--- trunk/include/geos/noding/snapround/HotPixel.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/snapround/HotPixel.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -211,17 +211,3 @@
 #endif
 
 #endif // GEOS_NODING_SNAPROUND_HOTPIXEL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/05/03 17:50:49  strk
- * Doxygen comments
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/noding/snapround/SimpleSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -143,22 +143,4 @@
 } // namespace geos::noding
 } // namespace geos
 
-//#ifdef GEOS_INLINE
-//# include "geos/noding/snapround/SimpleSnapRounder.inl"
-//#endif
-
 #endif // GEOS_NODING_SNAPROUND_SIMPLESNAPROUNDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/05/03 15:02:49  strk
- * moved some implementations from header to .cpp file (taken out of inline)
- *
- * Revision 1.2  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.1  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/GeometryGraphOperation.h
===================================================================
--- trunk/include/geos/operation/GeometryGraphOperation.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/GeometryGraphOperation.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -88,17 +88,3 @@
 #endif
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/03 15:54:33  strk
- * - getArgGeometry() parameter type changed from 'int' to 'unsigned int'
- * - Added port informations
- * - minor assertions checking
- * - minor cleanups
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/IsSimpleOp.h
===================================================================
--- trunk/include/geos/operation/IsSimpleOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/IsSimpleOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -217,14 +217,3 @@
 #endif
 
 #endif
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/15 18:59:33  strk
- * Bug #62: 'struct' CoordinateLessThen in forward declaration
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/BufferBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/BufferBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -231,14 +231,3 @@
 #endif
 
 #endif // ndef GEOS_OP_BUFFER_BUFFERBUILDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/14 16:08:21  strk
- * changed buildSubgraphs signature to use refs rather then pointers, made it const-correct. Reduced heap allocations in createSubgraphs()
- *
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -184,7 +184,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_BUFFERINPUTLINESIMPLIFIER_H
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/BufferOp.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/BufferOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -272,10 +272,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_BUFFEROP_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/BufferSubgraph.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferSubgraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/BufferSubgraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -196,16 +196,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_BUFFERSUBGRAPH_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/15 11:45:06  strk
- * doxygen comments
- *
- * Revision 1.2  2006/03/14 14:16:52  strk
- * operator<< for BufferSubgraph, more debugging calls
- *
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -213,13 +213,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/05/04 10:15:20  strk
- * Doxygen comments
- *
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
===================================================================
--- trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -108,17 +108,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/05/04 12:19:59  strk
- * Added note about findEdge() only scanning for forward DirectedEdges
- *
- * Revision 1.2  2006/04/05 09:20:25  strk
- * Added port informations and many assertion checking.
- * Fixed bug in getRightmostSide() method ( a "testing-only" corner case )
- *
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
===================================================================
--- trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -121,13 +121,3 @@
 
 #endif // ndef GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/15 15:50:11  strk
- * const correctness, cleanups
- *
- * Revision 1.1  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,10 +79,3 @@
 
 #endif // GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/distance/ConnectedElementPointFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,13 +74,3 @@
 
 #endif // GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 17:15:29  strk
- * Removed unused parameters warning
- *
- * Revision 1.1  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/include/geos/operation/distance/DistanceOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/distance/DistanceOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -279,10 +279,3 @@
 
 #endif // GEOS_OP_DISTANCE_DISTANCEOP_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/distance/GeometryLocation.h
===================================================================
--- trunk/include/geos/operation/distance/GeometryLocation.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/distance/GeometryLocation.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -117,10 +117,3 @@
 
 #endif // GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/linemerge/EdgeString.h
===================================================================
--- trunk/include/geos/operation/linemerge/EdgeString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/EdgeString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -88,10 +88,3 @@
 #endif
 
 #endif // GEOS_OP_LINEMERGE_EDGESTRING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -77,10 +77,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/linemerge/LineMergeEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/LineMergeEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -62,10 +62,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_LINEMERGE_LINEMERGEEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/linemerge/LineMergeGraph.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeGraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/LineMergeGraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -91,10 +91,3 @@
 #endif
 
 #endif // GEOS_OP_LINEMERGE_LINEMERGEGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/linemerge/LineMerger.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMerger.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/LineMerger.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -143,10 +143,3 @@
 #endif
 
 #endif // GEOS_OP_LINEMERGE_LINEMERGER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/linemerge/LineSequencer.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineSequencer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/linemerge/LineSequencer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -293,10 +293,3 @@
 #endif
 
 #endif // GEOS_OP_LINEMERGE_LINESEQUENCER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 10:13:53  strk
- * opLinemerge.h split
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/overlay/EdgeSetNoder.h
===================================================================
--- trunk/include/geos/operation/overlay/EdgeSetNoder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/EdgeSetNoder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,11 +69,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_OP_OVERLAY_EDGESETNODER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/ElevationMatrix.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrix.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/ElevationMatrix.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -112,11 +112,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_ELEVATIONMATRIX_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/ElevationMatrixCell.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -63,11 +63,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_ELEVATIONMATRIXCELL_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/LineBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/LineBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/LineBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -138,14 +138,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_LINEBUILDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/05 15:36:34  strk
- * Given OverlayOp funx code enum a name and renamed values to have a lowercase prefix. Drop all of noding headers from installed header set.
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/MaximalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -105,15 +105,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_OP_OVERLAY_MAXIMALEDGERING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/27 16:02:34  strk
- * Added INL file for MinimalEdgeRing, added many debugging blocks,
- * fixed memory leak in ConnectedInteriorTester (bug #59)
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/MinimalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,15 +79,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_MINIMALEDGERING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/27 16:02:34  strk
- * Added INL file for MinimalEdgeRing, added many debugging blocks,
- * fixed memory leak in ConnectedInteriorTester (bug #59)
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/OverlayNodeFactory.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -56,11 +56,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/OverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/OverlayOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -359,26 +359,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_OVERLAYOP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/07/05 20:19:29  strk
- * added checks for obviously wrong result of difference and intersection ops
- *
- * Revision 1.5  2006/06/05 15:36:34  strk
- * Given OverlayOp funx code enum a name and renamed values to have a lowercase prefix. Drop all of noding headers from installed header set.
- *
- * Revision 1.4  2006/05/24 15:17:44  strk
- * Reduced number of installed headers in geos/operation/ subdir
- *
- * Revision 1.3  2006/04/14 15:04:36  strk
- * fixed missing namespace qualification in overlay::overlayOp
- *
- * Revision 1.2  2006/04/14 14:35:47  strk
- * Added overlayOp() adapter for use in templates expecting binary ops
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/PointBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PointBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/PointBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -104,14 +104,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_OP_OVERLAY_POINTBUILDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/05 15:36:34  strk
- * Given OverlayOp funx code enum a name and renamed values to have a lowercase prefix. Drop all of noding headers from installed header set.
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/PolygonBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PolygonBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/PolygonBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -210,18 +210,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_POLYGONBUILDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/13 23:26:46  strk
- * cleanups
- *
- * Revision 1.2  2006/03/20 12:33:45  strk
- * Simplified some privat methods to use refs instead of pointers, added
- * debugging section for failiures of holes/shells associations
- *
- * Revision 1.1  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -112,8 +112,3 @@
 } // namespace geos
 
 #endif // ndef GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -139,8 +139,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_SNAP_SNAPOVERLAYOP_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -97,8 +97,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,8 +87,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -131,8 +131,3 @@
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/include/geos/operation/polygonize/EdgeRing.h
===================================================================
--- trunk/include/geos/operation/polygonize/EdgeRing.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/polygonize/EdgeRing.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -209,14 +209,3 @@
 #endif
 
 #endif // GEOS_OP_POLYGONIZE_EDGERING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/05/02 14:32:49  strk
- * Added port info for polygonize/EdgeRing class, polygonize/EdgeRing.h header
- * not installed.
- *
- * Revision 1.1  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -121,10 +121,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/polygonize/PolygonizeEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -59,10 +59,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/polygonize/PolygonizeGraph.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -226,10 +226,3 @@
 #endif
 
 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/polygonize/Polygonizer.h
===================================================================
--- trunk/include/geos/operation/polygonize/Polygonizer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/polygonize/Polygonizer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -224,13 +224,3 @@
 #endif
 
 #endif // GEOS_OP_POLYGONIZE_POLYGONIZER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 17:15:29  strk
- * Removed unused parameters warning
- *
- * Revision 1.1  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/include/geos/operation/relate/EdgeEndBuilder.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBuilder.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/EdgeEndBuilder.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -70,11 +70,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_EDGEENDBUILDER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/EdgeEndBundle.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundle.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/EdgeEndBundle.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -106,11 +106,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_EDGEENDBUNDLE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/EdgeEndBundleStar.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -66,11 +66,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/RelateComputer.h
===================================================================
--- trunk/include/geos/operation/relate/RelateComputer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/RelateComputer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -167,11 +167,3 @@
 #endif
 
 #endif // GEOS_OP_RELATE_RELATECOMPUTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/RelateNodeFactory.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/RelateNodeFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -55,11 +55,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_RELATENODEFACTORY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/RelateNodeGraph.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeGraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/RelateNodeGraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -96,11 +96,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_RELATENODEGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/relate/RelateOp.h
===================================================================
--- trunk/include/geos/operation/relate/RelateOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/relate/RelateOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -135,11 +135,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_RELATE_RELATEOP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedPolygonUnion.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/union/CascadedPolygonUnion.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -241,9 +241,3 @@
 } // namespace geos
 
 #endif
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/ConnectedInteriorTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -146,17 +146,3 @@
 #endif
 
 #endif // GEOS_OP_CONNECTEDINTERIORTESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/04/06 12:48:36  strk
- * Added private vector to keep track of allocated MaximalEdgeRings objects
- *
- * Revision 1.2  2006/03/27 14:20:46  strk
- * Added paranoid assertion checking and a note in header about responsibility of return from buildMaximalEdgeRings()
- *
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/ConsistentAreaTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConsistentAreaTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/ConsistentAreaTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -151,15 +151,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_CONSISTENTAREATESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/27 10:37:58  strk
- * Reduced heap allocations and probability of error by making LineIntersector
- * and RelateNodeGraph part of ConsistentAreaTester class .
- *
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/IsValidOp.h
===================================================================
--- trunk/include/geos/operation/valid/IsValidOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/IsValidOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -276,14 +276,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_ISVALIDOP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/29 13:53:59  strk
- * EdgeRing equipped with Invariant testing function and lots of exceptional assertions. Removed useless heap allocations, and pointers usages.
- *
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -101,14 +101,3 @@
 #endif
 
 #endif // GEOS_OP_QUADTREENESTEDRINGTESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/29 11:48:53  strk
- * Removed useless heap allocations in construction, enforced const correctness
- *
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/RepeatedPointTester.h
===================================================================
--- trunk/include/geos/operation/valid/RepeatedPointTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/RepeatedPointTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -66,11 +66,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_REPEATEDPOINTTESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/SimpleNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -93,11 +93,3 @@
 #endif
 
 #endif // GEOS_OP_SIMPLENESTEDRINGTESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/SweeplineNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -117,14 +117,3 @@
 #endif
 
 #endif // GEOS_OP_SWEEPLINENESTEDRINGTESTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/01 10:28:47  strk
- * Reduced number of installed headers for the geos::index namespace
- *
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/operation/valid/TopologyValidationError.h
===================================================================
--- trunk/include/geos/operation/valid/TopologyValidationError.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/operation/valid/TopologyValidationError.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -75,11 +75,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_TOPOLOGYVALIDATIONERROR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/DirectedEdge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -235,14 +235,3 @@
 } // namespace geos
 
 #endif // GEOS_PLANARGRAPH_DIRECTEDEDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 15:46:08  strk
- * provided a memory friendly version of toEdges() method.
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/DirectedEdgeStar.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdgeStar.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/DirectedEdgeStar.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -140,14 +140,3 @@
 #endif
 
 #endif // GEOS_PLANARGRAPH_DIRECTEDEDGESTAR_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/Edge.h
===================================================================
--- trunk/include/geos/planargraph/Edge.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/Edge.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -147,11 +147,3 @@
 #endif
 
 #endif // GEOS_PLANARGRAPH_EDGE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/GraphComponent.h
===================================================================
--- trunk/include/geos/planargraph/GraphComponent.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/GraphComponent.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -160,11 +160,3 @@
 } // namespace geos
 
 #endif // GEOS_PLANARGRAPH_GRAPHCOMPONENT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/Node.h
===================================================================
--- trunk/include/geos/planargraph/Node.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/Node.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -137,17 +137,3 @@
 } // namespace geos
 
 #endif // GEOS_PLANARGRAPH_NODE_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/12 16:57:26  strk
- * Added note about ownership of return from getEdgesBetween()
- *
- * Revision 1.2  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/NodeMap.h
===================================================================
--- trunk/include/geos/planargraph/NodeMap.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/NodeMap.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -125,11 +125,3 @@
 #endif
 
 #endif // GEOS_PLANARGRAPH_NODEMAP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/PlanarGraph.h
===================================================================
--- trunk/include/geos/planargraph/PlanarGraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/PlanarGraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -252,14 +252,3 @@
 #endif
 
 #endif // GEOS_PLANARGRAPH_PLANARGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/planargraph/Subgraph.h
===================================================================
--- trunk/include/geos/planargraph/Subgraph.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/planargraph/Subgraph.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -154,11 +154,3 @@
 #endif
 
 #endif // GEOS_PLANARGRAPH_SUBGRAPH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/include/geos/precision/CommonBits.h
===================================================================
--- trunk/include/geos/precision/CommonBits.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/precision/CommonBits.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -96,10 +96,3 @@
 } // namespace geos
 
 #endif // GEOS_PRECISION_COMMONBITS_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/

Modified: trunk/include/geos/precision/CommonBitsOp.h
===================================================================
--- trunk/include/geos/precision/CommonBitsOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/precision/CommonBitsOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -172,16 +172,3 @@
 #endif
 
 #endif // GEOS_PRECISION_COMMONBITSOP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/04/13 23:23:52  strk
- * fixed bug in binary ops failing to consistently reduce operands.
- *
- * Revision 1.2  2006/04/06 14:36:52  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.1  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/

Modified: trunk/include/geos/precision/CommonBitsRemover.h
===================================================================
--- trunk/include/geos/precision/CommonBitsRemover.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/precision/CommonBitsRemover.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -90,16 +90,3 @@
 } // namespace geos
 
 #endif // GEOS_PRECISION_COMMONBITSREMOVER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/04/07 08:30:30  strk
- * made addCommonBits/removeCommonBits interface consistent, doxygen comments
- *
- * Revision 1.2  2006/04/06 14:36:52  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.1  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/

Modified: trunk/include/geos/precision/EnhancedPrecisionOp.h
===================================================================
--- trunk/include/geos/precision/EnhancedPrecisionOp.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/precision/EnhancedPrecisionOp.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -109,13 +109,3 @@
 } // namespace geos
 
 #endif // GEOS_PRECISION_ENHANCEDPRECISIONOP_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/06 14:36:52  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.1  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/

Modified: trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h
===================================================================
--- trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,13 +87,3 @@
 } // namespace geos
 
 #endif // GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/03 13:56:55  strk
- * Made externally-owned PrecisionModel  const
- *
- * Revision 1.1  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/

Modified: trunk/include/geos/profiler.h
===================================================================
--- trunk/include/geos/profiler.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/profiler.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -188,33 +188,3 @@
 #endif
 
 #endif // ndef GEOS_PROFILER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.7  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.6  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.5  2005/02/01 14:18:04  strk
- * Made profiler start/stop inline
- *
- * Revision 1.4  2004/12/03 16:21:07  frank
- * dont try for sys/time.h with MSVC
- *
- * Revision 1.3  2004/11/30 16:44:16  strk
- * Added gettimeofday implementation for win32, curtesy of Wu Yongwei.
- *
- * Revision 1.2  2004/11/04 08:49:13  strk
- * Unlinked new documentation.
- *
- * Revision 1.1  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -100,19 +100,3 @@
 #endif
 
 #endif // GEOS_SIMPLIFY_DOUBGLASPEUCKERLINESIMPLIFIER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/07/10 10:16:06  strk
- * changed vector<bool> to vector<short int> (see bug#101)
- *
- * Revision 1.3  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.2  2006/04/13 10:39:12  strk
- * Initial implementation of TaggedLinesSimplifier class
- *
- * Revision 1.1  2006/04/03 10:16:11  strk
- * DouglasPeuckerLineSimplifier class port
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/DouglasPeuckerSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -84,13 +84,3 @@
 } // namespace geos
 
 #endif // GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/13 10:39:12  strk
- * Initial implementation of TaggedLinesSimplifier class
- *
- * Revision 1.1  2006/04/11 16:04:34  strk
- * geos::simplify::DouglasPeukerSimplifier class + unit test
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/LineSegmentIndex.h
===================================================================
--- trunk/include/geos/simplify/LineSegmentIndex.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/LineSegmentIndex.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,13 +87,3 @@
 #endif
 
 #endif // GEOS_SIMPLIFY_LINESEGMENTINDEX_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/13 09:28:09  mloskot
- * Removed definition of copy ctor and assignment operator for LineSegmentString class.
- *
- * Revision 1.1  2006/04/12 15:20:37  strk
- * LineSegmentIndex class
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/TaggedLineSegment.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineSegment.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/TaggedLineSegment.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -84,14 +84,3 @@
 } // namespace geos
 
 #endif // GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/12 17:19:57  strk
- * Ported TaggedLineStringSimplifier class, made LineSegment class
- * polymorphic to fix derivation of TaggedLineSegment
- *
- * Revision 1.1  2006/04/12 14:22:12  strk
- * Initial implementation of TaggedLineSegment and TaggedLineString classes
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/TaggedLineString.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineString.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/TaggedLineString.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -129,31 +129,3 @@
 #endif
 
 #endif // GEOS_SIMPLIFY_TAGGEDLINESTRING_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.6  2006/04/13 21:52:34  strk
- * Many debugging lines and assertions added. Fixed bug in TaggedLineString class.
- *
- * Revision 1.5  2006/04/13 16:04:10  strk
- * Made TopologyPreservingSimplifier implementation successfully build
- *
- * Revision 1.4  2006/04/13 09:21:45  mloskot
- * Removed definition of copy ctor and assignment operator for TaggedLineString class.
- * According to following rule: Declaring, but not defining, private copy operations has
- * the effect of "turning off" copying for the class.
- *
- * Revision 1.3  2006/04/12 17:19:57  strk
- * Ported TaggedLineStringSimplifier class, made LineSegment class
- * polymorphic to fix derivation of TaggedLineSegment
- *
- * Revision 1.2  2006/04/12 15:20:37  strk
- * LineSegmentIndex class
- *
- * Revision 1.1  2006/04/12 14:22:12  strk
- * Initial implementation of TaggedLineSegment and TaggedLineString classes
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/TaggedLinesSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TaggedLinesSimplifier.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/TaggedLinesSimplifier.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -120,25 +120,3 @@
 #endif
 
 #endif // GEOS_SIMPLIFY_TAGGEDLINESSIMPLIFIER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/24 15:32:11  strk
- * * source/headers/geos/simplify/TaggedLinesSimplifier.h: added LineSegmentIndex.h include so that every use of the templated simplify() function get all the required definitions.
- *
- * Revision 1.3  2006/05/24 11:41:23  strk
- *         * source/headers/geos/simplify/TaggedLinesSimplifier.h,
- *         source/simplify/TaggedLinesSimplifier.cpp,
- *         source/simplify/TopologyPreservingSimplifier.cpp:
- *         fixed bug in TopologyPreservingSimplifier failing to
- *         detect intersections, refactored TaggedLinesSimplifier
- *         class to more closely match JTS and use templated
- *         functions.
- *
- * Revision 1.2  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- * Revision 1.1  2006/04/13 10:39:12  strk
- * Initial implementation of TaggedLinesSimplifier class
- *
- **********************************************************************/

Modified: trunk/include/geos/simplify/TopologyPreservingSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -96,13 +96,3 @@
 #endif
 
 #endif // GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/04/13 16:04:10  strk
- * Made TopologyPreservingSimplifier implementation successfully build
- *
- * Revision 1.2  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- **********************************************************************/

Modified: trunk/include/geos/spatialIndex.h
===================================================================
--- trunk/include/geos/spatialIndex.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/spatialIndex.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -28,11 +28,3 @@
 #include <geos/index/ItemVisitor.h>
 
 #endif // GEOS_INDEX_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/03/20 16:57:43  strk
- * spatialindex.h and opValid.h headers split
- *
- **********************************************************************/
-

Modified: trunk/include/geos/unload.h
===================================================================
--- trunk/include/geos/unload.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/unload.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,22 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.3  2006/03/06 19:43:20  strk
- * Fixed Unload class definition namespace (geos::io)
- *
- * Revision 1.2  2006/03/01 10:39:58  strk
- * ctor and dtor made private and inlined
- *
- * Revision 1.1  2004/07/02 13:20:42  strk
- * Header files moved under geos/ dir.
- *
- * Revision 1.2  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 #include <geos/export.h>

Modified: trunk/include/geos/util/Assert.h
===================================================================
--- trunk/include/geos/util/Assert.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/Assert.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,13 +60,3 @@
 
 
 #endif // GEOS_UTIL_ASSERT_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/14 17:46:26  strk
- * Removed unrequired include
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/AssertionFailedException.h
===================================================================
--- trunk/include/geos/util/AssertionFailedException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/AssertionFailedException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -49,10 +49,3 @@
 
 
 #endif // GEOS_UTIL_ASSERTIONFAILEDEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/CoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/CoordinateArrayFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/CoordinateArrayFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,13 +60,3 @@
 } // namespace geos
 
 #endif // GEOS_UTIL_COORDINATEARRAYFILTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/19 23:33:03  strk
- * Don't *require* CoordinateFilters to define both read-only and read-write methods.
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/GEOSException.h
===================================================================
--- trunk/include/geos/util/GEOSException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/GEOSException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -74,20 +74,3 @@
 #endif
 
 #endif // GEOS_UTIL_GEOSEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/22 15:08:01  strk
- * Print colon after exception name (as it has always been)
- *
- * Revision 1.3  2006/04/05 09:34:20  strk
- * GEOSException derived from std::exception again, hopefully the correct way now
- *
- * Revision 1.2  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/GeometricShapeFactory.h
===================================================================
--- trunk/include/geos/util/GeometricShapeFactory.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/GeometricShapeFactory.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -198,10 +198,3 @@
 #endif
 
 #endif // GEOS_UTIL_GEOMETRICSHAPEFACTORY_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/IllegalArgumentException.h
===================================================================
--- trunk/include/geos/util/IllegalArgumentException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/IllegalArgumentException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -51,14 +51,3 @@
 
 
 #endif // GEOS_UTIL_ILLEGALARGUMENTEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/TopologyException.h
===================================================================
--- trunk/include/geos/util/TopologyException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/TopologyException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -61,16 +61,3 @@
 
 
 #endif // GEOS_UTIL_TOPOLOGYEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/23 15:10:29  strk
- * Dropped by-pointer TopologyException constructor, various small cleanups
- *
- * Revision 1.2  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/UniqueCoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -89,19 +89,3 @@
 #endif
 
 #endif // GEOS_UTIL_UNIQUECOORDINATEARRAYFILTER_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/19 23:33:03  strk
- * Don't *require* CoordinateFilters to define both read-only and read-write methods.
- *
- * Revision 1.3  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.2  2006/04/10 09:21:23  mloskot
- * Added new test for UniqueCoordinateArrayFilter class. Small fixes related to signed/unsigned comparison.
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/UnsupportedOperationException.h
===================================================================
--- trunk/include/geos/util/UnsupportedOperationException.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/UnsupportedOperationException.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -53,10 +53,3 @@
 
 
 #endif // GEOS_UTIL_UNSUPPORTEDOPERATIONEXCEPTION_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/include/geos/util/math.h
===================================================================
--- trunk/include/geos/util/math.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/include/geos/util/math.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -39,19 +39,3 @@
 }} // namespace geos::util
 
 #endif // GEOS_UTIL_MATH_H
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/05/04 14:05:31  strk
- * * source/headers/geos/util/math.h: provided an util::round() method being an inline proxy to call appropriate default rounding function for the whole GEOS codebase. Currently pointing at util::java_math_round() being the last being used.
- *
- * Revision 1.3  2006/04/07 12:37:53  mloskot
- * Added java_math_round() function for Asymmetric Arithmetic Rounding. Small fixes in Unit Tests.
- *
- * Revision 1.2  2006/04/06 21:30:36  strk
- * Added missing rint_vc() forward declaration
- *
- * Revision 1.1  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/

Modified: trunk/src/algorithm/CentroidArea.cpp
===================================================================
--- trunk/src/algorithm/CentroidArea.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/CentroidArea.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -148,22 +148,3 @@
 
 } // namespace geos.algorithm
 } //namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.24  2006/06/08 17:58:57  strk
- * Polygon::getNumInteriorRing() return size_t, Polygon::interiorRingN() takes size_t.
- *
- * Revision 1.23  2006/04/07 09:54:28  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.22  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.21  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-
-

Modified: trunk/src/algorithm/CentroidLine.cpp
===================================================================
--- trunk/src/algorithm/CentroidLine.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/CentroidLine.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -85,14 +85,3 @@
 
 } // namespace geos.algorithm
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.16  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.15  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/src/algorithm/CentroidPoint.cpp
===================================================================
--- trunk/src/algorithm/CentroidPoint.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/CentroidPoint.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -68,16 +68,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/04/07 09:54:29  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.11  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.10  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/ConvexHull.cpp
===================================================================
--- trunk/src/algorithm/ConvexHull.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/ConvexHull.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -513,63 +513,6 @@
 }
 
 
-///**
-// * @param  vertices  the vertices of a linear ring, which may or may not be
-// *      flattened (i.e. vertices collinear)
-// * @return a newly allocated CoordinateSequence
-// */
-//CoordinateSequence*
-//ConvexHull::cleanRing(const CoordinateSequence *original)
-//{
-//	Assert::equals(original->getAt(0),original->getAt(original->getSize()-1));
-//
-//	size_t npts=original->getSize();
-//
-//	vector<Coordinate> *newPts=new vector<Coordinate>;
-//	newPts->reserve(npts);
-//
-//	const Coordinate *previousDistinctCoordinate=NULL;
-//	for(size_t i=0; i<npts-1; ++i)
-//	{
-//		const Coordinate &currentCoordinate=original->getAt(i);
-//		const Coordinate &nextCoordinate=original->getAt(i+1);
-//
-//		// skip repeated points (shouldn't this have been already done elsewhere?)
-//		if (currentCoordinate==nextCoordinate) continue;
-//
-//		// skip collinear point
-//		if (previousDistinctCoordinate!=NULL && 
-//			isBetween(*previousDistinctCoordinate, currentCoordinate, nextCoordinate))
-//		{
-//			continue;
-//		}
-//
-//		newPts->push_back(currentCoordinate);
-//
-//		previousDistinctCoordinate=¤tCoordinate;
-//	}
-//
-//	newPts->push_back(original->getAt(npts-1));
-//
-//	CoordinateSequence *cleanedRing=geomFactory->getCoordinateSequenceFactory()->create(newPts);
-//	return cleanedRing;
-//}
-
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.22  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.21  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.20  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.19  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/InteriorPointArea.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointArea.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/InteriorPointArea.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -154,17 +154,3 @@
 
 } // namespace geos.algorithm
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.22  2006/04/07 09:54:29  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.21  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.20  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/InteriorPointLine.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointLine.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/InteriorPointLine.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -152,12 +152,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.17  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/InteriorPointPoint.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointPoint.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/InteriorPointPoint.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -85,12 +85,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.13  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/LineIntersector.cpp
===================================================================
--- trunk/src/algorithm/LineIntersector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/LineIntersector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -855,28 +855,3 @@
 
 } // namespace geos.algorithm
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.42  2006/04/12 11:57:11  strk
- * Fixed debugging line
- *
- * Revision 1.41  2006/04/07 09:12:57  strk
- * kept isInSegmentEnvelopes() check even when not debugging
- *
- * Revision 1.40  2006/04/06 21:31:40  strk
- * Const correctness for debugging function
- *
- * Revision 1.39  2006/04/04 12:39:08  strk
- * Changed NotRepresentableCoordinate exception handler to throw
- * a TopologyException. This allows further handling.
- *
- * Revision 1.38  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.37  2006/03/16 10:38:14  strk
- * Bug #63 - Remove unreferenced local variable warning
- *
- * Revision 1.36  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/

Modified: trunk/src/algorithm/MCPointInRing.cpp
===================================================================
--- trunk/src/algorithm/MCPointInRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/MCPointInRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -178,21 +178,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.27  2006/03/29 11:52:00  strk
- * const correctness, useless heap allocations removal
- *
- * Revision 1.26  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- * Revision 1.25  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- * Revision 1.24  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.23  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/MinimumDiameter.cpp
===================================================================
--- trunk/src/algorithm/MinimumDiameter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/MinimumDiameter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -278,12 +278,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.14  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/NotRepresentableException.cpp
===================================================================
--- trunk/src/algorithm/NotRepresentableException.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/NotRepresentableException.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -38,16 +38,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.17  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.16  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.15  2006/03/09 16:46:45  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/PointLocator.cpp
===================================================================
--- trunk/src/algorithm/PointLocator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/PointLocator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -166,19 +166,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.31  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.30  2006/04/07 09:54:29  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.29  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.28  2006/03/09 16:46:46  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/algorithm/RayCrossingCounter.cpp
===================================================================
--- trunk/src/algorithm/RayCrossingCounter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/RayCrossingCounter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -177,8 +177,3 @@
 
 } // geos::algorithm
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/algorithm/SIRtreePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SIRtreePointInRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/SIRtreePointInRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -116,13 +116,3 @@
 } // namespace geos.algorithm
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.17  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.16  2006/03/09 16:46:46  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/src/algorithm/SimplePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SimplePointInRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/SimplePointInRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -40,16 +40,3 @@
 
 } // namespace geos.algorithm
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.17  2006/03/09 16:46:46  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.16  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- **********************************************************************/
-

Modified: trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -145,8 +145,3 @@
 } // geos::algorithm::locate
 } // geos::algorithm
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -22,8 +22,3 @@
 } // geos::algorithm::locate
 } // geos::algorithm
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -94,17 +94,3 @@
 } // namespace geos.algorithm.locate
 } // namespace geos.algorithm
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.22  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.21  2006/03/21 11:12:23  strk
- * Cleanups: headers inclusion and Log section
- *
- * Revision 1.20  2006/03/09 16:46:46  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/src/geom/CoordinateArraySequence.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequence.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/CoordinateArraySequence.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -287,26 +287,3 @@
 
 } // namespace geos::geom
 } //namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 15:07:47  strk
- * explicitly invoked CoordinateSequence (copy) ctor - suggested by GCC warning.
- *
- * Revision 1.9  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.8  2006/05/03 08:58:34  strk
- * added new non-static CoordinateSequence::removeRepeatedPoints() mutator.
- *
- * Revision 1.7  2006/03/27 09:00:50  strk
- * Bug #79 - Small fix in CoordinateArraySequence::toString()
- *
- * Revision 1.6  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/CoordinateSequence.cpp
===================================================================
--- trunk/src/geom/CoordinateSequence.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/CoordinateSequence.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -295,20 +295,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.21  2006/06/12 16:51:23  strk
- * Added equality and inequality operators and tests
- *
- * Revision 1.20  2006/06/12 16:36:22  strk
- * indentation, notes about things to be fixed.
- *
- * Revision 1.19  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.18  2006/05/03 19:47:27  strk
- * added operator<< for CoordinateSequence
- *
- **********************************************************************/
-

Modified: trunk/src/geom/CoordinateSequenceFactory.cpp
===================================================================
--- trunk/src/geom/CoordinateSequenceFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/CoordinateSequenceFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -26,11 +26,3 @@
 
 } // namespace geos::geom
 }
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/04/03 10:56:58  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-

Modified: trunk/src/geom/Dimension.cpp
===================================================================
--- trunk/src/geom/Dimension.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/Dimension.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -84,38 +84,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.14  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.13  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.12  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.11  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.10  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.9  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.8  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/Envelope.cpp
===================================================================
--- trunk/src/geom/Envelope.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/Envelope.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -482,96 +482,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.30  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.29  2006/04/05 14:04:25  strk
- * Fixed copy ctor to support "Null" Envelope copies.
- * Drop init(Envelope&) method.
- * Port info and various cleanups.
- *
- * Revision 1.28  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.27  2006/03/15 18:44:52  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.26  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.25  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.24  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.23  2006/02/08 17:18:28  strk
- * - New WKTWriter::toLineString and ::toPoint convenience methods
- * - New IsValidOp::setSelfTouchingRingFormingHoleValid method
- * - New Envelope::centre()
- * - New Envelope::intersection(Envelope)
- * - New Envelope::expandBy(distance, [ydistance])
- * - New LineString::reverse()
- * - New MultiLineString::reverse()
- * - New Geometry::buffer(distance, quadSeg, endCapStyle)
- * - Obsoleted toInternalGeometry/fromInternalGeometry
- * - More const-correctness in Buffer "package"
- *
- * Revision 1.22  2006/01/15 21:22:02  strk
- * Added Envelope constructor by string (accepting what's returned by ::toString)
- *
- * Revision 1.21  2005/11/08 10:03:28  strk
- * Set library version to 2.2.0.
- * Cleaned up Doxygen warnings.
- * Inlined more Envelope methods.
- * Dropped deprecated Envelope::overlaps methods.
- *
- * Revision 1.20  2005/02/15 17:15:13  strk
- * Inlined most Envelope methods, reserved() memory for some vectors when
- * the usage was known a priori.
- *
- * Revision 1.19  2005/02/01 16:06:53  strk
- * Small optimizations.
- *
- * Revision 1.18  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.17  2004/11/08 10:58:08  strk
- * Optimized the ::intersect function to avoid nested function calls.
- *
- * Revision 1.16  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- * Revision 1.15  2004/09/16 09:48:06  strk
- * Added Envelope::equals
- *
- * Revision 1.14  2004/07/21 09:55:24  strk
- * CoordinateSequence::atLeastNCoordinatesOrNothing definition fix.
- * Documentation fixes.
- *
- * Revision 1.13  2004/07/19 13:19:30  strk
- * Documentation fixes
- *
- * Revision 1.12  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.11  2004/03/18 10:42:44  ybychkov
- * "IO" and "Util" upgraded to JTS 1.4
- * "Geometry" partially upgraded.
- *
- * Revision 1.10  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/GeometryCollection.cpp
===================================================================
--- trunk/src/geom/GeometryCollection.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/GeometryCollection.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -360,139 +360,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.60  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.59  2006/05/04 15:49:38  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.58  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.57  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.56  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.55  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.54  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.53  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.52  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.51  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.50  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.49  2005/12/08 14:14:07  strk
- * ElevationMatrixFilter used for both elevation and Matrix fill,
- * thus removing CoordinateSequence copy in ElevetaionMatrix::add(Geometry *).
- * Changed CoordinateFilter::filter_rw to be a const method: updated
- * all apply_rw() methods to take a const CoordinateFilter.
- *
- * Revision 1.48  2005/11/25 09:57:51  strk
- * Fixed bug in getCoordinates() [ introduced by previous commit ]
- *
- * Revision 1.47  2005/11/24 23:09:15  strk
- * CoordinateSequence indexes switched from int to the more
- * the correct unsigned int. Optimizations here and there
- * to avoid calling getSize() in loops.
- * Update of all callers is not complete yet.
- *
- * Revision 1.46  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.45  2005/06/23 14:22:32  strk
- * Inlined and added missing ::clone() for Geometry subclasses
- *
- * Revision 1.44  2004/12/08 14:32:54  strk
- * cleanups
- *
- * Revision 1.43  2004/07/27 16:35:46  strk
- * Geometry::getEnvelopeInternal() changed to return a const Envelope *.
- * This should reduce object copies as once computed the envelope of a
- * geometry remains the same.
- *
- * Revision 1.42  2004/07/22 08:45:50  strk
- * Documentation updates, memory leaks fixed.
- *
- * Revision 1.41  2004/07/22 07:04:49  strk
- * Documented missing geometry functions.
- *
- * Revision 1.40  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/GeometryComponentFilter.cpp
===================================================================
--- trunk/src/geom/GeometryComponentFilter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/GeometryComponentFilter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -37,17 +37,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- * Revision 1.11  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/GeometryFactory.cpp
===================================================================
--- trunk/src/geom/GeometryFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/GeometryFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -731,73 +731,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.71  2006/07/08 00:33:54  strk
- *         * configure.in: incremented CAPI minor version, to avoid                        falling behind any future version from the 2.2. branch.
- *         * source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
- *         source/geomgraph/EdgeRing.cpp,
- *         source/headers/geos/geom/Geometry.h,
- *         source/headers/geos/geom/GeometryFactory.h,
- *         source/headers/geos/geom/GeometryFactory.inl,
- *         source/headers/geos/geomgraph/EdgeRing.h:
- *         updated doxygen comments (sync with JTS head).
- *         * source/headers/geos/platform.h.in: include <inttypes.h>
- *         rather then <stdint.h>
- *
- * Revision 1.70  2006/06/19 21:17:23  strk
- * port info and doxygen dox.
- *
- * Revision 1.69  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.68  2006/04/28 11:56:52  strk
- * * source/geom/GeometryFactory.cpp, source/headers/geos/geom/GeometryFactory.h: added LineString copy constructor.
- * * source/geom/Polygon.cpp: fixed getBoundary method to always return a geometry composed by LineStrings (not LinearRings)
- *
- * Revision 1.67  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.66  2006/04/10 13:09:47  strk
- * Added GeometryFactory::defaultInstance()
- * Made Geometry::INTERNAL_GEOMETRY_FACTORY an alias for it
- * removed last deletion from Unload::Release class
- *
- * Revision 1.65  2006/04/06 12:33:04  strk
- * More debugging lines
- *
- * Revision 1.64  2006/03/31 17:51:24  strk
- * A few assertion checking, comments cleanup, use of initialization lists
- * in constructors, handled NULL parameters.
- *
- * Revision 1.63  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.62  2006/03/20 10:11:50  strk
- * Bug #67 - Debugging helpers in GeometryFactory class
- *
- * Revision 1.61  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.60  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.59  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.58  2006/03/01 18:37:08  strk
- * Geometry::createPointFromInternalCoord dropped (it's a duplication of GeometryFactory::createPointFromInternalCoord).
- * Fixed bugs in InteriorPoint* and getCentroid() inserted by previous commits.
- *
- * Revision 1.57  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.56  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/GeometryList.cpp
===================================================================
--- trunk/src/geom/GeometryList.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/GeometryList.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -78,12 +78,3 @@
 
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/04/11 09:41:26  strk
- * Initial implementation of a GeometryList class, to be used to manage
- * lists of Geometry pointers.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/IntersectionMatrix.cpp
===================================================================
--- trunk/src/geom/IntersectionMatrix.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/IntersectionMatrix.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -435,85 +435,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.26  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.25  2006/05/17 17:41:10  strk
- * Added output operator + test
- *
- * Revision 1.24  2006/05/17 17:24:17  strk
- * Added port info, fixed isCoveredBy() comment.
- *
- * Revision 1.23  2006/05/17 17:20:10  strk
- * added isCovers() and isCoveredBy() public methods to IntersectionMatrix and associated tests.
- *
- * Revision 1.22  2006/04/09 01:41:48  mloskot
- * Added comments for doxygen based on JTS docs. Added row/col dimension consts. Added asserts in functions to check if given row/col is in range.
- *
- * Revision 1.21  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.20  2006/03/13 21:54:56  strk
- * Streamlined headers inclusion.
- *
- * Revision 1.19  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.18  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.17  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.16  2006/03/02 11:00:26  strk
- * Changed IntersectionMatrix funx taking strings to take const string& instead
- *
- * Revision 1.15  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.14  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.13  2005/11/09 08:57:07  strk
- * IntersectionMatrix made a concrete and final type.
- * Cleanups in class definition.
- *
- * Revision 1.12  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.11  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.10  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/LineSegment.cpp
===================================================================
--- trunk/src/geom/LineSegment.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/LineSegment.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -315,165 +315,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.36  2006/04/10 12:05:35  strk
- * Added inline-replicator implementation files to make sure
- * functions in .inl files are still available out-of-line.
- * A side effect is this should fix MingW build.
- *
- * Revision 1.35  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.34  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- * Revision 1.33  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.32  2006/03/16 13:28:21  strk
- * obsoleted getCoordinate(), replaced by operator[]
- *
- * Revision 1.31  2006/03/15 18:44:52  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.30  2006/03/13 21:54:56  strk
- * Streamlined headers inclusion.
- *
- * Revision 1.29  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.28  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.27  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.26  2006/03/01 17:16:38  strk
- * LineSegment class made final and optionally (compile-time) inlined.
- * Reduced heap allocations in Centroid{Area,Line,Point} and InteriorPoint{Area,Line,Point}.
- *
- * Revision 1.25  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.24  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.23  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.22  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.21  2005/06/24 11:09:42  strk
- * Dropped RobustLineIntersector, made LineIntersector a concrete class.
- * Added LineIntersector::hasIntersection(Coordinate&,Coordinate&,Coordinate&)
- * to avoid computing intersection point (Z) when it's not necessary.
- *
- * Revision 1.20  2005/05/23 15:04:10  strk
- * Fixed bug in ::reverse()
- *
- * Revision 1.19  2005/02/15 17:15:13  strk
- * Inlined most Envelope methods, reserved() memory for some vectors when
- * the usage was known a priori.
- *
- * Revision 1.18  2005/02/01 13:44:59  strk
- * More profiling labels.
- *
- * Revision 1.17  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.16  2004/07/21 09:55:24  strk
- * CoordinateSequence::atLeastNCoordinatesOrNothing definition fix.
- * Documentation fixes.
- *
- * Revision 1.15  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.14  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.13  2004/05/14 13:42:46  strk
- * DistanceOp bug removed, cascading errors fixed.
- *
- * Revision 1.12  2004/04/05 06:35:14  ybychkov
- * "operation/distance" upgraded to JTS 1.4
- *
- * Revision 1.11  2004/03/29 06:59:24  ybychkov
- * "noding/snapround" package ported (JTS 1.4);
- * "operation", "operation/valid", "operation/relate" and "operation/overlay" upgraded to JTS 1.4;
- * "geom" partially upgraded.
- *
- * Revision 1.10  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.9  2003/10/11 01:56:08  strk
- * Code base padded with 'const' keywords ;)
- *
- **********************************************************************/
-

Modified: trunk/src/geom/LineString.cpp
===================================================================
--- trunk/src/geom/LineString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/LineString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -422,42 +422,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.71  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.70  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.69  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.68  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.67  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.66  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.65  2006/04/10 17:35:44  strk
- * Changed LineString::points and Point::coordinates to be wrapped
- * in an auto_ptr<>. This should close bugs #86 and #89
- *
- * Revision 1.64  2006/04/05 10:25:20  strk
- * Fixed LineString constructor to ensure deletion of CoordinateSequence
- * argument on exception throw
- *
- * Revision 1.63  2006/03/31 16:55:17  strk
- * Added many assertions checking in LineString implementation.
- * Changed ::getCoordinate() to return NULL on empty geom.
- * Changed ::get{Start,End}Point() to return NULL on empty geom.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/LinearRing.cpp
===================================================================
--- trunk/src/geom/LinearRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/LinearRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -134,116 +134,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.33  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.32  2006/04/11 11:16:25  strk
- * Added LineString and LinearRing constructors by auto_ptr
- *
- * Revision 1.31  2006/04/10 17:35:44  strk
- * Changed LineString::points and Point::coordinates to be wrapped
- * in an auto_ptr<>. This should close bugs #86 and #89
- *
- * Revision 1.30  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.29  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.28  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.27  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.26  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.25  2005/06/23 14:22:33  strk
- * Inlined and added missing ::clone() for Geometry subclasses
- *
- * Revision 1.24  2004/12/16 16:27:24  strk
- * Fixed LinearRing::clone() to return LinearRing instead of LineString
- *
- * Revision 1.23  2004/12/03 22:52:56  strk
- * enforced const return of CoordinateSequence::toVector() method to derivate classes.
- *
- * Revision 1.22  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.21  2004/07/06 17:58:22  strk
- * Removed deprecated Geometry constructors based on PrecisionModel and
- * SRID specification. Removed SimpleGeometryPrecisionReducer capability
- * of changing Geometry's factory. Reverted Geometry::factory member
- * to be a reference to external factory.
- *
- * Revision 1.20  2004/07/05 10:50:20  strk
- * deep-dopy construction taken out of Geometry and implemented only
- * in GeometryFactory.
- * Deep-copy geometry construction takes care of cleaning up copies
- * on exception.
- * Implemented clone() method for CoordinateSequence
- * Changed createMultiPoint(CoordinateSequence) signature to reflect
- * copy semantic (by-ref instead of by-pointer).
- * Cleaned up documentation.
- *
- * Revision 1.19  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.18  2004/07/01 14:12:44  strk
- *
- * Geometry constructors come now in two flavors:
- * 	- deep-copy args (pass-by-reference)
- * 	- take-ownership of args (pass-by-pointer)
- * Same functionality is available through GeometryFactory,
- * including buildGeometry().
- *
- * Revision 1.17  2004/06/28 21:11:43  strk
- * Moved getGeometryTypeId() definitions from geom.h to each geometry module.
- * Added holes argument check in Polygon.cpp.
- *
- * Revision 1.16  2004/04/20 13:24:15  strk
- * More leaks removed.
- *
- * Revision 1.15  2004/04/20 08:52:01  strk
- * GeometryFactory and Geometry const correctness.
- * Memory leaks removed from SimpleGeometryPrecisionReducer
- * and GeometryFactory.
- *
- * Revision 1.14  2004/04/01 10:44:33  ybychkov
- * All "geom" classes from JTS 1.3 upgraded to JTS 1.4
- *
- * Revision 1.13  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.12  2003/10/11 03:23:22  strk
- * fixed spurious typos
- *
- **********************************************************************/
-

Modified: trunk/src/geom/Location.cpp
===================================================================
--- trunk/src/geom/Location.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/Location.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -47,13 +47,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- **********************************************************************/

Modified: trunk/src/geom/MultiLineString.cpp
===================================================================
--- trunk/src/geom/MultiLineString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/MultiLineString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -122,143 +122,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.34  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.33  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.32  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.31  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.30  2006/03/23 12:12:00  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.29  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.28  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.27  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.26  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.25  2006/02/08 17:18:28  strk
- * - New WKTWriter::toLineString and ::toPoint convenience methods
- * - New IsValidOp::setSelfTouchingRingFormingHoleValid method
- * - New Envelope::centre()
- * - New Envelope::intersection(Envelope)
- * - New Envelope::expandBy(distance, [ydistance])
- * - New LineString::reverse()
- * - New MultiLineString::reverse()
- * - New Geometry::buffer(distance, quadSeg, endCapStyle)
- * - Obsoleted toInternalGeometry/fromInternalGeometry
- * - More const-correctness in Buffer "package"
- *
- * Revision 1.24  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.23  2004/09/12 03:51:27  pramsey
- * Casting changes to allow OS/X compilation.
- *
- * Revision 1.22  2004/07/22 08:45:50  strk
- * Documentation updates, memory leaks fixed.
- *
- * Revision 1.21  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.20  2004/07/06 17:58:22  strk
- * Removed deprecated Geometry constructors based on PrecisionModel and
- * SRID specification. Removed SimpleGeometryPrecisionReducer capability
- * of changing Geometry's factory. Reverted Geometry::factory member
- * to be a reference to external factory.
- *
- * Revision 1.19  2004/07/05 10:50:20  strk
- * deep-dopy construction taken out of Geometry and implemented only
- * in GeometryFactory.
- * Deep-copy geometry construction takes care of cleaning up copies
- * on exception.
- * Implemented clone() method for CoordinateSequence
- * Changed createMultiPoint(CoordinateSequence) signature to reflect
- * copy semantic (by-ref instead of by-pointer).
- * Cleaned up documentation.
- *
- * Revision 1.18  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.17  2004/07/01 14:12:44  strk
- *
- * Geometry constructors come now in two flavors:
- * 	- deep-copy args (pass-by-reference)
- * 	- take-ownership of args (pass-by-pointer)
- * Same functionality is available through GeometryFactory,
- * including buildGeometry().
- *
- * Revision 1.16  2004/06/28 21:11:43  strk
- * Moved getGeometryTypeId() definitions from geom.h to each geometry module.
- * Added holes argument check in Polygon.cpp.
- *
- * Revision 1.15  2004/05/07 13:04:57  strk
- * leak removed in MultiLineString::getBoundary()
- *
- * Revision 1.14  2004/05/07 09:05:13  strk
- * Some const correctness added. Fixed bug in GeometryFactory::createMultiPoint
- * to handle NULL CoordinateSequence.
- *
- * Revision 1.13  2004/04/20 08:52:01  strk
- * GeometryFactory and Geometry const correctness.
- * Memory leaks removed from SimpleGeometryPrecisionReducer
- * and GeometryFactory.
- *
- * Revision 1.12  2004/04/01 10:44:33  ybychkov
- * All "geom" classes from JTS 1.3 upgraded to JTS 1.4
- *
- * Revision 1.11  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/MultiPoint.cpp
===================================================================
--- trunk/src/geom/MultiPoint.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/MultiPoint.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -78,135 +78,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.34  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.33  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.32  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.31  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.30  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.29  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.28  2006/02/08 17:18:28  strk
- * - New WKTWriter::toLineString and ::toPoint convenience methods
- * - New IsValidOp::setSelfTouchingRingFormingHoleValid method
- * - New Envelope::centre()
- * - New Envelope::intersection(Envelope)
- * - New Envelope::expandBy(distance, [ydistance])
- * - New LineString::reverse()
- * - New MultiLineString::reverse()
- * - New Geometry::buffer(distance, quadSeg, endCapStyle)
- * - Obsoleted toInternalGeometry/fromInternalGeometry
- * - More const-correctness in Buffer "package"
- *
- * Revision 1.27  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.26  2005/11/10 10:47:09  strk
- * Renamed MultiPoint::getCoordinate(int) to MultiPoint::getCoordinateN(int)
- * to avoid hiding of Geometry::getCoordinate().
- *
- * Revision 1.25  2004/09/13 12:39:14  strk
- * Made Point and MultiPoint subject to Validity tests.
- *
- * Revision 1.24  2004/09/12 03:51:27  pramsey
- * Casting changes to allow OS/X compilation.
- *
- * Revision 1.23  2004/07/22 08:45:50  strk
- * Documentation updates, memory leaks fixed.
- *
- * Revision 1.22  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.21  2004/07/06 17:58:22  strk
- * Removed deprecated Geometry constructors based on PrecisionModel and
- * SRID specification. Removed SimpleGeometryPrecisionReducer capability
- * of changing Geometry's factory. Reverted Geometry::factory member
- * to be a reference to external factory.
- *
- * Revision 1.20  2004/07/05 10:50:20  strk
- * deep-dopy construction taken out of Geometry and implemented only
- * in GeometryFactory.
- * Deep-copy geometry construction takes care of cleaning up copies
- * on exception.
- * Implemented clone() method for CoordinateSequence
- * Changed createMultiPoint(CoordinateSequence) signature to reflect
- * copy semantic (by-ref instead of by-pointer).
- * Cleaned up documentation.
- *
- * Revision 1.19  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.18  2004/07/01 14:12:44  strk
- *
- * Geometry constructors come now in two flavors:
- * 	- deep-copy args (pass-by-reference)
- * 	- take-ownership of args (pass-by-pointer)
- * Same functionality is available through GeometryFactory,
- * including buildGeometry().
- *
- * Revision 1.17  2004/06/28 21:11:43  strk
- * Moved getGeometryTypeId() definitions from geom.h to each geometry module.
- * Added holes argument check in Polygon.cpp.
- *
- * Revision 1.16  2004/05/07 09:05:13  strk
- * Some const correctness added. Fixed bug in GeometryFactory::createMultiPoint
- * to handle NULL CoordinateSequence.
- *
- * Revision 1.15  2004/04/20 08:52:01  strk
- * GeometryFactory and Geometry const correctness.
- * Memory leaks removed from SimpleGeometryPrecisionReducer
- * and GeometryFactory.
- *
- * Revision 1.14  2004/04/01 10:44:33  ybychkov
- * All "geom" classes from JTS 1.3 upgraded to JTS 1.4
- *
- * Revision 1.13  2004/03/31 07:50:37  ybychkov
- * "geom" partially upgraded to JTS 1.4
- *
- * Revision 1.12  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/MultiPolygon.cpp
===================================================================
--- trunk/src/geom/MultiPolygon.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/MultiPolygon.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -110,91 +110,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.33  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.32  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.31  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.30  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.29  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.28  2006/03/23 12:12:00  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.27  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.26  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.25  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.24  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.23  2004/12/08 14:33:20  strk
- * Checked inner polys getBoundary return for the single LineString case.
- *
- * Revision 1.22  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.21  2004/07/06 17:58:22  strk
- * Removed deprecated Geometry constructors based on PrecisionModel and
- * SRID specification. Removed SimpleGeometryPrecisionReducer capability
- * of changing Geometry's factory. Reverted Geometry::factory member
- * to be a reference to external factory.
- *
- * Revision 1.20  2004/07/05 10:50:20  strk
- * deep-dopy construction taken out of Geometry and implemented only
- * in GeometryFactory.
- * Deep-copy geometry construction takes care of cleaning up copies
- * on exception.
- * Implemented clone() method for CoordinateSequence
- * Changed createMultiPoint(CoordinateSequence) signature to reflect
- * copy semantic (by-ref instead of by-pointer).
- * Cleaned up documentation.
- *
- * Revision 1.19  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/Polygon.cpp
===================================================================
--- trunk/src/geom/Polygon.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/Polygon.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -507,236 +507,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.68  2006/06/19 22:52:50  strk
- * optimized loops
- *
- * Revision 1.67  2006/06/12 10:10:39  strk
- * Fixed getGeometryN() to take size_t rather then int, changed unsigned int parameters to size_t.
- *
- * Revision 1.66  2006/06/08 17:58:57  strk
- * Polygon::getNumInteriorRing() return size_t, Polygon::interiorRingN() takes size_t.
- *
- * Revision 1.65  2006/05/04 15:49:39  strk
- * updated all Geometry::getDimension() methods to return Dimension::DimensionType (closes bug#93)
- *
- * Revision 1.64  2006/04/28 11:56:52  strk
- * * source/geom/GeometryFactory.cpp, source/headers/geos/geom/GeometryFactory.h: added LineString copy constructor.
- * * source/geom/Polygon.cpp: fixed getBoundary method to always return a geometry composed by LineStrings (not LinearRings)
- *
- * Revision 1.63  2006/04/28 10:55:39  strk
- * Geometry constructors made protected, to ensure all constructions use GeometryFactory,
- * which has been made friend of all Geometry derivates. getNumPoints() changed to return
- * size_t.
- *
- * Revision 1.62  2006/04/10 18:15:09  strk
- * Changed Geometry::envelope member to be of type auto_ptr<Envelope>.
- * Changed computeEnvelopeInternal() signater to return auto_ptr<Envelope>
- *
- * Revision 1.61  2006/03/15 09:13:36  strk
- * updated port info
- *
- * Revision 1.60  2006/03/10 10:34:58  strk
- * Added missing <algorithm> include (#54)
- *
- * Revision 1.59  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.58  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.57  2006/03/06 13:27:57  strk
- * Cleaned up equalsExact
- *
- * Revision 1.56  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.55  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.54  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.53  2006/02/02 02:20:15  strk
- * Fixed bug in isRectangle() failing to detect rectangles.
- *
- * Revision 1.52  2006/02/01 22:21:29  strk
- * - Added rectangle-based optimizations of intersects() and contains() ops
- * - Inlined all planarGraphComponent class
- *
- * Revision 1.51  2006/01/31 19:07:33  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.50  2005/12/08 14:14:07  strk
- * ElevationMatrixFilter used for both elevation and Matrix fill,
- * thus removing CoordinateSequence copy in ElevetaionMatrix::add(Geometry *).
- * Changed CoordinateFilter::filter_rw to be a const method: updated
- * all apply_rw() methods to take a const CoordinateFilter.
- *
- * Revision 1.49  2005/11/24 23:09:15  strk
- * CoordinateSequence indexes switched from int to the more
- * the correct unsigned int. Optimizations here and there
- * to avoid calling getSize() in loops.
- * Update of all callers is not complete yet.
- *
- * Revision 1.48  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.47  2005/06/23 14:22:33  strk
- * Inlined and added missing ::clone() for Geometry subclasses
- *
- * Revision 1.46  2004/12/30 10:14:51  strk
- * never return LinearRing or MultiLinearRing from getBoundary
- *
- * Revision 1.45  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.44  2004/11/12 18:12:05  strk
- * Changed ::getBoundary() to return LineString if polygon has no holes.
- * (has required to pass OGC conformance test T20)
- *
- * Revision 1.43  2004/07/27 16:35:46  strk
- * Geometry::getEnvelopeInternal() changed to return a const Envelope *.
- * This should reduce object copies as once computed the envelope of a
- * geometry remains the same.
- *
- * Revision 1.42  2004/07/22 07:04:49  strk
- * Documented missing geometry functions.
- *
- * Revision 1.41  2004/07/13 08:33:52  strk
- * Added missing virtual destructor to virtual classes.
- * Fixed implicit unsigned int -> int casts
- *
- * Revision 1.40  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.39  2004/07/06 17:58:22  strk
- * Removed deprecated Geometry constructors based on PrecisionModel and
- * SRID specification. Removed SimpleGeometryPrecisionReducer capability
- * of changing Geometry's factory. Reverted Geometry::factory member
- * to be a reference to external factory.
- *
- * Revision 1.38  2004/07/05 10:50:20  strk
- * deep-dopy construction taken out of Geometry and implemented only
- * in GeometryFactory.
- * Deep-copy geometry construction takes care of cleaning up copies
- * on exception.
- * Implemented clone() method for CoordinateSequence
- * Changed createMultiPoint(CoordinateSequence) signature to reflect
- * copy semantic (by-ref instead of by-pointer).
- * Cleaned up documentation.
- *
- * Revision 1.37  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.36  2004/07/01 14:12:44  strk
- *
- * Geometry constructors come now in two flavors:
- * 	- deep-copy args (pass-by-reference)
- * 	- take-ownership of args (pass-by-pointer)
- * Same functionality is available through GeometryFactory,
- * including buildGeometry().
- *
- * Revision 1.35  2004/06/28 21:58:24  strk
- * Constructors speedup.
- *
- * Revision 1.34  2004/06/28 21:11:43  strk
- * Moved getGeometryTypeId() definitions from geom.h to each geometry module.
- * Added holes argument check in Polygon.cpp.
- *
- * Revision 1.33  2004/06/15 20:30:47  strk
- * updated to respect deep-copy GeometryCollection interface
- *
- * Revision 1.32  2004/04/20 13:24:15  strk
- * More leaks removed.
- *
- * Revision 1.31  2004/04/20 08:52:01  strk
- * GeometryFactory and Geometry const correctness.
- * Memory leaks removed from SimpleGeometryPrecisionReducer
- * and GeometryFactory.
- *
- * Revision 1.30  2004/04/01 10:44:33  ybychkov
- * All "geom" classes from JTS 1.3 upgraded to JTS 1.4
- *
- * Revision 1.29  2004/03/31 07:50:37  ybychkov
- * "geom" partially upgraded to JTS 1.4
- *
- * Revision 1.28  2004/02/27 17:43:45  strk
- * memory leak fix in Polygon::getArea() - reported by 'Manuel  Prieto Villegas' <mprieto at dap.es>
- *
- * Revision 1.27  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.26  2003/10/31 16:36:04  strk
- * Re-introduced clone() method. Copy constructor could not really 
- * replace it.
- *
- * Revision 1.25  2003/10/17 05:51:21  ybychkov
- * Fixed a small memory leak.
- *
- * Revision 1.24  2003/10/16 08:50:00  strk
- * Memory leak fixes. Improved performance by mean of more calls to 
- * new getCoordinatesRO() when applicable.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/PrecisionModel.cpp
===================================================================
--- trunk/src/geom/PrecisionModel.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/PrecisionModel.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -233,71 +233,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.46  2006/05/04 14:05:31  strk
- * * source/headers/geos/util/math.h: provided an util::round() method being an inline proxy to call appropriate default rounding function for the whole GEOS codebase. Currently pointing at util::java_math_round() being the last being used.
- *
- * Revision 1.45  2006/04/21 17:04:09  strk
- * Fixed constructor by type to always initialize scale factor
- *
- * Revision 1.44  2006/04/07 12:37:51  mloskot
- * Added java_math_round() function for Asymmetric Arithmetic Rounding. Small fixes in Unit Tests.
- *
- * Revision 1.43  2006/04/06 12:36:52  strk
- * removed spurious lines from previous commi
- *
- * Revision 1.42  2006/04/06 12:34:07  strk
- * Port info, more debugging lines, doxygen comments
- *
- * Revision 1.41  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.40  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.39  2006/03/15 18:44:52  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.38  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.37  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.36  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.35  2006/02/28 14:34:03  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- * Revision 1.34  2006/02/27 09:05:32  strk
- * Doxygen comments, a few inlines and general cleanups
- *
- * Revision 1.33  2006/02/24 16:20:14  strk
- * Added Mateusz implementation of round() in a new math.cpp file
- * named sym_round(). Changed use of rint_vc to sym_round in PrecisionModel.
- * Moved rint_vc to math.cpp (geos::util namespace), to be renamed
- * to something more meaningful
- *
- * Revision 1.32  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.31  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.30  2005/09/26 12:23:51  strk
- * Initializzation lists in PrecisionModel ctors
- *
- * Revision 1.29  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- **********************************************************************/
-

Modified: trunk/src/geom/Triangle.cpp
===================================================================
--- trunk/src/geom/Triangle.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/Triangle.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -35,16 +35,3 @@
 
 } // namespace geos::geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/03/22 16:58:34  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- * Revision 1.6  2006/03/13 21:54:56  strk
- * Streamlined headers inclusion.
- **********************************************************************/
-

Modified: trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -191,8 +191,3 @@
 } // geos::geom::prep
 } // geos::geom
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/BasicPreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/BasicPreparedGeometry.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/BasicPreparedGeometry.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -154,8 +154,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometry.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedGeometry.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -26,8 +26,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedGeometryFactory.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometryFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedGeometryFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -75,8 +75,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedLineString.cpp
===================================================================
--- trunk/src/geom/prep/PreparedLineString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedLineString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -68,9 +68,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/
-

Modified: trunk/src/geom/prep/PreparedPoint.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPoint.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPoint.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -35,8 +35,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedPolygon.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygon.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygon.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -147,9 +147,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/
-

Modified: trunk/src/geom/prep/PreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContains.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygonContains.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -49,8 +49,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -85,8 +85,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedPolygonCovers.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonCovers.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygonCovers.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -46,8 +46,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedPolygonIntersects.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -82,8 +82,3 @@
 } // geos::geom::prep
 } // geos::geom
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/prep/PreparedPolygonPredicate.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -139,8 +139,3 @@
 } // namespace geos.geom.prep
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/util/ComponentCoordinateExtracter.cpp
===================================================================
--- trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -23,8 +23,3 @@
 } // namespace geos.geom.util
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/geom/util/CoordinateOperation.cpp
===================================================================
--- trunk/src/geom/util/CoordinateOperation.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/util/CoordinateOperation.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -57,11 +57,3 @@
 } // namespace geos.geom.util
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/src/geom/util/GeometryEditor.cpp
===================================================================
--- trunk/src/geom/util/GeometryEditor.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/util/GeometryEditor.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -181,94 +181,3 @@
 } // namespace geos.geom.util
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/06/08 17:58:57  strk
- * Polygon::getNumInteriorRing() return size_t, Polygon::interiorRingN() takes size_t.
- *
- * Revision 1.17  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.16  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.15  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.14  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.13  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.12  2004/12/22 09:42:45  strk
- * Fixed a premature Geometry destruction, Avoided CoordinateSequence copies
- * when possible.
- *
- * Revision 1.11  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.10  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.9  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.8  2004/07/01 14:12:44  strk
- *
- * Geometry constructors come now in two flavors:
- * 	- deep-copy args (pass-by-reference)
- * 	- take-ownership of args (pass-by-pointer)
- * Same functionality is available through GeometryFactory,
- * including buildGeometry().
- *
- * Revision 1.7  2004/06/15 20:20:45  strk
- * updated to respect deep-copy GeometryCollection interface
- *
- * Revision 1.6  2004/05/05 12:20:22  strk
- * Memory leak plugged in editGeometryCollection
- *
- * Revision 1.5  2004/05/03 17:15:38  strk
- * leaks on exception fixed.
- *
- * Revision 1.4  2004/04/20 10:14:20  strk
- * Memory leaks removed.
- *
- * Revision 1.3  2004/04/20 08:52:01  strk
- * GeometryFactory and Geometry const correctness.
- * Memory leaks removed from SimpleGeometryPrecisionReducer
- * and GeometryFactory.
- *
- * Revision 1.2  2004/04/14 11:05:07  strk
- * Added support for LinearRing in GeometryEditor
- *
- * Revision 1.1  2004/04/04 06:29:11  ybychkov
- * "planargraph" and "geom/utill" upgraded to JTS 1.4
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geom/util/GeometryTransformer.cpp
===================================================================
--- trunk/src/geom/util/GeometryTransformer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geom/util/GeometryTransformer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -385,17 +385,3 @@
 } // namespace geos.geom.util
 } // namespace geos.geom
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/19 21:20:22  strk
- * updated port info
- *
- * Revision 1.2  2006/04/11 16:04:34  strk
- * geos::simplify::DouglasPeukerSimplifier class + unit test
- *
- * Revision 1.1  2006/04/11 12:21:48  strk
- * GeometryTransformer class ported
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/Depth.cpp
===================================================================
--- trunk/src/geomgraph/Depth.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/Depth.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -173,37 +173,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/03/15 17:16:29  strk
- * streamlined headers inclusion
- *
- * Revision 1.6  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.5  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.4  2005/11/14 18:14:03  strk
- * Reduced heap allocations made by TopologyLocation and Label objects.
- * Enforced const-correctness on GraphComponent.
- * Cleanups.
- *
- * Revision 1.3  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/19 09:48:45  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.10  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/EdgeList.cpp
===================================================================
--- trunk/src/geomgraph/EdgeList.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/EdgeList.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -154,69 +154,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.17  2006/03/22 12:22:49  strk
- * indexQuadtree.h split
- *
- * Revision 1.16  2006/03/14 11:03:14  strk
- * Added operator<< for Edge and EdgeList
- *
- * Revision 1.15  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.14  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.13  2006/02/28 14:34:04  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- * Revision 1.12  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.11  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.10  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.9  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.8  2005/12/07 19:18:23  strk
- * Changed PlanarGraph::addEdges and EdgeList::addAll to take
- * a const vector by reference rather then a non-const vector by
- * pointer.
- * Optimized polygon vector allocations in OverlayOp::computeOverlay.
- *
- **********************************************************************/

Modified: trunk/src/geomgraph/EdgeNodingValidator.cpp
===================================================================
--- trunk/src/geomgraph/EdgeNodingValidator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/EdgeNodingValidator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,42 +60,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.7  2006/03/15 17:16:29  strk
- * streamlined headers inclusion
- *
- * Revision 1.6  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.5  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.4  2006/02/15 17:19:18  strk
- * NodingValidator synced with JTS-1.7, added CoordinateSequence::operator[]
- * and size() to easy port maintainance.
- *
- * Revision 1.3  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.2  2004/03/31 07:50:37  ybychkov
- * "geom" partially upgraded to JTS 1.4
- *
- * Revision 1.1  2004/03/19 09:48:45  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/Label.cpp
===================================================================
--- trunk/src/geomgraph/Label.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/Label.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -275,23 +275,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/04/06 09:01:37  strk
- * Doxygen comments, port info, operator<<, assertion checking
- *
- * Revision 1.9  2006/04/03 17:05:22  strk
- * Assertion checking, port info, cleanups
- *
- * Revision 1.8  2006/03/14 12:55:55  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- * Revision 1.7  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.6  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/NodeFactory.cpp
===================================================================
--- trunk/src/geomgraph/NodeFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/NodeFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -41,64 +41,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/03/15 17:16:29  strk
- * streamlined headers inclusion
- *
- * Revision 1.4  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.3  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/19 09:48:45  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.7  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/Position.cpp
===================================================================
--- trunk/src/geomgraph/Position.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/Position.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -45,35 +45,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/03/15 17:16:29  strk
- * streamlined headers inclusion
- *
- * Revision 1.6  2006/03/09 16:01:59  strk
- * Fixed debugging lines
- *
- * Revision 1.5  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.4  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.3  2005/05/20 16:15:41  strk
- * Code cleanups
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/19 09:48:45  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/Quadrant.cpp
===================================================================
--- trunk/src/geomgraph/Quadrant.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/Quadrant.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -126,45 +126,3 @@
 
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/15 17:16:29  strk
- * streamlined headers inclusion
- *
- * Revision 1.9  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.8  2006/03/06 19:40:46  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.7  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.6  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.5  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.4  2005/02/05 05:44:47  strk
- * Changed geomgraph nodeMap to use Coordinate pointers as keys, reduces
- * lots of other Coordinate copies.
- *
- * Revision 1.3  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/19 09:48:45  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.10  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/MonotoneChainEdge.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -168,82 +168,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.12  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.11  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.10  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.9  2006/02/28 14:34:04  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- * Revision 1.8  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.7  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.6  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.5  2004/11/23 19:53:06  strk
- * Had LineIntersector compute Z by interpolation.
- *
- * Revision 1.4  2004/10/20 17:32:14  strk
- * Initial approach to 2.5d intersection()
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.17  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.16  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.15  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/MonotoneChainIndexer.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -64,69 +64,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespage geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.8  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.7  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.6  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.5  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.4  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.10  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.9  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.8  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/

Modified: trunk/src/geomgraph/index/SegmentIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SegmentIntersector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SegmentIntersector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -222,141 +222,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/03/23 13:31:58  strk
- * Fixed to allow build with GEOS_DEBUG
- *
- * Revision 1.17  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.16  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.15  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.14  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.13  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.12  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.11  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.10  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.9  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.8  2005/04/06 11:09:41  strk
- * Applied patch from Jon Schlueter (math.h => cmath; ieeefp.h in "C" block)
- *
- * Revision 1.7  2004/11/23 19:53:06  strk
- * Had LineIntersector compute Z by interpolation.
- *
- * Revision 1.6  2004/11/17 08:41:42  strk
- * Fixed a bug in Z computation and removed debugging output by default.
- *
- * Revision 1.5  2004/11/17 08:13:16  strk
- * Indentation changes.
- * Some Z_COMPUTATION activated by default.
- *
- * Revision 1.4  2004/10/20 17:32:14  strk
- * Initial approach to 2.5d intersection()
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.18  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.17  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.16  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/

Modified: trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -98,73 +98,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.9  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.8  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.7  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.6  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.5  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.4  2005/11/24 23:09:15  strk
- * CoordinateSequence indexes switched from int to the more
- * the correct unsigned int. Optimizations here and there
- * to avoid calling getSize() in loops.
- * Update of all callers is not complete yet.
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.6  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.4  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -165,59 +165,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.12  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.11  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.10  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.9  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.8  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.7  2005/11/03 21:28:06  strk
- * Fixed constructors broke by previous commit
- *
- * Revision 1.6  2005/11/03 19:51:28  strk
- * Indentation changes, small vector memory allocation optimization.
- *
- * Revision 1.5  2005/10/27 14:05:19  strk
- * Added a SweepLineEventLessThen functor to be used by sort algorithm.
- *
- * Revision 1.4  2004/11/22 11:34:49  strk
- * More debugging lines and comments/indentation cleanups
- *
- * Revision 1.3  2004/10/20 17:32:14  strk
- * Initial approach to 2.5d intersection()
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.17  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.16  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -160,79 +160,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.11  2006/03/10 10:37:00  strk
- * Added missing <algorithm> include (#55)
- *
- * Revision 1.10  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.9  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.8  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.7  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.6  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.5  2005/11/03 21:28:06  strk
- * Fixed constructors broke by previous commit
- *
- * Revision 1.4  2005/11/03 19:51:28  strk
- * Indentation changes, small vector memory allocation optimization.
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.7  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.6  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.5  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/SweepLineEvent.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineEvent.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SweepLineEvent.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -77,56 +77,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.9  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.8  2006/03/02 14:53:40  strk
- * SweepLineEvent::DELETE=>DELETE_EVENT, INSERT=>INSERT_EVENT (#45)
- *
- * Revision 1.7  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.6  2005/11/07 12:31:24  strk
- * Changed EdgeIntersectionList to use a set<> rathern then a vector<>, and
- * to avoid dynamic allocation of initial header.
- * Inlined short SweepLineEvent methods.
- *
- * Revision 1.5  2005/11/04 15:42:52  strk
- * Fixed bug in SweepLineEventLessThen functor
- * (didn't conform to strict weak ordering).
- * Note: this was introduced by previous commit.
- *
- * Revision 1.4  2005/10/27 14:05:20  strk
- * Added a SweepLineEventLessThen functor to be used by sort algorithm.
- *
- * Revision 1.3  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.13  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.12  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.11  2003/10/15 15:30:32  strk
- * Declared a SweepLineEventOBJ from which MonotoneChain and 
- * SweepLineSegment derive to abstract SweepLineEvent object 
- * previously done on void * pointers.
- * No more compiler warnings...
- *
- **********************************************************************/
-

Modified: trunk/src/geomgraph/index/SweepLineSegment.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineSegment.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/geomgraph/index/SweepLineSegment.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,43 +65,3 @@
 } // namespace geos.geomgraph.index
 } // namespace geos.geomgraph
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/03/15 17:16:31  strk
- * streamlined headers inclusion
- *
- * Revision 1.5  2006/03/09 16:46:47  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.4  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.3  2005/11/15 10:04:37  strk
- *
- * Reduced heap allocations (vectors, mostly).
- * Enforced const-correctness, changed some interfaces
- * to use references rather then pointers when appropriate.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/14 06:04:26  ybychkov
- * "geomgraph/index" committ problem fixed.
- *
- * Revision 1.10  2004/03/19 09:49:29  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.9  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.8  2003/10/15 15:30:32  strk
- * Declared a SweepLineEventOBJ from which MonotoneChain and 
- * SweepLineSegment derive to abstract SweepLineEvent object 
- * previously done on void * pointers.
- * No more compiler warnings...
- *
- **********************************************************************/
-

Modified: trunk/src/index/bintree/Bintree.cpp
===================================================================
--- trunk/src/index/bintree/Bintree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/Bintree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -150,11 +150,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/src/index/bintree/Interval.cpp
===================================================================
--- trunk/src/index/bintree/Interval.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/Interval.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -109,11 +109,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/src/index/bintree/Key.cpp
===================================================================
--- trunk/src/index/bintree/Key.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/Key.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -96,13 +96,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- * Revision 1.10  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- **********************************************************************/
-

Modified: trunk/src/index/bintree/Node.cpp
===================================================================
--- trunk/src/index/bintree/Node.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/Node.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -162,11 +162,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/src/index/bintree/NodeBase.cpp
===================================================================
--- trunk/src/index/bintree/NodeBase.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/NodeBase.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -135,14 +135,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- * Revision 1.11  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- **********************************************************************/
-

Modified: trunk/src/index/bintree/Root.cpp
===================================================================
--- trunk/src/index/bintree/Root.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/bintree/Root.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -86,27 +86,3 @@
 } // namespace geos.index.bintree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/22 16:01:33  strk
- * indexBintree.h header split, classes renamed to match JTS
- *
- * Revision 1.9  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- * Revision 1.8  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.7  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.6  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/chain/MonotoneChain.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChain.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/chain/MonotoneChain.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -174,11 +174,3 @@
 } // namespace geos.index.chain
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 18:12:32  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/src/index/chain/MonotoneChainOverlapAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -40,11 +40,3 @@
 } // namespace geos.index.chain
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/22 18:12:32  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/src/index/chain/MonotoneChainSelectAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainSelectAction.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/chain/MonotoneChainSelectAction.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -38,11 +38,3 @@
 } // namespace geos.index.chain
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/22 18:12:32  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -49,8 +49,3 @@
 } // geos::intervalrtree
 } // geos::index
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -42,8 +42,3 @@
 } // geos::intervalrtree
 } // geos::index
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/index/intervalrtree/IntervalRTreeNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -33,8 +33,3 @@
 } // geos::intervalrtree
 } // geos::index
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp
===================================================================
--- trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -145,8 +145,3 @@
 } // geos::intervalrtree
 } // geos::index
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/index/quadtree/DoubleBits.cpp
===================================================================
--- trunk/src/index/quadtree/DoubleBits.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/DoubleBits.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -177,17 +177,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.25  2006/05/24 16:29:11  strk
- * * source/index/quadtree/DoubleBits.cpp: handled negative or zero values in getExponent().
- *
- * Revision 1.24  2006/05/23 14:29:33  strk
- * * source/headers/geos/index/quadtree/DoubleBits.h, source/index/quadtree/DoubleBits.cpp: const correctness and documentation.
- *
- * Revision 1.23  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/src/index/quadtree/IntervalSize.cpp
===================================================================
--- trunk/src/index/quadtree/IntervalSize.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/IntervalSize.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -45,30 +45,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- * Revision 1.9  2006/03/15 18:44:52  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.8  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.7  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.6  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/quadtree/Key.cpp
===================================================================
--- trunk/src/index/quadtree/Key.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/Key.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -127,13 +127,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 14:28:52  strk
- * Filenames renamed to match class names (matching JTS)
- *
- * Revision 1.13  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/

Modified: trunk/src/index/quadtree/Node.cpp
===================================================================
--- trunk/src/index/quadtree/Node.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/Node.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -206,17 +206,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/23 13:31:58  strk
- * Fixed to allow build with GEOS_DEBUG
- *
- * Revision 1.1  2006/03/22 14:28:53  strk
- * Filenames renamed to match class names (matching JTS)
- *
- * Revision 1.17  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/src/index/quadtree/NodeBase.cpp
===================================================================
--- trunk/src/index/quadtree/NodeBase.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/NodeBase.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -271,17 +271,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/03/23 13:31:58  strk
- * Fixed to allow build with GEOS_DEBUG
- *
- * Revision 1.1  2006/03/22 14:28:53  strk
- * Filenames renamed to match class names (matching JTS)
- *
- * Revision 1.19  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/src/index/quadtree/Quadtree.cpp
===================================================================
--- trunk/src/index/quadtree/Quadtree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/Quadtree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -164,29 +164,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.25  2006/04/03 08:29:30  strk
- * Added port info, cleaned up log message, minor assertion checking.
- *
- * Revision 1.24  2006/03/23 13:31:58  strk
- * Fixed to allow build with GEOS_DEBUG
- *
- * Revision 1.23  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- * Revision 1.22  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.21  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.20  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.19  2006/03/01 13:49:45  strk
- * Fixed debug lines (bug#36)
- *
- **********************************************************************/
-

Modified: trunk/src/index/quadtree/Root.cpp
===================================================================
--- trunk/src/index/quadtree/Root.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/quadtree/Root.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -143,14 +143,3 @@
 } // namespace geos.index.quadtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 14:28:53  strk
- * Filenames renamed to match class names (matching JTS)
- *
- * Revision 1.16  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/AbstractNode.cpp
===================================================================
--- trunk/src/index/strtree/AbstractNode.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/AbstractNode.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -68,14 +68,3 @@
 } // namespace geos.index.strtree
 } // namespace geos.index
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.12  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/AbstractSTRtree.cpp
===================================================================
--- trunk/src/index/strtree/AbstractSTRtree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/AbstractSTRtree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -394,117 +394,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.30  2006/06/12 10:49:43  strk
- * unsigned int => std::size_t
- *
- * Revision 1.29  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.28  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.27  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.26  2006/02/20 21:04:37  strk
- * - namespace geos::index
- * - SpatialIndex interface synced
- *
- * Revision 1.25  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.24  2005/02/15 17:15:13  strk
- * Inlined most Envelope methods, reserved() memory for some vectors when
- * the usage was known a priori.
- *
- * Revision 1.23  2005/01/31 15:41:03  strk
- * Small optimizations.
- *
- * Revision 1.22  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.21  2004/11/08 15:58:13  strk
- * More performance tuning.
- *
- * Revision 1.20  2004/11/04 19:08:07  strk
- * Cleanups, initializers list, profiling.
- *
- * Revision 1.19  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- * Revision 1.18  2004/07/27 16:35:46  strk
- * Geometry::getEnvelopeInternal() changed to return a const Envelope *.
- * This should reduce object copies as once computed the envelope of a
- * geometry remains the same.
- *
- * Revision 1.17  2004/07/13 08:33:52  strk
- * Added missing virtual destructor to virtual classes.
- * Fixed implicit unsigned int -> int casts
- *
- * Revision 1.16  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.15  2004/05/06 15:00:59  strk
- * Boundable destructor made virtual.
- * Added vector <AbstractNode *> *nodes member in AbstractSTRTree,
- * used to keep track of created node to cleanly delete them at
- * destruction time.
- *
- * Revision 1.14  2004/05/06 08:59:19  strk
- * memory leak fixed
- *
- * Revision 1.13  2004/05/05 17:42:06  strk
- * AbstractNode destructor made virtual. AbstractNode::bounds made protected.
- * SIRAbstractNode and STRAbstractNode destructors added to get rid of
- * AbstractNode::bounds in the right way (is a void * casted to appropriate
- * Class in the subClasses).
- *
- * Revision 1.12  2004/05/03 22:56:44  strk
- * leaks fixed, exception specification omitted.
- *
- * Revision 1.11  2004/05/03 16:29:21  strk
- * Added sortBoundables(const vector<Boundable *>) pure virtual in AbstractSTRtree,
- * implemented in SIRtree and STRtree. Comparator funx made static in STRtree.cpp
- * and SIRtree.cpp.
- *
- * Revision 1.10  2004/05/03 13:17:55  strk
- * Fixed comparator function to express StrictWeakOrdering.
- *
- * Revision 1.9  2004/04/28 14:58:47  strk
- * Made AbstractSTRtree::query use dynamic_cast<> to simulate java's
- * instanceof. Previous typeid(*) use missed to catch an STRAbstractNode
- * as a class derived from AbstractNode. Still have to check if this
- * is the correct semantic with Martin, but at least lots of SIGABORT
- * are no more raised.
- *
- * Revision 1.8  2004/04/26 12:37:19  strk
- * Some leaks fixed.
- *
- * Revision 1.7  2004/04/14 12:28:43  strk
- * shouldNeverReachHere exceptions made more verbose
- *
- * Revision 1.6  2004/03/25 02:23:55  ybychkov
- * All "index/" packages upgraded to JTS 1.4
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/Interval.cpp
===================================================================
--- trunk/src/index/strtree/Interval.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/Interval.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -71,29 +71,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.10  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.9  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.8  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.7  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.6  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/ItemBoundable.cpp
===================================================================
--- trunk/src/index/strtree/ItemBoundable.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/ItemBoundable.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -41,34 +41,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.8  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.7  2004/07/27 16:35:46  strk
- * Geometry::getEnvelopeInternal() changed to return a const Envelope *.
- * This should reduce object copies as once computed the envelope of a
- * geometry remains the same.
- *
- * Revision 1.6  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2004/05/06 15:00:59  strk
- * Boundable destructor made virtual.
- * Added vector <AbstractNode *> *nodes member in AbstractSTRTree,
- * used to keep track of created node to cleanly delete them at
- * destruction time.
- *
- * Revision 1.4  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/SIRtree.cpp
===================================================================
--- trunk/src/index/strtree/SIRtree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/SIRtree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -144,64 +144,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.21  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.20  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.19  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.18  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.17  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.16  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.15  2005/02/15 17:15:13  strk
- * Inlined most Envelope methods, reserved() memory for some vectors when
- * the usage was known a priori.
- *
- * Revision 1.14  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.13  2004/11/04 19:08:07  strk
- * Cleanups, initializers list, profiling.
- *
- * Revision 1.12  2004/07/27 16:35:46  strk
- * Geometry::getEnvelopeInternal() changed to return a const Envelope *.
- * This should reduce object copies as once computed the envelope of a
- * geometry remains the same.
- *
- * Revision 1.11  2004/07/13 08:33:53  strk
- * Added missing virtual destructor to virtual classes.
- * Fixed implicit unsigned int -> int casts
- *
- * Revision 1.10  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.9  2004/05/06 15:00:59  strk
- * Boundable destructor made virtual.
- * Added vector <AbstractNode *> *nodes member in AbstractSTRTree,
- * used to keep track of created node to cleanly delete them at
- * destruction time.
- *
- **********************************************************************/
-

Modified: trunk/src/index/strtree/STRtree.cpp
===================================================================
--- trunk/src/index/strtree/STRtree.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/strtree/STRtree.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -252,31 +252,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.33  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.32  2006/04/03 10:44:19  strk
- * Added missing headers
- *
- * Revision 1.31  2006/04/03 08:43:09  strk
- * Added port info, minor cleanups
- *
- * Revision 1.30  2006/03/21 10:47:34  strk
- * indexStrtree.h split
- *
- * Revision 1.29  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.28  2006/03/15 18:44:52  strk
- * Bug #60 - Missing <cmath> header in some files
- *
- * Revision 1.27  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.26  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- **********************************************************************/
-

Modified: trunk/src/index/sweepline/SweepLineEvent.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineEvent.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/sweepline/SweepLineEvent.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -104,26 +104,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- * Revision 1.8  2006/03/02 14:53:44  strk
- * SweepLineEvent::DELETE=>DELETE_EVENT, INSERT=>INSERT_EVENT (#45)
- *
- * Revision 1.7  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.6  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/index/sweepline/SweepLineIndex.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineIndex.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/sweepline/SweepLineIndex.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -113,17 +113,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.9  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- * Revision 1.8  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- **********************************************************************/
-

Modified: trunk/src/index/sweepline/SweepLineInterval.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineInterval.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/index/sweepline/SweepLineInterval.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -48,23 +48,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- * Revision 1.7  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.6  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/io/ByteOrderValues.cpp
===================================================================
--- trunk/src/io/ByteOrderValues.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/ByteOrderValues.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -155,44 +155,3 @@
 
 } // namespace geos.io
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/05/23 12:33:41  strk
- * * source/io/ByteOrderValues.cpp: fixed bug in putLong() also affecting putDouble()
- *
- * Revision 1.8  2006/05/23 09:24:35  strk
- * * source/io/ByteOrderValues.cpp: changed ENDIAN_BIG and ENDIAN_LITTLE values to match WKBConstants::XDR and WKBConstants::NDR respectively.
- * * source/headers/geos/io/WKBConstants.h: added comments about meaning of XDR/NDR.
- *
- * Revision 1.7  2006/03/20 18:18:15  strk
- * io.h header split
- *
- * Revision 1.6  2006/03/06 15:23:14  strk
- * geos::io namespace
- *
- * Revision 1.5  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.4  2006/01/21 16:08:30  strk
- * Fixed integer conversion bug (ported from JTS-1.7).
- * Added last port information.
- *
- * Revision 1.3  2005/04/29 17:40:36  strk
- * Updated Doxygen documentation and some Copyright headers.
- *
- * Revision 1.2  2005/04/29 15:34:21  strk
- * Typedef'ed biostringstream, preferred parameter for
- * WKB parser templates.
- * Added << operator for biostringstream.
- * Typedef'ed WKBWriter and WKBReader to be parametrized by
- * biostringstream.
- * Added WKBtest in doc/example.cpp
- *
- * Revision 1.1  2005/04/20 17:22:47  strk
- * Added initial implementation of WKBReaderT and ByteOrderDataInStreamT
- * class templates and ByteOrderValues class.
- * Work is unfinished as WKBReader requires new interface of CoordinateSequence
- * taking higher dimensions into account.
- *
- **********************************************************************/

Modified: trunk/src/io/ParseException.cpp
===================================================================
--- trunk/src/io/ParseException.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/ParseException.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -60,38 +60,3 @@
 
 } // namespace geos.io
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.14  2006/03/20 18:18:15  strk
- * io.h header split
- *
- * Revision 1.13  2006/03/06 15:23:14  strk
- * geos::io namespace
- *
- * Revision 1.12  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.11  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.10  2005/01/28 10:01:09  strk
- * substituted sprintf calls with use of ostringstream
- *
- * Revision 1.9  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.8  2004/05/17 12:36:39  strk
- * ParseException message made more readable
- *
- * Revision 1.7  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/

Modified: trunk/src/io/StringTokenizer.cpp
===================================================================
--- trunk/src/io/StringTokenizer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/StringTokenizer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -152,10 +152,3 @@
 
 } // namespace geos.io
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.16  2006/04/26 16:35:40  strk
- * Had WKTReader accept correct form for MultiPoint
- *
- **********************************************************************/

Modified: trunk/src/io/Unload.cpp
===================================================================
--- trunk/src/io/Unload.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/Unload.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -29,126 +29,3 @@
 } // namespace geos.io
 } //namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.26  2006/04/10 13:09:49  strk
- * Added GeometryFactory::defaultInstance()
- * Made Geometry::INTERNAL_GEOMETRY_FACTORY an alias for it
- * removed last deletion from Unload::Release class
- *
- * Revision 1.25  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.24  2006/03/17 16:48:55  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- * Revision 1.23  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.22  2006/03/06 15:23:14  strk
- * geos::io namespace
- *
- * Revision 1.21  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.20  2006/03/02 14:34:43  strk
- * GeometryGraphOperation::li made a non-static member, and not more a pointer
- *
- * Revision 1.19  2006/03/01 10:39:59  strk
- * ctor and dtor made private and inlined
- *
- * Revision 1.18  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.17  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.16  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.15  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.14  2004/12/08 14:30:53  strk
- * Added default profiler instance cleanup
- *
- * Revision 1.13  2004/10/13 10:03:02  strk
- * Added missing linemerge and polygonize operation.
- * Bug fixes and leaks removal from the newly added modules and
- * planargraph (used by them).
- * Some comments and indentation changes.
- *
- * Revision 1.12  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.11  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.10  2004/05/05 10:54:48  strk
- * Removed some private static heap explicit allocation, less cleanup done by
- * the unloader.
- *
- * Revision 1.9  2004/04/16 08:52:52  strk
- * Unload::Release final delete (static heap allocations should be gone now)
- *
- * Revision 1.8  2004/04/16 07:42:06  strk
- * PrecisionModel::Type made an enum instead of a Type.
- *
- * Revision 1.7  2004/04/15 15:11:38  strk
- * Commented out deletion that seems to cause segfaults
- *
- * Revision 1.6  2004/04/15 14:00:31  strk
- * Added new cleanup to Unload::Release
- *
- * Revision 1.5  2004/04/01 10:44:34  ybychkov
- * All "geom" classes from JTS 1.3 upgraded to JTS 1.4
- *
- * Revision 1.4  2004/03/29 06:59:25  ybychkov
- * "noding/snapround" package ported (JTS 1.4);
- * "operation", "operation/valid", "operation/relate" and "operation/overlay" upgraded to JTS 1.4;
- * "geom" partially upgraded.
- *
- * Revision 1.3  2004/03/19 09:48:46  ybychkov
- * "geomgraph" and "geomgraph/indexl" upgraded to JTS 1.4
- *
- * Revision 1.2  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/io/WKTReader.cpp
===================================================================
--- trunk/src/io/WKTReader.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/WKTReader.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -457,24 +457,3 @@
 
 } // namespace geos.io
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.42  2006/04/26 16:35:40  strk
- * Had WKTReader accept correct form for MultiPoint
- *
- * Revision 1.41  2006/04/10 12:05:35  strk
- * Added inline-replicator implementation files to make sure
- * functions in .inl files are still available out-of-line.
- * A side effect is this should fix MingW build.
- *
- * Revision 1.40  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.39  2006/03/22 16:58:35  strk
- * Removed (almost) all inclusions of geom.h.
- * Removed obsoleted .cpp files.
- * Fixed a bug in WKTReader not using the provided CoordinateSequence
- * implementation, optimized out some memory allocations.
- *
- **********************************************************************/

Modified: trunk/src/io/Writer.cpp
===================================================================
--- trunk/src/io/Writer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/io/Writer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -48,28 +48,3 @@
 
 } // namespace geos.io
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/06/01 11:49:36  strk
- * Reduced installed headers form geomgraph namespace
- *
- * Revision 1.11  2006/03/20 18:18:15  strk
- * io.h header split
- *
- * Revision 1.10  2006/03/06 15:23:14  strk
- * geos::io namespace
- *
- * Revision 1.9  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.8  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.7  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/

Modified: trunk/src/noding/FastNodingValidator.cpp
===================================================================
--- trunk/src/noding/FastNodingValidator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/FastNodingValidator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -76,7 +76,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- **********************************************************************/

Modified: trunk/src/noding/IntersectionAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionAdder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/IntersectionAdder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -110,16 +110,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.2  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.1  2006/02/16 08:19:07  strk
- * Missed from last commit
- *
- **********************************************************************/

Modified: trunk/src/noding/IntersectionFinderAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionFinderAdder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/IntersectionFinderAdder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,18 +65,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.2  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.1  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- **********************************************************************/

Modified: trunk/src/noding/MCIndexNoder.cpp
===================================================================
--- trunk/src/noding/MCIndexNoder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/MCIndexNoder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -157,75 +157,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.14  2006/03/22 18:12:32  strk
- * indexChain.h header split.
- *
- * Revision 1.13  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.12  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- * Revision 1.11  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.10  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.9  2006/02/28 14:34:05  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- * Revision 1.8  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.7  2006/02/23 20:05:21  strk
- * Fixed bug in MCIndexNoder constructor making memory checker go crazy, more
- * doxygen-friendly comments, miscellaneous cleanups
- *
- * Revision 1.6  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.5  2006/02/21 16:53:49  strk
- * MCIndexPointSnapper, MCIndexSnapRounder
- *
- * Revision 1.4  2006/02/20 10:14:18  strk
- * - namespaces geos::index::*
- * - Doxygen documentation cleanup
- *
- * Revision 1.3  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.2  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.1  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- **********************************************************************/

Modified: trunk/src/noding/NodedSegmentString.cpp
===================================================================
--- trunk/src/noding/NodedSegmentString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/NodedSegmentString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -180,8 +180,3 @@
 
 } // geos::noding
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/noding/NodingValidator.cpp
===================================================================
--- trunk/src/noding/NodingValidator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/NodingValidator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -206,92 +206,3 @@
 } // namespace geos.noding
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.16  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.15  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.14  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.13  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.12  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.11  2006/02/16 08:41:40  strk
- * Fixed include: "util.h" => "geos/util.h"
- *
- * Revision 1.10  2006/02/15 17:19:18  strk
- * NodingValidator synced with JTS-1.7, added CoordinateSequence::operator[]
- * and size() to easy port maintainance.
- *
- * Revision 1.9  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- * Revision 1.8  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.7  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.6  2005/11/25 11:31:21  strk
- * Removed all CoordinateSequence::getSize() calls embedded in for loops.
- *
- * Revision 1.5  2005/06/24 11:09:43  strk
- * Dropped RobustLineIntersector, made LineIntersector a concrete class.
- * Added LineIntersector::hasIntersection(Coordinate&,Coordinate&,Coordinate&)
- * to avoid computing intersection point (Z) when it's not necessary.
- *
- * Revision 1.4  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/26 07:48:30  ybychkov
- * "noding" package ported (JTS 1.4)
- *
- *
- **********************************************************************/
-

Modified: trunk/src/noding/Octant.cpp
===================================================================
--- trunk/src/noding/Octant.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/Octant.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -93,27 +93,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/03/20 11:42:28  strk
- * Added missing <cmath> include
- *
- * Revision 1.5  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.4  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.3  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.2  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.1  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- **********************************************************************/

Modified: trunk/src/noding/ScaledNoder.cpp
===================================================================
--- trunk/src/noding/ScaledNoder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/ScaledNoder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -228,66 +228,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/06/19 23:33:03  strk
- * Don't *require* CoordinateFilters to define both read-only and read-write methods.
- *
- * Revision 1.13  2006/05/04 14:05:31  strk
- * * source/headers/geos/util/math.h: provided an util::round() method being an inline proxy to call appropriate default rounding function for the whole GEOS codebase. Currently pointing at util::java_math_round() being the last being used.
- *
- * Revision 1.12  2006/05/04 08:30:02  strk
- * removed use of SegmentString::setCoordinates() [dropped]
- *
- * Revision 1.11  2006/05/03 20:05:18  strk
- * Added SQL debugging output
- *
- * Revision 1.10  2006/05/03 15:40:14  strk
- * test SegmentString invariant before and after scaling
- *
- * Revision 1.9  2006/05/03 15:12:35  strk
- * Oops, uninitialized value fix
- *
- * Revision 1.8  2006/05/03 15:00:43  strk
- * Fixed scale() function to remove repeated points *after* rounding. Added brief doxygen class description.
- *
- * Revision 1.7  2006/05/03 09:14:22  strk
- * * source/operation/buffer/OffsetCurveSetBuilder.cpp: used auto_ptr to protect leaks of CoordinateSequence
- * * source/noding/ScaledNoder.cpp, source/headers/geos/noding/ScaledNoder.h: ported JTS bugfix in scale method.
- *
- * Revision 1.6  2006/05/02 16:22:18  strk
- * * source/noding/ScaledNoder.cpp: use java_math_round instead of sym_round.
- *
- * Revision 1.5  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.4  2006/03/13 21:19:51  strk
- * Fixed bug in ScaledNoder scaling mechanism (hugly code, due to CoordinateSequence visitor pattern design). Tests are still failing so this possibly needs some other fix. Streamlined includes by implementation file.
- *
- * Revision 1.3  2006/02/23 11:54:20  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.2  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.1  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- **********************************************************************/

Modified: trunk/src/noding/SegmentIntersectionDetector.cpp
===================================================================
--- trunk/src/noding/SegmentIntersectionDetector.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SegmentIntersectionDetector.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -82,8 +82,3 @@
 
 } // geos::noding
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/noding/SegmentNode.cpp
===================================================================
--- trunk/src/noding/SegmentNode.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SegmentNode.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -103,65 +103,3 @@
 } // namespace geos.noding
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.14  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.13  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.12  2006/02/28 17:44:27  strk
- * Added a check in SegmentNode::addSplitEdge to prevent attempts
- * to build SegmentString with less then 2 points.
- * This is a temporary fix for the buffer.xml assertion failure, temporary
- * as Martin Davis review would really be needed there.
- *
- * Revision 1.11  2006/02/28 14:34:05  strk
- * Added many assertions and debugging output hunting for a bug in BufferOp
- *
- * Revision 1.10  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.9  2006/02/15 14:59:07  strk
- * JTS-1.7 sync for:
- * noding/SegmentNode.cpp
- * noding/SegmentNodeList.cpp
- * noding/SegmentString.cpp
- *
- * Revision 1.8  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- * Revision 1.7  2005/02/22 18:21:46  strk
- * Changed SegmentNode to contain a *real* Coordinate (not a pointer) to reduce
- * construction costs.
- *
- * Revision 1.6  2005/01/28 09:47:51  strk
- * Replaced sprintf uses with ostringstream.
- *
- * Revision 1.5  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- * Revision 1.4  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.3  2004/06/15 07:40:30  strk
- * Added missing <stdio.h> include
- *
- * Revision 1.2  2004/05/03 12:09:22  strk
- * newline added at end of file
- *
- * Revision 1.1  2004/03/26 07:48:30  ybychkov
- * "noding" package ported (JTS 1.4)
- *
- *
- **********************************************************************/
-

Modified: trunk/src/noding/SegmentNodeList.cpp
===================================================================
--- trunk/src/noding/SegmentNodeList.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SegmentNodeList.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -305,40 +305,3 @@
 } // namespace geos.noding
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.33  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.32  2006/05/05 10:19:06  strk
- * droppped SegmentString::getContext(), new name is getData() to reflect change in JTS
- *
- * Revision 1.31  2006/05/04 08:35:15  strk
- * noding/SegmentNodeList.cpp: cleanups, changed output operator to be more similar to JTS
- *
- * Revision 1.30  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.29  2006/03/09 15:39:25  strk
- * Fixed debugging lines
- *
- * Revision 1.28  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.27  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.26  2006/03/02 12:12:00  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.25  2006/03/01 16:01:47  strk
- * Fixed const correctness of operator<<(ostream&, SegmentNodeList&) [bug#37]
- *
- * Revision 1.24  2006/02/28 17:44:27  strk
- * Added a check in SegmentNode::addSplitEdge to prevent attempts
- * to build SegmentString with less then 2 points.
- * This is a temporary fix for the buffer.xml assertion failure, temporary
- * as Martin Davis review would really be needed there.
- *
- **********************************************************************/
-

Modified: trunk/src/noding/SegmentStringUtil.cpp
===================================================================
--- trunk/src/noding/SegmentStringUtil.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SegmentStringUtil.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -20,8 +20,3 @@
 
 } // geos::noding
 } // geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Modified: trunk/src/noding/SimpleNoder.cpp
===================================================================
--- trunk/src/noding/SimpleNoder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SimpleNoder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -67,71 +67,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/15 09:51:12  strk
- * streamlined headers usage
- *
- * Revision 1.9  2006/02/23 20:05:21  strk
- * Fixed bug in MCIndexNoder constructor making memory checker go crazy, more
- * doxygen-friendly comments, miscellaneous cleanups
- *
- * Revision 1.8  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.7  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.6  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- * Revision 1.5  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.4  2005/11/25 11:31:21  strk
- * Removed all CoordinateSequence::getSize() calls embedded in for loops.
- *
- * Revision 1.3  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:27  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/03/26 07:48:30  ybychkov
- * "noding" package ported (JTS 1.4)
- *
- *
- **********************************************************************/
-

Modified: trunk/src/noding/SingleInteriorIntersectionFinder.cpp
===================================================================
--- trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -67,7 +67,3 @@
 
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- **********************************************************************/

Modified: trunk/src/noding/snapround/HotPixel.cpp
===================================================================
--- trunk/src/noding/snapround/HotPixel.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/snapround/HotPixel.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -190,40 +190,3 @@
 } // namespace geos.noding.snapround
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/05/03 17:51:24  strk
- * system headers included after package headers
- *
- * Revision 1.7  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.6  2006/03/14 12:55:56  strk
- * Headers split: geomgraphindex.h, nodingSnapround.h
- *
- * Revision 1.5  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.4  2006/02/21 16:53:49  strk
- * MCIndexPointSnapper, MCIndexSnapRounder
- *
- * Revision 1.3  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.2  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.1  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- **********************************************************************/

Modified: trunk/src/noding/snapround/SimpleSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/SimpleSnapRounder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/noding/snapround/SimpleSnapRounder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -223,51 +223,3 @@
 } // namespace geos.noding.snapround
 } // namespace geos.noding
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/05/05 15:40:39  strk
- * Had nodind validation error throw an exception for SimpleSnapRounder
- * and MCIndexSnapRounder
- *
- * Revision 1.10  2006/05/03 17:54:58  strk
- * Uncommented correctness checker
- *
- * Revision 1.9  2006/05/03 15:49:16  strk
- * fixed bug in SimpleSnapRounder::computeSnaps, trying to access out-of-bound vector element.
- *
- * Revision 1.8  2006/05/03 15:02:49  strk
- * moved some implementations from header to .cpp file (taken out of inline)
- *
- * Revision 1.7  2006/03/15 09:51:13  strk
- * streamlined headers usage
- *
- * Revision 1.6  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.5  2006/02/21 16:53:49  strk
- * MCIndexPointSnapper, MCIndexSnapRounder
- *
- * Revision 1.4  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.3  2006/02/18 21:08:09  strk
- * - new CoordinateSequence::applyCoordinateFilter method (slow but useful)
- * - SegmentString::getCoordinates() doesn't return a clone anymore.
- * - SegmentString::getCoordinatesRO() obsoleted.
- * - SegmentString constructor does not promises constness of passed
- *   CoordinateSequence anymore.
- * - NEW ScaledNoder class
- * - Stubs for MCIndexPointSnapper and  MCIndexSnapRounder
- * - Simplified internal interaces of OffsetCurveBuilder and OffsetCurveSetBuilder
- *
- * Revision 1.2  2006/02/15 17:19:18  strk
- * NodingValidator synced with JTS-1.7, added CoordinateSequence::operator[]
- * and size() to easy port maintainance.
- *
- * Revision 1.1  2006/02/14 13:28:26  strk
- * New SnapRounding code ported from JTS-1.7 (not complete yet).
- * Buffer op optimized by using new snaprounding code.
- * Leaks fixed in XMLTester.
- *
- **********************************************************************/

Modified: trunk/src/operation/GeometryGraphOperation.cpp
===================================================================
--- trunk/src/operation/GeometryGraphOperation.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/GeometryGraphOperation.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -118,26 +118,3 @@
 
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.23  2006/04/03 15:54:34  strk
- * - getArgGeometry() parameter type changed from 'int' to 'unsigned int'
- * - Added port informations
- * - minor assertions checking
- * - minor cleanups
- *
- * Revision 1.22  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- * Revision 1.21  2006/03/02 14:34:43  strk
- * GeometryGraphOperation::li made a non-static member, and not more a pointer
- *
- * Revision 1.20  2006/02/27 09:05:33  strk
- * Doxygen comments, a few inlines and general cleanups
- *
- * Revision 1.19  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/buffer/BufferSubgraph.cpp
===================================================================
--- trunk/src/operation/buffer/BufferSubgraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/buffer/BufferSubgraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -356,17 +356,3 @@
 } // namespace geos.operation.buffer
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.34  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.33  2006/05/04 12:33:32  strk
- * Added some comments about RightmostEdgeFinder only considering forward DirectedEdge
- *
- * Revision 1.32  2006/03/22 11:18:39  strk
- * Changed back 'unable to find edge to compute depths' from assertion to TopologyException
- *
- **********************************************************************/
-

Modified: trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -379,24 +379,3 @@
 } // namespace geos.operation.buffer
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.36  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.35  2006/06/09 07:42:13  strk
- * * source/geomgraph/GeometryGraph.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/valid/RepeatedPointTester.cpp: Fixed warning after Polygon ring accessor methods changed to work with size_t. Small optimizations in loops.
- *
- * Revision 1.34  2006/05/03 09:14:22  strk
- * * source/operation/buffer/OffsetCurveSetBuilder.cpp: used auto_ptr to protect leaks of CoordinateSequence
- * * source/noding/ScaledNoder.cpp, source/headers/geos/noding/ScaledNoder.h: ported JTS bugfix in scale method.
- *
- * Revision 1.33  2006/03/27 17:04:18  strk
- * Cleanups and explicit initializations
- *
- * Revision 1.32  2006/03/22 11:18:39  strk
- * Changed back 'unable to find edge to compute depths' from assertion to TopologyException
- *
- **********************************************************************/
-

Modified: trunk/src/operation/buffer/RightmostEdgeFinder.cpp
===================================================================
--- trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -257,94 +257,3 @@
 } // namespace geos.operation.buffer
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.22  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.21  2006/05/03 15:05:36  strk
- * Assertions checking
- *
- * Revision 1.20  2006/04/05 09:20:25  strk
- * Added port informations and many assertion checking.
- * Fixed bug in getRightmostSide() method ( a "testing-only" corner case )
- *
- * Revision 1.19  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- * Revision 1.18  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.17  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.16  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.15  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.14  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.13  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.12  2005/11/25 11:31:21  strk
- * Removed all CoordinateSequence::getSize() calls embedded in for loops.
- *
- * Revision 1.11  2005/05/19 10:29:28  strk
- * Removed some CGAlgorithms instances substituting them with direct calls
- * to the static functions. Interfaces accepting CGAlgorithms pointers kept
- * for backward compatibility but modified to make the argument optional.
- * Fixed a small memory leak in OffsetCurveBuilder::getRingCurve.
- * Inlined some smaller functions encountered during bug hunting.
- * Updated Copyright notices in the touched files.
- *
- * Revision 1.10  2005/02/22 17:10:47  strk
- * Reduced CoordinateSequence::getSize() calls.
- *
- * Revision 1.9  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.8  2004/07/02 13:28:28  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.7  2004/04/10 08:40:01  ybychkov
- * "operation/buffer" upgraded to JTS 1.4
- *
- * Revision 1.6  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.5  2003/10/15 16:39:03  strk
- * Made Edge::getCoordinates() return a 'const' value. Adapted code set.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/buffer/SubgraphDepthLocater.cpp
===================================================================
--- trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -357,126 +357,3 @@
 } // namespace geos.operation.buffer
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.29  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.28  2006/03/20 10:13:15  strk
- * Bug #71 - Missing <algorithm>
- *
- * Revision 1.27  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.26  2006/03/15 18:57:39  strk
- * small cleanup
- *
- * Revision 1.25  2006/03/15 15:50:12  strk
- * const correctness, cleanups
- *
- * Revision 1.24  2006/03/15 12:52:56  strk
- * DepthSegment class moved inside SubgraphDepthLocator implementaion
- * as it was private to this file in JTS. Also, changed to reduce
- * copies of LineSegment copies.
- *
- * Revision 1.23  2006/03/14 00:19:40  strk
- * opBuffer.h split, streamlined headers in some (not all) files in operation/buffer/
- *
- * Revision 1.22  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.21  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.20  2006/03/02 12:12:01  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.19  2006/03/02 09:46:04  strk
- * cleaned up debugging lines
- *
- * Revision 1.18  2006/03/01 17:16:39  strk
- * LineSegment class made final and optionally (compile-time) inlined.
- * Reduced heap allocations in Centroid{Area,Line,Point} and InteriorPoint{Area,Line,Point}.
- *
- * Revision 1.17  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.16  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.15  2005/11/08 20:12:44  strk
- * Memory overhead reductions in buffer operations.
- *
- * Revision 1.14  2005/07/11 10:27:14  strk
- * Fixed initializzazion lists
- *
- * Revision 1.13  2005/06/30 18:31:48  strk
- * Ported SubgraphDepthLocator optimizations from JTS code
- *
- * Revision 1.12  2005/06/28 21:13:43  strk
- * Fixed a bug introduced by LineSegment skip - made LineSegment skip a compile-time optione
- *
- * Revision 1.11  2005/06/27 21:58:31  strk
- * Bugfix in DepthSegmentLT as suggested by Graeme Hiebert
- *
- * Revision 1.10  2005/06/27 21:24:54  strk
- * Fixed bug just-introduced with optimization.
- *
- * Revision 1.9  2005/06/27 21:21:21  strk
- * Reduced Coordinate copies due to LineSegment overuse
- *
- * Revision 1.8  2005/05/23 15:13:00  strk
- * Added debugging output
- *
- * Revision 1.7  2005/05/20 16:15:41  strk
- * Code cleanups
- *
- * Revision 1.6  2005/05/19 10:29:28  strk
- * Removed some CGAlgorithms instances substituting them with direct calls
- * to the static functions. Interfaces accepting CGAlgorithms pointers kept
- * for backward compatibility but modified to make the argument optional.
- * Fixed a small memory leak in OffsetCurveBuilder::getRingCurve.
- * Inlined some smaller functions encountered during bug hunting.
- * Updated Copyright notices in the touched files.
- *
- * Revision 1.5  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.4  2004/07/02 13:28:28  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.3  2004/05/05 12:29:44  strk
- * memleak fixed in ::getDepth
- *
- * Revision 1.2  2004/05/03 22:56:44  strk
- * leaks fixed, exception specification omitted.
- *
- * Revision 1.1  2004/04/10 08:40:01  ybychkov
- * "operation/buffer" upgraded to JTS 1.4
- *
- *
- **********************************************************************/
-

Modified: trunk/src/operation/distance/ConnectedElementLocationFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -67,17 +67,3 @@
 } // namespace geos.operation.distance
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- * Revision 1.6  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.5  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/distance/ConnectedElementPointFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -56,11 +56,3 @@
 } // namespace geos.operation.distance
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/src/operation/distance/DistanceOp.cpp
===================================================================
--- trunk/src/operation/distance/DistanceOp.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/distance/DistanceOp.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -628,22 +628,3 @@
 } // namespace geos.operation.distance
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.24  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.23  2006/03/24 09:52:41  strk
- * USE_INLINE => GEOS_INLINE
- *
- * Revision 1.22  2006/03/23 12:12:01  strk
- * Fixes to allow build with -DGEOS_INLINE
- *
- * Revision 1.21  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- * Revision 1.20  2006/03/03 10:46:21  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- **********************************************************************/
-

Modified: trunk/src/operation/distance/GeometryLocation.cpp
===================================================================
--- trunk/src/operation/distance/GeometryLocation.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/distance/GeometryLocation.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -79,11 +79,3 @@
 } // namespace geos.operation.distance
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/03/21 17:55:01  strk
- * opDistance.h header split
- *
- **********************************************************************/
-

Modified: trunk/src/operation/linemerge/EdgeString.cpp
===================================================================
--- trunk/src/operation/linemerge/EdgeString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/EdgeString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -100,11 +100,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- **********************************************************************/
-

Modified: trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,14 +65,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } //namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.8  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- * Revision 1.7  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/operation/linemerge/LineMergeEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/LineMergeEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -45,11 +45,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- **********************************************************************/
-

Modified: trunk/src/operation/linemerge/LineMergeGraph.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeGraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/LineMergeGraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -127,14 +127,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- * Revision 1.14  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/operation/linemerge/LineMerger.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMerger.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/LineMerger.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -234,18 +234,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.14  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- * Revision 1.13  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
- 
-

Modified: trunk/src/operation/linemerge/LineSequencer.cpp
===================================================================
--- trunk/src/operation/linemerge/LineSequencer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/linemerge/LineSequencer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -450,22 +450,3 @@
 } // namespace geos.operation.linemerge
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.9  2006/03/24 11:04:44  strk
- * Changed assert() with Assert::isTrue in addReverseSubpath
- *
- * Revision 1.8  2006/03/24 10:44:07  strk
- * Fixed to build with -DNDEBUG
- *
- * Revision 1.7  2006/03/22 10:13:54  strk
- * opLinemerge.h split
- *
- * Revision 1.6  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/

Modified: trunk/src/operation/overlay/EdgeSetNoder.cpp
===================================================================
--- trunk/src/operation/overlay/EdgeSetNoder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/EdgeSetNoder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -59,32 +59,3 @@
 } // namespace geos.operation.overlay
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.11  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.10  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.9  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.8  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.7  2005/11/16 15:49:54  strk
- * Reduced gratuitous heap allocations.
- *
- * Revision 1.6  2004/07/02 13:28:28  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/operation/overlay/ElevationMatrix.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrix.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/ElevationMatrix.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -244,35 +244,3 @@
 } // namespace geos.operation.overlay
 } // namespace geos.operation
 } // namespace geos;
-
-/**********************************************************************
- * $Log$
- * Revision 1.15  2006/04/04 08:16:46  strk
- * Changed GEOSException hierarchy to be derived from std::runtime_exception.
- * Removed the GEOSException::toString redundant method (use ::what() instead)
- *
- * Revision 1.14  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.13  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.12  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.11  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.10  2006/03/02 12:12:01  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.9  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.8  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.7  2005/12/11 10:41:56  strk
- * Fixed premature initialization of average Z value in ElevationMatrixFilter
- *
- **********************************************************************/

Modified: trunk/src/operation/overlay/ElevationMatrixCell.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrixCell.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/ElevationMatrixCell.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -89,30 +89,3 @@
 } // namespace geos.operation.overlay
 } // namespace geos.operation
 } // namespace geos;
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.5  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.4  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.3  2004/11/29 16:05:33  strk
- * Fixed a bug in LineIntersector::interpolateZ causing NaN values
- * to come out.
- * Handled dimensional collapses in ElevationMatrix.
- * Added ISNAN macro and changed ISNAN/FINITE macros to avoid
- * dispendious isnan() and finite() calls.
- *
- * Revision 1.2  2004/11/26 09:22:50  strk
- * Added FINITE(x) macro and its use.
- * Made input geoms average Z computation optional in OverlayOp.
- *
- * Revision 1.1  2004/11/23 16:22:49  strk
- * Added ElevationMatrix class and components to do post-processing draping of overlayed geometries.
- *
- **********************************************************************/

Modified: trunk/src/operation/overlay/MaximalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MaximalEdgeRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/MaximalEdgeRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -140,22 +140,3 @@
 } // namespace geos.operation.overlay
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.19  2006/03/27 16:02:34  strk
- * Added INL file for MinimalEdgeRing, added many debugging blocks,
- * fixed memory leak in ConnectedInteriorTester (bug #59)
- *
- * Revision 1.18  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.17  2006/03/14 17:08:04  strk
- * comments cleanup, integrity checks
- *
- * Revision 1.16  2006/03/09 18:18:39  strk
- * Added memory-friendly MaximalEdgeRing::buildMinimalRings() implementation.
- * Applied patch to IsValid operation from JTS-1.7.1
- *
- **********************************************************************/
-

Modified: trunk/src/operation/overlay/MinimalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MinimalEdgeRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/MinimalEdgeRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -52,17 +52,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/03/27 16:02:34  strk
- * Added INL file for MinimalEdgeRing, added many debugging blocks,
- * fixed memory leak in ConnectedInteriorTester (bug #59)
- *
- * Revision 1.13  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.12  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/overlay/OverlayNodeFactory.cpp
===================================================================
--- trunk/src/operation/overlay/OverlayNodeFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/OverlayNodeFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -44,60 +44,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/17 13:24:59  strk
- * opOverlay.h header splitted. Reduced header inclusions in operation/overlay implementation files. ElevationMatrixFilter code moved from own file to ElevationMatrix.cpp (ideally a class-private).
- *
- * Revision 1.9  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.8  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.7  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.6  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -150,7 +150,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/src/operation/overlay/validate/OverlayResultValidator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -247,7 +247,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/src/operation/polygonize/EdgeRing.cpp
===================================================================
--- trunk/src/operation/polygonize/EdgeRing.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/polygonize/EdgeRing.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -268,17 +268,3 @@
 } // namespace geos.operation.polygonize
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/05/02 14:32:49  strk
- * Added port info for polygonize/EdgeRing class, polygonize/EdgeRing.h header
- * not installed.
- *
- * Revision 1.1  2006/05/02 14:22:30  strk
- * * source/operation/polygonize/: polygonizeEdgeRing.cpp renamed to EdgeRing.cpp, to follow JTS naming.
- *
- * Revision 1.16  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -110,11 +110,3 @@
 } // namespace geos.operation.polygonize
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/polygonize/PolygonizeEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/polygonize/PolygonizeEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -38,10 +38,3 @@
 } // namespace geos.operation.polygonize
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- **********************************************************************/

Modified: trunk/src/operation/polygonize/PolygonizeGraph.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeGraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/polygonize/PolygonizeGraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -481,126 +481,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- * Revision 1.17  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- * Revision 1.16  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.15  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.14  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.13  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.12  2005/12/09 11:36:38  strk
- * Small leak plugged in CAPI::GEOSHasZ() and in
- * invalid input to PolygonizeGraph (again)
- *
- * Revision 1.11  2005/12/09 10:03:46  strk
- * Fixed a bug making PolygonizeGraph choking on invalid LineStrings.
- * Minor optimizations in Polygonizer loops.
- *
- * Revision 1.10  2005/11/21 16:03:20  strk
- *
- * Coordinate interface change:
- *         Removed setCoordinate call, use assignment operator
- *         instead. Provided a compile-time switch to
- *         make copy ctor and assignment operators non-inline
- *         to allow for more accurate profiling.
- *
- * Coordinate copies removal:
- *         NodeFactory::createNode() takes now a Coordinate reference
- *         rather then real value. This brings coordinate copies
- *         in the testLeaksBig.xml test from 654818 to 645991
- *         (tested in 2.1 branch). In the head branch Coordinate
- *         copies are 222198.
- *         Removed useless coordinate copies in ConvexHull
- *         operations
- *
- * STL containers heap allocations reduction:
- *         Converted many containers element from
- *         pointers to real objects.
- *         Made some use of .reserve() or size
- *         initialization when final container size is known
- *         in advance.
- *
- * Stateless classes allocations reduction:
- *         Provided ::instance() function for
- *         NodeFactories, to avoid allocating
- *         more then one (they are all
- *         stateless).
- *
- * HCoordinate improvements:
- *         Changed HCoordinate constructor by HCoordinates
- *         take reference rather then real objects.
- *         Changed HCoordinate::intersection to avoid
- *         a new allocation but rather return into a provided
- *         storage. LineIntersector changed to reflect
- *         the above change.
- *
- * Revision 1.9  2005/11/15 12:14:05  strk
- * Reduced heap allocations, made use of references when appropriate,
- * small optimizations here and there.
- *
- * Revision 1.8  2004/12/14 10:35:44  strk
- * Comments cleanup. PolygonizeGraph keeps track of generated CoordinateSequence
- * for delayed destruction.
- *
- * Revision 1.7  2004/12/08 13:54:44  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.6  2004/10/26 16:09:21  strk
- * Some more intentation and envelope equality check fix.
- *
- * Revision 1.5  2004/10/19 19:51:14  strk
- * Fixed many leaks and bugs in Polygonizer.
- * Output still bogus.
- *
- * Revision 1.4  2004/10/13 10:03:02  strk
- * Added missing linemerge and polygonize operation.
- * Bug fixes and leaks removal from the newly added modules and
- * planargraph (used by them).
- * Some comments and indentation changes.
- *
- * Revision 1.3  2004/07/08 19:34:50  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.2  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/08 04:53:56  ybychkov
- * "operation/polygonize" ported from JTS 1.4
- *
- *
- **********************************************************************/

Modified: trunk/src/operation/polygonize/Polygonizer.cpp
===================================================================
--- trunk/src/operation/polygonize/Polygonizer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/polygonize/Polygonizer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -312,49 +312,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/03/22 11:19:06  strk
- * opPolygonize.h headers split.
- *
- * Revision 1.12  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.11  2006/03/02 12:12:01  strk
- * Renamed DEBUG macros to GEOS_DEBUG, all wrapped in #ifndef block to allow global override (bug#43)
- *
- * Revision 1.10  2006/02/19 19:46:49  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.9  2005/12/09 10:32:28  strk
- * Cleaned up debugging line left over from previous commit
- *
- * Revision 1.8  2005/12/09 10:03:46  strk
- * Fixed a bug making PolygonizeGraph choking on invalid LineStrings.
- * Minor optimizations in Polygonizer loops.
- *
- * Revision 1.7  2005/06/17 15:08:06  strk
- * Polygonizer segfault fix
- *
- * Revision 1.6  2004/12/08 13:54:44  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.5  2004/10/27 13:57:07  strk
- * Added some debugging lines (disabled by default)
- *
- * Revision 1.4  2004/10/26 16:09:21  strk
- * Some more intentation and envelope equality check fix.
- *
- * Revision 1.3  2004/10/19 19:51:14  strk
- * Fixed many leaks and bugs in Polygonizer.
- * Output still bogus.
- *
- * Revision 1.2  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.1  2004/04/08 04:53:56  ybychkov
- * "operation/polygonize" ported from JTS 1.4
- *
- *
- **********************************************************************/

Modified: trunk/src/operation/relate/EdgeEndBundleStar.cpp
===================================================================
--- trunk/src/operation/relate/EdgeEndBundleStar.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/relate/EdgeEndBundleStar.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -80,16 +80,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.13  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- * Revision 1.12  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.11  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/relate/RelateNodeFactory.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/relate/RelateNodeFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -46,15 +46,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- * Revision 1.9  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.8  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- **********************************************************************/
-

Modified: trunk/src/operation/relate/RelateNodeGraph.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeGraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/relate/RelateNodeGraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -149,18 +149,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.19  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- * Revision 1.18  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.17  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.16  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- **********************************************************************/
-

Modified: trunk/src/operation/relate/RelateOp.cpp
===================================================================
--- trunk/src/operation/relate/RelateOp.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/relate/RelateOp.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -78,18 +78,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.19  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- * Revision 1.18  2006/03/17 16:48:55  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- * Revision 1.17  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/valid/ConnectedInteriorTester.cpp
===================================================================
--- trunk/src/operation/valid/ConnectedInteriorTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/ConnectedInteriorTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -354,33 +354,3 @@
 } // namespace geos.operation.valid
 } // namespace geos.operation
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.29  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.28  2006/04/06 12:45:28  strk
- * Delayed deletion of newly allocated MaximalEdgeRings.
- * Existing 'valid' operation tests don't should instability with
- * this patch.
- *
- * Revision 1.27  2006/03/29 13:53:59  strk
- * EdgeRing equipped with Invariant testing function and lots of exceptional assertions. Removed useless heap allocations, and pointers usages.
- *
- * Revision 1.26  2006/03/27 16:02:34  strk
- * Added INL file for MinimalEdgeRing, added many debugging blocks,
- * fixed memory leak in ConnectedInteriorTester (bug #59)
- *
- * Revision 1.25  2006/03/27 14:20:46  strk
- * Added paranoid assertion checking and a note in header about responsibility of return from buildMaximalEdgeRings()
- *
- * Revision 1.24  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.23  2006/03/17 16:48:55  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- **********************************************************************/

Modified: trunk/src/operation/valid/ConsistentAreaTester.cpp
===================================================================
--- trunk/src/operation/valid/ConsistentAreaTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/ConsistentAreaTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -125,24 +125,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.17  2006/03/27 10:37:59  strk
- * Reduced heap allocations and probability of error by making LineIntersector
- * and RelateNodeGraph part of ConsistentAreaTester class .
- *
- * Revision 1.16  2006/03/21 13:11:29  strk
- * opRelate.h header split
- *
- * Revision 1.15  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.14  2006/03/17 16:48:55  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- * Revision 1.13  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- **********************************************************************/
-

Modified: trunk/src/operation/valid/IndexedNestedRingTester.h
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/IndexedNestedRingTester.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -105,8 +105,3 @@
 } // namespace geos
 
 #endif // GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
-
-/**********************************************************************
- * $Log$
- **********************************************************************/
-

Modified: trunk/src/operation/valid/QuadtreeNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -130,24 +130,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.25  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.24  2006/03/29 11:48:53  strk
- * Removed useless heap allocations in construction, enforced const correctness
- *
- * Revision 1.23  2006/03/22 12:22:50  strk
- * indexQuadtree.h split
- *
- * Revision 1.22  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.21  2006/03/17 16:48:55  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- **********************************************************************/
-

Modified: trunk/src/operation/valid/RepeatedPointTester.cpp
===================================================================
--- trunk/src/operation/valid/RepeatedPointTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/RepeatedPointTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -149,71 +149,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.20  2006/06/09 07:42:13  strk
- * * source/geomgraph/GeometryGraph.cpp, source/operation/buffer/OffsetCurveSetBuilder.cpp, source/operation/overlay/OverlayOp.cpp, source/operation/valid/RepeatedPointTester.cpp: Fixed warning after Polygon ring accessor methods changed to work with size_t. Small optimizations in loops.
- *
- * Revision 1.19  2006/04/07 09:54:30  strk
- * Geometry::getNumGeometries() changed to return 'unsigned int'
- * rather then 'int'
- *
- * Revision 1.18  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.17  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.16  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.15  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.14  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.13  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.12  2005/11/25 11:31:21  strk
- * Removed all CoordinateSequence::getSize() calls embedded in for loops.
- *
- * Revision 1.11  2004/07/08 19:34:50  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.10  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.9  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- * Revision 1.8  2003/10/16 17:33:20  strk
- * dropped useless string() cast
- *
- **********************************************************************/
-
-

Modified: trunk/src/operation/valid/SimpleNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SimpleNestedRingTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/SimpleNestedRingTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -69,71 +69,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.16  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.15  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.14  2006/03/17 16:48:56  strk
- * LineIntersector and PointLocator made complete components of RelateComputer
- * (were statics const pointers before). Reduced inclusions from opRelate.h
- * and opValid.h, updated .cpp files to allow build.
- *
- * Revision 1.13  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.12  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.11  2006/01/31 19:07:34  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.10  2005/11/04 11:04:09  strk
- * Ported revision 1.38 of IsValidOp.java (adding closed Ring checks).
- * Changed NestedRingTester classes to use Coorinate pointers
- * rather then actual objects, to speedup NULL tests.
- * Added JTS port revision when applicable.
- *
- * Revision 1.9  2004/07/08 19:34:50  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.8  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.7  2004/03/29 06:59:25  ybychkov
- * "noding/snapround" package ported (JTS 1.4);
- * "operation", "operation/valid", "operation/relate" and "operation/overlay" upgraded to JTS 1.4;
- * "geom" partially upgraded.
- *
- * Revision 1.6  2003/11/07 01:23:43  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/operation/valid/SweeplineNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -103,16 +103,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.18  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.17  2006/04/09 04:09:43  mloskot
- * Removed redundant semicolon reported by g++ -pedantic.
- *
- * Revision 1.16  2006/03/21 10:01:30  strk
- * indexSweepline.h header split
- *
- **********************************************************************/
-

Modified: trunk/src/operation/valid/TopologyValidationError.cpp
===================================================================
--- trunk/src/operation/valid/TopologyValidationError.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/operation/valid/TopologyValidationError.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -87,55 +87,3 @@
 } // namespace geos.operation
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.16  2006/03/27 10:36:51  strk
- * added missing space in exception message
- *
- * Revision 1.15  2006/03/20 16:57:44  strk
- * spatialindex.h and opValid.h headers split
- *
- * Revision 1.14  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.13  2006/03/01 10:48:55  strk
- * Changed static TopologyValidationError::errMsg[] from 'string' to 'const char*'
- * to reduce dynamic memory allocations.
- *
- * Revision 1.12  2006/02/23 23:17:52  strk
- * - Coordinate::nullCoordinate made private
- * - Simplified Coordinate inline definitions
- * - LMGeometryComponentFilter definition moved to LineMerger.cpp file
- * - Misc cleanups
- *
- * Revision 1.11  2006/02/19 19:46:50  strk
- * Packages <-> namespaces mapping for most GEOS internal code (uncomplete, but working). Dir-level libs for index/ subdirs.
- *
- * Revision 1.10  2006/01/20 19:11:09  strk
- * Updated last port info
- *
- * Revision 1.9  2005/11/04 11:04:09  strk
- * Ported revision 1.38 of IsValidOp.java (adding closed Ring checks).
- * Changed NestedRingTester classes to use Coorinate pointers
- * rather then actual objects, to speedup NULL tests.
- * Added JTS port revision when applicable.
- *
- * Revision 1.8  2004/11/05 11:41:57  strk
- * Made IsValidOp handle IllegalArgumentException throw from GeometryGraph
- * as a sign of invalidity (just for Polygon geometries).
- * Removed leaks generated by this specific exception.
- *
- * Revision 1.7  2004/09/13 10:14:47  strk
- * Added INVALID_COORDINATE code num and error message.
- *
- * Revision 1.6  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.5  2003/11/07 01:23:43  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/DirectedEdge.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/DirectedEdge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -182,13 +182,3 @@
 } // namespace planargraph
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 15:46:09  strk
- * provided a memory friendly version of toEdges() method.
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/DirectedEdgeStar.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdgeStar.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/DirectedEdgeStar.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -179,10 +179,3 @@
 } // namespace planargraph
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/Edge.cpp
===================================================================
--- trunk/src/planargraph/Edge.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/Edge.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -89,10 +89,3 @@
 } // namespace planargraph
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/Node.cpp
===================================================================
--- trunk/src/planargraph/Node.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/Node.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -61,13 +61,3 @@
 
 } // namespace planargraph 
 } // namespace geos 
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 15:47:08  strk
- * implemented missing getEdgesBetween() method (untested).
- *
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/

Modified: trunk/src/planargraph/NodeMap.cpp
===================================================================
--- trunk/src/planargraph/NodeMap.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/NodeMap.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -90,10 +90,3 @@
 } //namespace planargraph 
 } //namespace geos 
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/PlanarGraph.cpp
===================================================================
--- trunk/src/planargraph/PlanarGraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/PlanarGraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -149,13 +149,3 @@
 } // namespace planargraph
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/12 10:49:43  strk
- * unsigned int => size_t
- *
- * Revision 1.3  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/Subgraph.cpp
===================================================================
--- trunk/src/planargraph/Subgraph.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/Subgraph.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -43,10 +43,3 @@
 } // namespace planargraph
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/
-

Modified: trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp
===================================================================
--- trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -95,10 +95,3 @@
 } // namespace geos.planargraph.algorithm
 } // namespace geos.planargraph 
 } // namespace geos 
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/03/21 21:42:54  strk
- * planargraph.h header split, planargraph:: classes renamed to match JTS symbols
- *
- **********************************************************************/

Modified: trunk/src/precision/CommonBits.cpp
===================================================================
--- trunk/src/precision/CommonBits.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/precision/CommonBits.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -94,29 +94,5 @@
 	return (double)commonBits;
 }
 
-///**
-//* A representation of the Double bits formatted for easy readability
-//*/
-//String toString(int64 bits)
-//{
-//double x = Double.int64BitsToDouble(bits);
-//String numStr = int64.toBinaryString(bits);
-//String padStr = "0000000000000000000000000000000000000000000000000000000000000000" + numStr;
-//String bitStr = padStr.substring(padStr.length() - 64);
-//String str = bitStr.substring(0, 1) + "  "
-//+ bitStr.substring(1, 12) + "(exp) "
-//+ bitStr.substring(12)
-//+ " [ " + x + " ]";
-//return str;
-//}
-
 } // namespace geos.precision
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/
-

Modified: trunk/src/precision/CommonBitsOp.cpp
===================================================================
--- trunk/src/precision/CommonBitsOp.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/precision/CommonBitsOp.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -169,23 +169,3 @@
 
 } // namespace geos.precision
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/04/13 23:28:26  strk
- * "always build before commit" (forgot a closing paren)
- *
- * Revision 1.9  2006/04/13 23:23:52  strk
- * fixed bug in binary ops failing to consistently reduce operands.
- *
- * Revision 1.8  2006/04/07 08:27:12  strk
- * debugging blocks
- *
- * Revision 1.7  2006/04/06 14:36:51  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.6  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/
-

Modified: trunk/src/precision/CommonBitsRemover.cpp
===================================================================
--- trunk/src/precision/CommonBitsRemover.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/precision/CommonBitsRemover.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -182,22 +182,3 @@
 } // namespace geos.precision
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/04/07 08:28:25  strk
- * debugging lines, assertions
- *
- * Revision 1.8  2006/04/06 14:36:51  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.7  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- * Revision 1.6  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.5  2006/03/02 16:21:26  strk
- * geos::precision namespace added
- *
- **********************************************************************/
-

Modified: trunk/src/precision/EnhancedPrecisionOp.cpp
===================================================================
--- trunk/src/precision/EnhancedPrecisionOp.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/precision/EnhancedPrecisionOp.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -246,16 +246,3 @@
 } // namespace geos.precision
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.9  2006/04/07 08:31:37  strk
- * Debugging lines
- *
- * Revision 1.8  2006/04/06 14:36:51  strk
- * Cleanup in geos::precision namespace (leaks plugged, auto_ptr use, ...)
- *
- * Revision 1.7  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/
-

Modified: trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
===================================================================
--- trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -174,13 +174,3 @@
 } // namespace geos.precision
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/04/03 13:56:54  strk
- * Made externally-owned PrecisionModel  const
- *
- * Revision 1.13  2006/03/23 09:17:19  strk
- * precision.h header split, minor optimizations
- *
- **********************************************************************/
-

Modified: trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -115,16 +115,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.2  2006/06/03 22:29:39  hobu
- * Use a fully qualified namespace for LineSegment because we're inside of geos::simplify at the time
- *
- * Revision 1.1  2006/04/03 10:16:11  strk
- * DouglasPeuckerLineSimplifier class port
- *
- **********************************************************************/

Modified: trunk/src/simplify/DouglasPeuckerSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -192,13 +192,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/13 16:44:49  strk
- * Fixed a bug in DPTransformer handling of MultiPolygons
- *
- * Revision 1.1  2006/04/11 16:04:34  strk
- * geos::simplify::DouglasPeukerSimplifier class + unit test
- *
- **********************************************************************/

Modified: trunk/src/simplify/LineSegmentIndex.cpp
===================================================================
--- trunk/src/simplify/LineSegmentIndex.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/LineSegmentIndex.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -170,19 +170,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.4  2006/06/12 17:18:56  strk
- * LineSegmentIndex: explicitly initialized parent class in constructors.
- *
- * Revision 1.3  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.2  2006/04/13 09:28:09  mloskot
- * Removed definition of copy ctor and assignment operator for LineSegmentString class.
- *
- * Revision 1.1  2006/04/12 15:20:37  strk
- * LineSegmentIndex class
- *
- **********************************************************************/

Modified: trunk/src/simplify/TaggedLineSegment.cpp
===================================================================
--- trunk/src/simplify/TaggedLineSegment.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/TaggedLineSegment.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -73,14 +73,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/12 17:19:57  strk
- * Ported TaggedLineStringSimplifier class, made LineSegment class
- * polymorphic to fix derivation of TaggedLineSegment
- *
- * Revision 1.1  2006/04/12 14:22:12  strk
- * Initial implementation of TaggedLineSegment and TaggedLineString classes
- *
- **********************************************************************/

Modified: trunk/src/simplify/TaggedLineString.cpp
===================================================================
--- trunk/src/simplify/TaggedLineString.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/TaggedLineString.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -248,24 +248,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.5  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.4  2006/04/13 21:52:35  strk
- * Many debugging lines and assertions added. Fixed bug in TaggedLineString class.
- *
- * Revision 1.3  2006/04/13 09:21:46  mloskot
- * Removed definition of copy ctor and assignment operator for TaggedLineString class.
- * According to following rule: Declaring, but not defining, private copy operations has
- * the effect of "turning off" copying for the class.
- *
- * Revision 1.2  2006/04/12 15:20:37  strk
- * LineSegmentIndex class
- *
- * Revision 1.1  2006/04/12 14:22:12  strk
- * Initial implementation of TaggedLineSegment and TaggedLineString classes
- *
- **********************************************************************/

Modified: trunk/src/simplify/TaggedLineStringSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLineStringSimplifier.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/TaggedLineStringSimplifier.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -347,14 +347,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.2  2006/04/13 21:52:35  strk
- * Many debugging lines and assertions added. Fixed bug in TaggedLineString class.
- *
- * Revision 1.1  2006/04/12 17:19:57  strk
- * Ported TaggedLineStringSimplifier class, made LineSegment class
- * polymorphic to fix derivation of TaggedLineSegment
- *
- **********************************************************************/

Modified: trunk/src/simplify/TaggedLinesSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLinesSimplifier.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/simplify/TaggedLinesSimplifier.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,22 +65,3 @@
 
 } // namespace geos::simplify
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.3  2006/05/24 11:41:23  strk
- *         * source/headers/geos/simplify/TaggedLinesSimplifier.h,
- *         source/simplify/TaggedLinesSimplifier.cpp,
- *         source/simplify/TopologyPreservingSimplifier.cpp:
- *         fixed bug in TopologyPreservingSimplifier failing to
- *         detect intersections, refactored TaggedLinesSimplifier
- *         class to more closely match JTS and use templated
- *         functions.
- *
- * Revision 1.2  2006/04/13 14:25:17  strk
- * TopologyPreservingSimplifier initial port
- *
- * Revision 1.1  2006/04/13 10:39:12  strk
- * Initial implementation of TaggedLinesSimplifier class
- *
- **********************************************************************/

Modified: trunk/src/util/Assert.cpp
===================================================================
--- trunk/src/util/Assert.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/util/Assert.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -54,41 +54,3 @@
 
 } // namespace geos.util
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.14  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- * Revision 1.13  2006/03/06 19:40:47  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.12  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.11  2006/02/23 11:54:21  strk
- * - MCIndexPointSnapper
- * - MCIndexSnapRounder
- * - SnapRounding BufferOp
- * - ScaledNoder
- * - GEOSException hierarchy cleanups
- * - SpatialIndex memory-friendly query interface
- * - GeometryGraph::getBoundaryNodes memory-friendly
- * - NodeMap::getBoundaryNodes memory-friendly
- * - Cleanups in geomgraph::Edge
- * - Added an XML test for snaprounding buffer (shows leaks, working on it)
- *
- * Revision 1.10  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
- *
- * Revision 1.9  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.8  2003/11/07 01:23:43  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/src/util/Profiler.cpp
===================================================================
--- trunk/src/util/Profiler.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/src/util/Profiler.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -167,39 +167,3 @@
 
 } // namespace geos.util
 } // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/06/12 11:29:24  strk
- * unsigned int => size_t
- *
- * Revision 1.9  2006/03/07 14:18:34  strk
- * Profiler singleton implemented with a function-static Profiler instance
- *
- * Revision 1.8  2006/03/06 19:40:48  strk
- * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
- *
- * Revision 1.7  2006/03/03 10:46:22  strk
- * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
- *
- * Revision 1.6  2005/02/01 14:18:04  strk
- * Made profiler start/stop inline
- *
- * Revision 1.5  2005/02/01 13:44:59  strk
- * More profiling labels.
- *
- * Revision 1.4  2004/12/03 22:52:56  strk
- * enforced const return of CoordinateSequence::toVector() method to derivate classes.
- *
- * Revision 1.3  2004/11/08 12:15:35  strk
- * Added number of gathered timings in output.
- *
- * Revision 1.2  2004/11/08 11:19:39  strk
- * Profiler::get() always return a Profile (new if not existant).
- *
- * Revision 1.1  2004/11/01 16:43:04  strk
- * Added Profiler code.
- * Temporarly patched a bug in DoubleBits (must check drawbacks).
- * Various cleanups and speedups.
- *
- **********************************************************************/

Modified: trunk/tests/bigtest/GeometryTestFactory.cpp
===================================================================
--- trunk/tests/bigtest/GeometryTestFactory.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/bigtest/GeometryTestFactory.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -130,53 +130,3 @@
 	CoordinateSequence *pts=createSineStar(basex, basey, size, armLen, nArms, nPts);
 	return fact->createPolygon(fact->createLinearRing(pts),NULL);
 }
-
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/01/31 19:07:35  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.13  2005/04/06 11:09:41  strk
- * Applied patch from Jon Schlueter (math.h => cmath; ieeefp.h in "C" block)
- *
- * Revision 1.12  2004/12/08 13:54:43  strk
- * gcc warnings checked and fixed, general cleanups.
- *
- * Revision 1.11  2004/07/19 10:35:23  strk
- * bigtest.h moved to local dir
- *
- * Revision 1.10  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added CoordinateArraySequenceFactory::instance() function.
- *
- * Revision 1.9  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.8  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
- **********************************************************************/
-

Modified: trunk/tests/bigtest/TestSweepLineSpeed.cpp
===================================================================
--- trunk/tests/bigtest/TestSweepLineSpeed.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/bigtest/TestSweepLineSpeed.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -11,44 +11,6 @@
  * See the COPYING file for more information.
  *
  **********************************************************************
- * $Log$
- * Revision 1.2  2006/06/12 16:57:51  strk
- * Removed unused parameter warnings
- *
- * Revision 1.1  2006/01/31 19:07:35  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.13  2004/07/19 10:35:23  strk
- * bigtest.h moved to local dir
- *
- * Revision 1.12  2004/07/02 13:28:26  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.11  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/tests/bigtest/bigtest.h
===================================================================
--- trunk/tests/bigtest/bigtest.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/bigtest/bigtest.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -11,45 +11,6 @@
  * See the COPYING file for more information.
  *
  **********************************************************************
- * $Log$
- * Revision 1.1  2006/01/31 19:07:35  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.1  2004/07/19 10:35:23  strk
- * bigtest.h moved to local dir
- *
- * Revision 1.2  2004/07/08 19:34:49  strk
- * Mirrored JTS interface of CoordinateSequence, factory and
- * default implementations.
- * Added DefaultCoordinateSequenceFactory::instance() function.
- *
- * Revision 1.1  2004/07/02 13:20:42  strk
- * Header files moved under geos/ dir.
- *
- * Revision 1.4  2003/11/07 01:23:42  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/tests/xmltester/CTS.cpp
===================================================================
--- trunk/tests/xmltester/CTS.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/xmltester/CTS.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -11,41 +11,7 @@
  * See the COPYING file for more information.
  *
  **********************************************************************
- * $Log$
- * Revision 1.2  2006/02/09 15:52:47  strk
- * GEOSException derived from std::exception; always thrown and cought by const ref.
  *
- * Revision 1.1  2006/01/31 19:07:35  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.8  2004/07/02 13:28:29  strk
- * Fixed all #include lines to reflect headers layout change.
- * Added client application build tips in README.
- *
- * Revision 1.7  2003/11/07 01:23:43  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 

Modified: trunk/tests/xmltester/SimpleWKTTester.cpp
===================================================================
--- trunk/tests/xmltester/SimpleWKTTester.cpp	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/xmltester/SimpleWKTTester.cpp	2012-05-29 08:42:24 UTC (rev 3650)
@@ -65,17 +65,3 @@
 
 	return 0;
 }
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/06/12 16:59:04  strk
- * Removed unused parameter warnings
- *
- * Revision 1.6  2006/06/09 08:28:38  strk
- * Removed compiler warning
- *
- * Revision 1.5  2006/03/09 16:46:49  strk
- * geos::geom namespace definition, first pass at headers split
- *
- **********************************************************************/
-

Modified: trunk/tests/xmltester/Stackwalker.h
===================================================================
--- trunk/tests/xmltester/Stackwalker.h	2012-05-28 12:29:47 UTC (rev 3649)
+++ trunk/tests/xmltester/Stackwalker.h	2012-05-29 08:42:24 UTC (rev 3650)
@@ -10,38 +10,6 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
- * $Log$
- * Revision 1.1  2006/01/31 19:07:35  strk
- * - Renamed DefaultCoordinateSequence to CoordinateArraySequence.
- * - Moved GetNumGeometries() and GetGeometryN() interfaces
- *   from GeometryCollection to Geometry class.
- * - Added getAt(int pos, Coordinate &to) funtion to CoordinateSequence class.
- * - Reworked automake scripts to produce a static lib for each subdir and
- *   then link all subsystem's libs togheter
- * - Moved C-API in it's own top-level dir capi/
- * - Moved source/bigtest and source/test to tests/bigtest and test/xmltester
- * - Fixed PointLocator handling of LinearRings
- * - Changed CoordinateArrayFilter to reduce memory copies
- * - Changed UniqueCoordinateArrayFilter to reduce memory copies
- * - Added CGAlgorithms::isPointInRing() version working with
- *   Coordinate::ConstVect type (faster!)
- * - Ported JTS-1.7 version of ConvexHull with big attention to
- *   memory usage optimizations.
- * - Improved XMLTester output and user interface
- * - geos::geom::util namespace used for geom/util stuff
- * - Improved memory use in geos::geom::util::PolygonExtractor
- * - New ShortCircuitedGeometryVisitor class
- * - New operation/predicate package
- *
- * Revision 1.3  2004/03/17 02:00:33  ybychkov
- * "Algorithm" upgraded to JTS 1.4
- *
- * Revision 1.2  2003/11/07 01:23:43  pramsey
- * Add standard CVS headers licence notices and copyrights to all cpp and h
- * files.
- *
- *
  **********************************************************************/
 
 



More information about the geos-commits mailing list