[pdal-commits] [PDAL/PDAL] 42cebf: Pass options when stage is created as part of kern...
GitHub
noreply at github.com
Tue Aug 9 08:12:13 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 42cebfccd8ce82c64ea778aac43d422278ef3024
https://github.com/PDAL/PDAL/commit/42cebfccd8ce82c64ea778aac43d422278ef3024
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Kernel.hpp
M include/pdal/Options.hpp
M include/pdal/PipelineManager.hpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M src/Kernel.cpp
M src/PipelineManager.cpp
M src/PipelineReaderJSON.cpp
M src/PipelineReaderXML.cpp
A test/data/pipeline/sort2.json.in
M test/unit/PipelineManagerTest.cpp
Log Message:
-----------
Pass options when stage is created as part of kernel.
Commit: 728e091c89632f50cec4b94001bb2350d800a819
https://github.com/PDAL/PDAL/commit/728e091c89632f50cec4b94001bb2350d800a819
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M io/pts/PtsReader.cpp
M kernels/split/SplitKernel.cpp
M test/unit/PluginManagerTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-1277
Commit: 0e7befb0b831b175f4e4a882236dcd98d7bbd2b7
https://github.com/PDAL/PDAL/commit/0e7befb0b831b175f4e4a882236dcd98d7bbd2b7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M test/unit/PluginManagerTest.cpp
Log Message:
-----------
Fix test by ignoring count and checking install path.
Commit: b7b7afa8d5b7bb1ed31475a6ec77838d9dfb46ae
https://github.com/PDAL/PDAL/commit/b7b7afa8d5b7bb1ed31475a6ec77838d9dfb46ae
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-08-09 (Tue, 09 Aug 2016)
Changed paths:
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Kernel.hpp
M include/pdal/Options.hpp
M include/pdal/PipelineManager.hpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M src/Kernel.cpp
M src/PipelineManager.cpp
M src/PipelineReaderJSON.cpp
M src/PipelineReaderXML.cpp
A test/data/pipeline/sort2.json.in
M test/unit/PipelineManagerTest.cpp
M test/unit/PluginManagerTest.cpp
Log Message:
-----------
Merge pull request #1279 from PDAL/issue-1277
Issue 1277
Compare: https://github.com/PDAL/PDAL/compare/78be34b6abc0...b7b7afa8d5b7
More information about the pdal-commits
mailing list