[pdal-commits] [PDAL/PDAL] 328368: Defaulted CMake install directory to PDAL_LIB_INST...

Andrew Bell noreply at github.com
Wed Feb 13 10:57:53 PST 2019


  Branch: refs/heads/issue-2342
  Home:   https://github.com/PDAL/PDAL
  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: 333f6e268534bb9a77360a3097404c30b5934ad2
      https://github.com/PDAL/PDAL/commit/333f6e268534bb9a77360a3097404c30b5934ad2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M doc/stages/readers.rxp.rst
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp

  Log Message:
  -----------
  Implement `Streamable` for `RxpReader` (#2338)

As discussed in #2229, this permits removal of the hackey `minimal`
option on the RxpReader.


  Commit: f05523e2ab16c0478f7c412c829498f90a62cae3
      https://github.com/PDAL/PDAL/commit/f05523e2ab16c0478f7c412c829498f90a62cae3
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M cmake/options.cmake
    M doc/stages/filters.delaunay.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp

  Log Message:
  -----------
  Switch Delaunay filter to use delaunator-cpp and move to core stages (#2237)

* Switch Delaunay filter to delaunator-cpp and move it from plugins to filters

* Properly use indices from triangulation

* Add unit test from PR #1985

* Delaunator capitalization

* Add copyright notice to delaunator header

* Work around min/max macros on Windows

* Unit test for specific triangulation

* Make Delaunay filter output counterclockwise order

* Also check mesh size


  Commit: 4dc60f9cce788be88100166f2153f285d91b3f64
      https://github.com/PDAL/PDAL/commit/4dc60f9cce788be88100166f2153f285d91b3f64
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M HOWTORELEASE.txt
    M README.md
    M doc/references.rst

  Log Message:
  -----------
  Update docs to reflect the Zenodo DOI for citing PDAL releases (#2358)


  Commit: 826cdaf5b2ed6fc36661f4c5f8c698de94348085
      https://github.com/PDAL/PDAL/commit/826cdaf5b2ed6fc36661f4c5f8c698de94348085
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    M io/LasWriter.cpp
    M io/LasWriter.hpp

  Log Message:
  -----------
  Remove JsonCpp include from LasWriter.hpp.


  Commit: 4d56884e7f7eaabfbc9454431e684b311013abb3
      https://github.com/PDAL/PDAL/commit/4d56884e7f7eaabfbc9454431e684b311013abb3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Adds `RiVLib_INCLUDE_DIRS` to rivlib test includes (#2360)

The `${libname}`'s target include directories are private, so they
aren't passed on to the test executable -- we need to explicitly add the
RiVLib include directories again.

Fixes #2359.


  Commit: f872c6504621ec17bf434a412774dbf99f63c75e
      https://github.com/PDAL/PDAL/commit/f872c6504621ec17bf434a412774dbf99f63c75e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

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

This reverts commit 755ac1a62d9c5afccf20d468de9f65649bb1eb24.


  Commit: 49eb7dceb87767e804fb9bcf733604f87da778af
      https://github.com/PDAL/PDAL/commit/49eb7dceb87767e804fb9bcf733604f87da778af
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Use head of libharu.


  Commit: f84daa065b0f764a4993b82b38544aac00bb7b1f
      https://github.com/PDAL/PDAL/commit/f84daa065b0f764a4993b82b38544aac00bb7b1f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M README.md
    R cmake/openssl.cmake
    M cmake/options.cmake
    M doc/references.rst
    M doc/stages/filters.delaunay.rst
    M doc/stages/readers.rxp.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: 0b22b64cadbf8f55581679b3ff941d8067e60d58
      https://github.com/PDAL/PDAL/commit/0b22b64cadbf8f55581679b3ff941d8067e60d58
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set dockerfile to run with test base.


  Commit: ebc33ba3e723354c05f80818785cc6bc6eed3a6a
      https://github.com/PDAL/PDAL/commit/ebc33ba3e723354c05f80818785cc6bc6eed3a6a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set Dockerfile back to latest.


  Commit: 3a934ca35bd0f7e8754706eb34f0b2022199bf80
      https://github.com/PDAL/PDAL/commit/3a934ca35bd0f7e8754706eb34f0b2022199bf80
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M cmake/python.cmake

  Log Message:
  -----------
  Update python.cmake (#2369)

* Test python module.

* Set python min version to 2.4.

* Require version 2.7 of Python.


  Commit: 3bc0fb99f146063e16a882d00e90efbd6063c352
      https://github.com/PDAL/PDAL/commit/3bc0fb99f146063e16a882d00e90efbd6063c352
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M HOWTORELEASE.txt
    M README.md
    M cmake/config.cmake
    M cmake/macros.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    M doc/references.rst
    M doc/stages/filters.delaunay.rst
    M doc/stages/readers.rxp.rst
    M doc/stages/writers.ply.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M pdal/Reader.cpp
    M plugins/CMakeLists.txt
    M plugins/cpd/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    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/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/sqlite/CMakeLists.txt
    M scripts/docker/ubuntu/Dockerfile
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    A test/unit/filters/DelaunayFilterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/4e6a0efc3649...3bc0fb99f146


More information about the pdal-commits mailing list