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

GitHub noreply at github.com
Mon Nov 3 07:12:14 PST 2014


  Branch: refs/heads/lasdump
  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: c138e2b131f573048a95f55c38937c20ec982941
      https://github.com/PDAL/PDAL/commit/c138e2b131f573048a95f55c38937c20ec982941
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Drivers.hpp
    R include/pdal/WebSocketClient.hpp
    R include/pdal/drivers/greyhound/Reader.hpp
    M pdal_defines.h.in
    M 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
    M src/CMakeLists.txt
    M src/StageFactory.cpp
    R src/WebSocketClient.cpp
    R src/drivers/greyhound/Exchanges.hpp
    R src/drivers/greyhound/Reader.cpp

  Log Message:
  -----------
  initial greyhound plugin


  Commit: 654183f1c58a4a8ea01d9c657765e6e5ba7721ff
      https://github.com/PDAL/PDAL/commit/654183f1c58a4a8ea01d9c657765e6e5ba7721ff
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Drivers.hpp
    R include/pdal/WebSocketClient.hpp
    R include/pdal/drivers/greyhound/Reader.hpp
    M pdal_defines.h.in
    M 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
    M src/CMakeLists.txt
    M src/StageFactory.cpp
    R src/WebSocketClient.cpp
    R src/drivers/greyhound/Exchanges.hpp
    R src/drivers/greyhound/Reader.cpp

  Log Message:
  -----------
  Merge pull request #561 from PDAL/issues/553-greyhound-plugin

initial greyhound plugin


  Commit: b98c05c005df09db739d6bce4c605035ccbe4cdb
      https://github.com/PDAL/PDAL/commit/b98c05c005df09db739d6bce4c605035ccbe4cdb
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  ignore .pyc files


  Commit: 066a5e73d5668a48b2432d0ff3293132af48e5c7
      https://github.com/PDAL/PDAL/commit/066a5e73d5668a48b2432d0ff3293132af48e5c7
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Drivers.hpp
    R include/pdal/WebSocketClient.hpp
    R include/pdal/drivers/greyhound/Reader.hpp
    M pdal_defines.h.in
    M 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
    M src/CMakeLists.txt
    M src/StageFactory.cpp
    R src/WebSocketClient.cpp
    R src/drivers/greyhound/Exchanges.hpp
    R src/drivers/greyhound/Reader.cpp

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


  Commit: 38d1ed79e04f5545164f9aa45c5a8d93b957789c
      https://github.com/PDAL/PDAL/commit/38d1ed79e04f5545164f9aa45c5a8d93b957789c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M doc/tutorial/pcl_ground.rst

  Log Message:
  -----------
  fix title/section delineation in ground tutorial


  Commit: 224f6aebae9f1e09858f2a1632e15eec6e94a9df
      https://github.com/PDAL/PDAL/commit/224f6aebae9f1e09858f2a1632e15eec6e94a9df
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M doc/tutorial/pcl_ground.rst

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


  Commit: 0c69fbffc7e880af4addaa84ca1f4190e8408431
      https://github.com/PDAL/PDAL/commit/0c69fbffc7e880af4addaa84ca1f4190e8408431
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/common.cpp

  Log Message:
  -----------
  drivers.oci.reader: override XYZ dimensions to <double> before reading them from XML schema


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

  Changed paths:
    M include/pdal/PointContext.hpp
    M test/unit/CMakeLists.txt
    A test/unit/PointContextTest.cpp

  Log Message:
  -----------
  Add type registration tests.


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

  Changed paths:
    M .gitignore
    M doc/tutorial/pcl_ground.rst
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/common.cpp

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


  Commit: 74abc5dc08c0d90e74f128380de67d40a8d8359b
      https://github.com/PDAL/PDAL/commit/74abc5dc08c0d90e74f128380de67d40a8d8359b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M src/drivers/oci/common.cpp

  Log Message:
  -----------
  support reading oracle connection string from a filename in addition to simply using the string #548


  Commit: 1fd6e77d3c93d41e0c0239971467597c2a38022a
      https://github.com/PDAL/PDAL/commit/1fd6e77d3c93d41e0c0239971467597c2a38022a
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M src/drivers/oci/common.cpp

  Log Message:
  -----------
  Merge pull request #548 from PDAL/issues/548-oci-connection-filename

PDAL OCI reader needs a different connection method for GRiD / Greyhound integration


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

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Simplify test names.


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

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp

  Log Message:
  -----------
  Add test for NITF spatial reference option override.


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

  Changed paths:
    M src/drivers/oci/common.cpp

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


  Commit: d29845885876fa39085c3169fda738f28edc1dd2
      https://github.com/PDAL/PDAL/commit/d29845885876fa39085c3169fda738f28edc1dd2
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  put back hackish code to set global_encoding/reserved from base64 Metadata/Option


  Commit: 5ddbd1f07f0925893867a1350d0a8e216e818316
      https://github.com/PDAL/PDAL/commit/5ddbd1f07f0925893867a1350d0a8e216e818316
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

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

  Log Message:
  -----------
  default my cmake config to Debug


  Commit: 415f70ca58688ae912859bf04aeba16318450ba5
      https://github.com/PDAL/PDAL/commit/415f70ca58688ae912859bf04aeba16318450ba5
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/drivers/oci/common.cpp
    M test/unit/PointBufferTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp

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


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

  Changed paths:
    M src/drivers/las/Writer.cpp
    A test/data/nitf/las2nitf.xml

  Log Message:
  -----------
  Handle forwarded metadata regardless of case.


  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: 7af9ea9683f49423f13d7edf28f0ad14bc56474a
      https://github.com/PDAL/PDAL/commit/7af9ea9683f49423f13d7edf28f0ad14bc56474a
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp
    A test/data/nitf/las2nitf.xml

  Log Message:
  -----------
  Merge pull request #564 from PDAL/forward

Handle forwarded metadata regardless of case.


  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


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

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M cmake/examples/hobu-config.sh
    A doc/stages/filters.sort.rst
    M doc/stages/index.rst
    M doc/tutorial/pcl_ground.rst
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/PointBuffer.hpp
    A include/pdal/PointBufferIter.hpp
    M include/pdal/PointContext.hpp
    M include/pdal/SpatialReference.hpp
    R include/pdal/WebSocketClient.hpp
    R include/pdal/drivers/greyhound/Reader.hpp
    A include/pdal/filters/Sort.hpp
    M pdal_defines.h.in
    M 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
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/QuadIndex.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    R src/WebSocketClient.cpp
    R src/drivers/greyhound/Exchanges.hpp
    R src/drivers/greyhound/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/common.cpp
    A test/data/filters/sort.xml
    A test/data/nitf/las2nitf.xml
    M test/unit/CMakeLists.txt
    M test/unit/PointBufferTest.cpp
    A test/unit/PointContextTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/filters/MergeTest.cpp
    A test/unit/filters/SortFilterTest.cpp

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

Conflicts:
	src/CMakeLists.txt


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

  Changed paths:
    M src/kernel/Kernel.cpp

  Log Message:
  -----------
  Fix initialization order.


  Commit: 1e2b5e396e04f26052c70b0138095ec46da8af13
      https://github.com/PDAL/PDAL/commit/1e2b5e396e04f26052c70b0138095ec46da8af13
  Author: Andrew <andrew at abell-vb2.(none)>
  Date:   2014-10-31 (Fri, 31 Oct 2014)

  Changed paths:
    M scripts/ci/common.sh

  Log Message:
  -----------
  Use fewer threads for g++ to conserve memory.


  Commit: 846d899edc8fd8741850a2716edadefaf1ca907b
      https://github.com/PDAL/PDAL/commit/846d899edc8fd8741850a2716edadefaf1ca907b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M doc/stages/index.rst

  Log Message:
  -----------
  add filters.attribute to stage list


  Commit: bf304c22e807752c422565f7837c41e70a7698fc
      https://github.com/PDAL/PDAL/commit/bf304c22e807752c422565f7837c41e70a7698fc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M CMakeLists.txt
    A cmake/compiler_options.cmake
    A cmake/unix_compiler_options.cmake
    A cmake/win32_compiler_options.cmake
    M tools/lasdump/CMakeLists.txt
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Dumper.hpp
    M tools/lasdump/Lasdump.hpp

  Log Message:
  -----------
  Move compiler options.
Allow output to specified file.


  Commit: 744a40670968a84845657a2d92cab258796278c2
      https://github.com/PDAL/PDAL/commit/744a40670968a84845657a2d92cab258796278c2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M doc/stages/index.rst
    M scripts/ci/common.sh
    M src/kernel/Kernel.cpp

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


  Commit: 6d77a046d05552c9ea92277158c99ee6f63a513f
      https://github.com/PDAL/PDAL/commit/6d77a046d05552c9ea92277158c99ee6f63a513f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M util/Bounds.cpp
    M util/CMakeLists.txt

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


Compare: https://github.com/PDAL/PDAL/compare/8bd29bc1fb24...6d77a046d055


More information about the pdal-commits mailing list