postgis/liblwgeom
2009-09-22 11:53:47 +00:00
..
cunit Remove dependency on regex library by implementing the same functionality using standard C functions. Passes regression tests for me. 2009-09-22 11:13:33 +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 Clean up gbox serialization a little 2009-09-17 05:33:35 +00:00
liblwgeom.h Add lwgeom_is_empty() test 2009-09-17 02:33:49 +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 astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +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 Clean up gbox serialization a little 2009-09-17 05:33:35 +00:00
lwgeodetic.h Fix some test cases crossing the date line 2009-09-16 22:43:20 +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