Changes between Version 6 and Version 7 of RFC6


Ignore:
Timestamp:
Oct 2, 2017, 5:55:24 PM (7 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC6

    v6 v7  
    1 = GEOS RFC 6: Require explicit configure with  C++ API to use C++ API and ship c++ headers =
     1= GEOS RFC 6: Require explicit configure to use the C++ API and ship c++ headers =
    22
    3 ||RFC 6:  ||Drop support for C++ API and stop shipping the header||
     3||RFC 6:  ||Discourage use of C++ API requiring a configure switch to install the c++ headers||
    44||Author: ||Regina Obe        ||
    55||Contact:||lr@pcorp.us    ||
     
    2323I propose doing this in GEOS 3.7.0.
    2424
    25 The main purpose is to discourage the use of the C++ API because we do not have the manpower to guarantee ABI compatiblity from version to version and thus using in an environment where
     25The main purpose is to discourage the use of the C++ API because we do not have the manpower to guarantee ABI compatiblity from version to version and thus using it in an environment where
    2626the GEOS library is shared across many software is unsupported.
    2727
    28 Currently osm2pgsql (and before Osmium) are the only ones that use the GEOS C++ API and largely distributed in s shared linux environment.
     28Currently osm2pgsql (and before Osmium) are the only ones that use the GEOS C++ API and largely distributed in shared environment.
    2929
    3030