[pdal-commits] [PDAL/PDAL] 93e6a8: make the actual loading of the plugin #112
GitHub
noreply at github.com
Tue Nov 13 13:31:14 PST 2012
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 93e6a857f4c20bd46b36ae5526796ade51e5a591
https://github.com/PDAL/PDAL/commit/93e6a857f4c20bd46b36ae5526796ade51e5a591
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M include/pdal/Utils.hpp
M src/StageFactory.cpp
M src/Utils.cpp
Log Message:
-----------
make the actual loading of the plugin #112
Commit: 0472b87110c800edb3e1710447e8c8a09ea91cc5
https://github.com/PDAL/PDAL/commit/0472b87110c800edb3e1710447e8c8a09ea91cc5
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M apps/Application.cpp
M apps/Application.hpp
Log Message:
-----------
Merge branch 'master' into load-plugin-from-pipeline
Commit: 016f94e2840b61054b2d57d73c18a33592fe1529
https://github.com/PDAL/PDAL/commit/016f94e2840b61054b2d57d73c18a33592fe1529
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M CMakeLists.txt
M include/pdal/drivers/pcd/Writer.hpp
M pdal_defines.h.in
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/drivers/pcd/Writer.cpp
Log Message:
-----------
more plugin work
Commit: 87c32ef2e77b16bf2cec93cb92821bcb83f6312d
https://github.com/PDAL/PDAL/commit/87c32ef2e77b16bf2cec93cb92821bcb83f6312d
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M hobu-config.sh
M include/pdal/drivers/oci/Writer.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/drivers/oci/Writer.cpp
M test/unit/CMakeLists.txt
Log Message:
-----------
more plugin work
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
Commit: 1c8c616c0bf89ce0cb82527c001bed48deeee331
https://github.com/PDAL/PDAL/commit/1c8c616c0bf89ce0cb82527c001bed48deeee331
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M include/pdal/StageFactory.hpp
M src/PipelineManager.cpp
M src/StageFactory.cpp
Log Message:
-----------
support loading stage plugin as it is read via PipelineReader
Commit: 278e027a0ef99eca16c29fdf154d5bd2449b79ce
https://github.com/PDAL/PDAL/commit/278e027a0ef99eca16c29fdf154d5bd2449b79ce
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M apps/AppSupport.cpp
M include/pdal/GlobalEnvironment.hpp
M include/pdal/ThreadEnvironment.hpp
M src/GlobalEnvironment.cpp
M src/ThreadEnvironment.cpp
Log Message:
-----------
there shouldn't be a global StageFactory
Commit: b2ad801cd585201cb61032e2b223210cdf70a924
https://github.com/PDAL/PDAL/commit/b2ad801cd585201cb61032e2b223210cdf70a924
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M include/pdal/PipelineManager.hpp
M include/pdal/StageFactory.hpp
M include/pdal/drivers/soci/Reader.hpp
M include/pdal/drivers/soci/Writer.hpp
M include/pdal/drivers/text/Writer.hpp
A include/pdal/pdal_macros.hpp
M src/PipelineManager.cpp
M src/StageFactory.cpp
M src/drivers/oci/Reader.cpp
M src/drivers/oci/Writer.cpp
M src/drivers/pcd/Writer.cpp
M src/drivers/soci/Reader.cpp
M src/drivers/soci/Writer.cpp
M src/drivers/text/Writer.cpp
Log Message:
-----------
macro'ize plugin function creation
Commit: b24e309d777d4f0a2126519f0c39169f76236226
https://github.com/PDAL/PDAL/commit/b24e309d777d4f0a2126519f0c39169f76236226
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M include/pdal/pdal_macros.hpp
Log Message:
-----------
add other plugin creation macros
Commit: 373d4e4f3d411632e5a01bf8141af93827ba3ae0
https://github.com/PDAL/PDAL/commit/373d4e4f3d411632e5a01bf8141af93827ba3ae0
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M test/data/pipeline/pipeline_csv.xml
Log Message:
-----------
provide example to demonstrate how to dynamically load plugin
Commit: be1ee073bdc8f5a47025a85c1b50b8ad11f111a8
https://github.com/PDAL/PDAL/commit/be1ee073bdc8f5a47025a85c1b50b8ad11f111a8
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M hobu-config.sh
Log Message:
-----------
switches for plugins
Commit: efe9abd62716443b77cbb6cb2966ecac69ac240e
https://github.com/PDAL/PDAL/commit/efe9abd62716443b77cbb6cb2966ecac69ac240e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M CMakeLists.txt
M apps/AppSupport.cpp
M apps/AppSupport.hpp
M apps/Application.cpp
M hobu-config.sh
M include/pdal/PipelineManager.hpp
M include/pdal/StageFactory.hpp
M include/pdal/ThreadEnvironment.hpp
M include/pdal/Utils.hpp
M include/pdal/drivers/oci/Writer.hpp
M include/pdal/drivers/pcd/Writer.hpp
M include/pdal/drivers/soci/Reader.hpp
M include/pdal/drivers/soci/Writer.hpp
M include/pdal/drivers/text/Writer.hpp
A include/pdal/pdal_macros.hpp
M pdal_defines.h.in
M src/CMakeLists.txt
M src/GlobalEnvironment.cpp
M src/PipelineManager.cpp
M src/StageFactory.cpp
M src/ThreadEnvironment.cpp
M src/Utils.cpp
M src/drivers/oci/Reader.cpp
M src/drivers/oci/Writer.cpp
M src/drivers/pcd/Writer.cpp
M src/drivers/soci/Reader.cpp
M src/drivers/soci/Writer.cpp
M src/drivers/text/Writer.cpp
M test/data/pipeline/pipeline_csv.xml
M test/unit/CMakeLists.txt
M test/unit/drivers/text/TextWriterTest.cpp
Log Message:
-----------
Merge branch 'load-plugin-from-pipeline'
Compare: https://github.com/PDAL/PDAL/compare/c59af99c33a2...efe9abd62716
More information about the pdal-commits
mailing list