[pdal-commits] [PDAL/PDAL] cf09fb: install osx plugins to @rpath, not @loader_path/.....

GitHub noreply at github.com
Wed Aug 29 13:00:32 PDT 2018


  Branch: refs/heads/issue-2155
  Home:   https://github.com/PDAL/PDAL
  Commit: cf09fbd4adf11ca43d565035687a09feb243cad7
      https://github.com/PDAL/PDAL/commit/cf09fbd4adf11ca43d565035687a09feb243cad7
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  install osx plugins to @rpath, not @loader_path/../lib (#2150)


  Commit: e3d383ac827deb6c79089604337759ddc6f23a58
      https://github.com/PDAL/PDAL/commit/e3d383ac827deb6c79089604337759ddc6f23a58
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  pin Python bindings to 2.0.0 for Travis (#2151)

* pin Python bindings to 2.0.0 for Travis

* checkout, not co

* checkout branch in correct directory


  Commit: e45483e85a499493c375f955c86c1302044c4df3
      https://github.com/PDAL/PDAL/commit/e45483e85a499493c375f955c86c1302044c4df3
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M pdal/PipelineManager.hpp

  Log Message:
  -----------
  PipelineManager::getStage() should return the first leaf, not the first stage added to the manager (#2149)

* PipelineManager::getStage() should return the first leaf, not the first stage added to the manager

* modify getStage() method to be slightly more efficient


  Commit: 390cf954c32b096beb56b725cb333e7c26cb698b
      https://github.com/PDAL/PDAL/commit/390cf954c32b096beb56b725cb333e7c26cb698b
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp

  Log Message:
  -----------
  readers.numpy support of a directly set numpy array (#2152)


  Commit: 9ec20ea292203c3d2099ed9dd48797d1d079f79a
      https://github.com/PDAL/PDAL/commit/9ec20ea292203c3d2099ed9dd48797d1d079f79a
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  pdal/ubuntu:master should use master branch


  Commit: 13718db5c68124d708ed8ec40dc7ab1774b6b99b
      https://github.com/PDAL/PDAL/commit/13718db5c68124d708ed8ec40dc7ab1774b6b99b
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M filters/AssignFilter.cpp
    M filters/AssignFilter.hpp
    M test/unit/filters/AssignFilterTest.cpp

  Log Message:
  -----------
  Add condition option to assign filter (#2154)

* Add condition option to assign filter

Values will only be assigned when the condition (specified as a DimRange) is
met.

Closes #1956

* handle 'condition' in filters.assign when there is no condition set

* test condition setting in filters.assign


  Commit: b244ba098d2d3870414f7ba7e6b68409074039c6
      https://github.com/PDAL/PDAL/commit/b244ba098d2d3870414f7ba7e6b68409074039c6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M pdal/Options.cpp
    M pdal/Stage.cpp
    M test/unit/apps/TranslateTest.cpp

  Log Message:
  -----------
  Handle repeated command-line options. (#2145)

* Make sure all options with a given key are populated when we add a conditional
option.

* Add test for issue 2114.
Use "children" instead of "parents" to make Stage execution code clearer.


  Commit: 19b0fe697b307d897ae4e1a5e80655c6b82b2fa6
      https://github.com/PDAL/PDAL/commit/19b0fe697b307d897ae4e1a5e80655c6b82b2fa6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-29 (Wed, 29 Aug 2018)

  Changed paths:
    M cmake/macros.cmake
    M filters/AssignFilter.cpp
    M filters/AssignFilter.hpp
    M pdal/Options.cpp
    M pdal/Stage.cpp
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp
    M scripts/ci/script.sh
    M scripts/docker/ubuntu/Dockerfile
    M test/unit/apps/TranslateTest.cpp
    M test/unit/filters/AssignFilterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/8d98b58affd9...19b0fe697b30
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list