[pdal-commits] [PDAL/PDAL] 0e27db: Doc fix.

Kyle Mann noreply at github.com
Fri Feb 1 08:29:43 PST 2019


  Branch: refs/heads/esri-debug
  Home:   https://github.com/PDAL/PDAL
  Commit: 0e27dbb4192f3f3189fffa11a2a122748805494a
      https://github.com/PDAL/PDAL/commit/0e27dbb4192f3f3189fffa11a2a122748805494a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Doc fix.


  Commit: de24a6ea39fff108671abd8751648bfd4f34e2a8
      https://github.com/PDAL/PDAL/commit/de24a6ea39fff108671abd8751648bfd4f34e2a8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M appveyor.yml
    M cmake/modules/FindGeoTIFF.cmake
    M doc/stages/readers.ept.rst
    M doc/stages/readers.i3s.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/private/EptSupport.hpp
    M test/data/ept/ept-star/ept.json
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: d53d7ba14af908b3ce7b096fcc174ea2017a07a0
      https://github.com/PDAL/PDAL/commit/d53d7ba14af908b3ce7b096fcc174ea2017a07a0
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter (#2339)

SSL version checking, a fix for auth timings, and windows export consistency.


  Commit: 3283681088865b2925bf1a58e4f1e1d80e047920
      https://github.com/PDAL/PDAL/commit/3283681088865b2925bf1a58e4f1e1d80e047920
  Author: psalvaggio <salvaggio.philip at gmail.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M cmake/config.cmake

  Log Message:
  -----------
  Defaulted CMake install directory to PDAL_LIB_INSTALL_DIR (#2345)


  Commit: a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
      https://github.com/PDAL/PDAL/commit/a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M pdal/Reader.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Avoid overwriting a default SRS with an empty SRS. (#2346)

* Avoid overwriting a default SRS with an empty SRS.

* Handle potential setting of the SRS multiple times when a default is present.


  Commit: 0e48210b53c3971d26ef1496f914d6397a804bfd
      https://github.com/PDAL/PDAL/commit/0e48210b53c3971d26ef1496f914d6397a804bfd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M doc/stages/writers.ply.rst

  Log Message:
  -----------
  writer.ply is not streamable


  Commit: 83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
      https://github.com/PDAL/PDAL/commit/83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M cmake/macros.cmake
    M plugins/cpd/CMakeLists.txt
    M plugins/fbx/CMakeLists.txt
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Add INCLUDES to some macros (#2352)

* Add INCLUDES option to PDAL_ADD_TEST and PDAL_ADD_PLUGIN
Close #1988

* Missed JSONCPP include.


  Commit: 755ac1a62d9c5afccf20d468de9f65649bb1eb24
      https://github.com/PDAL/PDAL/commit/755ac1a62d9c5afccf20d468de9f65649bb1eb24
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M CMakeLists.txt
    A cmake/openssl.cmake
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Adding openssl support in order to activate GCS storage (#2353)


  Commit: 50d2f2317bcd333d18eeed4b0c1993c68028f683
      https://github.com/PDAL/PDAL/commit/50d2f2317bcd333d18eeed4b0c1993c68028f683
  Author: kylemann16 <kyle at hobu.co>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M cmake/config.cmake
    M cmake/macros.cmake
    A cmake/openssl.cmake
    M doc/pipeline.rst
    M doc/stages/writers.ply.rst
    M pdal/Reader.cpp
    M plugins/cpd/CMakeLists.txt
    M plugins/fbx/CMakeLists.txt
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge branch 'master' into esri-debug


Compare: https://github.com/PDAL/PDAL/compare/23bda3692408...50d2f2317bcd


More information about the pdal-commits mailing list