2010-02-26 |
Olivier Courtin | Add few more lwgeom_typename, and update regress test... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Olivier Courtin | Fix add forgotten return in flip_coordinates (cf #452... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Paul Ramsey | Fix potential corner case in sphere area calculation... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Regina Obe | Put new functions in alphabetical order. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Regina Obe | Put in What is new in 2.0 section to trap new 2.0 enhan... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Olivier Courtin | Add libxml2 requirement para. Fix #344. Thanks to Mateu... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Paul Ramsey | Fix for st_area(geography) over the dateline (#450) |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Olivier Courtin | rename ptarray_reverse_axis to ptarray_flip_coordinates... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Sandro Santilli | Drop unused code, avoid putting empty geometry in a... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Sandro Santilli | Recursively try to build area with portions of the... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Paul Ramsey | Change dimensionality indicators to have spaces between... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Paul Ramsey | Add support from SRID= block on EWKT |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Remove last compile warnings. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Making test methods static to avoid compiler warnings... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Making test methods static to avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Make test functions static. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Made unit tests easier to add. New suites now just... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Remove unused va_copy. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Woops again, got work and start size values reversed. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Oops, commit stringbuffer.h with sensible values for... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Improve performance and cut back stringbuffer_t to... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | Allow cu_tester to accept parameters to run individual... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Sandro Santilli | Don't let ST_RemoveRepeatedPoint collapse LINESTRINGs... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Olivier Courtin | Move ptarray reverse axis function from postgis/lwgeom_... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | More WKT tests. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Paul Ramsey | More WKT unit tests |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Olivier Courtin | In fact Nested GeometryCollection are never been suppor... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Olivier Courtin | Check astyle version prior to do anything. 'blessed... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Olivier Courtin | Fix 443. Move all regress export functions test files... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Paul Ramsey | Add more unit tests for WKT |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | Fix #441. And introduce a change in behaviour: if geome... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Let ST_CleanGeometry down to C [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Derive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Paul Ramsey | ST_AsLatLonText(geometry, format) from Jeff Adams |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Follow style guidelines for function naming |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Paul Ramsey | First cut of new WKT output functions, need more unit... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | Fix missing math.h include in lwout_svg (#438). Put... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Oops (#434) |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Fix warnings when building with GEOS < 3.3.0 (ticket... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Sandro Santilli | Fix missing prototypes warnings |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | Id tag |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | merge all export functions in a same file. remove usele... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | Fix comment stuff in cunit |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | move ST_AsSVG from postgis to lwgeom dir. write cun... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | bbox only bother about external ring. add the related... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Paul Ramsey | Move stringbuffer from ./loader to ./liblwgeom for... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Olivier Courtin | Move ST_AsGeoJson from postgis to liblwgeom dir. Use... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | Cleanup the GeometryClean function now that vertex... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | Force multi-type in output if input was multi [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | Add missing MultiPoint test. Fix wrong LWGEOM type... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | add explicit void return type |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | Disable 'clean' test (still deciding on what's the... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | Move ST_AsKML from postgis to liblwgeom dir. Use as... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | Add forgotten lwout_gml.c file (#377) |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | Move ST_AsGML from postgis dir to liblwgeom. Rewrite... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Olivier Courtin | make astyle session |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | ST_RemoveRepeatedPoints [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | style... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Sandro Santilli | Make stylish |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Olivier Courtin | use the rights homogenize cunit suite handlers |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Olivier Courtin | Fix computed string length in Polygon with several... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Olivier Courtin | Use lwgeom_homogenize in in_kml stuff. Related to #375 |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Olivier Courtin | Add lwgeom_homogenize function. Related to #375. Add... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Olivier Courtin | Add Cunit - lwerror use case handle - #420 |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Paul Ramsey | Add multilinestring support to st_line_substring (... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Sandro Santilli | Allow retaining badly collapsed rings (single-point... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Kevin Neufeld | removed sfs_compliant note for ST_Transform |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Return NULL rather than throwing when a COLLECTION... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Fix build with --enable-debug=3 [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Add origin field for the clean dataset table, so we... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Add a test for input being invalid (a test of the test) |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Separate areal-specific cleanups in LWGEOM_GEOS_makeVal... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Empty geometries are cleanest [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Drop the optional arg to ST_MakeClean, document what... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Drop the optional parameter to ST_MakeValid, we always... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Document ST_Dimension handling of empty geometries |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sandro Santilli | Do not throw exception on empty ST_Dimension(empty... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sandro Santilli | Further cleanups in ST_MakeClean [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sandro Santilli | Fix unsupported message |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sandro Santilli | Plug more leaks |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sandro Santilli | Plug memory leak on GEOS geom construction failure... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sandro Santilli | Rework the regress test to make it easier for curious... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sandro Santilli | Clarify the case of linestring invalidity dropping... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sandro Santilli | Implement ST_MakeValid(geom_in, collect_collapses)... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sandro Santilli | Cleanups. Hope to reuse some structs for a C-version... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sandro Santilli | Try to make st_DumpPoints reference somewhat clearer... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sandro Santilli | ptarray_remove_repeated_points [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Sandro Santilli | Add another validity test [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Sandro Santilli | Handle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Sandro Santilli | Revert GEOS error handlers to be lwnotice to avoid... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Sandro Santilli | Fix typo |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Sandro Santilli | Get style |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Sandro Santilli | Separate GEOS part of 'buildarea' function from POSTGIS... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Sandro Santilli | xref |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Sandro Santilli | Enhance documentation of ptarray_addPoint [RT-SIGTA] |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sandro Santilli | Don't refuse to output invalid geometries trough a... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sandro Santilli | Oops, it seems I broke the build (sorry) |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sandro Santilli | Fix documention |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Sandro Santilli | tweak the sponsor name |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Sandro Santilli | Initialie GEOS using lwerror for errors so that excepti... |
commit | commitdiff | tree | snapshot |
next |