postgis/liblwgeom
2012-07-01 14:24:37 +00:00
..
cunit Add lwgeom_delaunay_triangulation (#1215) 2012-06-27 14:26:47 +00:00
box2d.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
g_box.c Add an SRID to box3d to allow lossless casts. 2012-03-02 23:35:32 +00:00
g_serialized.c Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY point 2012-01-12 08:52:03 +00:00
g_serialized.txt Wrap lines within 80 columns 2011-10-27 14:35:07 +00:00
g_util.c Ensure calls to lwgeom->type use type of uint8_t 2011-10-28 17:01:02 +00:00
liblwgeom.h.in Add lwgeom_delaunay_triangulation (#1215) 2012-06-27 14:26:47 +00:00
liblwgeom_internal.h Add in SQL binding for circ-tree cached searching. Currently in *Cached variants to allow comparisons. 2012-06-19 03:42:30 +00:00
libtgeom.c Bugfixes related to #1552, and somehow to #665. Thanks to Sandro for report and valgrind stuff ! 2012-02-08 15:17:32 +00:00
libtgeom.h Bugfixes related to #1552, and somehow to #665. Thanks to Sandro for report and valgrind stuff ! 2012-02-08 15:17:32 +00:00
lwalgorithm.c Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwcircstring.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwcollection.c Add in SQL binding for circ-tree cached searching. Currently in *Cached variants to allow comparisons. 2012-06-19 03:42:30 +00:00
lwcompound.c Implement lwcompound_construct_empty 2012-01-09 17:01:43 +00:00
lwcurvepoly.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwgeodetic.c Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwgeodetic.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwgeodetic_tree.c Fix problem thresholded distance searching in circ-trees. (#1796) 2012-07-01 14:24:37 +00:00
lwgeodetic_tree.h Hide internal arguments for tree calculations and shut up the print output. 2012-06-15 23:53:33 +00:00
lwgeom.c Add in SQL binding for circ-tree cached searching. Currently in *Cached variants to allow comparisons. 2012-06-19 03:42:30 +00:00
lwgeom_api.c Check args passed to ptarray_set_point4d 2012-03-01 12:25:50 +00:00
lwgeom_debug.c ST_Summary output contains a spurious "+" sign (#1663) 2012-03-07 17:40:39 +00:00
lwgeom_geos.c Add lwgeom_delaunay_triangulation (#1215) 2012-06-27 14:26:47 +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 Add GEOMETRYCOLLECTION input support for ST_MakeValid (#1719) 2012-06-12 09:09:06 +00:00
lwgeom_geos_node.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwgeom_geos_split.c Fix comment doc about lwline_split_by_point_to 2012-04-12 07:21:23 +00:00
lwgeom_log.h Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwgeom_transform.c Add a ptarray_transform function in liblwgeom API 2012-02-21 14:32:59 +00:00
lwhomogenize.c Add lwcollection_homogenize and ST_Homogenize (#375) 2012-02-01 23:18:19 +00:00
lwin_wkb.c Accept PostGIS 1.5 WKB type numbers in WKB parser (#1807) 2012-05-21 09:36:02 +00:00
lwin_wkt.c #920 (ST_LineToCurve generating invalid CURVEPOLYGON) 2012-01-27 18:54:37 +00:00
lwin_wkt.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwin_wkt_lex.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwin_wkt_lex.l Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwin_wkt_parse.c Parse error on WKT for multi with empty elements (#1703) 2012-03-22 16:55:18 +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 Parse error on WKT for multi with empty elements (#1703) 2012-03-22 16:55:18 +00:00
lwline.c st_isclosed() doesn't return false for unclosed POLYGONS only LINESTRINGS (#1756) 2012-04-20 03:23:47 +00:00
lwlinearreferencing.c ST_LocateAlong chokes on some value combinations (#1874) 2012-06-20 03:01:58 +00:00
lwmcurve.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwmline.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmpoint.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmpoly.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmsurface.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwout_geojson.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwout_gml.c First implementation of gml:id support for ST_AsGML. Related to #1823. Not yet really tested. Cunit still missing 2012-05-21 21:17:59 +00:00
lwout_kml.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwout_svg.c SVG empty geometries gives invalid memory alloc (#1038) 2012-01-24 22:23:53 +00:00
lwout_wkb.c Fix WKB output for POINT EMPTY with SRID or higher dims (#1478) 2012-01-16 11:22:27 +00:00
lwout_wkt.c Parse error on WKT for multi with empty elements (#1703) 2012-03-22 16:55:18 +00:00
lwout_x3d.c Really remove the dos linefeeds this time (#1598) 2012-02-22 19:18:21 +00:00
lwpoint.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwpoly.c Add in SQL binding for circ-tree cached searching. Currently in *Cached variants to allow comparisons. 2012-06-19 03:42:30 +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 lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwsegmentize.c Tighten up on-arc test a bit more. 2012-01-27 20:55:22 +00:00
lwspheroid.c Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwtin.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwtree.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwtree.h Silence a warning 2012-06-18 22:02:54 +00:00
lwtriangle.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwutil.c Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range (#1505) 2012-02-10 16:53:15 +00:00
Makefile.in Use LDFLAGS environment when building liblwgeom (#1891) 2012-06-27 08:26:11 +00:00
measures.c Revert dos lineending commit that blew away those files... 2012-02-22 19:08:00 +00:00
measures.h Revert dos lineending commit that blew away those files... 2012-02-22 19:08:00 +00:00
measures3d.c Change dos to unix lineends. (#1598) 2012-02-22 19:29:59 +00:00
measures3d.h Change dos to unix lineends. (#1598) 2012-02-22 19:29:59 +00:00
ptarray.c ST_InterpolatePoint returns empty M value (#1873) 2012-06-19 20:47:45 +00:00
snprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00
stringbuffer.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00
stringbuffer.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
vsprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00