postgis/liblwgeom
Regina Obe abf5606427 change commenting style to javadoc style
git-svn-id: http://svn.osgeo.org/postgis/trunk@4057 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:16:42 +00:00
..
cunit Fix for collection vs collection distance behavior. Per Nicklas Avén. GBT #146 2009-04-05 16:48:11 +00:00
examples Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
box2d.c Split the basic geometry accessors into a separate static library liblwgeom.a; this potentially allows re-use of the liblwgeom functions from within PostGIS, or could be extended at a later date to include databases other than MySQL. This patch includes a change to the liblwgeom handler functions; instead of sprinkling init_pg_func()s around the source, I have changed the default liblwgeom handlers to make use of a callback to allow linked libraries to set their own handlers the first time any of them are called. I have also tidied up the parser API a little in liblwgeom.h, which means wktparse.h can be removed from all of the headers in the lwgeom/ directory, plus renamed wktunparse.c to lwgunparse.c to keep things similar to lwgparse.c. Finally, I renamed liblwgeom.c to lwutil.c to avoid confusion within the new interface. TODO: the liblwgeom Makefile has some gcc-specific options, but these can be fixed later - it seemed more important to make the warnings visible to developers. 2008-06-29 19:11:48 +00:00
lex.yy.c More cleanup work based upon Mateusz's MSVC patches; remove references to unistd.h and sys/param.h since they are no longer required for determining endian-ness. 2009-03-16 23:06:58 +00:00
liblwgeom.h Add circstring release and LWGEOM conversion entry 2009-03-10 16:24:50 +00:00
lwalgorithm.c change commenting style to javadoc style 2009-05-03 03:16:42 +00:00
lwalgorithm.h Bind ST_GeoHash into SQL. 2009-02-11 21:48:13 +00:00
lwcircstring.c Add circstring release and LWGEOM conversion entry 2009-03-10 16:24:50 +00:00
lwcollection.c change commenting style to javadoc style 2009-05-03 03:16:42 +00:00
lwcompound.c Commit for GBT#97: Rename LWCURVE to LWCIRCSTRING (also know as restoring balance to the universe). 2009-01-13 12:27:39 +00:00
lwcurvepoly.c Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124. 2009-03-10 00:29:32 +00:00
lwgeom.c Add circstring release and LWGEOM conversion entry 2009-03-10 16:24:50 +00:00
lwgeom_api.c Fix goof in box2d computation. 2009-03-08 21:41:23 +00:00
lwgparse.c Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124. 2009-03-10 00:29:32 +00:00
lwgunparse.c More cleanup work based upon Mateusz's MSVC patches; remove references to unistd.h and sys/param.h since they are no longer required for determining endian-ness. 2009-03-16 23:06:58 +00:00
lwline.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
lwmcurve.c Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124. 2009-03-10 00:29:32 +00:00
lwmline.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
lwmpoint.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
lwmpoly.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
lwmsurface.c Split the basic geometry accessors into a separate static library liblwgeom.a; this potentially allows re-use of the liblwgeom functions from within PostGIS, or could be extended at a later date to include databases other than MySQL. This patch includes a change to the liblwgeom handler functions; instead of sprinkling init_pg_func()s around the source, I have changed the default liblwgeom handlers to make use of a callback to allow linked libraries to set their own handlers the first time any of them are called. I have also tidied up the parser API a little in liblwgeom.h, which means wktparse.h can be removed from all of the headers in the lwgeom/ directory, plus renamed wktunparse.c to lwgunparse.c to keep things similar to lwgparse.c. Finally, I renamed liblwgeom.c to lwutil.c to avoid confusion within the new interface. TODO: the liblwgeom Makefile has some gcc-specific options, but these can be fixed later - it seemed more important to make the warnings visible to developers. 2008-06-29 19:11:48 +00:00
lwpoint.c Remove some camelCase function signatures from liblwgeom 2009-03-09 14:36:15 +00:00
lwpoly.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
lwsegmentize.c Fix for GBT#112 2009-03-08 21:15:00 +00:00
lwutil.c Update lwgeom_gettypename() by renaming Curve to CircularString. Now lots of error messages scattered throughout liblwgeom should start to make sense... 2009-01-13 13:00:48 +00:00
Makefile.in Commit for GBT#97: Rename LWCURVE to LWCIRCSTRING (also know as restoring balance to the universe). 2009-01-13 12:27:39 +00:00
measures.c Fix for collection vs collection distance behavior. Per Nicklas Avén. GBT #146 2009-04-05 16:48:11 +00:00
ptarray.c change commenting style to javadoc style 2009-05-03 03:16:42 +00:00
vsprintf.c Use __va_copy() to pass a copy of the variadic structure to lw_vasprintf() to solve ABI difference between 32bit/64bit architectures. 2008-09-23 21:32:19 +00:00
wktparse.h Remove compiler warning from commit r3821. 2009-03-10 19:37:47 +00:00
wktparse.lex More cleanup work based upon Mateusz's MSVC patches; remove references to unistd.h and sys/param.h since they are no longer required for determining endian-ness. 2009-03-16 23:06:58 +00:00
wktparse.tab.c Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124. 2009-03-10 00:29:32 +00:00
wktparse.tab.h Commit generated versions of the new parser files for people who do not have flex or bison installed. 2008-09-08 20:17:29 +00:00
wktparse.y Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124. 2009-03-10 00:29:32 +00:00