[pdal-commits] [PDAL/PDAL] ac1e7b: pdal::StageFactory now lives in a per-ThreadEnviro...
GitHub
noreply at github.com
Mon Nov 12 17:10:11 PST 2012
Branch: refs/heads/load-plugin-from-pipeline
Home: https://github.com/PDAL/PDAL
Commit: ac1e7bdaf84330822b8a94d0b88764903d00bef9
https://github.com/PDAL/PDAL/commit/ac1e7bdaf84330822b8a94d0b88764903d00bef9
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M apps/AppSupport.cpp
M apps/AppSupport.hpp
M apps/Application.cpp
M include/pdal/GlobalEnvironment.hpp
M include/pdal/ThreadEnvironment.hpp
M src/CMakeLists.txt
M src/GlobalEnvironment.cpp
M src/ThreadEnvironment.cpp
Log Message:
-----------
pdal::StageFactory now lives in a per-ThreadEnvironment and can be gotten from the GlobalEnvironment. Use the global StageFactory for stage creation operations in apps
Commit: 45a4c2ce6bb6850fe0c3bc3fec9fdd4fbd45739e
https://github.com/PDAL/PDAL/commit/45a4c2ce6bb6850fe0c3bc3fec9fdd4fbd45739e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M include/pdal/drivers/pcd/Writer.hpp
M include/pdal/drivers/soci/Reader.hpp
M src/drivers/soci/Reader.cpp
M src/drivers/soci/Writer.cpp
Log Message:
-----------
get PCD and SOCI plugin modes working
Commit: 3716a6bf1b87b4ae11db6238855dc083d1e01a32
https://github.com/PDAL/PDAL/commit/3716a6bf1b87b4ae11db6238855dc083d1e01a32
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/CMakeLists.txt
Log Message:
-----------
fix PCD plugin mode
Commit: eb94e282578372ff3d743a7337484d5a4154ce75
https://github.com/PDAL/PDAL/commit/eb94e282578372ff3d743a7337484d5a4154ce75
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/StageFactory.cpp
Log Message:
-----------
don't link in text writer if we're building as a plugin
Commit: 88680c3cd4adc7a7e1e468b14e0438cfb1f7d438
https://github.com/PDAL/PDAL/commit/88680c3cd4adc7a7e1e468b14e0438cfb1f7d438
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M test/data/pipeline/pipeline_csv.xml
M test/unit/drivers/text/TextWriterTest.cpp
Log Message:
-----------
don't build tests for text driver if in plugin mode
Compare: https://github.com/PDAL/PDAL/compare/87c32ef2e77b...88680c3cd4ad
More information about the pdal-commits
mailing list