[geos-commits] [SCM] GEOS branch master updated. 2d8d49ed1748d78a00bd1a86bc10d5baf85c4f38

git at osgeo.org git at osgeo.org
Thu Apr 1 09:09:36 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  2d8d49ed1748d78a00bd1a86bc10d5baf85c4f38 (commit)
       via  7752ceb17843c39a68d7a1b4626f2a46fb4c8d04 (commit)
       via  6d65555bb4d6a4270ea147b0dea4275f2ada0a5c (commit)
       via  06ccf369449e0c8a8a056e417ba8fa188d535ac8 (commit)
       via  5124cab5e0296f4d23be2beaa05dd5d293729c0e (commit)
       via  8a53447b753096e45b074f3e73f32858ae217fb2 (commit)
       via  89a699f91a0fafbbf3bf10bd372092f93629676f (commit)
       via  9ad5c8e3788cadb89deb9c568e56c086713837a7 (commit)
       via  30779111ce3b023085b33796abeae17db225f425 (commit)
       via  b2cda04099b5311d8029c62754a10218a44db0b2 (commit)
       via  3c59ecfeaf9d55da069c7986d052cb561942aa2a (commit)
       via  6a2c7ae421288e1dacc619361bb3e249d3a1ac96 (commit)
       via  1f3faf67f84b6ebd77f9c14757cf8a71b2758a20 (commit)
       via  f6cfcaffd3ef6a652ebe864592804b15b1c4660b (commit)
       via  2057edd6c995cb91a36a2913834016cabf041c91 (commit)
       via  2ff21719b374f92683447736aaf41c1be90bf030 (commit)
      from  d6e5d57b38c01a03cff5197a551806bef61cb2e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 include/geos/io/GeoJSON.h                          |   135 +
 include/geos/io/GeoJSONReader.h                    |   117 +
 include/geos/io/GeoJSONWriter.h                    |   120 +
 .../vend/include_nlohmann_json.hpp}                |    16 +-
 include/geos/vend/json.hpp                         | 25597 +++++++++++++++++++
 src/io/GeoJSON.cpp                                 |   227 +
 src/io/GeoJSONReader.cpp                           |   280 +
 src/io/GeoJSONWriter.cpp                           |   259 +
 tests/unit/io/GeoJSONFeatureTest.cpp               |    90 +
 tests/unit/io/GeoJSONReaderTest.cpp                |   441 +
 tests/unit/io/GeoJSONValueTest.cpp                 |   102 +
 tests/unit/io/GeoJSONWriterTest.cpp                |   255 +
 12 files changed, 27633 insertions(+), 6 deletions(-)
 create mode 100644 include/geos/io/GeoJSON.h
 create mode 100644 include/geos/io/GeoJSONReader.h
 create mode 100644 include/geos/io/GeoJSONWriter.h
 copy include/{acconfig.h => geos/vend/include_nlohmann_json.hpp} (64%)
 create mode 100644 include/geos/vend/json.hpp
 create mode 100644 src/io/GeoJSON.cpp
 create mode 100644 src/io/GeoJSONReader.cpp
 create mode 100644 src/io/GeoJSONWriter.cpp
 create mode 100644 tests/unit/io/GeoJSONFeatureTest.cpp
 create mode 100644 tests/unit/io/GeoJSONReaderTest.cpp
 create mode 100644 tests/unit/io/GeoJSONValueTest.cpp
 create mode 100644 tests/unit/io/GeoJSONWriterTest.cpp


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list