[pdal-commits] [PDAL/PDAL] 0a0538: use KernelFactory and KernelInfo to display list o...
GitHub
noreply at github.com
Mon Dec 22 11:40:46 PST 2014
Branch: refs/heads/issues/666-kernel-plugins
Home: https://github.com/PDAL/PDAL
Commit: 0a05387623e82305677da3a27aef0bb105483f14
https://github.com/PDAL/PDAL/commit/0a05387623e82305677da3a27aef0bb105483f14
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-12-22 (Mon, 22 Dec 2014)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
M apps/pdal.cpp
M kernels/KernelFactory.cpp
M kernels/delta/DeltaKernel.hpp
M kernels/diff/DiffKernel.hpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.hpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.hpp
M kernels/translate/TranslateKernel.hpp
M plugins/pcl/kernel/GroundKernel.hpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.hpp
M plugins/pcl/kernel/ViewKernel.hpp
M test/unit/Support.cpp
Log Message:
-----------
use KernelFactory and KernelInfo to display list of available kernels and determine if the provided kernel is valid in PDAL application
Commit: 70c66923c487250cff81ddf5e37868410f0a4f7b
https://github.com/PDAL/PDAL/commit/70c66923c487250cff81ddf5e37868410f0a4f7b
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-12-22 (Mon, 22 Dec 2014)
Changed paths:
M test/unit/SupportTest.cpp
Log Message:
-----------
test binary directory may differ from the pdal app directory (if PDAL_BUNDLE=ON), test names may also change, so just use pdal app instead of a specific test
Compare: https://github.com/PDAL/PDAL/compare/0a05387623e8^...70c66923c487
More information about the pdal-commits
mailing list