postgis/liblwgeom
Paul Ramsey e9a6297769 Remove un-used function from testing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4544 b70326c6-7e19-0410-871a-916f4a2858ee
2009-09-29 14:40:48 +00:00
..
cunit Work on making "on edge" test more reliable. 2009-09-29 14:39:54 +00:00
examples astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
box2d.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
g_box.c Add gbox string constructor for testing purposes 2009-09-16 21:09:24 +00:00
g_coord.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_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 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_serialized.c Fix serialization problem with lwgeoms that have bboxes. 2009-09-17 05:57:12 +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 Oops - forgot to bump the array indices on the last commit :( 2009-09-22 11:53:47 +00:00
lex.yy.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
libgeom.h remove regex.h include per Nicklas observation its still in there. 2009-09-25 13:32:14 +00:00
liblwgeom.h Commit fix to LW_ABS() macro as discovered by Nicklas Aven. 2009-09-22 13:38:17 +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 fix commenting style so function descriptions are picked up by doxygen 2009-06-25 03:03:42 +00:00
lwalgorithm.h Start the geodetic machinery. Add an internal API header for eventual API rationalisation 2009-09-14 20:30:35 +00:00
lwcircstring.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
lwcollection.c Ensure lwcollection_segmentize2d always return a NEW geometry. Fixes ticket #254. Add regression test for that bug. 2009-09-29 13:31:20 +00:00
lwcompound.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwcurvepoly.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwgeodetic.c Remove un-used function from testing. 2009-09-29 14:40:48 +00:00
lwgeodetic.h Remove un-used function from testing. 2009-09-29 14:40:48 +00:00
lwgeom.c Add lwgeom_is_empty() test 2009-09-17 02:33:49 +00:00
lwgeom_api.c fix commenting style so function descriptions are picked up by doxygen 2009-06-25 03:03:42 +00:00
lwgparse.c Fix for ticket #234 2009-08-07 03:38:24 +00:00
lwgunparse.c First swing at ticket 212. 2009-06-30 07:35:37 +00:00
lwline.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
lwmcurve.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwmline.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwmpoint.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwmpoly.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwmsurface.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
lwpoint.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
lwpoly.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
lwsegmentize.c Fix #112: ST_CurveToLine sometimes crashes server. While the circle segmentiser detected colinear circle points, it didn't check for the 2009-07-08 04:59:19 +00:00
lwutil.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
Makefile.in 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
measures.c Handle empty polygon rings 2009-06-20 21:25:15 +00:00
ptarray.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
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 astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +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 astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
wktparse.tab.h astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +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