postgis/liblwgeom
Sandro Santilli 02214975cc Fix memory leaks in lwsegmentize and cu_ptarray
git-svn-id: http://svn.osgeo.org/postgis/trunk@10871 b70326c6-7e19-0410-871a-916f4a2858ee
2012-12-20 17:19:13 +00:00
..
cunit Fix memory leaks in lwsegmentize and cu_ptarray 2012-12-20 17:19:13 +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 #945, expose and add selectivity to the 3d/4d index (&&&) bindings 2012-12-04 19:54:29 +00:00
g_serialized.c #2090, gserialized_read_gbox_p sets Z dimension instead of M dimension for two-point lines 2012-11-13 22:48:31 +00:00
g_serialized.txt Wrap lines within 80 columns 2011-10-27 14:35:07 +00:00
g_util.c Comment on the dump_toupper function 2012-11-15 00:15:24 +00:00
liblwgeom.h.in Revert "Move JSON input test where it belons (#2156)" 2012-12-19 18:06:17 +00:00
liblwgeom_internal.h Reorganize some pointarray loops and functions. Use direct aligned access more. 2012-10-25 19:29:34 +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 #2044, lw_arc_length: warning: variable 'a2' set but not used 2012-11-13 22:30:27 +00:00
lwcircstring.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwcollection.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +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 #2145, ST_Segmentize(geography, dist) fails with redundant coordinates 2012-12-09 19:59:42 +00:00
lwgeodetic.h Expose some geodetic functions a little higher 2012-10-25 22:17:39 +00:00
lwgeodetic_tree.c Fix memory leak in circ_tree_new 2012-12-19 20:52:22 +00:00
lwgeodetic_tree.h Allow circtree nodes to have more than 2 children (#1910) 2012-07-12 03:38:03 +00:00
lwgeom.c #2028, ST_Multi(<triangle>) does not make a TIN 2012-11-14 22:29:23 +00:00
lwgeom_api.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwgeom_debug.c ST_Summary output contains a spurious "+" sign (#1663) 2012-03-07 17:40:39 +00:00
lwgeom_geos.c Fix double free on ST_OffsetCurve exception (#2099) 2012-11-19 15:47:10 +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 Anal retentive function renaming: ptarray_isclosed -> ptarray_is_closed 2012-09-28 21:08:29 +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 Fix SRID in ST_Homogenize output with collection input (#2129) 2012-12-03 14:10:18 +00:00
lwin_wkb.c Anal retentive function renaming: ptarray_isclosed -> ptarray_is_closed 2012-09-28 21:08:29 +00:00
lwin_wkt.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +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 Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_lex.l Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.h Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.y Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwline.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +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 #1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON 2012-11-02 19:15:05 +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 Allow WKB generation to do direct memcpy of coordinates in specific cases. 2012-10-25 18:54:27 +00:00
lwout_wkt.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwout_x3d.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwpoint.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwpoly.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +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 Fix memory leaks in lwsegmentize and cu_ptarray 2012-12-20 17:19:13 +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 Anal retentive code re-organization. Try and move the primitive computational geometry functions into lwalgorithm.c 2012-10-01 22:10:33 +00:00
lwtree.h Silence a warning 2012-06-18 22:02:54 +00:00
lwtriangle.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwutil.c Revert "Move JSON input test where it belons (#2156)" 2012-12-19 18:06:17 +00:00
Makefile.in Use LDFLAGS environment when building liblwgeom (#1891) 2012-06-27 08:26:11 +00:00
measures.c #2042, measures.c: 'pt_in_arc_A' may be used uninitialized 2012-11-14 21:31:10 +00:00
measures.h Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray distance functions. (#2018) 2012-10-10 00:00:54 +00:00
measures3d.c #2112 2012-11-28 22:35:56 +00:00
measures3d.h Change dos to unix lineends. (#1598) 2012-02-22 19:29:59 +00:00
ptarray.c Be a bit more explicit about what we're returning from point-in-ring tests. 2012-11-02 19:08:52 +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