postgis/liblwgeom
2011-08-29 14:45:23 +00:00
..
cunit Use libtool to link liblwgeom unit tester (helps testing the shared library) 2011-08-29 14:45:23 +00:00
examples Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +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 Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
g_serialized.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
g_serialized.txt Change srid from uint32 to int32 and update gserialized and TYPMOD handlers to deal with signed SRIDs 2010-12-22 21:16:06 +00:00
g_util.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
liblwgeom.h.in Drop duplicated typedef [RT-SIGTA] 2011-08-20 16:43:23 +00:00
liblwgeom_internal.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
libtgeom.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
libtgeom.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwalgorithm.c Remove old WKB/WKT parsers and generators and switch all internal references remaining (mostly in cunit) over to the new implementations. 2011-08-10 22:28:05 +00:00
lwcircstring.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwcollection.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwcompound.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwcurvepoly.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeodetic.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeodetic.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeom.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeom_api.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeom_geos.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeom_geos.h Add GEOS entry points in liblwgeom.h (public API) [RT-SIGTA] 2011-08-09 16:05:30 +00:00
lwgeom_geos_clean.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwgeom_geos_split.c Export lwgeom_split to liblwgeom, const-correct it [RT-SIGTA] 2011-08-11 08:04:20 +00:00
lwgeom_transform.c Move lwproj_from_string from libpgcommon to liblwgeom [RT-SIGTA] 2011-08-12 19:18:46 +00:00
lwhomogenize.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +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 Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwin_wkt.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwin_wkt.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwin_wkt_lex.c Stop up small but universal leak. (#1102) 2011-07-05 20:21:32 +00:00
lwin_wkt_lex.l Stop up small but universal leak. (#1102) 2011-07-05 20:21:32 +00:00
lwin_wkt_parse.c Update parser to handling compound curves within multicurves (#525) 2010-12-13 21:42:11 +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 Update parser to handling compound curves within multicurves (#525) 2010-12-13 21:42:11 +00:00
lwline.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwmcurve.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwmline.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwmpoint.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwmpoly.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwmsurface.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwout_geojson.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwout_gml.c Drop REPEATED_POINTS_* and SPLICE_* defines from liblwgeom.h, move MAXFLOAT to liblwgeom_internal.h [RT-SIGTA] 2011-08-09 15:12:06 +00:00
lwout_kml.c Reduce number of includes from liblwgeom.h (closest header to a public API). 2011-08-06 18:17:31 +00:00
lwout_svg.c Remove LWGEOM_INSPECTED from AsSVG 2010-11-30 19:02:11 +00:00
lwout_wkb.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwout_wkt.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwout_x3d.c Properly destroy lwgeom in lwgeom_to_x3d3 now that it's safe (see #1102) 2011-07-06 15:02:46 +00:00
lwpoint.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwpoly.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwprint.c Document memory management of lwdoubles_to_latlon and lwpoint_to_latlon 2011-07-04 12:29:31 +00:00
lwpsurface.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwsegmentize.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwspheroid.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwtin.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwtree.c Prototype segmentation code and move lwalgorith.h prototypes into liblwgeom.h and liblwgeom_internal.h 2011-06-25 22:36:51 +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 Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwutil.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
Makefile.in Install liblwgeom.h under a sensible location... [RT-SIGTA] 2011-08-20 15:55:13 +00:00
measures.c Copyright notes 2011-02-24 21:44:19 +00:00
measures.h Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.c Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.h Copyright notes 2011-02-24 21:44:19 +00:00
profile.h Add GEOS spatial operations to liblwgeom (ticket #1050) [RT-SIGTA] 2011-08-06 09:46:03 +00:00
ptarray.c Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
stringbuffer.c Reduce number of includes from liblwgeom.h (closest header to a public API). 2011-08-06 18:17:31 +00:00
stringbuffer.h Fix regressions in the new KML emitter 2010-12-14 20:21:27 +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