[pdal-commits] [PDAL/PDAL] 3f1af0: Load only one plugin when guessing plugin names

GitHub noreply at github.com
Thu May 14 08:26:53 PDT 2015


  Branch: refs/heads/pdal-tindex
  Home:   https://github.com/PDAL/PDAL
  Commit: 3f1af0f4350acce47d02422e84d78ca3d569a38d
      https://github.com/PDAL/PDAL/commit/3f1af0f4350acce47d02422e84d78ca3d569a38d
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-26 (Sun, 26 Apr 2015)

  Changed paths:
    M src/PluginManager.cpp

  Log Message:
  -----------
  Load only one plugin when guessing plugin names

In `PluginManager::guessLoadByPath`, the driverName was not being
entirely used when loading plugins. Only the plugin type (filter,
reader, writer) was used. This patch checks the actual name of the
driver (e.g. hexbin) against the filename of the library, and only loads
the plugin if the name matches.

Since a plugin only needs to be loaded once, the return value of the
`loadByPath` call is returned from `guessLoadByPath`. If no plugins are
found, the `guessLoadByPath` now returns -1.


  Commit: 6e210d468195e27c0beae0a7b60489105e0c0a2c
      https://github.com/PDAL/PDAL/commit/6e210d468195e27c0beae0a7b60489105e0c0a2c
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-04-26 (Sun, 26 Apr 2015)

  Changed paths:
    M include/pdal/PluginManager.hpp
    M include/pdal/pdal_macros.hpp
    M src/KernelFactory.cpp
    M src/PluginManager.cpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Plugin manager tweaks.  Avoid integer return codes and simplify a couple things.


  Commit: d639bd7e00416631da5451db5492eb2d64669221
      https://github.com/PDAL/PDAL/commit/d639bd7e00416631da5451db5492eb2d64669221
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-04-26 (Sun, 26 Apr 2015)

  Changed paths:
    M src/PluginManager.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'gadomski/missing-plugin-cleanup' into pm-consistency

Conflicts:
	src/PluginManager.cpp


  Commit: 7a1a00a05f36394ae3d764d10a80ad0adf2dd12a
      https://github.com/PDAL/PDAL/commit/7a1a00a05f36394ae3d764d10a80ad0adf2dd12a
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Failing test for invalid pointcount in las header

If the las header says that the file has more points than it really
does, those extra points will (probably) be zero-filled.

Via bisect, c63f198db2f08caa2a47b34f4c7409a248e22a12 is the first bad
commit.


  Commit: 95d30acd8de2f4a234c8f2b4d88ff3651811bc45
      https://github.com/PDAL/PDAL/commit/95d30acd8de2f4a234c8f2b4d88ff3651811bc45
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  temp outputs


  Commit: 6981805cad769a812aedba382b0e7f00f67ebce1
      https://github.com/PDAL/PDAL/commit/6981805cad769a812aedba382b0e7f00f67ebce1
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  fix for #895


  Commit: 4c3114c7dee91a337995d3af085b0675c6b69986
      https://github.com/PDAL/PDAL/commit/4c3114c7dee91a337995d3af085b0675c6b69986
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M include/pdal/Utils.hpp

  Log Message:
  -----------
  Remove extraneous semicolons.


  Commit: bae837ba541821d9503baab45ebee27486f18e3d
      https://github.com/PDAL/PDAL/commit/bae837ba541821d9503baab45ebee27486f18e3d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    A doc/stages/filters.splitter.rst
    M filters/splitter/SplitterFilter.cpp
    M filters/splitter/SplitterFilter.hpp

  Log Message:
  -----------
  Add origin support for SplitterFilter.


  Commit: f6306ed387fe479b92b9e9b6b050fad8d789fb3e
      https://github.com/PDAL/PDAL/commit/f6306ed387fe479b92b9e9b6b050fad8d789fb3e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M include/pdal/Utils.hpp

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


  Commit: a3e93db03d95cc6d7271c29727a0d5a74a35886e
      https://github.com/PDAL/PDAL/commit/a3e93db03d95cc6d7271c29727a0d5a74a35886e
  Author: Sandro Santilli <strk at keybit.net>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add website link to README file

I could not find it anywhere else (quickly)


  Commit: 1ee93cbe662c00f22bcb9366fd7a50dfd31a6331
      https://github.com/PDAL/PDAL/commit/1ee93cbe662c00f22bcb9366fd7a50dfd31a6331
  Author: Sandro Santilli <strk at keybit.net>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M doc/stages/writers.pgpointcloud.rst

  Log Message:
  -----------
  Document "pcid" option of PgPointcloud writer plugin


  Commit: e36510cdeb7b847462ed722b9be25c75f3760ba6
      https://github.com/PDAL/PDAL/commit/e36510cdeb7b847462ed722b9be25c75f3760ba6
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  added note and test case for #897

Also took the liberty of moving the 2D ctor from cpp file to the hpp
file, to be consistent with the other ctors.


  Commit: aeb457e616747eb6379ff9f103c828eed36b8fcb
      https://github.com/PDAL/PDAL/commit/aeb457e616747eb6379ff9f103c828eed36b8fcb
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge pull request #898 from strk/patch-2

Add website link to README file


  Commit: 1f96d9459ab7f5c9b6b2cdc523d5131e66373057
      https://github.com/PDAL/PDAL/commit/1f96d9459ab7f5c9b6b2cdc523d5131e66373057
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M doc/stages/writers.pgpointcloud.rst

  Log Message:
  -----------
  Merge pull request #899 from strk/pointcloud-docs

Document "pcid" option of PgPointcloud writer plugin


  Commit: 397936b8cf96dea6056ac582564fd311f6ae1180
      https://github.com/PDAL/PDAL/commit/397936b8cf96dea6056ac582564fd311f6ae1180
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M src/PluginManager.cpp

  Log Message:
  -----------
  loadByPath should load DynamicLibrary if they're not already loaded


  Commit: c48f819681fcccc9786078957b60f6d168127e73
      https://github.com/PDAL/PDAL/commit/c48f819681fcccc9786078957b60f6d168127e73
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  (fails on MSVC, see #897 and #900)

Revert "added note and test case for #897"

This reverts commit e36510cdeb7b847462ed722b9be25c75f3760ba6.


  Commit: 4aa5b27a65a01ad3c7b5cdcc8c0aced5dd48b831
      https://github.com/PDAL/PDAL/commit/4aa5b27a65a01ad3c7b5cdcc8c0aced5dd48b831
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  committing again, this time without gratuitous actor fix


  Commit: 87499e59ff74379510145ef06af54b471978ba0b
      https://github.com/PDAL/PDAL/commit/87499e59ff74379510145ef06af54b471978ba0b
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/pdal/PluginManager.hpp
    M include/pdal/pdal_macros.hpp
    M src/KernelFactory.cpp
    M src/PluginManager.cpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #887 from PDAL/pm-consistency

PluginManager consistency


  Commit: d3650b0bc2a77cd30d4b3d1049d8caace292c3eb
      https://github.com/PDAL/PDAL/commit/d3650b0bc2a77cd30d4b3d1049d8caace292c3eb
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Merge branch 'gadomski-las-header-incorrect-pointcount' into las-header-incorrect-pointcount


  Commit: 7c1b66943d31f0a367385fafee4b912c20e374eb
      https://github.com/PDAL/PDAL/commit/7c1b66943d31f0a367385fafee4b912c20e374eb
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M io/las/LasReader.cpp

  Log Message:
  -----------
  Attempt to support mis-labeled LAS headers in the case where
the header's size is larger than the actual number of bytes in
the file would otherwise suggest. This supercedes #893.


  Commit: b3ad3813db4bc3f119257ea867d4f9843dc1776d
      https://github.com/PDAL/PDAL/commit/b3ad3813db4bc3f119257ea867d4f9843dc1776d
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M .gitignore
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  Merge pull request #896 from PDAL/issue-895

Fix for SQLiteCommon::doesTableExist() iteration bug

(merge approved by @hobu)


  Commit: 75c9bf491003886813b8872f4086102a89182b1b
      https://github.com/PDAL/PDAL/commit/75c9bf491003886813b8872f4086102a89182b1b
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M io/las/LasReader.cpp
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #902 from PDAL/las-header-incorrect-pointcount

Read mislabeled LAS files where the header says there are more


  Commit: 1e886489fa8ee6bdafb487b29c0f0c18db4471bd
      https://github.com/PDAL/PDAL/commit/1e886489fa8ee6bdafb487b29c0f0c18db4471bd
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  Merge pull request #901 from PDAL/issue-897

Added note & test for "2D" BBOX3 question


  Commit: 41aec1f071101f277af11d02b1fee3b6452c68a4
      https://github.com/PDAL/PDAL/commit/41aec1f071101f277af11d02b1fee3b6452c68a4
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M plugins/pcl/filters/GroundFilter.cpp
    M plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Add --approximate option to 'pdal ground' for much faster computation #883


  Commit: ea4d6f88cb8715117540688a29176949199edb4a
      https://github.com/PDAL/PDAL/commit/ea4d6f88cb8715117540688a29176949199edb4a
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-09 (Sat, 09 May 2015)

  Changed paths:
    M io/las/LasHeader.cpp

  Log Message:
  -----------
  Don't blindly read LAS files that don't have the first four magic 'LASF' bytes


  Commit: d281c0bf16c166a4313f5b236688340aa263df44
      https://github.com/PDAL/PDAL/commit/d281c0bf16c166a4313f5b236688340aa263df44
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-09 (Sat, 09 May 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  clean up extra tabs in gitignore


  Commit: c0994e0f11b591800052b710abbbcfd27d74649d
      https://github.com/PDAL/PDAL/commit/c0994e0f11b591800052b710abbbcfd27d74649d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M include/pdal/Kernel.hpp
    M kernels/tindex/TIndexKernel.cpp
    M kernels/tindex/TIndexKernel.hpp
    M src/Kernel.cpp

  Log Message:
  -----------
  Temp commit of rewored index kernel.


  Commit: 1af541c3270bf00e50facdb1055e910070bdc786
      https://github.com/PDAL/PDAL/commit/1af541c3270bf00e50facdb1055e910070bdc786
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M filters/splitter/SplitterFilter.cpp

  Log Message:
  -----------
  Fix nan comparison.


  Commit: c67ebaa3d8c03f7947d8aa22b1fba487178d168c
      https://github.com/PDAL/PDAL/commit/c67ebaa3d8c03f7947d8aa22b1fba487178d168c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M .gitignore
    M README.md
    M doc/stages/writers.pgpointcloud.rst
    M include/pdal/PluginManager.hpp
    M include/pdal/pdal_macros.hpp
    M include/pdal/util/Bounds.hpp
    M io/las/LasReader.cpp
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M src/KernelFactory.cpp
    M src/PluginManager.cpp
    M src/StageFactory.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/io/las/LasReaderTest.cpp

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


  Commit: ae374d3c3a54ca48063fd442a216be1fb944a128
      https://github.com/PDAL/PDAL/commit/ae374d3c3a54ca48063fd442a216be1fb944a128
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M filters/splitter/SplitterFilter.cpp

  Log Message:
  -----------
  Add cmath.


  Commit: 8b8de889ebaac4c2359c186acc79243ed19cdfec
      https://github.com/PDAL/PDAL/commit/8b8de889ebaac4c2359c186acc79243ed19cdfec
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M filters/splitter/SplitterFilter.cpp

  Log Message:
  -----------
  Use a != a instead of isnan().


  Commit: 23eecaaf78b3db847837d725300d798d9099a754
      https://github.com/PDAL/PDAL/commit/23eecaaf78b3db847837d725300d798d9099a754
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M io/las/LasHeader.cpp

  Log Message:
  -----------
  Merge pull request #904 from PDAL/detect-bad-las-files

Don't blindly read LAS files that don't have the first four magic 'LASF' bytes


  Commit: 3a56acd61b67410cf31ecef7ca9a3b1cb9c6b82a
      https://github.com/PDAL/PDAL/commit/3a56acd61b67410cf31ecef7ca9a3b1cb9c6b82a
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/pcl/filters/GroundFilter.cpp
    M plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Merge pull request #903 from PDAL/approximate-pdal-ground

Add --approximate option to 'pdal ground' for much faster computation #883


  Commit: cae0e1022fc5a9e8af3c7880547a74b9a1b7e365
      https://github.com/PDAL/PDAL/commit/cae0e1022fc5a9e8af3c7880547a74b9a1b7e365
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  Fix for bbox precision loss (#909)


  Commit: 37762a883684007455543a00334eb99a87fc6ea2
      https://github.com/PDAL/PDAL/commit/37762a883684007455543a00334eb99a87fc6ea2
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  misc refactoring and cleanups

- regularized the log() function
- added getVersion functions
- lifted a couple spatialite operations up into the header
- fixed a bug when column type is null (hit by spatialite version call)
- passing “1” to the spatiality init function now, which yields a big
speedup (http://hub.qgis.org/issues/8340)


  Commit: 02977f10f6a043e4fbec0a0a8f593d6ed60fad14
      https://github.com/PDAL/PDAL/commit/02977f10f6a043e4fbec0a0a8f593d6ed60fad14
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  cleaner LogPtr

and less whitespace


  Commit: 16294591702c3cc7a9e4cdd07586cab0b487108b
      https://github.com/PDAL/PDAL/commit/16294591702c3cc7a9e4cdd07586cab0b487108b
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp

  Log Message:
  -----------
  boost removals

as per code review

and no one-line ifs anymore


  Commit: 5fa6e5996f1e34c680ce387c92304de7e9437d0d
      https://github.com/PDAL/PDAL/commit/5fa6e5996f1e34c680ce387c92304de7e9437d0d
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  lint

warning under OS X build


  Commit: 053285c90d8041ec472697fc4d506c08712e48d4
      https://github.com/PDAL/PDAL/commit/053285c90d8041ec472697fc4d506c08712e48d4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #912 from PDAL/lasreadertest-lint

lint - lasreadertest


  Commit: 246ff7ff29cd4bc70ed233fe482cc7c4ba69706b
      https://github.com/PDAL/PDAL/commit/246ff7ff29cd4bc70ed233fe482cc7c4ba69706b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  Merge pull request #911 from PDAL/sqlite_improvements

misc SQLite refactoring and cleanups


  Commit: 6034ab2c69cecb031cca445205b6e2a80edb9f22
      https://github.com/PDAL/PDAL/commit/6034ab2c69cecb031cca445205b6e2a80edb9f22
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M include/pdal/util/Bounds.hpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  Merge pull request #910 from PDAL/bbox_precisionloss

Fix for bbox precision loss (#909)


  Commit: b87605912cd33f55eb17787ecc3966805546d462
      https://github.com/PDAL/PDAL/commit/b87605912cd33f55eb17787ecc3966805546d462
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M include/pdal/StageFactory.hpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Add support for owning stages in the StageFactory.


  Commit: 3c97084a01bb9c1ef8ceb4e69507f0918117df55
      https://github.com/PDAL/PDAL/commit/3c97084a01bb9c1ef8ceb4e69507f0918117df55
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M include/pdal/StageFactory.hpp
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #913 from PDAL/stage-ownership

Add support for owning stages in the StageFactory.


  Commit: 5f336575e6a424fe51ec325135b42d0910f0b989
      https://github.com/PDAL/PDAL/commit/5f336575e6a424fe51ec325135b42d0910f0b989
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M .gitignore
    M README.md
    A doc/stages/filters.splitter.rst
    M doc/stages/writers.pgpointcloud.rst
    M filters/splitter/SplitterFilter.cpp
    M filters/splitter/SplitterFilter.hpp
    M include/pdal/PluginManager.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/Utils.hpp
    M include/pdal/pdal_macros.hpp
    M include/pdal/util/Bounds.hpp
    M io/las/LasHeader.cpp
    M io/las/LasReader.cpp
    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/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M src/KernelFactory.cpp
    M src/PluginManager.cpp
    M src/StageFactory.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/io/las/LasReaderTest.cpp

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


  Commit: 23c207ce7e59e622fd4bb39f018723ed3162d78d
      https://github.com/PDAL/PDAL/commit/23c207ce7e59e622fd4bb39f018723ed3162d78d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-14 (Thu, 14 May 2015)

  Changed paths:
    M include/pdal/GDALUtils.hpp
    M include/pdal/Kernel.hpp
    M kernels/tindex/TIndexKernel.cpp
    M kernels/tindex/TIndexKernel.hpp
    M src/Kernel.cpp
    M src/pdal_config.cpp

  Log Message:
  -----------
  Semi-working tindex.


Compare: https://github.com/PDAL/PDAL/compare/5e5649eff27e...23c207ce7e59


More information about the pdal-commits mailing list