[pdal-commits] [PDAL/PDAL] 12f774: Remove nlohmann/json.hpp from public headers (#2503)

Andrew Bell noreply at github.com
Wed May 8 07:08:15 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 12f774a7a5b68bcf8c272c4f4c86c3973c655d3f
      https://github.com/PDAL/PDAL/commit/12f774a7a5b68bcf8c272c4f4c86c3973c655d3f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M filters/MongoExpressionFilter.cpp
    M filters/MongoExpressionFilter.hpp
    M io/EptAddonWriter.cpp
    M io/EptAddonWriter.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    A pdal/JsonFwd.hpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/PipelineReaderJSON.hpp
    M plugins/CMakeLists.txt
    A plugins/greyhound/NOTE
    M plugins/i3s/io/EsriUtil.cpp
    M plugins/i3s/io/EsriUtil.hpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/filters/PythonFilter.hpp
    M vendor/nlohmann/nlohmann/json.hpp

  Log Message:
  -----------
  Remove nlohmann/json.hpp from public headers (#2503)

* Remove json.hpp from some headers.

* Add forgotten file.

* Remove JSON from python filter header.

* Remove json from EsriUtil header.

* Remove json from pipeline reader.

* Use #pragma once.

* Move namespace directive out of include guard.




More information about the pdal-commits mailing list