postgis/liblwgeom
2009-11-20 18:36:38 +00:00
..
cunit Fix graxing case and improve co-linear handling with help from Nicklas Aven (#314) 2009-11-20 18:36:38 +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 First cut of ST_Area(geography) on spheroid. Currently not default, use ST_Area(geog, true) to enable it. Beware of limitations over poles and eequator. 2009-11-03 00:36:02 +00:00
g_coord.c Alter the FLAGS_SET_* macros so that they actually update the specified flag variable, rather than just returning the new value of the flag variable. 2009-10-15 15:35:45 +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 Alter the FLAGS_SET_* macros so that they actually update the specified flag variable, rather than just returning the new value of the flag variable. 2009-10-15 15:35:45 +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 Alter the FLAGS_SET_* macros so that they actually update the specified flag variable, rather than just returning the new value of the flag variable. 2009-10-15 15:35:45 +00:00
lex.yy.c Fix for #175, numbers with a terminal decimal won't parse. 2009-11-04 20:35:29 +00:00
libgeom.h First cut of ST_Area(geography) on spheroid. Currently not default, use ST_Area(geog, true) to enable it. Beware of limitations over poles and eequator. 2009-11-03 00:36:02 +00:00
liblwgeom.h Implement ST_CollectionExtract() to pull specific homogeneous collections out of heterogeneous collections. Regressions and documentation included. (#218) 2009-11-17 20:03:50 +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 Simplify code and improve consistency of linecrossing results (#272) 2009-11-11 19:02:19 +00:00
lwalgorithm.h Simplify code and improve consistency of linecrossing results (#272) 2009-11-11 19:02:19 +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 Implement ST_CollectionExtract() to pull specific homogeneous collections out of heterogeneous collections. Regressions and documentation included. (#218) 2009-11-17 20:03:50 +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 graxing case and improve co-linear handling with help from Nicklas Aven (#314) 2009-11-20 18:36:38 +00:00
lwgeodetic.h File headers and property setting. 2009-11-03 21:24:53 +00:00
lwgeom.c Update behavior of lwgeom_same to match "orderingequals" semantics (#289) 2009-11-11 19:57:24 +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
lwspheroid.c File headers and property setting. 2009-11-03 21:24:53 +00:00
lwutil.c Implement ST_CollectionExtract() to pull specific homogeneous collections out of heterogeneous collections. Regressions and documentation included. (#218) 2009-11-17 20:03:50 +00:00
Makefile.in Spheroid distance calculation between points added. 2009-10-29 19:24:06 +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 Add ptarray_merge function 2009-10-24 16:35:31 +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 revert wrong commit (r4741) on wktparse.lex file 2009-11-04 21:19:59 +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