2010-06-20 |
strk | Geometry type constants
|
commit | commitdiff | tree |
2010-06-20 |
strk | isSimple, isRing, hasZ, isClosed
|
commit | commitdiff | tree |
2010-06-20 |
strk | checkValidity (isValid in disguise)
|
commit | commitdiff | tree |
2010-06-20 |
strk | isEmpty
|
commit | commitdiff | tree |
2010-06-20 |
strk | Relational operators + equalsExact
|
commit | commitdiff | tree |
2010-06-20 |
strk | Simplify (also topology-preserving), ExtractUniquePoints
|
commit | commitdiff | tree |
2010-06-20 |
strk | GEOSLineMerge
|
commit | commitdiff | tree |
2010-06-20 |
strk | Make GEOSPolygonize a free function rather than a method...
|
commit | commitdiff | tree |
2010-06-20 |
strk | Add serialize/unserialize TODO item
|
commit | commitdiff | tree |
2010-06-20 |
strk | Geometry.__toString for easier debuggin
|
commit | commitdiff | tree |
2010-06-20 |
strk | Polygonize (testing need further review for a possible...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Use the "T" char for IM9 pattern sometime (for fun...
|
commit | commitdiff | tree |
2010-06-19 |
strk | relate, relatePattern
|
commit | commitdiff | tree |
2010-06-19 |
strk | Geometry->{pointOnSurface,centroid}
|
commit | commitdiff | tree |
2010-06-19 |
strk | More Geometry methods: envelope, intersection, convexHull...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Export buffer costants and method
|
commit | commitdiff | tree |
2010-06-19 |
strk | Test typed empty geoms too for IO
|
commit | commitdiff | tree |
2010-06-19 |
strk | Add second optional argument to Geometry->project and...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Document GEOSInterpolate
|
commit | commitdiff | tree |
2010-06-19 |
strk | Add GEOSGeometry->interpolate()
|
commit | commitdiff | tree |
2010-06-19 |
strk | Handle exceptions in GEOSInterpolate
|
commit | commitdiff | tree |
2010-06-19 |
strk | Better automake integration of unit test
|
commit | commitdiff | tree |
2010-06-19 |
strk | Handle illegal argument to LinearLocation::getCoordinate
|
commit | commitdiff | tree |
2010-06-19 |
strk | document GEOSProject
|
commit | commitdiff | tree |
2010-06-19 |
strk | Complete implementation of WKTWriter interfaces, add...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Check for PHP and PHPUNIT (for testing php bindings)
|
commit | commitdiff | tree |
2010-06-19 |
strk | Handle exceptions from LenghtIndexedLine::project
|
commit | commitdiff | tree |
2010-06-19 |
strk | The thrown error shall make sense...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Throw an exception on first non-linestring component...
|
commit | commitdiff | tree |
2010-06-19 |
strk | Dox cleanup
|
commit | commitdiff | tree |
2010-06-18 |
strk | WKTWriter::setTrim
|
commit | commitdiff | tree |
2010-06-18 |
strk | Ubuntu 8.10 version of gcc needs -std=gnu99 to digest...
|
commit | commitdiff | tree |
2010-06-18 |
strk | Add 'doxygen' rule (and 'apidoc' alias) to top-level...
|
commit | commitdiff | tree |
2010-06-18 |
strk | tip for test
|
commit | commitdiff | tree |
2010-06-18 |
strk | Initial go at PHP5 bindings. Can only read and write...
|
commit | commitdiff | tree |
2010-06-18 |
strk | Do not set user FLAGS, se project flags instead.
|
commit | commitdiff | tree |
2010-06-18 |
strk | Fix automake override
|
commit | commitdiff | tree |
2010-06-18 |
strk | Add -Woverride option to automake invocation, to catch...
|
commit | commitdiff | tree |
2010-06-16 |
strk | Drop carriage returns
|
commit | commitdiff | tree |
2010-06-16 |
strk | OOps, tabs instead of spaces confuse automake
|
commit | commitdiff | tree |
2010-06-16 |
strk | Always distribute swig bindings, closes bug #352
|
commit | commitdiff | tree |
2010-06-16 |
strk | Fix swig macro so it doesn't think version 2.0.0 is...
|
commit | commitdiff | tree |
2010-05-15 |
strk | Minor tweaks
|
commit | commitdiff | tree |
2010-05-15 |
strk | Move OffsetCurveVertexList.h to headers dir, add a...
|
commit | commitdiff | tree |
2010-05-15 |
strk | Add clear() method to CoordinateArraySequence, inline...
|
commit | commitdiff | tree |
2010-05-04 |
strk | Add 'ldconfig' step, seems to be a recurring issue...
|
commit | commitdiff | tree |
2010-05-02 |
strk | Add a note about 2d nature of extractUniquePoints
|
commit | commitdiff | tree |
2010-04-17 |
strk | Also set version for the systems not using autoconf...
|
commit | commitdiff | tree |
2010-04-17 |
strk | As we're still maintaining 3.2 branch, and since new...
|
commit | commitdiff | tree |
2010-04-17 |
strk | Have initGEOS(..) return a singleton, as used to be...
|
commit | commitdiff | tree |
2010-03-19 |
strk | Improve formatting for GEOSisValidReason_r (#329)
|
commit | commitdiff | tree |
2010-03-18 |
strk | Forw-port a better fix for #333 (false positive valid...
|
commit | commitdiff | tree |
2010-03-16 |
strk | Fix ST_IsValidDetail (broke by last commit)
|
commit | commitdiff | tree |
2010-03-16 |
strk | Now that IsValidOp doesn't cache the 'checked' status...
|
commit | commitdiff | tree |
2010-03-14 |
strk | Install Machine.h
|
commit | commitdiff | tree |
2010-03-13 |
strk | Fix GEOSOrientationIndex implementation and testcase...
|
commit | commitdiff | tree |
2010-03-12 |
strk | Expose GEOSOrientationIndex to C-API
|
commit | commitdiff | tree |
2010-03-10 |
strk | Sync TestValid xml from JTS, review IsValidOp to be...
|
commit | commitdiff | tree |
2010-03-07 |
strk | Apply slightly modified patch by mwtoews (#344)
|
commit | commitdiff | tree |
2010-03-03 |
strk | Improve documentation for GEOSPOlygonize_full
|
commit | commitdiff | tree |
2010-03-02 |
strk | Fix false positive return from IsValidOp (#333)
|
commit | commitdiff | tree |
2010-02-28 |
strk | Minor tweak
|
commit | commitdiff | tree |
2010-02-28 |
strk | Provide non-rehentrant version of empty geometries...
|
commit | commitdiff | tree |
2010-02-28 |
strk | extractUniquePoints comes in non-reentrant version too
|
commit | commitdiff | tree |
2010-02-25 |
strk | Update with GEOSPolygonize_full item
|
commit | commitdiff | tree |
2010-02-23 |
strk | GEOSPolygonize_full [RT-SIGTA]
|
commit | commitdiff | tree |
2010-02-22 |
strk | LineStringAdder heap-allocation removal
|
commit | commitdiff | tree |
2010-02-22 |
strk | Drop heap allocation of invalidRingLines vector
|
commit | commitdiff | tree |
2010-02-22 |
strk | More heap allocations bite the dust...
|
commit | commitdiff | tree |
2010-02-22 |
strk | Drop HEAP allocation for dangles vector too, and document...
|
commit | commitdiff | tree |
2010-02-22 |
strk | Avoid heap allocation of a vector for cut edges, bits...
|
commit | commitdiff | tree |
2010-02-22 |
strk | Try to document current behaviour (very bad behaviour...
|
commit | commitdiff | tree |
2010-02-21 |
strk | Allow GEOSGetGeometryN calls against single geometries
|
commit | commitdiff | tree |
2010-02-21 |
strk | Expose the non-reentrant version too (I know, I was...
|
commit | commitdiff | tree |
2010-02-21 |
strk | GEOSGeom_extractUniquePoints [RT-SIGTA]
|
commit | commitdiff | tree |
2010-02-17 |
strk | Throw an IllegalArgumentException when setOrdinate...
|
commit | commitdiff | tree |
2010-02-14 |
strk | Add GEOSPolygonizer_getCutEdges NEWS item where it...
|
commit | commitdiff | tree |
2010-02-11 |
strk | Update
|
commit | commitdiff | tree |
2010-02-11 |
strk | Complete set of typed-empty constructors and tests...
|
commit | commitdiff | tree |
2010-02-11 |
strk | Go for consistency with reentrant interfaces [RT-SIGTA]
|
commit | commitdiff | tree |
2010-02-11 |
strk | GEOSContext_setNoticeHandler, GEOSContext_setErrorHandler...
|
commit | commitdiff | tree |
2010-02-09 |
strk | Fix to match new layout
|
commit | commitdiff | tree |
2010-02-05 |
strk | Document ownership of created types
|
commit | commitdiff | tree |
2010-02-05 |
strk | New CAPI interface: GEOSisValidDetail ( tell state...
|
commit | commitdiff | tree |
2009-12-14 |
strk | Updated
|
commit | commitdiff | tree |
2009-12-14 |
strk | Don't mention 'troubles' in documentation (some like...
|
commit | commitdiff | tree |
2009-12-11 |
strk | Updated
|
commit | commitdiff | tree |
2009-12-11 |
strk | Fix memory leak in BasicPreparedGeometry::isAnyTargetCompone...
|
commit | commitdiff | tree |
2009-12-08 |
strk | This shouldn't be in the repository !
|
commit | commitdiff | tree |
2009-12-08 |
strk | Remove deprecated/unused files
|
commit | commitdiff | tree |
2009-12-08 |
strk | Drop useless (and leaking) heap allocation exposed...
|
commit | commitdiff | tree |
2009-12-08 |
strk | Add missing destructor of PreparedLineString (closes...
|
commit | commitdiff | tree |
2009-12-08 |
strk | Add test with Prepared linestrings, for the sake of...
|
commit | commitdiff | tree |
2009-11-29 |
strk | updated
|
commit | commitdiff | tree |
2009-11-26 |
strk | Add ISNAN support in platform.h.in
|
commit | commitdiff | tree |
2009-11-26 |
strk | Remove unreferenced files from the repository
|
commit | commitdiff | tree |
2009-11-26 |
strk | Remove reference to files not needing to go in the dll
|
commit | commitdiff | tree |
2009-11-26 |
strk | Put destructor of the CoordinateSequenceFactory in...
|
commit | commitdiff | tree |
2009-11-24 |
strk | updated
|
commit | commitdiff | tree |
2009-11-23 |
strk | Coordiante->Coordinate
|
commit | commitdiff | tree |