postgis/liblwgeom
2010-12-13 19:25:15 +00:00
..
cunit Fix crash in GML output of POLYGON EMPTY (#681) 2010-12-08 18:06:39 +00:00
examples Make the ptarray_add_point behavior more explicit. 2010-11-23 00:44:24 +00:00
box2d.c Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
g_box.c #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
g_serialized.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
g_serialized.txt Merge Paul's geodetic (geography) branch into trunk, as per discussions on postgis-devel. Most of the merge was automatic (albeit quite slow), with a few manual touch-ups where the merge algorithm couldn't handle this automatically. "make check" runs and passes, so I hope I haven't managed to break too much ;) 2009-09-14 10:54:33 +00:00
g_util.c Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions. 2010-10-31 02:31:34 +00:00
lex.yy.c #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
liblwgeom.h ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
liblwgeom_internal.h Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
libtgeom.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
libtgeom.h Remove LWGEOM_INSPECTED from perimeter calculation 2010-12-01 20:28:29 +00:00
lwalgorithm.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwalgorithm.h Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions. 2010-10-31 02:31:34 +00:00
lwcircstring.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwcollection.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwcompound.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwcurvepoly.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwgeodetic.c Make spheroid distance respect z if it's there. 2010-12-01 00:00:22 +00:00
lwgeodetic.h Update geography functions to use the in-build .flags attribute on LWGEOM 2010-11-23 23:47:44 +00:00
lwgeom.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwgeom_api.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwgparse.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwgunparse.c #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
lwhomogenize.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwhomogenize.h Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
lwin_wkb.c Fix cunit failures on Polyhedral surface (#697) 2010-12-10 19:10:16 +00:00
lwin_wkt.c Fix cunit failures on Polyhedral surface (#697) 2010-12-10 19:10:16 +00:00
lwin_wkt.h Fix cunit failures on Polyhedral surface (#697) 2010-12-10 19:10:16 +00:00
lwin_wkt_lex.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwin_wkt_lex.l Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwin_wkt_parse.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwin_wkt_parse.h Add/improve comments, fix SRID handling for EWKT inputs. 2010-10-25 04:57:14 +00:00
lwin_wkt_parse.y ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwline.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwmcurve.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwmline.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwmpoint.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwmpoly.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwmsurface.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwout_geojson.c Remove more appeals to pglwgeom->type 2010-12-08 23:40:38 +00:00
lwout_gml.c Fix crash in GML output of POLYGON EMPTY (#681) 2010-12-08 18:06:39 +00:00
lwout_kml.c Remove LWGEOM_INSPECTED from AsGML and AsKML 2010-11-30 21:35:19 +00:00
lwout_svg.c Remove LWGEOM_INSPECTED from AsSVG 2010-11-30 19:02:11 +00:00
lwout_wkb.c Rename lwgeom_from_wkt to lwgeom_parse_wkt to note the use of the parser object. 2010-12-08 00:02:31 +00:00
lwout_wkt.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwpoint.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwpoly.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwprint.c Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
lwpsurface.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwsegmentize.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwspheroid.c Update geography functions to use the in-build .flags attribute on LWGEOM 2010-11-23 23:47:44 +00:00
lwtin.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwtree.c Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions. 2010-10-31 02:31:34 +00:00
lwtree.h Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions. 2010-10-31 02:31:34 +00:00
lwtriangle.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwutil.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
Makefile.in Be verbose during recursion. List liblwgeom in SUBDIRS, stub install rules for liblwgeom and utils 2010-12-10 17:49:20 +00:00
measures.c Remove LWGEOM_INSPECTED from perimeter calculation 2010-12-01 20:28:29 +00:00
measures.h #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
measures3d.c 3d distance functions for line-line cases 2010-12-12 22:42:19 +00:00
measures3d.h 3d distance functions for line-line cases 2010-12-12 22:42:19 +00:00
ptarray.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
stringbuffer.c Add stringbuffer_create_size() to allow different starting sizes for the buffer 2010-12-01 01:02:20 +00:00
stringbuffer.h Add stringbuffer_create_size() to allow different starting sizes for the buffer 2010-12-01 01:02:20 +00:00
vsprintf.c Fix compile problems on non-GNU systems by using va_copy as an alias onto the real version. Per report from Stefano Bonnin. 2009-07-07 10:33:23 +00:00
wktparse.h Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.lex Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.tab.c liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.tab.h liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.y Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00