[pdal-commits] [PDAL/PDAL] c716c3: rehabilitate 'pdal delta' command

GitHub noreply at github.com
Thu Aug 7 14:23:24 PDT 2014


  Branch: refs/heads/point-context-schema
  Home:   https://github.com/PDAL/PDAL
  Commit: c716c3d39950c14d0c130df74bdedf441b377c30
      https://github.com/PDAL/PDAL/commit/c716c3d39950c14d0c130df74bdedf441b377c30
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M include/pdal/kernel/Delta.hpp
    M src/kernel/Delta.cpp

  Log Message:
  -----------
  rehabilitate 'pdal delta' command


  Commit: 3f1e75abd0848bbcd5c7ae74fec6ef3e76e72401
      https://github.com/PDAL/PDAL/commit/3f1e75abd0848bbcd5c7ae74fec6ef3e76e72401
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  silence annoying cmake policies for now


  Commit: c6fdce8c85b279673e14521458c35c7cd34ccd8b
      https://github.com/PDAL/PDAL/commit/c6fdce8c85b279673e14521458c35c7cd34ccd8b
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  only do policy check for CMAKE > 2.x


  Commit: 4a82be69a46f6101900f0b79b76a80e7942b10ba
      https://github.com/PDAL/PDAL/commit/4a82be69a46f6101900f0b79b76a80e7942b10ba
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-23 (Wed, 23 Jul 2014)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  no need to explicitly find libtiff. libgeotiff is already linked against it


  Commit: 52dfe0cd8661c9808de3165f7ff9be9227b32cea
      https://github.com/PDAL/PDAL/commit/52dfe0cd8661c9808de3165f7ff9be9227b32cea
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-23 (Wed, 23 Jul 2014)

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

  Log Message:
  -----------
  update my config


  Commit: d29b4b49e285dad96663722d22e57ba3131ad8a1
      https://github.com/PDAL/PDAL/commit/d29b4b49e285dad96663722d22e57ba3131ad8a1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-23 (Wed, 23 Jul 2014)

  Changed paths:
    M src/XMLSchema.cpp

  Log Message:
  -----------
  the actual buffer size of the xmlBuffer is b->use, not b->size. you're so obvious libxml2


  Commit: 488cefb9a503a047b87048b7dae5a59723d9c338
      https://github.com/PDAL/PDAL/commit/488cefb9a503a047b87048b7dae5a59723d9c338
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/drivers/sqlite/Reader.hpp
    M include/pdal/drivers/sqlite/Writer.hpp
    M include/pdal/drivers/sqlite/common.hpp
    M pdal_defines.h.in
    M src/CMakeLists.txt
    M src/drivers/sqlite/Reader.cpp
    M src/drivers/sqlite/Writer.cpp
    M test/unit/drivers/sqlite/Writer.cpp

  Log Message:
  -----------
  drivers.sqlite.writer based on sqlite3 C API. remove SOCI dependency


  Commit: a5738e5490e9240cc836d5a9b1e2927f1022c5f2
      https://github.com/PDAL/PDAL/commit/a5738e5490e9240cc836d5a9b1e2927f1022c5f2
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M include/pdal/Drivers.hpp
    R include/pdal/drivers/sqlite/Reader.hpp
    A include/pdal/drivers/sqlite/SQLiteCommon.hpp
    A include/pdal/drivers/sqlite/SQLiteReader.hpp
    A include/pdal/drivers/sqlite/SQLiteWriter.hpp
    R include/pdal/drivers/sqlite/Writer.hpp
    R include/pdal/drivers/sqlite/common.hpp
    M src/CMakeLists.txt
    M src/StageFactory.cpp
    R src/drivers/sqlite/Reader.cpp
    A src/drivers/sqlite/SQLiteReader.cpp
    A src/drivers/sqlite/SQLiteWriter.cpp
    R src/drivers/sqlite/Writer.cpp
    M test/unit/CMakeLists.txt
    A test/unit/drivers/sqlite/SQLiteWriterTest.cpp
    R test/unit/drivers/sqlite/Writer.cpp

  Log Message:
  -----------
  rename drivers.sqlite to SQLiteWriter/SQLiteReader


  Commit: 304ac6a6797a1080e2ef6fe7a130d3ec4dba2c85
      https://github.com/PDAL/PDAL/commit/304ac6a6797a1080e2ef6fe7a130d3ec4dba2c85
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M src/StageFactory.cpp

  Log Message:
  -----------
  add sqlite to StageFactory


  Commit: 0e5392fc675cb48b8ee6a6ed24c6096b187c7f2d
      https://github.com/PDAL/PDAL/commit/0e5392fc675cb48b8ee6a6ed24c6096b187c7f2d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M src/drivers/sqlite/SQLiteWriter.cpp

  Log Message:
  -----------
  fix ups for drivers.sqlite.writer to actually work


  Commit: 177af28755efdc9b4ed176d092cba342ddbec342
      https://github.com/PDAL/PDAL/commit/177af28755efdc9b4ed176d092cba342ddbec342
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M src/drivers/sqlite/SQLiteWriter.cpp

  Log Message:
  -----------
  handle situation where a query doesn't return any rows. insert schema correctly into cloud table


  Commit: 1197542dd452878a6939ca19d839a2f1ac8869f2
      https://github.com/PDAL/PDAL/commit/1197542dd452878a6939ca19d839a2f1ac8869f2
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    A include/pdal/drivers/sqlite/SQLiteIterator.hpp
    M include/pdal/drivers/sqlite/SQLiteReader.hpp
    M src/CMakeLists.txt
    A src/drivers/sqlite/SQLiteIterator.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp

  Log Message:
  -----------
  almost working drivers.sqlite.reader


  Commit: f38a71a7a9ab0e89ad866a2be8268f9485090081
      https://github.com/PDAL/PDAL/commit/f38a71a7a9ab0e89ad866a2be8268f9485090081
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp

  Log Message:
  -----------
  put some more logging in, shutdown/initialize for sqlite3


  Commit: 465481f593f1c9a0618025485e6b69fae6f258d6
      https://github.com/PDAL/PDAL/commit/465481f593f1c9a0618025485e6b69fae6f258d6
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  ask ABELL about what happens when appendPoint is given bad input


  Commit: ebaab646b015d22cf55d47d6ef0e3949282a45dd
      https://github.com/PDAL/PDAL/commit/ebaab646b015d22cf55d47d6ef0e3949282a45dd
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M src/drivers/sqlite/SQLiteWriter.cpp

  Log Message:
  -----------
  some cleanups, more logs


  Commit: d9ce4f818c7f6c7899b05af365d31e45ff6e3097
      https://github.com/PDAL/PDAL/commit/d9ce4f818c7f6c7899b05af365d31e45ff6e3097
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M include/pdal/drivers/sqlite/SQLiteIterator.hpp
    M src/drivers/sqlite/SQLiteIterator.cpp

  Log Message:
  -----------
  more drivers.sqlite.reader -- still not quite working


  Commit: 018cee1cbdb1d204c5adf7ff4f57cb441d2632a5
      https://github.com/PDAL/PDAL/commit/018cee1cbdb1d204c5adf7ff4f57cb441d2632a5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M src/drivers/sqlite/SQLiteIterator.cpp
    A test/data/drivers/sqlite-reader.xml
    A test/data/drivers/sqlite-writer.xml
    M test/unit/CMakeLists.txt
    A test/unit/drivers/sqlite/SQLiteTest.cpp
    R test/unit/drivers/sqlite/SQLiteWriterTest.cpp

  Log Message:
  -----------
  working drivers.sqlite.reader with tests


  Commit: 1c04ea598044817e8195d8f04273e354f17623cd
      https://github.com/PDAL/PDAL/commit/1c04ea598044817e8195d8f04273e354f17623cd
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp

  Log Message:
  -----------
  turn off sqlite3_enable_load_extension which isn't quite working yet


  Commit: bee394f710ceec190661851015d68488faf8a783
      https://github.com/PDAL/PDAL/commit/bee394f710ceec190661851015d68488faf8a783
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-07-29 (Tue, 29 Jul 2014)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  remove VTK dependency


  Commit: ec910baa46f5cc312200016232b40ed623956d68
      https://github.com/PDAL/PDAL/commit/ec910baa46f5cc312200016232b40ed623956d68
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-07-29 (Tue, 29 Jul 2014)

  Changed paths:
    M scripts/vagrant/pcl.sh

  Log Message:
  -----------
  be a little more explicit about what PCL modules are built


  Commit: fc52deca5d03acb8a599c81f89c2e788917b453a
      https://github.com/PDAL/PDAL/commit/fc52deca5d03acb8a599c81f89c2e788917b453a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  @rpath support for OSX (only)


  Commit: 37284b1212e6556d8ae34d2a261e823eec2d4363
      https://github.com/PDAL/PDAL/commit/37284b1212e6556d8ae34d2a261e823eec2d4363
  Author: Howard Butler <hobu at hobu.co>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M CMakeLists.txt
    M cmake/examples/hobu-windows.bat
    M cmake/modules/FindGEOS.cmake
    M cmake/modules/FindNitro.cmake
    M cmake/modules/FindPoints2Grid.cmake
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/oci/common.hpp
    M include/pdal/drivers/sbet/Common.hpp
    M src/Schema.cpp

  Log Message:
  -----------
  a whole bunch of windows-related fixups. compiles with osgeo4w64 on msvc2013


  Commit: e414cd74054695a621e7ec95e08d24a3b871d318
      https://github.com/PDAL/PDAL/commit/e414cd74054695a621e7ec95e08d24a3b871d318
  Author: Howard Butler <hobu at hobu.co>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M cmake/examples/hobu-windows.bat

  Log Message:
  -----------
  windows tweaks to my config file


  Commit: c1baf2dee5d295aaa5e89fa89e334d18eed1abc7
      https://github.com/PDAL/PDAL/commit/c1baf2dee5d295aaa5e89fa89e334d18eed1abc7
  Author: Howard Butler <hobu at hobu.co>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M include/pdal/Dimension.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/pdal_types.hpp

  Log Message:
  -----------
  some MSVC warnings cleanups


  Commit: 8e53f0ae05a59a7fe5f00d5eb0aa60a487dcc21f
      https://github.com/PDAL/PDAL/commit/8e53f0ae05a59a7fe5f00d5eb0aa60a487dcc21f
  Author: Howard Butler <hobu at hobu.co>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M include/pdal/Filter.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageIterator.hpp

  Log Message:
  -----------
  more MSVC warnings cleanups


  Commit: a8614875e7dd7808c2e4b42400f1d0039f9666c5
      https://github.com/PDAL/PDAL/commit/a8614875e7dd7808c2e4b42400f1d0039f9666c5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M CMakeLists.txt
    M cmake/examples/hobu-windows.bat
    M cmake/modules/FindGEOS.cmake
    M cmake/modules/FindNitro.cmake
    M cmake/modules/FindPoints2Grid.cmake
    M include/pdal/Dimension.hpp
    M include/pdal/Filter.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/oci/common.hpp
    M include/pdal/drivers/sbet/Common.hpp
    M include/pdal/pdal_types.hpp
    M src/Schema.cpp

  Log Message:
  -----------
  Merge branch 'point-context' of github.com:PDAL/PDAL into point-context


  Commit: 544e35258351a46ebc0b2d8a2d43eeb88f8dced9
      https://github.com/PDAL/PDAL/commit/544e35258351a46ebc0b2d8a2d43eeb88f8dced9
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M include/pdal/FilterIterator.hpp
    M include/pdal/MultiFilterIterator.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/bpf/BpfSeqIterator.hpp
    M include/pdal/drivers/caris/CloudIterator.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Mosaic.hpp
    M src/StageIterator.cpp
    M src/drivers/bpf/BpfSeqIterator.cpp
    M src/drivers/icebridge/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/filters/Mosaic.cpp

  Log Message:
  -----------
  fix up readBufferImpl virtual to return point_count_t


  Commit: 9a509c52ec37f7cae8081c167015aca7a33401c2
      https://github.com/PDAL/PDAL/commit/9a509c52ec37f7cae8081c167015aca7a33401c2
  Author: Howard Butler <hobu at hobu.co>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M include/pdal/Dimension.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Reader.hpp
    M include/pdal/Schema.hpp
    M include/pdal/Writer.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/pdal_types.hpp
    M src/PointBuffer.cpp
    M src/filters/Chipper.cpp

  Log Message:
  -----------
  better-defined PointId typedef and clean up of aftermath


  Commit: a1e104be65fb219ec620d443e5e9eae8dca45836
      https://github.com/PDAL/PDAL/commit/a1e104be65fb219ec620d443e5e9eae8dca45836
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  default to osgeo4w64 for library path on windows


  Commit: 12f0249d0444a0d84d2653b8c626a91e5ca27bb5
      https://github.com/PDAL/PDAL/commit/12f0249d0444a0d84d2653b8c626a91e5ca27bb5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  attempt to get Travis going again


  Commit: 333040b568db8d8267c34e776d4f735436655345
      https://github.com/PDAL/PDAL/commit/333040b568db8d8267c34e776d4f735436655345
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  another swing at getting travis going


  Commit: df96a980020a9905135e805945e621c7a2b9e500
      https://github.com/PDAL/PDAL/commit/df96a980020a9905135e805945e621c7a2b9e500
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  try debiangis-unstable for Travis packages


  Commit: d9fd061332ce05fac99ddb2037dac7fe62b60ab0
      https://github.com/PDAL/PDAL/commit/d9fd061332ce05fac99ddb2037dac7fe62b60ab0
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  try debiangis-unstable for Travis packages


  Commit: 8a843d0bab5a2a8a90cc9b50ed9d99cccbb1e015
      https://github.com/PDAL/PDAL/commit/8a843d0bab5a2a8a90cc9b50ed9d99cccbb1e015
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: f2bf2a223491852ddf4641a6d27c9c45650467fa
      https://github.com/PDAL/PDAL/commit/f2bf2a223491852ddf4641a6d27c9c45650467fa
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: f63d1ffc17eb68f17961851f1872c1b3b77cc853
      https://github.com/PDAL/PDAL/commit/f63d1ffc17eb68f17961851f1872c1b3b77cc853
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: c55ec3f7c93bfd60ad6145a28c961be742a0d3e0
      https://github.com/PDAL/PDAL/commit/c55ec3f7c93bfd60ad6145a28c961be742a0d3e0
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: b538e53d3f851342c49638d6d61047a64aa8d0c2
      https://github.com/PDAL/PDAL/commit/b538e53d3f851342c49638d6d61047a64aa8d0c2
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: 3a2ac5c9acf296d3cc13427c81c5fea560871399
      https://github.com/PDAL/PDAL/commit/3a2ac5c9acf296d3cc13427c81c5fea560871399
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  another swing at travis-ci


  Commit: 2f76dc8364c26f4d7de15480bc29c191d110ae9a
      https://github.com/PDAL/PDAL/commit/2f76dc8364c26f4d7de15480bc29c191d110ae9a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    A include/pdal/Algorithm.hpp

  Log Message:
  -----------
  Text and qfit changes.


  Commit: cc2b5e35f69f9a524b456c9ce72213b4759e2783
      https://github.com/PDAL/PDAL/commit/cc2b5e35f69f9a524b456c9ce72213b4759e2783
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M include/pdal/Dimension.hpp
    M include/pdal/PointContext.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/text/Writer.hpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/text/Writer.cpp

  Log Message:
  -----------
  Qfit and Text changes.


  Commit: 59c04ee2354030f9836391f1c3b07d04fc40b056
      https://github.com/PDAL/PDAL/commit/59c04ee2354030f9836391f1c3b07d04fc40b056
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M CMakeLists.txt
    M Vagrantfile
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/modules/FindGEOS.cmake
    M cmake/modules/FindNitro.cmake
    M cmake/modules/FindPoints2Grid.cmake
    M include/pdal/Drivers.hpp
    M include/pdal/Filter.hpp
    M include/pdal/FilterIterator.hpp
    M include/pdal/MultiFilterIterator.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Reader.hpp
    M include/pdal/Schema.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/Writer.hpp
    M include/pdal/drivers/bpf/BpfSeqIterator.hpp
    M include/pdal/drivers/caris/CloudIterator.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/oci/common.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/sbet/Common.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    R include/pdal/drivers/sqlite/Reader.hpp
    A include/pdal/drivers/sqlite/SQLiteCommon.hpp
    A include/pdal/drivers/sqlite/SQLiteIterator.hpp
    A include/pdal/drivers/sqlite/SQLiteReader.hpp
    A include/pdal/drivers/sqlite/SQLiteWriter.hpp
    R include/pdal/drivers/sqlite/Writer.hpp
    R include/pdal/drivers/sqlite/common.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/kernel/Delta.hpp
    M include/pdal/pdal_types.hpp
    M pdal_defines.h.in
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh
    M scripts/vagrant/pcl.sh
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/Schema.cpp
    M src/StageFactory.cpp
    M src/StageIterator.cpp
    M src/XMLSchema.cpp
    M src/drivers/bpf/BpfSeqIterator.cpp
    M src/drivers/icebridge/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    R src/drivers/sqlite/Reader.cpp
    A src/drivers/sqlite/SQLiteIterator.cpp
    A src/drivers/sqlite/SQLiteReader.cpp
    A src/drivers/sqlite/SQLiteWriter.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/filters/Chipper.cpp
    M src/filters/Mosaic.cpp
    M src/kernel/Delta.cpp
    A test/data/drivers/sqlite-reader.xml
    A test/data/drivers/sqlite-writer.xml
    M test/unit/CMakeLists.txt
    A test/unit/drivers/sqlite/SQLiteTest.cpp
    R test/unit/drivers/sqlite/Writer.cpp

  Log Message:
  -----------
  Merge branch 'point-context' of https://github.com/PDAL/PDAL into point-context-schema

Conflicts:
	include/pdal/Dimension.hpp
	include/pdal/PointBuffer.hpp
	include/pdal/Schema.hpp
	include/pdal/drivers/oci/common.hpp
	include/pdal/drivers/qfit/Reader.hpp
	include/pdal/drivers/sbet/Common.hpp
	src/PointBuffer.cpp
	src/drivers/las/Reader.cpp
	src/drivers/qfit/Reader.cpp
	src/drivers/sqlite/Writer.cpp
	src/kernel/Delta.cpp


  Commit: da0e82544415e0737db280e6e7a23743a666990d
      https://github.com/PDAL/PDAL/commit/da0e82544415e0737db280e6e7a23743a666990d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/pgpointcloud/PgIterator.hpp
    M include/pdal/drivers/pgpointcloud/PgReader.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/OciSeqIterator.cpp
    M src/drivers/pgpointcloud/PgIterator.cpp
    M src/drivers/pgpointcloud/PgReader.cpp
    M src/drivers/pgpointcloud/Writer.cpp

  Log Message:
  -----------
  pgpointcloud to new dimension scheme.
Move setField to PointBuffer in lieu of setRawField.


  Commit: 4599782e5fbe49be8e217481208d8cca2b92452c
      https://github.com/PDAL/PDAL/commit/4599782e5fbe49be8e217481208d8cca2b92452c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M include/pdal/drivers/pgpointcloud/PgIterator.hpp
    M src/drivers/pgpointcloud/PgIterator.cpp

  Log Message:
  -----------
  Remove dead headers.


  Commit: ab873c20062570c46fd1da8028aa60cafdc95332
      https://github.com/PDAL/PDAL/commit/ab873c20062570c46fd1da8028aa60cafdc95332
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M include/pdal/drivers/sbet/Reader.hpp
    M include/pdal/drivers/sbet/Writer.hpp
    M src/drivers/sbet/Reader.cpp
    M src/drivers/sbet/Writer.cpp

  Log Message:
  -----------
  Sbet to new dimension scheme.


  Commit: d90264b035a192c7dc964e817ab1e3744ceaeaf2
      https://github.com/PDAL/PDAL/commit/d90264b035a192c7dc964e817ab1e3744ceaeaf2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M src/drivers/icebridge/Reader.cpp

  Log Message:
  -----------
  Icebridge to new dimension scheme.


Compare: https://github.com/PDAL/PDAL/compare/aca88324219f...d90264b035a1


More information about the pdal-commits mailing list