postgis/liblwgeom
Paul Ramsey 44e73bd485 Add nested geometry collection test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6049 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-06 20:23:47 +00:00
..
cunit Add nested geometry collection test. 2010-10-06 20:23:47 +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 Astyle session on whole trunk 2010-08-15 08:30:08 +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 Astyle session on whole trunk 2010-08-15 08:30:08 +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 Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
lex.yy.c liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
libgeom.h Add in WKB reader and associated test framework to build. 2010-10-06 19:17:05 +00:00
liblwgeom.h Add in WKB reader and associated test framework to build. 2010-10-06 19:17:05 +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
libtgeom.c Fix TGEOM wrong size allocation. Tks to Paul for report 2010-09-10 14:06:11 +00:00
libtgeom.h minor changes on comment 2010-09-07 09:30:27 +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 Clean out compile warnings. 2010-10-06 00:35:37 +00:00
lwcollection.c Finish first draft of WKB reader. 2010-10-06 15:20:02 +00:00
lwcompound.c Astyle session on whole trunk 2010-08-15 08:30:08 +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 Slight improvement for #573 2010-08-19 19:50:23 +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 Continue with new WKB parser. Change signature of RHR "right hand rule" functions to "clockwise" to avoid misinterpretations of orientation rules. 2010-10-03 18:14:35 +00:00
lwgeom_api.c add Triangle support in lwgeom_getnumgeometries 2010-08-30 06:45:30 +00:00
lwgparse.c Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwgunparse.c Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
lwhomogenize.c Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwhomogenize.h Add lwgeom_homogenize function. Related to #375. Add cunit related tests 2010-02-20 18:25:42 +00:00
lwin_wkb.c Add extra comments. 2010-10-06 20:11:16 +00:00
lwline.c Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwmcurve.c Fix a memory leak in all of the MULTI* deserialize routines - once the relevant information had been copied from the LWGEOM_INSPECTED structure, the inspected structure itself was not being freed. 2010-08-14 10:57:41 +00:00
lwmline.c Fix a memory leak in all of the MULTI* deserialize routines - once the relevant information had been copied from the LWGEOM_INSPECTED structure, the inspected structure itself was not being freed. 2010-08-14 10:57:41 +00:00
lwmpoint.c Fix a memory leak in all of the MULTI* deserialize routines - once the relevant information had been copied from the LWGEOM_INSPECTED structure, the inspected structure itself was not being freed. 2010-08-14 10:57:41 +00:00
lwmpoly.c Fix a memory leak in all of the MULTI* deserialize routines - once the relevant information had been copied from the LWGEOM_INSPECTED structure, the inspected structure itself was not being freed. 2010-08-14 10:57:41 +00:00
lwmsurface.c Fix a memory leak in all of the MULTI* deserialize routines - once the relevant information had been copied from the LWGEOM_INSPECTED structure, the inspected structure itself was not being freed. 2010-08-14 10:57:41 +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 Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwout_kml.c Astyle session on whole trunk 2010-08-15 08:30:08 +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 Add in WKB reader and associated test framework to build. 2010-10-06 19:17:05 +00:00
lwout_wkt.c Astyle session on whole trunk 2010-08-15 08:30:08 +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 Finish first draft of WKB reader. 2010-10-06 15:20:02 +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 Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwsegmentize.c Fix for #573, where has_arc check with unsupported TRIANGLE/TIN/POLYHEDRALSURFACE produce crash with POSTGIS2GEOS function. Thanks to Regina for bug report ! 2010-08-18 08:01:24 +00:00
lwspheroid.c Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
lwtin.c Astyle session on whole trunk 2010-08-15 08:30:08 +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
lwtriangle.c Continue with new WKB parser. Change signature of RHR "right hand rule" functions to "clockwise" to avoid misinterpretations of orientation rules. 2010-10-03 18:14:35 +00:00
lwutil.c Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
Makefile.in Add in WKB reader and associated test framework to build. 2010-10-06 19:17:05 +00:00
measures.c removing run-time sized array 2010-09-29 20:28:52 +00:00
measures.h pushing *uchar use out of measures.c as part of #308 2010-08-11 09:24:58 +00:00
measures3d.c Fixed some build warnings I had missed 2010-09-01 20:14:05 +00:00
measures3d.h 3D Distance functions, only point-point and point line. #576 2010-09-01 19:55:11 +00:00
ptarray.c Fix syntax error in ptarray_segmentize2d introduced in last commit 2010-10-03 19:57:05 +00:00
stringbuffer.c Astyle session on whole trunk 2010-08-15 08:30:08 +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 Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.lex Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.tab.c liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.tab.h liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.y Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00