[pdal-commits] [PDAL/PDAL] 8e77e9: catch up to my config

GitHub noreply at github.com
Fri Oct 5 09:27:38 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 8e77e93df9d7eaaa4cf210e9c215dfee118dac4c
      https://github.com/PDAL/PDAL/commit/8e77e93df9d7eaaa4cf210e9c215dfee118dac4c
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M cmake/examples/hobu-config.sh

  Log Message:
  -----------
  catch up to my config


  Commit: 978f96a320daaeb526a55d74b7246e4c97b780ba
      https://github.com/PDAL/PDAL/commit/978f96a320daaeb526a55d74b7246e4c97b780ba
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/options.cmake
    A doc/stages/readers.i3s.rst
    A doc/stages/readers.slpk.rst
    M pdal/StageExtensions.cpp
    M pdal/StageFactory.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/FileUtils.hpp
    M pdal/util/Utils.cpp
    M plugins/CMakeLists.txt
    A plugins/i3s/CMakeLists.txt
    A plugins/i3s/io/EsriReader.cpp
    A plugins/i3s/io/EsriReader.hpp
    A plugins/i3s/io/EsriUtil.cpp
    A plugins/i3s/io/EsriUtil.hpp
    A plugins/i3s/io/I3SReader.cpp
    A plugins/i3s/io/I3SReader.hpp
    A plugins/i3s/io/SlpkExtractor.cpp
    A plugins/i3s/io/SlpkExtractor.hpp
    A plugins/i3s/io/SlpkReader.cpp
    A plugins/i3s/io/SlpkReader.hpp
    A plugins/i3s/io/pool.hpp
    A plugins/i3s/lepcc/CMakeLists.txt
    A plugins/i3s/lepcc/src/BitMask.cpp
    A plugins/i3s/lepcc/src/BitMask.h
    A plugins/i3s/lepcc/src/BitStuffer2.cpp
    A plugins/i3s/lepcc/src/BitStuffer2.h
    A plugins/i3s/lepcc/src/ClusterRGB.cpp
    A plugins/i3s/lepcc/src/ClusterRGB.h
    A plugins/i3s/lepcc/src/Common.cpp
    A plugins/i3s/lepcc/src/Common.h
    A plugins/i3s/lepcc/src/FlagBytes.cpp
    A plugins/i3s/lepcc/src/FlagBytes.h
    A plugins/i3s/lepcc/src/Huffman.cpp
    A plugins/i3s/lepcc/src/Huffman.h
    A plugins/i3s/lepcc/src/Intensity.cpp
    A plugins/i3s/lepcc/src/Intensity.h
    A plugins/i3s/lepcc/src/LEPCC.cpp
    A plugins/i3s/lepcc/src/LEPCC.h
    A plugins/i3s/lepcc/src/Test_C_Api.cpp
    A plugins/i3s/lepcc/src/include/lepcc_c_api.h
    A plugins/i3s/lepcc/src/include/lepcc_tpl_api.h
    A plugins/i3s/lepcc/src/include/lepcc_types.h
    A plugins/i3s/lepcc/src/lepcc_c_api_impl.cpp
    A plugins/i3s/lepcc/src/utl_const_array.h
    A plugins/i3s/test/SlpkReaderTest.cpp
    A plugins/i3s/test/i3sReaderTest.cpp
    M scripts/appveyor/config.cmd
    M scripts/appveyor/test.cmd
    M scripts/ci/script.sh
    A test/data/i3s/SMALL_AUTZEN_LAS_All .zip
    A test/data/i3s/SMALL_AUTZEN_LAS_All.bin
    A test/data/i3s/SMALL_AUTZEN_LAS_All.slpk
    A test/data/i3s/SMALL_AUTZEN_LAS_All/3dSceneLayer.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/@specialIndexFileHASH128@
    A test/data/i3s/SMALL_AUTZEN_LAS_All/metadata.json
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodepages/0.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/1024.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/128.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/16.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/2.bin.pccint
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/256.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/32.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/512.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/8.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/geometries/0.bin.pccxyz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/1.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/1024.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/128.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/16.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/2.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/256.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/32.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/512.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/8.json.gz
    A test/data/i3s/plineAutzen.json
    A test/data/i3s/plineHelsinki.json
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: dcb820c07cf3a9a6338462c4223e619b0dea886a
      https://github.com/PDAL/PDAL/commit/dcb820c07cf3a9a6338462c4223e619b0dea886a
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M plugins/rdb/test/RdbReaderTest.cpp

  Log Message:
  -----------
  RIEGL RDB test adjustment in preparation for 1.8RC


Compare: https://github.com/PDAL/PDAL/compare/34a197a7ceb1...dcb820c07cf3
      **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