postgis/liblwgeom
2010-08-05 15:58:28 +00:00
..
cunit Add geography support for POLYHEDRALSURFACE. Related to #427 2010-08-04 20:02:26 +00:00
examples 1.5 astyle pass 2010-02-01 17:35:55 +00:00
box2d.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
g_box.c Add geography support for POLYHEDRALSURFACE. Related to #427 2010-08-04 20:02:26 +00:00
g_coord.c 1.5 astyle pass 2010-02-01 17:35:55 +00:00
g_geometry.c Merge Paul's geodetic (geography) branch into trunk, as per discussions on postgis-devel. Most of the merge was automatic (albeit quite slow), with a few manual touch-ups where the merge algorithm couldn't handle this automatically. "make check" runs and passes, so I hope I haven't managed to break too much ;) 2009-09-14 10:54:33 +00:00
g_ptarray.c make astyle session 2010-02-21 12:36:27 +00:00
g_serialized.c Add geography support for POLYHEDRALSURFACE. Related to #427 2010-08-04 20:02:26 +00:00
g_serialized.txt Merge Paul's geodetic (geography) branch into trunk, as per discussions on postgis-devel. Most of the merge was automatic (albeit quite slow), with a few manual touch-ups where the merge algorithm couldn't handle this automatically. "make check" runs and passes, so I hope I haven't managed to break too much ;) 2009-09-14 10:54:33 +00:00
g_util.c Add geography support for POLYHEDRALSURFACE. Related to #427 2010-08-04 20:02:26 +00:00
lex.yy.c Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings for patches. Don't check anymore minimum patch number. Related to #427 2010-08-01 21:11:38 +00:00
libgeom.h Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
liblwgeom.h Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings for patches. Don't check anymore minimum patch number. Related to #427 2010-08-01 21:11:38 +00:00
liblwgeom_internal.h Start the geodetic machinery. Add an internal API header for eventual API rationalisation 2009-09-14 20:30:35 +00:00
lwalgorithm.c make astyle session 2010-02-21 12:36:27 +00:00
lwalgorithm.h Add an internal geometry tree for use in a native prepared geometry scheme for fast intersection tests. 2009-11-30 20:52:16 +00:00
lwcircstring.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwcollection.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwcompound.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwcurvepoly.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwgeodetic.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwgeodetic.h Add an internal geometry tree for use in a native prepared geometry scheme for fast intersection tests. 2009-11-30 20:52:16 +00:00
lwgeom.c Add really basic POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit unit tests. related to #427 2010-07-25 21:20:09 +00:00
lwgeom_api.c Add really basic POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit unit tests. related to #427 2010-07-25 21:20:09 +00:00
lwgparse.c Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to #427 2010-08-05 15:58:28 +00:00
lwgunparse.c Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings for patches. Don't check anymore minimum patch number. Related to #427 2010-08-01 21:11:38 +00:00
lwhomogenize.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwhomogenize.h Add lwgeom_homogenize function. Related to #375. Add cunit related tests 2010-02-20 18:25:42 +00:00
lwline.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwmcurve.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwmline.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwmpoint.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwmpoly.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwmsurface.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwout_geojson.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwout_gml.c Add new option to ST_AsGML: ability to remove srsDimension attribute in GML 3. cf #508 2010-04-27 15:26:08 +00:00
lwout_kml.c Add optional namespace to ST_AsKML function. related in a way to #460 2010-04-12 08:48:02 +00:00
lwout_svg.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwout_wkb.c ugly style fix 2010-07-29 13:44:49 +00:00
lwout_wkt.c Rename vasbappend to stringbuffer_aprintf 2010-05-17 23:38:04 +00:00
lwpoint.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwpoly.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwprint.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwpsurface.c Add really basic POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit unit tests. related to #427 2010-07-25 21:20:09 +00:00
lwsegmentize.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
lwspheroid.c Fix for st_area(geography) over the dateline (#450) 2010-02-25 13:41:02 +00:00
lwtree.c 1.5 astyle pass 2010-02-01 17:35:55 +00:00
lwtree.h Add an internal geometry tree for use in a native prepared geometry scheme for fast intersection tests. 2009-11-30 20:52:16 +00:00
lwutil.c Add really basic POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit unit tests. related to #427 2010-07-25 21:20:09 +00:00
Makefile.in Add really basic POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit unit tests. related to #427 2010-07-25 21:20:09 +00:00
measures.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
measures.h Merge Nicklas Aven's distance spike into trunk. (#63, #231) 2009-11-25 19:15:57 +00:00
ptarray.c Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
stringbuffer.c Rename vasbappend to stringbuffer_aprintf 2010-05-17 23:38:04 +00:00
stringbuffer.h Rename vasbappend to stringbuffer_aprintf 2010-05-17 23:38:04 +00:00
vsprintf.c Fix compile problems on non-GNU systems by using va_copy as an alias onto the real version. Per report from Stefano Bonnin. 2009-07-07 10:33:23 +00:00
wktparse.h Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to #427 2010-08-05 15:58:28 +00:00
wktparse.lex Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings for patches. Don't check anymore minimum patch number. Related to #427 2010-08-01 21:11:38 +00:00
wktparse.tab.c Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to #427 2010-08-05 15:58:28 +00:00
wktparse.tab.h Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings for patches. Don't check anymore minimum patch number. Related to #427 2010-08-01 21:11:38 +00:00
wktparse.y Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to #427 2010-08-05 15:58:28 +00:00