postgis/liblwgeom
Paul Ramsey 0db98e8f29 fix build
git-svn-id: http://svn.osgeo.org/postgis/trunk@12710 b70326c6-7e19-0410-871a-916f4a2858ee
2014-06-30 17:55:46 +00:00
..
cunit fix build 2014-06-30 17:55:46 +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 #2638, geography ST_Intersects bugginess with Polygon/multilinestring M 2014-03-06 05:54:41 +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 Use signed instead of unsignet varint for ID and check for values out of varint range 2014-01-29 21:32:08 +00:00
liblwgeom_internal.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcompound.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcurvepoly.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeodetic.c Fix undefined behavior in ptarray_calculate_gbox_geodetic (#2774) 2014-06-27 07:38:02 +00:00
lwgeodetic.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeodetic_tree.c CircNode compare function needs to deference inputs 2014-03-26 15:04:01 +00:00
lwgeodetic_tree.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeom.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_api.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_geos.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_geos_clean.c Fix potential memory fault in ST_MakeValid 2014-06-26 11:03:36 +00:00
lwgeom_geos_node.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_geos_split.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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_geojson.c Still build libjson code when having 0.9 2014-06-25 12:31:42 +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 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 #2775 lwline_from_lwmpoint leaks memory 2014-06-24 22:45:39 +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_geojson.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_gml.c #2632, ST_AsGML for curve types 2014-02-05 17:43:48 +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 Quiet LLVM warnings and remove old ignores from properties 2014-04-09 20:10:13 +00:00
lwout_twkb.h Use signed instead of unsignet varint for ID and check for values out of varint range 2014-01-29 21:32:08 +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 warnings from liblwgeom 2013-06-03 08:26:51 +00:00
lwpoint.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwpoly.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 Drop "lwgeom_init_allocators" need, add "lwgeom_set_handlers" 2012-12-27 12:56:59 +00:00
Makefile.in #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
measures.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
measures.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
measures3d.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
measures3d.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
ptarray.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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
vsprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00