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

GitHub noreply at github.com
Wed Oct 22 12:53:44 PDT 2014


  Branch: refs/heads/iter
  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.


Compare: https://github.com/PDAL/PDAL/compare/97f33e996a54^...dfe8898fa329


More information about the pdal-commits mailing list