[pdal-commits] [PDAL/PDAL] 0dd614: Add split kernel.

GitHub noreply at github.com
Thu Apr 23 10:17:05 PDT 2015


  Branch: refs/heads/pdal-tindex
  Home:   https://github.com/PDAL/PDAL
  Commit: 0dd614538f0d0349e603e1feb8acb202ee25ce0b
      https://github.com/PDAL/PDAL/commit/0dd614538f0d0349e603e1feb8acb202ee25ce0b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    R include/pdal/StreamFactory.hpp
    M include/pdal/Utils.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.cpp
    M io/text/TextWriter.cpp
    M kernels/CMakeLists.txt
    A kernels/split/CMakeLists.txt
    A kernels/split/SplitKernel.cpp
    A kernels/split/SplitKernel.hpp
    M plugins/nitf/io/NitfReader.hpp
    M src/CMakeLists.txt
    M src/Kernel.cpp
    M src/KernelFactory.cpp
    M src/StageFactory.cpp
    R src/StreamFactory.cpp
    M src/util/FileUtils.cpp
    M test/unit/CMakeLists.txt
    M test/unit/FileUtilsTest.cpp
    R test/unit/StreamFactoryTest.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Add split kernel.


  Commit: 035a35a2a394b2c90a4ccbd6b431643ea491fefc
      https://github.com/PDAL/PDAL/commit/035a35a2a394b2c90a4ccbd6b431643ea491fefc
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M kernels/tindex/TIndexKernel.cpp
    M kernels/tindex/TIndexKernel.hpp

  Log Message:
  -----------
  mtime and ctime to tindex


  Commit: c77c30fb28ac87780ac64177079c0c031d459dac
      https://github.com/PDAL/PDAL/commit/c77c30fb28ac87780ac64177079c0c031d459dac
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M kernels/info/InfoKernel.cpp
    M kernels/pipeline/PipelineKernel.cpp

  Log Message:
  -----------
  STDOUT output for --pointcloudschema hidden option #863


  Commit: e3db442d2a7c412e23811e08839ae1efac83a90c
      https://github.com/PDAL/PDAL/commit/e3db442d2a7c412e23811e08839ae1efac83a90c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M doc/apps.rst

  Log Message:
  -----------
  Add doc for pdal split.


  Commit: 533ecd7abbd6e3ba2c062b24aa17b5f9988f223d
      https://github.com/PDAL/PDAL/commit/533ecd7abbd6e3ba2c062b24aa17b5f9988f223d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M kernels/info/InfoKernel.cpp
    M kernels/pipeline/PipelineKernel.cpp

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


  Commit: fe2528a2f6b503737eea3dd6ed78c9fe22cc0531
      https://github.com/PDAL/PDAL/commit/fe2528a2f6b503737eea3dd6ed78c9fe22cc0531
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-04-21 (Tue, 21 Apr 2015)

  Changed paths:
    M src/util/FileUtils.cpp

  Log Message:
  -----------
  support STDOUT or STOUT as spelling for stdout


  Commit: 8ab9d193bfc15c3609596f5a3f41e6085cea4591
      https://github.com/PDAL/PDAL/commit/8ab9d193bfc15c3609596f5a3f41e6085cea4591
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M include/pdal/StageFactory.hpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Constify StageFactory functions.


  Commit: e53e79adf7a24d0320f49fdee7b32e49a9050bac
      https://github.com/PDAL/PDAL/commit/e53e79adf7a24d0320f49fdee7b32e49a9050bac
  Author: Connor Manning <connormanning at users.noreply.github.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M include/pdal/StageFactory.hpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #882 from PDAL/constify-stage-factory

Constify StageFactory functions.


  Commit: 684067fa3128d1f666394012bd591dd6ac5beafc
      https://github.com/PDAL/PDAL/commit/684067fa3128d1f666394012bd591dd6ac5beafc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Enable icebridge plugin on Travis

The necessary packages were already being installed, so we just needed
to flip the switch.


  Commit: fa97df072f870b65daeadcc9d023440f577522d4
      https://github.com/PDAL/PDAL/commit/fa97df072f870b65daeadcc9d023440f577522d4
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge branch 'icebridge-on-travis'


  Commit: c8bf1efd80213b7f6bf3e7c6fb4dc41e473a38e6
      https://github.com/PDAL/PDAL/commit/c8bf1efd80213b7f6bf3e7c6fb4dc41e473a38e6
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M doc/apps.rst
    M include/pdal/StageFactory.hpp
    R include/pdal/StreamFactory.hpp
    M include/pdal/Utils.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.cpp
    M io/text/TextWriter.cpp
    M kernels/CMakeLists.txt
    M kernels/info/InfoKernel.cpp
    M kernels/pipeline/PipelineKernel.cpp
    A kernels/split/CMakeLists.txt
    A kernels/split/SplitKernel.cpp
    A kernels/split/SplitKernel.hpp
    M plugins/nitf/io/NitfReader.hpp
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    M src/Kernel.cpp
    M src/KernelFactory.cpp
    M src/StageFactory.cpp
    R src/StreamFactory.cpp
    M src/util/FileUtils.cpp
    M test/unit/CMakeLists.txt
    M test/unit/FileUtilsTest.cpp
    R test/unit/StreamFactoryTest.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into pdal-tindex


Compare: https://github.com/PDAL/PDAL/compare/77d25f81adb6...c8bf1efd8021


More information about the pdal-commits mailing list