[pdal-commits] [PDAL/PDAL] c21036: Fix pdal metadata test on old-ish osx (#1718)

GitHub noreply at github.com
Thu Nov 9 12:03:26 PST 2017


  Branch: refs/heads/pr/1717
  Home:   https://github.com/PDAL/PDAL
  Commit: c210361ce69a87908f28bf0d6bb4a6a30ac58a66
      https://github.com/PDAL/PDAL/commit/c210361ce69a87908f28bf0d6bb4a6a30ac58a66
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M pdal/util/Utils.hpp

  Log Message:
  -----------
  Fix pdal metadata test on old-ish osx (#1718)

Utils::from_string for pointers falls prey to a libc++ bug (19740) on
old-ish osx clang. Because `operator>>(istream, void*&)` uses `sscanf`
under the hood, there *shouldn't* be any issues with using `sscanf`
instead of `operator>>` for this function in order to work around the
bug.


  Commit: 94ad837daa8d92ea03f7c554dee2e4f9c75968c1
      https://github.com/PDAL/PDAL/commit/94ad837daa8d92ea03f7c554dee2e4f9c75968c1
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M pdal/PipelineExecutor.hpp

  Log Message:
  -----------
  PDAL_DLL for PipelineExecutor


  Commit: d494a31d1fb50011ff8a67f039b5f5ff8b018d9d
      https://github.com/PDAL/PDAL/commit/d494a31d1fb50011ff8a67f039b5f5ff8b018d9d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M scripts/ci/script.sh

  Log Message:
  -----------
  Examples (#1721)

* Fix build of examples.


  Commit: 0a076afcdc2b73c21635a941edc6092886666458
      https://github.com/PDAL/PDAL/commit/0a076afcdc2b73c21635a941edc6092886666458
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M pdal/PipelineExecutor.hpp
    M pdal/util/Utils.hpp
    M scripts/ci/script.sh

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


Compare: https://github.com/PDAL/PDAL/compare/1809890715c7...0a076afcdc2b


More information about the pdal-commits mailing list