41
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MonotoneChain: Avoid 3d coordinate access More... over 1 year ago
GEOSCoordSeq_getXY: Avoid 3d coordinate access More... over 1 year ago
PointLocator: Avoid 3d coordinate access More... over 1 year ago
Point::isEmpty(): Avoid 3d coord access More... over 1 year ago
LineString: Preserve dimension in normalize() More... over 1 year ago
Centroid: Avoid 3d coordinate access More... over 1 year ago
InteriorPointArea: Avoid 3d coord access More... over 1 year ago
LineString::getCoordinate: Avoid 3d coord access More... over 1 year ago
Length: Avoid 3d coordinate access More... over 1 year ago
RayCrossingCounter: Avoid 3d coordinate access More... over 1 year ago
Polygon::getCoordinates: Preserve coordinate dimension More... over 1 year ago
computeOrientationTest: Avoid 3D coord access More... over 1 year ago
Orientation::isCCW: Avoid coord copy and 3d access More... over 1 year ago
LineString: Avoid 3D coordinate access in isClosed() More... over 1 year ago
Area: Use 2D coordinate access More... over 1 year ago
Remove dead code and pass const references instead of unique_ptr references to computational functions. More... over 1 year ago
Avoid FE_INVALID floating point errors in HausdorffDistance and VoronoiDiagram (#806) More... over 1 year ago
Fix build with gcc 13 by including <cstdint> (#805) More... over 1 year ago
Port of https://github.com/locationtech/jts/pull/946, fixes corner cases in hole joining, which feeds into the concave hull and triangulation code. More... over 1 year ago
Remove std::make_unique backport More... over 1 year ago
Doc: Update doc references to C++11 More... over 1 year ago
CoordinateFilter: Support multiple CoordinateSequence dimensions (#799)
dbaston
as Dan Baston
More... over 1 year ago
Polygonizer: Fix duplicate results from getInvalidRingLines() (#801)
dbaston
as Dan Baston
More... over 1 year ago
IndexedPointInAreaLocator: Support all CoordinateSequence dimensions More... over 1 year ago
Point: Make getCoordinate() return CoordinateXY More... over 1 year ago
GeometryFactory: Construct MultiPoint with correct dims from CoordinateSequence More... over 1 year ago
CI: Switch C++11 builds to C++14 More... over 1 year ago
CoordinateSequence: Add type-detecting forEach for use with auto lambdas More... over 1 year ago
GeometryFactory: Create Points from all Coordinate types More... over 1 year ago
WKTWriter: Output dimension flags for empty geometries (#792)
dbaston
as Dan Baston
More... over 1 year ago