[pdal-commits] [PDAL/PDAL] 5fa97e: Eliminte data corruption in KDIndex.

GitHub noreply at github.com
Tue Jun 23 09:24:52 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 5fa97ebec462de6def5bac8e28c5349e934d3f9c
      https://github.com/PDAL/PDAL/commit/5fa97ebec462de6def5bac8e28c5349e934d3f9c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M include/pdal/KDIndex.hpp
    M kernels/delta/DeltaKernel.cpp
    M kernels/info/InfoKernel.cpp
    M src/KDIndex.cpp

  Log Message:
  -----------
  Eliminte data corruption in KDIndex.
Part of Issue 922.


  Commit: 423833e01e6dc57408b2bf311971b62b3c5072ca
      https://github.com/PDAL/PDAL/commit/423833e01e6dc57408b2bf311971b62b3c5072ca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M README.md
    M cmake/compiler_options.cmake
    M cmake/win32_compiler_options.cmake
    M doc/_themes/bootstrap/static/sphinx-bootstrap.css
    M doc/_themes/bootstrap/theme.conf
    M doc/apps.rst
    M doc/stages/filters.decimation.rst
    A doc/stages/filters.splitter.rst
    M doc/stages/index.rst
    A doc/stages/readers.bpf.rst
    A doc/stages/readers.ply.rst
    A doc/stages/writers.bpf.rst
    M doc/stages/writers.las.rst
    M doc/stages/writers.p2g.rst
    M doc/stages/writers.pgpointcloud.rst
    A doc/stages/writers.ply.rst
    M doc/tutorial/reading.rst
    M filters/reprojection/ReprojectionFilter.cpp
    M filters/reprojection/ReprojectionFilter.hpp
    M filters/splitter/SplitterFilter.cpp
    M filters/splitter/SplitterFilter.hpp
    M include/pdal/DbWriter.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/Kernel.hpp
    M include/pdal/Log.hpp
    M include/pdal/Options.hpp
    M include/pdal/PluginManager.hpp
    M include/pdal/PointView.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/Utils.hpp
    M include/pdal/Writer.hpp
    M include/pdal/pdal_macros.hpp
    R include/pdal/portable_endian.hpp
    M include/pdal/util/Bounds.hpp
    M include/pdal/util/Extractor.hpp
    M include/pdal/util/FileUtils.hpp
    M include/pdal/util/IStream.hpp
    M include/pdal/util/Inserter.hpp
    M include/pdal/util/OStream.hpp
    A include/pdal/util/portable_endian.hpp
    M io/CMakeLists.txt
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/las/LasError.hpp
    M io/las/LasHeader.cpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.cpp
    M io/las/VariableLengthRecord.hpp
    A io/ply/CMakeLists.txt
    A io/ply/PlyReader.cpp
    A io/ply/PlyReader.hpp
    A io/ply/PlyWriter.cpp
    A io/ply/PlyWriter.hpp
    M io/qfit/QfitReader.cpp
    R io/rialto/CMakeLists.txt
    R io/rialto/RialtoCommon.cpp
    R io/rialto/RialtoCommon.hpp
    R io/rialto/RialtoWriter.cpp
    R io/rialto/RialtoWriter.hpp
    M kernels/CMakeLists.txt
    M kernels/delta/DeltaKernel.cpp
    M kernels/delta/DeltaKernel.hpp
    M kernels/diff/DiffKernel.cpp
    M kernels/diff/DiffKernel.hpp
    M kernels/info/InfoKernel.cpp
    M kernels/info/InfoKernel.hpp
    A kernels/merge/CMakeLists.txt
    A kernels/merge/MergeKernel.cpp
    A kernels/merge/MergeKernel.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M kernels/random/RandomKernel.cpp
    M kernels/sort/SortKernel.cpp
    A kernels/tindex/CMakeLists.txt
    A kernels/tindex/TIndexKernel.cpp
    A kernels/tindex/TIndexKernel.hpp
    M kernels/translate/TranslateKernel.cpp
    M plugins/attribute/filters/AttributeFilter.cpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/oci/io/OciCommon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/p2g/io/P2gWriter.cpp
    M plugins/p2g/io/P2gWriter.hpp
    M plugins/pcl/filters/GroundFilter.cpp
    M plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M src/DbWriter.cpp
    M src/GDALUtils.cpp
    M src/Kernel.cpp
    M src/KernelFactory.cpp
    M src/Log.cpp
    M src/Options.cpp
    M src/PipelineReader.cpp
    M src/PluginManager.cpp
    M src/PointTable.cpp
    M src/PointView.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/Utils.cpp
    M src/Writer.cpp
    M src/pdal_config.cpp
    M src/util/FileUtils.cpp
    A test/data/ply/no_vertex.ply
    A test/data/ply/simple_binary.ply
    A test/data/ply/simple_text.ply
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    R test/unit/GDALUtilsTest.cpp
    A test/unit/KDIndexTest.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    A test/unit/apps/MergeTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/io/las/LasReaderTest.cpp
    M test/unit/io/las/LasWriterTest.cpp
    A test/unit/io/ply/PlyReaderTest.cpp
    A test/unit/io/ply/PlyWriterTest.cpp
    R test/unit/io/rialto/RialtoWriterTest.cpp
    A vendor/rply-1.1.3/LICENSE
    A vendor/rply-1.1.3/etc/convert.c
    A vendor/rply-1.1.3/etc/dump.c
    A vendor/rply-1.1.3/etc/input.ply
    A vendor/rply-1.1.3/etc/sconvert.c
    A vendor/rply-1.1.3/manual/manual.html
    A vendor/rply-1.1.3/manual/reference.css
    A vendor/rply-1.1.3/manual/rply.png
    A vendor/rply-1.1.3/rply.c
    A vendor/rply-1.1.3/rply.h

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

Conflicts:
	kernels/delta/DeltaKernel.cpp


  Commit: 33b58b930bd4646e0677b0af75666ccc1a23e9d9
      https://github.com/PDAL/PDAL/commit/33b58b930bd4646e0677b0af75666ccc1a23e9d9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M io/ply/PlyReader.cpp

  Log Message:
  -----------
  Cast user-data in callback to proper type to avoid test failures.


Compare: https://github.com/PDAL/PDAL/compare/1ff67d0d9b8e...33b58b930bd4


More information about the pdal-commits mailing list