[pdal-commits] [PDAL/PDAL] fa2d11: PipelineKernel should pass verbose/debug settings ...

GitHub noreply at github.com
Mon Apr 4 20:20:18 PDT 2016


  Branch: refs/heads/1.2-maintenance
  Home:   https://github.com/PDAL/PDAL
  Commit: fa2d11a23327811a9b73956cb6358877519255d1
      https://github.com/PDAL/PDAL/commit/fa2d11a23327811a9b73956cb6358877519255d1
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M include/pdal/PipelineManager.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M src/PipelineManager.cpp

  Log Message:
  -----------
  PipelineKernel should pass verbose/debug settings to PipelineManager (and on down to pipeline readers)


  Commit: 67d8518c3cf6bddb1138d6cc7e0dcbb8049cf9de
      https://github.com/PDAL/PDAL/commit/67d8518c3cf6bddb1138d6cc7e0dcbb8049cf9de
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  On OSX, don't build with install rpath

This is an identical change to #733. If cmake builds with install rpath
on OSX, `make test` is broken when `BUILD_SHARED_LIBS=ON` on OSX.


  Commit: 91d0d9aeab9f5b753c2fcbc7945c3ee954d3d0ec
      https://github.com/PDAL/PDAL/commit/91d0d9aeab9f5b753c2fcbc7945c3ee954d3d0ec
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Silence BUILD_SHARED_LIBS=ON gtest warnings

When `BUILD_SHARED_LIBS=ON`, gtest emits a couple of cmake warnings, one
about MACOSX_RPATH and one about a missing link_directory. We can quiet
both warnings by setting these properties.

We could also just change gtest's CMakeLists.txt in our vendor
directory, but I'm submitting this change on the principle that the
vendor subdirectories should stay pristine. If vendored software can be
tweaked in our tree, then we should discard this patch and instead fix
things in `vendor/gtest-1.7.0/CMakeLists.txt`.


  Commit: fb6c5614a7419cbdbf78e7f2ebfc021bc8dd9735
      https://github.com/PDAL/PDAL/commit/fb6c5614a7419cbdbf78e7f2ebfc021bc8dd9735
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M python/VERSION.txt
    M python/pdal/__init__.py

  Log Message:
  -----------
  Bump Python module version to 1.2.0.


  Commit: 30dab884424f4ea63303573a5e65827355f66580
      https://github.com/PDAL/PDAL/commit/30dab884424f4ea63303573a5e65827355f66580
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M python/VERSION.txt
    M python/pdal/__init__.py

  Log Message:
  -----------
  Merge pull request #1213 from sebastic/python

Bump Python module version to 1.2.0.


  Commit: 1df494299440abd53b03d771681696ea054816d7
      https://github.com/PDAL/PDAL/commit/1df494299440abd53b03d771681696ea054816d7
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M HOWTORELEASE.txt

  Log Message:
  -----------
  add python release stuff to release docs


  Commit: a9124dc7ae24cc5f895600c36cdd631304543589
      https://github.com/PDAL/PDAL/commit/a9124dc7ae24cc5f895600c36cdd631304543589
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-03 (Sun, 03 Apr 2016)

  Changed paths:
    M plugins/icebridge/io/IcebridgeReader.cpp

  Log Message:
  -----------
  offset readers.icebridge longitude #1214


  Commit: 8b5e2e69e467a90927f17280724fb6ff44e10922
      https://github.com/PDAL/PDAL/commit/8b5e2e69e467a90927f17280724fb6ff44e10922
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #1210 from gadomski/gtest-shared-libs

Two changes when building on OSX w/ shared libs


  Commit: ab66a6803dee1934006ce75f4f2031981de599f1
      https://github.com/PDAL/PDAL/commit/ab66a6803dee1934006ce75f4f2031981de599f1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M include/pdal/util/Utils.hpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M src/SpatialReference.cpp
    M src/util/Utils.cpp

  Log Message:
  -----------
  Move normalizeLongitude to Utils.


  Commit: 90433dd7912d61cdd4eacd3ecfa7ac1b68eeebea
      https://github.com/PDAL/PDAL/commit/90433dd7912d61cdd4eacd3ecfa7ac1b68eeebea
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/util/Utils.hpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M src/SpatialReference.cpp
    M src/util/Utils.cpp

  Log Message:
  -----------
  Merge branch 'master' into offset-icebridge-longitude


  Commit: 16c7ebb1005e9723ab42157b25033ebed0447c99
      https://github.com/PDAL/PDAL/commit/16c7ebb1005e9723ab42157b25033ebed0447c99
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M plugins/icebridge/test/IcebridgeReaderTest.cpp

  Log Message:
  -----------
  update icebridge test to account for normalized longitude


  Commit: b2849d9a5184378d92ff0b46d7358b4ea9d2d7c1
      https://github.com/PDAL/PDAL/commit/b2849d9a5184378d92ff0b46d7358b4ea9d2d7c1
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M plugins/hexbin/CMakeLists.txt

  Log Message:
  -----------
  Find Hexer w/ REQUIRED flag

w/o this flag, a user can set `BUILD_PLUGIN_HEXBIN=ON` and successfully
configure, etc without any hexer. IMO that's confusing -- if they ask
for hexer support, CMake should bomb if they don't have it.


  Commit: 4f3cade1241872fdc0332b9fc37aeacb00ffec9c
      https://github.com/PDAL/PDAL/commit/4f3cade1241872fdc0332b9fc37aeacb00ffec9c
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M plugins/hexbin/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #1216 from gadomski/fail-if-no-hexer

Find Hexer w/ REQUIRED flag


  Commit: c4b30132ea299f8c89eaef51ef16bfe44dac4770
      https://github.com/PDAL/PDAL/commit/c4b30132ea299f8c89eaef51ef16bfe44dac4770
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M include/pdal/PipelineManager.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M src/PipelineManager.cpp

  Log Message:
  -----------
  Merge pull request #1209 from PDAL/issue/1208-pipeline-verbose-debug

PipelineKernel should pass verbose/debug settings to PipelineManager …


  Commit: b238d4d089b520085cf0b7bea6977b1a3b4343d9
      https://github.com/PDAL/PDAL/commit/b238d4d089b520085cf0b7bea6977b1a3b4343d9
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #1215 from PDAL/offset-icebridge-longitude

offset readers.icebridge longitude #1214


  Commit: ad3eac4759b9ce49757fdeb86c49ad898afcfa47
      https://github.com/PDAL/PDAL/commit/ad3eac4759b9ce49757fdeb86c49ad898afcfa47
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M include/pdal/util/Utils.hpp
    M src/util/Utils.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Fix wordWrap() and add an alternate implementation.


  Commit: a1f69b9e21a3cdfe070fa6823c0ceffe1e31ea1e
      https://github.com/PDAL/PDAL/commit/a1f69b9e21a3cdfe070fa6823c0ceffe1e31ea1e
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  don't use negative utm zones for hexbin density computation


  Commit: e1671c30f1c61cdbcf05ce1395b85abe1ca83906
      https://github.com/PDAL/PDAL/commit/e1671c30f1c61cdbcf05ce1395b85abe1ca83906
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/PipelineManager.hpp
    M include/pdal/util/Utils.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M plugins/hexbin/CMakeLists.txt
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp
    M src/PipelineManager.cpp
    M src/util/Utils.cpp
    M test/unit/UtilsTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/845c33ee792a...e1671c30f1c6


More information about the pdal-commits mailing list