[pdal-commits] [PDAL/PDAL] 6afc8b: group PCL related things in src/CMakeLists
GitHub
noreply at github.com
Tue Oct 14 07:22:53 PDT 2014
Branch: refs/heads/isolate-pcl
Home: https://github.com/PDAL/PDAL
Commit: 6afc8b8f021e12916f81ce728e58fa9c6a5b77bc
https://github.com/PDAL/PDAL/commit/6afc8b8f021e12916f81ce728e58fa9c6a5b77bc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M src/CMakeLists.txt
Log Message:
-----------
group PCL related things in src/CMakeLists
Commit: 563b84feda9fac89e249c5aba6c66c7410583d97
https://github.com/PDAL/PDAL/commit/563b84feda9fac89e249c5aba6c66c7410583d97
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
R include/stubs/pcl/console/print.h
R include/stubs/pcl/filters/voxel_grid.h
R include/stubs/pcl/for_each_type.h
R include/stubs/pcl/io/impl/pcd_io.hpp
R include/stubs/pcl/io/pcd_io.h
R include/stubs/pcl/pcl_config.h
R include/stubs/pcl/pipeline/pipeline.h
R include/stubs/pcl/point_traits.h
R include/stubs/pcl/point_types.h
R include/stubs/pcl/visualization/pcl_visualizer.h
R include/stubs/pcl/visualization/point_cloud_color_handlers.h
Log Message:
-----------
remove stubs
Commit: 80ed208bff0cf3bc49bee8e3a05e57e69df95315
https://github.com/PDAL/PDAL/commit/80ed208bff0cf3bc49bee8e3a05e57e69df95315
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/filters/PCLBlock.hpp
M include/pdal/kernel/View.hpp
M src/filters/PCLBlock.cpp
Log Message:
-----------
PCLBlock is not built without PDAL_HAVE_PCL, so no need to test again
Commit: 1e13fc14d4effb77e724dcdd76b57eea93dba752
https://github.com/PDAL/PDAL/commit/1e13fc14d4effb77e724dcdd76b57eea93dba752
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/StageFactory.hpp
M src/StageFactory.cpp
Log Message:
-----------
group PCL things in StageFactory
Commit: 42c9536cb3bbaab28914667d2d66d2598f33f825
https://github.com/PDAL/PDAL/commit/42c9536cb3bbaab28914667d2d66d2598f33f825
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
more stub removal
Commit: a5affe17aaaf5d5f2e383165ae88b3b36b04dc5d
https://github.com/PDAL/PDAL/commit/a5affe17aaaf5d5f2e383165ae88b3b36b04dc5d
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
quiet two particularly noisy warnings
Commit: fd3f685fe4269666d33ab7e7361340a0ca4d9400
https://github.com/PDAL/PDAL/commit/fd3f685fe4269666d33ab7e7361340a0ca4d9400
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
A include/pdal/pclsupport/PCLPipeline.h
A include/pdal/pclsupport/PCLPipeline.hpp
M src/CMakeLists.txt
M src/filters/PCLBlock.cpp
M src/pclsupport/PCLPipeline.cpp
R src/pclsupport/PCLPipeline.h
R src/pclsupport/PCLPipeline.hpp
Log Message:
-----------
move pclsupport includes to include/pdal/pclsupport
Commit: 8fcc7a4b5add31137f320d243464e534141012f9
https://github.com/PDAL/PDAL/commit/8fcc7a4b5add31137f320d243464e534141012f9
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/pclsupport/PCLPipeline.h
M include/pdal/pclsupport/PCLPipeline.hpp
Log Message:
-----------
astyle, convert pcl to pdal style
Commit: 889725e2a80a1dcba97db5c841c9c853a21bd017
https://github.com/PDAL/PDAL/commit/889725e2a80a1dcba97db5c841c9c853a21bd017
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M apps/pdal.cpp
M include/pdal/Drivers.hpp
M include/pdal/Filters.hpp
M include/pdal/PCLConversions.hpp
M include/pdal/drivers/pcd/Reader.hpp
M include/pdal/drivers/pcd/Writer.hpp
M include/pdal/drivers/pcd/point_types.hpp
M include/pdal/drivers/pclvisualizer/PCLVisualizer.hpp
M include/pdal/filters/PCLBlock.hpp
M include/pdal/kernel/Application.hpp
M include/pdal/kernel/Ground.hpp
M include/pdal/kernel/Kernel.hpp
M include/pdal/kernel/PCL.hpp
M include/pdal/kernel/View.hpp
M include/pdal/pclsupport/PCLPipeline.h
R include/pdal/pclsupport/PCLPipeline.hpp
A include/pdal/pclsupport/impl/PCLPipeline.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/drivers/pcd/Reader.cpp
M src/drivers/pcd/Writer.cpp
M src/drivers/pclvisualizer/PCLVisualizer.cpp
M src/filters/PCLBlock.cpp
M src/pclsupport/PCLPipeline.cpp
Log Message:
-----------
always include PCL-related files, but use s_isEnabled to test whether they are truly available, push #ifdef checks into implementation files
Commit: 5cc0a99cc2277cac728a8e4945171d7b81a26554
https://github.com/PDAL/PDAL/commit/5cc0a99cc2277cac728a8e4945171d7b81a26554
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/filters/Decimation.hpp
M src/filters/Decimation.cpp
Log Message:
-----------
slight re-org of #ifdef guards on Decimation
Commit: d333e0c922cbb65c02a840bab07235ebf9dae3cb
https://github.com/PDAL/PDAL/commit/d333e0c922cbb65c02a840bab07235ebf9dae3cb
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/filters/Decimation.hpp
A include/pdal/pclsupport/voxel_grid.h
M src/CMakeLists.txt
M src/filters/Decimation.cpp
A src/pclsupport/voxel_grid.cpp
Log Message:
-----------
voxel_grid pimpl
Commit: 385e5a375f75e64f2ca3dde44fbb8b017af02166
https://github.com/PDAL/PDAL/commit/385e5a375f75e64f2ca3dde44fbb8b017af02166
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
R include/pdal/PCLConversions.hpp
A include/pdal/pclsupport/PCLConversions.hpp
M src/CMakeLists.txt
M src/drivers/pcd/Reader.cpp
M src/drivers/pcd/Writer.cpp
M src/drivers/pclvisualizer/PCLVisualizer.cpp
M src/filters/Decimation.cpp
M src/filters/PCLBlock.cpp
M src/kernel/Application.cpp
M src/pclsupport/voxel_grid.cpp
Log Message:
-----------
move PCLConversions to pclsupport
Commit: d4d15221d37835e6a5b3ed5b6691cb464263b511
https://github.com/PDAL/PDAL/commit/d4d15221d37835e6a5b3ed5b6691cb464263b511
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M include/pdal/filters/PCLBlock.hpp
A include/pdal/pclsupport/pipeline_impl.h
M src/CMakeLists.txt
M src/filters/PCLBlock.cpp
M src/kernel/Ground.cpp
M src/kernel/PCL.cpp
A src/pclsupport/pipeline_impl.cpp
M test/unit/filters/PCLBlockFilterTest.cpp
Log Message:
-----------
add pipeline_impl
Commit: 58574a0ebd47d3b7d0b116faadd6592598de74e5
https://github.com/PDAL/PDAL/commit/58574a0ebd47d3b7d0b116faadd6592598de74e5
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M src/pclsupport/pipeline_impl.cpp
Log Message:
-----------
remove cruft
Commit: 496e6ed5aa8f0ef0c3c636ed1cd3ae6ca8b516f1
https://github.com/PDAL/PDAL/commit/496e6ed5aa8f0ef0c3c636ed1cd3ae6ca8b516f1
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M src/pclsupport/pipeline_impl.cpp
Log Message:
-----------
astyle
Compare: https://github.com/PDAL/PDAL/compare/6afc8b8f021e^...496e6ed5aa8f
More information about the pdal-commits
mailing list