postgis/liblwgeom
Paul Ramsey 8fb855139d #3048, speed up simplify
git-svn-id: http://svn.osgeo.org/postgis/trunk@13248 b70326c6-7e19-0410-871a-916f4a2858ee
2015-02-20 15:18:25 +00:00
..
cunit #3048, speed up simplify 2015-02-20 15:18:25 +00:00
box2d.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
effectivearea.c Add function ST_EffectiveArea, Visvalingam’s algorithm simplification #2227 2015-01-11 20:13:12 +00:00
g_box.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +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 #3048, speed up simplify 2015-02-20 15:18:25 +00:00
liblwgeom_internal.h Add interruptability API to liblwgeom 2014-10-21 10:08:54 +00:00
lwalgorithm.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcircstring.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcollection.c Implement interruptability of ST_Segmentize(geometry) 2014-10-22 14:22:25 +00:00
lwcompound.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcurvepoly.c Fix memory leak in lw_dist2d_poly_curvepoly and lw_dist2d_circstring_poly 2014-10-01 13:54:05 +00:00
lwgeodetic.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwgeodetic.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeodetic_tree.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwgeodetic_tree.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeom.c Fix yet another memory leak in lwgeom_make_valid (#2947) 2014-10-01 14:36:41 +00:00
lwgeom_api.c Add a method to cancel interruption requests in liblwgeom 2014-10-21 14:51:51 +00:00
lwgeom_debug.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_geos.c Add support for auto-fix geom structure for GEOS conversions 2014-10-01 12:35:58 +00:00
lwgeom_geos.h Add support for auto-fix geom structure for GEOS conversions 2014-10-01 12:35:58 +00:00
lwgeom_geos_clean.c Fix yet another memory leak in lwgeom_make_valid (#2947) 2014-10-01 14:36:41 +00:00
lwgeom_geos_node.c Adapt the rest of the code to the change in LWGEOM2GEOS function 2014-10-01 13:13:46 +00:00
lwgeom_geos_split.c Adapt the rest of the code to the change in LWGEOM2GEOS function 2014-10-01 13:13:46 +00:00
lwgeom_log.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_sfcgal.c #2883 warning SET_VARSIZE(PTR,len) redefined. get rid of assert (its included via liblwgeom_internal (way down there), not the ultimate issue though for this., pgsql_compat.h get rid of legacy postgresql 8.2 crap. We haven't supported 8.2 in like 7 years (sfcgal was somehow falling into this loop don't know why since postgis_config.h 2014-08-08 01:13:56 +00:00
lwgeom_sfcgal.h #2790 SET_VARSIZE redefined - to fix swapped out liblwgeom.h with liblwgeom_internal.h which includes reference to postgis_config.h to do conditional right thing based in pg version 2014-06-30 02:43:21 +00:00
lwgeom_transform.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwhomogenize.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwin_encoded_polyline.c Clean up warnings in encoded polyline code 2014-07-07 22:53:43 +00:00
lwin_geojson.c Still build libjson code when having 0.9 2014-06-25 12:31:42 +00:00
lwin_twkb.c Add GeomFromTWKB #2917 2014-10-09 18:24:39 +00:00
lwin_wkb.c Add more debug prints 2014-04-09 17:02:10 +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 Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_lex.l Fix "'input' defined but not used" warning on building generated parser 2014-09-05 14:38:18 +00:00
lwin_wkt_parse.c Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_parse.h Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_parse.y Fix %name-prefix usage in gramma file 2014-09-05 14:38:30 +00:00
lwline.c Implement interruptability of ST_Segmentize(geometry) 2014-10-22 14:22:25 +00:00
lwlinearreferencing.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmcurve.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmline.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmpoint.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmpoly.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmsurface.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_encoded_polyline.c Clean up warnings in encoded polyline code 2014-07-07 22:53:43 +00:00
lwout_geojson.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_gml.c #2938, fix to include <ring></ring> around curvepolygon rings (eroualt) 2014-10-31 16:20:30 +00:00
lwout_kml.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_svg.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_twkb.c Fix a precission problem in twkb. 2014-10-10 10:24:56 +00:00
lwout_twkb.h Fix for #2946 and some empty geometry fixes 2014-10-02 20:54:11 +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 #2882 warbubg too many arguments for format 2014-08-08 00:34:36 +00:00
lwpoint.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwpoly.c Implement interruptability of ST_Segmentize(geometry) 2014-10-22 14:22:25 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwsegmentize.c Fix leaks in lwcurvepoly_segmentize and its tester 2014-10-01 14:07:12 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwutil.c Fix typo in recent rewrite of message handlers 2015-02-17 10:29:26 +00:00
Makefile.in Add function ST_EffectiveArea, Visvalingam’s algorithm simplification #2227 2015-01-11 20:13:12 +00:00
measures.c #3048, speed up simplify 2015-02-20 15:18:25 +00:00
measures.h Remove many references to liblwgeom_internal.h outside liblwgeom, 2014-09-17 21:46:37 +00:00
measures3d.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
measures3d.h Remove many references to liblwgeom_internal.h outside liblwgeom, 2014-09-17 21:46:37 +00:00
ptarray.c #3048, speed up simplify 2015-02-20 15:18:25 +00:00
snprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00
stringbuffer.c change variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32 doesn't have __MINGW64_ (only the mingw64-w64 has that) 2013-03-28 13:32:44 +00:00
stringbuffer.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
varint.c Add GeomFromTWKB #2917 2014-10-09 18:24:39 +00:00
varint.h Add GeomFromTWKB #2917 2014-10-09 18:24:39 +00:00
vsprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00