[pdal-commits] [PDAL/PDAL] 2975bf: Port FauxReader
GitHub
noreply at github.com
Mon Nov 17 07:53:07 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 2975bf13ed24598bec980d0a5d37066f8b102bb5
https://github.com/PDAL/PDAL/commit/2975bf13ed24598bec980d0a5d37066f8b102bb5
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 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
Commit: e95dbfaba18a6aa42e37f99f33b75c5520997e9d
https://github.com/PDAL/PDAL/commit/e95dbfaba18a6aa42e37f99f33b75c5520997e9d
Author: Howard Butler <howard at hobu.co>
Date: 2014-11-17 (Mon, 17 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 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:
-----------
Merge pull request #587 from PDAL/faux-rename-reorg
Port FauxReader
Compare: https://github.com/PDAL/PDAL/compare/46183c0e42ea...e95dbfaba18a
More information about the pdal-commits
mailing list