source:
trunk/tests/unit/capi
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| GEOSBufferTest.cpp | 15.0 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSClipByRectTest.cpp | 5.1 KB | 4021 | 10 years | Add optimized RectangleIntersection functionality Includes: C++ API, … | |
| GEOSContainsTest.cpp | 8.3 KB | 4158 | 8 years | Unify GEOSContains test cases added in r4156 with corresponding tests … | |
| GEOSConvexHullTest.cpp | 1.8 KB | 3793 | 11 years | Fix memory leaks in unit tests | |
| GEOSCoordSeqTest.cpp | 6.5 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSDelaunayTriangulationTest.cpp | 5.4 KB | 3703 | 12 years | Add test for Delaunay triangulation with a tolerance | |
| GEOSDistanceTest.cpp | 3.3 KB | 4325 | 8 years | Missing GEOS_DLL and USE_MATH_DEFINES for MSVC compilation Patch by … | |
| GEOSEqualsTest.cpp | 4.2 KB | 4113 | 9 years | Add test for GEOSEquals Includes disabled test for #752 | |
| GEOSFrechetDistanceTest.cpp | 2.2 KB | 4314 | 8 years | Add DiscreteFrechetDistance Patch by Shinichi SUGIYAMA … | |
| GEOSGeom_create.cpp | 3.5 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSGeom_createCollection.cpp | 3.3 KB | 4256 | 8 years | Fix initialization order warning | |
| GEOSGeom_extractUniquePointsTest.cpp | 2.7 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSGeom_setPrecisionTest.cpp | 5.2 KB | 4109 | 9 years | Add a GEOSGeom_setPrecision funciton in C-API and PHP Also fixes a … | |
| GEOSGeomFromWKBTest.cpp | 4.0 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSGeomToWKTTest.cpp | 4.3 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSGetCentroidTest.cpp | 3.6 KB | 3679 | 12 years | Always return POINT from GEOSGetCentroid, even for EMPTY (#560) | |
| GEOSHausdorffDistanceTest.cpp | 2.3 KB | 4314 | 8 years | Add DiscreteFrechetDistance Patch by Shinichi SUGIYAMA … | |
| GEOSInterruptTest.cpp | 4.0 KB | 3672 | 12 years | Allow chaining interrupt callbacks, drop arg parameter | |
| GEOSIntersectionTest.cpp | 3.1 KB | 4048 | 9 years | Fix memory leak in extent-limited overlay operations The leak was … | |
| GEOSIntersectsTest.cpp | 3.8 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSisClosedTest.cpp | 2.0 KB | 4049 | 9 years | Support for MultiLineString->isClosed() in C API Includes tests for … | |
| GEOSisValidDetailTest.cpp | 4.4 KB | 3910 | 11 years | Accept multiple NaN representations (#656) | |
| GEOSLineString_PointTest.cpp | 2.5 KB | 2992 | 14 years | expose several new accessor functions on geometries (#345) | |
| GEOSMinimumClearanceTest.cpp | 4.3 KB | 4219 | 8 years | Compare inf == inf instead of ensure_equals(inf, inf). The latter … | |
| GEOSMinimumRectangleTest.cpp | 1.9 KB | 4123 | 9 years | Port MinimumDiameter::getMinimumRectangle algorithm from JTS Also add … | |
| GEOSMinimumWidthTest.cpp | 2.3 KB | 4125 | 9 years | Add another test for GEOSMinimumWidth | |
| GEOSNearestPointsTest.cpp | 2.6 KB | 3792 | 11 years | Add GEOSNearestPoints CAPI function Contributed by Richard … | |
| GEOSNodeTest.cpp | 2.8 KB | 3926 | 11 years | Replace implicit boolean conversion with explicit nullptr test | |
| GEOSOffsetCurveTest.cpp | 7.1 KB | 3846 | 11 years | Make GEOSOffsetCurve survive single-point input (with an exception) | |
| GEOSOrientationIndex.cpp | 3.3 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSPointOnSurfaceTest.cpp | 4.1 KB | 3781 | 11 years | Fix GEOSPointOnSurface returning point on boundary (#623) Ports … | |
| GEOSPolygonizer_getCutEdgesTest.cpp | 2.6 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSPreparedGeometryTest.cpp | 15.5 KB | 4156 | 8 years | Add test for polygon containment where two polygons share some of … | |
| GEOSRelateBoundaryNodeRuleTest.cpp | 4.5 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSRelatePatternMatchTest.cpp | 2.0 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSSharedPathsTest.cpp | 3.8 KB | 3255 | 13 years | Fix DLL build using Visual C++: *) added missing exports; *) do not … | |
| GEOSSimplifyTest.cpp | 1.5 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
| GEOSSnapTest.cpp | 6.4 KB | 3885 | 11 years | Fix assertion failure in snapping code (#649) The bug affected … | |
| GEOSSTRtreeTest.cpp | 5.6 KB | 4198 | 8 years | Correctly initialize strtree in test Patch by dbaston | |
| GEOSUnaryUnionTest.cpp | 5.9 KB | 3793 | 11 years | Fix memory leaks in unit tests | |
| GEOSUserDataTest.cpp | 1.9 KB | 4254 | 8 years | Add GEOSGeom_setUserData and GEOSGeom_getUserData Patch by Rashad … | |
| GEOSVoronoiDiagramTest.cpp | 9.9 KB | 4008 | 10 years | Add some tolerance to VoronoiDiagram tester | |
| GEOSWithinTest.cpp | 2.4 KB | 3482 | 13 years | Removed Subversion Id keyword from all text files (#480) | |
Note:
See TracBrowser
for help on using the repository browser.
