[pdal-commits] [PDAL/PDAL] 97f33e: Iterator test.

GitHub noreply at github.com
Fri Oct 31 09:50:26 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 97f33e996a54c7a66a0861f716a5d60b2dec1c86
      https://github.com/PDAL/PDAL/commit/97f33e996a54c7a66a0861f716a5d60b2dec1c86
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    A include/pdal/PointBufferIter.hpp
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/QuadIndex.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Iterator test.


  Commit: c930d55914726d182be3ccf6623730fcd7351d3f
      https://github.com/PDAL/PDAL/commit/c930d55914726d182be3ccf6623730fcd7351d3f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindJsoncpp.cmake
    M doc/faq.rst
    M doc/index.rst
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/Options.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Reprojection.hpp
    M pdal_defines.h.in
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    M src/GDALUtils.cpp
    M src/GlobalEnvironment.cpp
    M src/Options.cpp
    M src/SpatialReference.cpp
    M src/StageFactory.cpp
    M src/Utils.cpp
    M src/XMLSchema.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/greyhound/Exchanges.hpp
    M src/drivers/greyhound/Reader.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Colorization.cpp
    M src/filters/Crop.cpp
    M src/filters/Reprojection.cpp
    M src/kernel/Ground.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Random.cpp
    M src/pdal_config.cpp
    M test/data/nitf/write_options.xml
    M test/unit/BoundsTest.cpp
    M test/unit/ConfigTest.cpp
    M test/unit/DimensionTest.cpp
    M test/unit/EnvironmentTest.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/GDALUtilsTest.cpp
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferTest.cpp
    M test/unit/SchemaLayoutTest.cpp
    M test/unit/SchemaTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StageFactoryTest.cpp
    M test/unit/StreamFactoryTest.cpp
    M test/unit/Support.cpp
    M test/unit/SupportTest.cpp
    M test/unit/TestConfig.cpp
    A test/unit/UnitTest.hpp
    M test/unit/UserCallbackTest.cpp
    M test/unit/UtilsTest.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/drivers/bpf/BPFTest.cpp
    M test/unit/drivers/buffer/BufferTest.cpp
    M test/unit/drivers/caris/CarisReaderTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    M test/unit/drivers/oci/OCITest.cpp
    M test/unit/drivers/pgpointcloud/PgpointcloudWriterTest.cpp
    M test/unit/drivers/qfit/QFITReaderTest.cpp
    M test/unit/drivers/sbet/SbetReaderTest.cpp
    M test/unit/drivers/sbet/SbetWriterTest.cpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp
    M test/unit/drivers/terrasolid/TerraSolidReaderTest.cpp
    M test/unit/drivers/text/TextWriterTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/ScalingFilterTest.cpp
    M test/unit/filters/SelectorFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/main.cpp
    M test/unit/plang/PLangTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

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


  Commit: 1b4bb0b2bf118923e8faf03088f9bc886986abb4
      https://github.com/PDAL/PDAL/commit/1b4bb0b2bf118923e8faf03088f9bc886986abb4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/PointBuffer.hpp
    M include/pdal/PointBufferIter.hpp
    M src/CMakeLists.txt
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  More swap work.


  Commit: dee797897643933dc17eec517d52770c81c7966a
      https://github.com/PDAL/PDAL/commit/dee797897643933dc17eec517d52770c81c7966a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M doc/apps.rst

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


  Commit: 7b3e1eb5f518ef6612a93701938f61eb98153d28
      https://github.com/PDAL/PDAL/commit/7b3e1eb5f518ef6612a93701938f61eb98153d28
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    A doc/stages/filters.sort.rst
    M doc/stages/index.rst
    M include/pdal/Filters.hpp
    M include/pdal/PointBufferIter.hpp
    A include/pdal/filters/Sort.hpp
    M src/StageFactory.cpp
    A test/data/filters/sort.xml
    M test/unit/CMakeLists.txt
    M test/unit/PointBufferTest.cpp
    M test/unit/filters/MergeTest.cpp
    A test/unit/filters/SortFilterTest.cpp

  Log Message:
  -----------
  Working sort filter.


  Commit: 988ecea691f7b68f0cff288228d98c8c623ca8b8
      https://github.com/PDAL/PDAL/commit/988ecea691f7b68f0cff288228d98c8c623ca8b8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Decimation.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Pipeline.hpp
    M include/pdal/kernel/Translate.hpp
    M src/filters/Decimation.cpp
    M src/kernel/Info.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Translate.cpp

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


  Commit: dfe8898fa32968bed3c5bc23dae97a8037228a6e
      https://github.com/PDAL/PDAL/commit/dfe8898fa32968bed3c5bc23dae97a8037228a6e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/PointBufferIter.hpp

  Log Message:
  -----------
  Formatting.


  Commit: 85896f500a2f71f252b3bf583a9858e8b49ae9df
      https://github.com/PDAL/PDAL/commit/85896f500a2f71f252b3bf583a9858e8b49ae9df
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M apps/pdal.cpp
    M cmake/examples/hobu-config.sh
    M cmake/pdal_targets.cmake
    A doc/stages/filters.attribute.rst
    M doc/stages/filters.pclblock.rst
    A doc/tutorial/after-front1.png
    A doc/tutorial/after-front2.png
    A doc/tutorial/after-front3.png
    A doc/tutorial/after-top1.png
    A doc/tutorial/after-top2.png
    A doc/tutorial/after-top3.png
    M doc/tutorial/index.rst
    A doc/tutorial/original.png
    A doc/tutorial/pcl_ground.rst
    A doc/tutorial/sor_pmf.json
    A doc/tutorial/sor_pmf2.json
    M include/pdal/Bounds.hpp
    M include/pdal/Charbuf.hpp
    M include/pdal/Dimension.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/IStream.hpp
    R include/pdal/Kernel.hpp
    M include/pdal/OStream.hpp
    M include/pdal/Options.hpp
    R include/pdal/PCLConversions.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/PointContext.hpp
    M include/pdal/QuadIndex.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/StageFactory.hpp
    R include/pdal/WebSocketClient.hpp
    M include/pdal/Writer.hpp
    R include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    R include/pdal/drivers/las/Support.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/las/ZipPoint.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    R include/pdal/drivers/pcd/Common.hpp
    R include/pdal/drivers/pcd/Reader.hpp
    R include/pdal/drivers/pcd/Writer.hpp
    R include/pdal/drivers/pcd/point_types.hpp
    R include/pdal/drivers/pclvisualizer/PCLVisualizer.hpp
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M include/pdal/drivers/sqlite/SQLiteReader.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    A include/pdal/filters/Attribute.hpp
    M include/pdal/filters/Decimation.hpp
    A include/pdal/filters/MortonOrder.hpp
    R include/pdal/filters/PCLBlock.hpp
    M include/pdal/kernel/Application.hpp
    M include/pdal/kernel/Delta.hpp
    M include/pdal/kernel/Diff.hpp
    R include/pdal/kernel/Ground.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Kernel.hpp
    A include/pdal/kernel/KernelFactory.hpp
    A include/pdal/kernel/KernelInfo.hpp
    A include/pdal/kernel/Kernels.hpp
    R include/pdal/kernel/PCL.hpp
    M include/pdal/kernel/Pipeline.hpp
    M include/pdal/kernel/Random.hpp
    A include/pdal/kernel/Sort.hpp
    M include/pdal/kernel/Translate.hpp
    R include/pdal/kernel/View.hpp
    M include/pdal/pdal_macros.hpp
    M include/pdal/pdal_types.hpp
    R include/stubs/pcl/console/print.h
    R include/stubs/pcl/filters/voxel_grid.h
    R include/stubs/pcl/for_each_type.h
    R include/stubs/pcl/io/impl/pcd_io.hpp
    R include/stubs/pcl/io/pcd_io.h
    R include/stubs/pcl/pcl_config.h
    R include/stubs/pcl/pipeline/pipeline.h
    R include/stubs/pcl/point_traits.h
    R include/stubs/pcl/point_types.h
    R include/stubs/pcl/visualization/pcl_visualizer.h
    R include/stubs/pcl/visualization/point_cloud_color_handlers.h
    M pdal_defines.h.in
    A plugins/CMakeLists.txt
    A plugins/greyhound/CMakeLists.txt
    A plugins/greyhound/drivers/Exchanges.hpp
    A plugins/greyhound/drivers/GreyhoundReader.cpp
    A plugins/greyhound/drivers/GreyhoundReader.hpp
    A plugins/greyhound/drivers/WebSocketClient.cpp
    A plugins/greyhound/drivers/WebSocketClient.hpp
    A plugins/pcl/CMakeLists.txt
    A plugins/pcl/PCLConversions.hpp
    A plugins/pcl/drivers/PCLVisualizer.cpp
    A plugins/pcl/drivers/PCLVisualizer.hpp
    A plugins/pcl/drivers/PcdCommon.cpp
    A plugins/pcl/drivers/PcdCommon.hpp
    A plugins/pcl/drivers/PcdReader.cpp
    A plugins/pcl/drivers/PcdReader.hpp
    A plugins/pcl/drivers/PcdWriter.cpp
    A plugins/pcl/drivers/PcdWriter.hpp
    A plugins/pcl/drivers/point_types.hpp
    A plugins/pcl/filters/PCLBlock.cpp
    A plugins/pcl/filters/PCLBlock.hpp
    A plugins/pcl/kernel/Ground.cpp
    A plugins/pcl/kernel/Ground.hpp
    A plugins/pcl/kernel/PCL.cpp
    A plugins/pcl/kernel/PCL.hpp
    A plugins/pcl/kernel/Smooth.cpp
    A plugins/pcl/kernel/Smooth.hpp
    A plugins/pcl/kernel/View.cpp
    A plugins/pcl/kernel/View.hpp
    A plugins/pcl/pipeline/PCLPipeline.cpp
    A plugins/pcl/pipeline/PCLPipeline.h
    A plugins/pcl/pipeline/PCLPipeline.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    M src/Charbuf.cpp
    M src/FileUtils.cpp
    M src/GlobalEnvironment.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/StreamFactory.cpp
    M src/Utils.cpp
    R src/WebSocketClient.cpp
    M src/Writer.cpp
    M src/drivers/faux/Reader.cpp
    R src/drivers/greyhound/Exchanges.hpp
    R src/drivers/greyhound/Reader.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/GeotiffSupport.hpp
    M src/drivers/las/Header.cpp
    R src/drivers/las/LasHeaderReader.cpp
    R src/drivers/las/LasHeaderReader.hpp
    R src/drivers/las/LasHeaderWriter.cpp
    R src/drivers/las/LasHeaderWriter.hpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/SummaryData.cpp
    R src/drivers/las/Support.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/oci/common.cpp
    R src/drivers/pcd/Common.cpp
    R src/drivers/pcd/Reader.cpp
    R src/drivers/pcd/Writer.cpp
    R src/drivers/pclvisualizer/PCLVisualizer.cpp
    M src/drivers/pgpointcloud/PgReader.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/drivers/text/Writer.cpp
    A src/filters/Attribute.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    A src/filters/MortonOrder.cpp
    R src/filters/PCLBlock.cpp
    R src/kernel/Application.cpp
    M src/kernel/Delta.cpp
    M src/kernel/Diff.cpp
    R src/kernel/Ground.cpp
    M src/kernel/Info.cpp
    A src/kernel/Kernel.cpp
    A src/kernel/KernelFactory.cpp
    A src/kernel/KernelInfo.cpp
    R src/kernel/PCL.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Random.cpp
    A src/kernel/Sort.cpp
    M src/kernel/Translate.cpp
    R src/kernel/View.cpp
    R src/pclsupport/PCLPipeline.cpp
    R src/pclsupport/PCLPipeline.h
    R src/pclsupport/PCLPipeline.hpp
    M src/pdal_config.cpp
    A test/data/autzen/attributes.dbf
    A test/data/autzen/attributes.prj
    A test/data/autzen/attributes.qix
    A test/data/autzen/attributes.qpj
    A test/data/autzen/attributes.shp
    A test/data/autzen/attributes.shx
    A test/data/filters/attribute.xml
    M test/unit/CMakeLists.txt
    M test/unit/PointBufferTest.cpp
    A test/unit/PointContextTest.cpp
    R test/unit/SchemaLayoutTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StageTester.hpp
    M test/unit/Support.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    R test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    R test/unit/filters/ScalingFilterTest.cpp
    R test/unit/filters/SelectorFilterTest.cpp

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

Conflicts:
	src/StageFactory.cpp


  Commit: 725c2646fc823b4e68a4ca5dae617842a1ed1337
      https://github.com/PDAL/PDAL/commit/725c2646fc823b4e68a4ca5dae617842a1ed1337
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-31 (Fri, 31 Oct 2014)

  Changed paths:
    M src/StageFactory.cpp

  Log Message:
  -----------
  Fix bad merge.


  Commit: c6d230d1626d3c40b403142ee5b2ddd498304961
      https://github.com/PDAL/PDAL/commit/c6d230d1626d3c40b403142ee5b2ddd498304961
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-31 (Fri, 31 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    A doc/stages/filters.sort.rst
    M doc/stages/index.rst
    M include/pdal/Filters.hpp
    M include/pdal/PointBuffer.hpp
    A include/pdal/PointBufferIter.hpp
    A include/pdal/filters/Sort.hpp
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/QuadIndex.cpp
    M src/StageFactory.cpp
    A test/data/filters/sort.xml
    M test/unit/CMakeLists.txt
    M test/unit/PointBufferTest.cpp
    M test/unit/filters/MergeTest.cpp
    A test/unit/filters/SortFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #565 from PDAL/iter

Iter


Compare: https://github.com/PDAL/PDAL/compare/7af9ea9683f4...c6d230d1626d


More information about the pdal-commits mailing list