[pdal-commits] [PDAL/PDAL] f7ac9f: Create/use classes to insert/extract byte-ordered ...

GitHub noreply at github.com
Wed Jan 28 08:43:19 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: f7ac9f5ed5da47a888c88c899af2383379ff97e5
      https://github.com/PDAL/PDAL/commit/f7ac9f5ed5da47a888c88c899af2383379ff97e5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    A include/pdal/Extractor.hpp
    A include/pdal/Inserter.hpp
    M io/las/LasReader.cpp
    M io/las/LasWriter.cpp

  Log Message:
  -----------
  Create/use classes to insert/extract byte-ordered data from a buffer.


  Commit: 68e6fcde5c59efbedfc2e7945f375deecb35321b
      https://github.com/PDAL/PDAL/commit/68e6fcde5c59efbedfc2e7945f375deecb35321b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M include/pdal/Utils.hpp

  Log Message:
  -----------
  Don't create copy of collection when finding.


  Commit: c962d557ef415f2eff6c851f810f4a5750154348
      https://github.com/PDAL/PDAL/commit/c962d557ef415f2eff6c851f810f4a5750154348
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  Avoid numeric cast if possible.


  Commit: c63f198db2f08caa2a47b34f4c7409a248e22a12
      https://github.com/PDAL/PDAL/commit/c63f198db2f08caa2a47b34f4c7409a248e22a12
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M include/pdal/Reader.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp

  Log Message:
  -----------
  Don't call clearTemps() each time a point is added.
Read LAS points in blocks.


  Commit: 742edb3fe7bd730ec25c68014446b829deb32ff7
      https://github.com/PDAL/PDAL/commit/742edb3fe7bd730ec25c68014446b829deb32ff7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M Vagrantfile
    M apps/CMakeLists.txt
    M apps/pdal.cpp
    R apps/pdal.pc.in
    M cmake/directories.cmake
    M cmake/macros.cmake
    M doc/conf.py
    R include/pdal/Algorithm.hpp
    R include/pdal/Endian.hpp
    R include/pdal/FileUtils.hpp
    A include/pdal/Kernel.hpp
    A include/pdal/KernelFactory.hpp
    A include/pdal/KernelInfo.hpp
    A include/pdal/KernelSupport.hpp
    M include/pdal/Log.hpp
    R include/pdal/Object.hpp
    A include/pdal/util/Algorithm.hpp
    A include/pdal/util/Endian.hpp
    A include/pdal/util/FileUtils.hpp
    M io/las/LasReader.cpp
    M io/qfit/QfitReader.cpp
    M io/terrasolid/TerrasolidReader.cpp
    M io/text/TextWriter.cpp
    M io/text/TextWriter.hpp
    M kernels/CMakeLists.txt
    R kernels/Kernel.cpp
    R kernels/Kernel.hpp
    R kernels/KernelFactory.cpp
    R kernels/KernelFactory.hpp
    R kernels/KernelInfo.cpp
    R kernels/KernelInfo.hpp
    R kernels/KernelSupport.cpp
    R kernels/KernelSupport.hpp
    M kernels/delta/DeltaKernel.cpp
    M kernels/delta/DeltaKernel.hpp
    M kernels/diff/DiffKernel.hpp
    M kernels/info/InfoKernel.cpp
    M kernels/info/InfoKernel.hpp
    M kernels/pipeline/PipelineKernel.hpp
    M kernels/random/RandomKernel.hpp
    M kernels/sort/SortKernel.cpp
    M kernels/sort/SortKernel.hpp
    M kernels/translate/TranslateKernel.cpp
    M kernels/translate/TranslateKernel.hpp
    M plugins/icebridge/io/Hdf5Handler.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/mrsid/io/MrsidReader.hpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/oci/io/OciCommon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/pcl/io/PcdWriter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/PCLKernel.hpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.hpp
    M plugins/pcl/kernel/ViewKernel.cpp
    M plugins/pcl/kernel/ViewKernel.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    R src/FileUtils.cpp
    A src/Kernel.cpp
    A src/KernelFactory.cpp
    A src/KernelInfo.cpp
    A src/KernelSupport.cpp
    R src/Object.cpp
    M src/Options.cpp
    M src/PipelineReader.cpp
    M src/PipelineWriter.cpp
    M src/StreamFactory.cpp
    M src/plang/Script.cpp
    A src/util/Bounds.cpp
    A src/util/CMakeLists.txt
    A src/util/FileUtils.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/GDALUtilsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StreamFactoryTest.cpp
    M test/unit/Support.cpp
    M test/unit/SupportTest.cpp
    M test/unit/XMLSchemaTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/apps/pcinfoTest.cpp
    M test/unit/apps/pcpipelineTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/io/bpf/BPFTest.cpp
    M test/unit/io/las/LasWriterTest.cpp
    R util/Bounds.cpp
    R util/CMakeLists.txt
    R util/README
    R util/pdal

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

Conflicts:
	io/las/LasReader.cpp


Compare: https://github.com/PDAL/PDAL/compare/7e2fcf9b909d...742edb3fe7bd


More information about the pdal-commits mailing list