[pdal-commits] [PDAL/PDAL] b2f48d: Port SBET Reader and Writer
GitHub
noreply at github.com
Mon Nov 17 18:22:04 PST 2014
Branch: refs/heads/move-sbet-drivers
Home: https://github.com/PDAL/PDAL
Commit: b2f48db7ffded26653910bead9d363c63f6ff7d9
https://github.com/PDAL/PDAL/commit/b2f48db7ffded26653910bead9d363c63f6ff7d9
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-11-17 (Mon, 17 Nov 2014)
Changed paths:
M cmake/pdal_targets.cmake
R doc/stages/drivers.sbet.reader.rst
M doc/stages/index.rst
A doc/stages/readers.sbet.rst
M drivers/CMakeLists.txt
M drivers/faux/CMakeLists.txt
A drivers/sbet/CMakeLists.txt
A drivers/sbet/SbetCommon.cpp
A drivers/sbet/SbetCommon.hpp
A drivers/sbet/SbetReader.cpp
A drivers/sbet/SbetReader.hpp
A drivers/sbet/SbetWriter.cpp
A drivers/sbet/SbetWriter.hpp
M include/pdal/Drivers.hpp
R include/pdal/drivers/sbet/Common.hpp
R include/pdal/drivers/sbet/Reader.hpp
R include/pdal/drivers/sbet/Writer.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
R src/drivers/sbet/Common.cpp
R src/drivers/sbet/Reader.cpp
R src/drivers/sbet/Writer.cpp
M test/data/sbet/pipeline.xml
M test/unit/CMakeLists.txt
M test/unit/drivers/sbet/SbetReaderTest.cpp
M test/unit/drivers/sbet/SbetWriterTest.cpp
Log Message:
-----------
Port SBET Reader and Writer
This changes PDAL_ADD_DRIVER slightly. Instead of propagating
PDAL_TARGET_OBJECTS to PARENT_SCOPE within the macro, we pass them back
to the driver CMakeLists, where they can be combined with other object
libraries and propagating to PARENT_SCOPE. This is necessary for drivers
that may have both a reader and a writer, in which case the final
library was the only one being passed back up to PARENT_SCOPE with the
original macro.
More information about the pdal-commits
mailing list