[pdal-commits] [PDAL/PDAL] 39a2ca: Port FauxReader
GitHub
noreply at github.com
Thu Nov 13 18:59:29 PST 2014
Branch: refs/heads/faux-rename-reorg
Home: https://github.com/PDAL/PDAL
Commit: 39a2cacc3f1ee45deffb516260222684f4b3e74c
https://github.com/PDAL/PDAL/commit/39a2cacc3f1ee45deffb516260222684f4b3e74c
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
M cmake/pdal_targets.cmake
M doc/apps.rst
R doc/stages/drivers.faux.reader.rst
R doc/stages/drivers.faux.writer.rst
M doc/stages/index.rst
A doc/stages/readers.faux.rst
A drivers/CMakeLists.txt
A drivers/faux/CMakeLists.txt
A drivers/faux/FauxReader.cpp
A drivers/faux/FauxReader.hpp
M include/pdal/Drivers.hpp
R include/pdal/drivers/faux/Reader.hpp
M include/pdal/kernel/Random.hpp
M scripts/ci/before_install.sh
M src/CMakeLists.txt
M src/StageFactory.cpp
R src/drivers/faux/Reader.cpp
M src/kernel/Random.cpp
M test/data/logs/logtest.txt
M test/data/logs/logtest_1.txt
M test/data/logs/logtest_123.txt
M test/unit/CMakeLists.txt
M test/unit/LogTest.cpp
M test/unit/OptionsTest.cpp
M test/unit/XMLSchemaTest.cpp
M test/unit/drivers/faux/FauxReaderTest.cpp
M test/unit/drivers/las/LasWriterTest.cpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/filters/DecimationFilterTest.cpp
M test/unit/filters/FerryFilterTest.cpp
M test/unit/filters/StatsFilterTest.cpp
M test/unit/plang/PredicateFilterTest.cpp
M test/unit/plang/ProgrammableFilterTest.cpp
Log Message:
-----------
Port FauxReader
* introduce PDAL_ADD_DRIVER macro that creates object library for the
given driver
* 'drivers.faux.reader' becomes 'readers.faux'
* 'pdal::drivers::faux::Reader' becomes 'pdal::FauxReader'
* headers moved from ./include/pdal/drivers/faux to ./drivers/faux
* source moved from ./src/drivers/faux to ./drivers/faux
More information about the pdal-commits
mailing list