postgis/liblwgeom
2009-10-10 00:08:14 +00:00
..
cunit Turn of Paul's accidental commit of fanboy mac enabled random test 2009-10-06 11:15:41 +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 Fix incorrect use of flags macros 2009-10-09 18:07:06 +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 Add implementation for ST_Covers(geography, geography) in point-in-polygon case. 2009-10-09 19:23:05 +00:00
liblwgeom.h Add implementation for ST_Covers(geography, geography) in point-in-polygon case. 2009-10-09 19:23: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
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 Fix ST_Area(geography) calculation to be more... correct. 2009-10-10 00:08:14 +00:00
lwgeodetic.h Fix ST_Area(geography) calculation to be more... correct. 2009-10-10 00:08:14 +00:00
lwgeom.c Add implementation for ST_Covers(geography, geography) in point-in-polygon case. 2009-10-09 19:23:05 +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 Add implementation for ST_Covers(geography, geography) in point-in-polygon case. 2009-10-09 19:23:05 +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