[pdal-commits] [PDAL/PDAL] c28d2f: set SOVERSION for plugins too #1119
GitHub
noreply at github.com
Thu Feb 25 07:56:30 PST 2016
Branch: refs/heads/json-pipeline
Home: https://github.com/PDAL/PDAL
Commit: c28d2fef75ed68ec2224ed6761c6b226791c0311
https://github.com/PDAL/PDAL/commit/c28d2fef75ed68ec2224ed6761c6b226791c0311
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M cmake/macros.cmake
Log Message:
-----------
set SOVERSION for plugins too #1119
Commit: 865c3b6b58c72c7cc09ff4c18b80c35b8ac0f52e
https://github.com/PDAL/PDAL/commit/865c3b6b58c72c7cc09ff4c18b80c35b8ac0f52e
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M plugins/pgpointcloud/io/PgWriter.cpp
Log Message:
-----------
Sequence query for writers.pgpointcloud incorrect #1101
Commit: 37a74fae3be29d38e816e37f0a7aac17a3482f17
https://github.com/PDAL/PDAL/commit/37a74fae3be29d38e816e37f0a7aac17a3482f17
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/PointView.cpp
Log Message:
-----------
Add windows extern qualifier.
Commit: 6059c1a502da759e41ea8623333c2b203f530ba8
https://github.com/PDAL/PDAL/commit/6059c1a502da759e41ea8623333c2b203f530ba8
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M include/pdal/PointView.hpp
M src/PointView.cpp
Log Message:
-----------
Extern not needed, but refs to m_lastId must be in the source, not header
Commit: 82514acc43bc97f92af2f85920114c40627093c6
https://github.com/PDAL/PDAL/commit/82514acc43bc97f92af2f85920114c40627093c6
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M include/pdal/PointView.hpp
M src/PointView.cpp
Log Message:
-----------
Merge pull request #1150 from PDAL/fix-m_lastId
Extern not needed, but refs to m_lastId must be in the source, not header
Commit: e9663f7a35c96bd267cb574663bebefe9e1da26b
https://github.com/PDAL/PDAL/commit/e9663f7a35c96bd267cb574663bebefe9e1da26b
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M plugins/pgpointcloud/io/PgWriter.cpp
Log Message:
-----------
Merge pull request #1148 from PDAL/hobu/1101-pgpointcloud-seq
Sequence query for writers.pgpointcloud incorrect #1101
Commit: c27c74aeb78948a04608d602113dddd527059fed
https://github.com/PDAL/PDAL/commit/c27c74aeb78948a04608d602113dddd527059fed
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M cmake/macros.cmake
Log Message:
-----------
Merge pull request #1145 from PDAL/plugin-versioning
set SOVERSION for plugins too #1119
Commit: f7d53040532c3e2f9087a029a32664bfd305a819
https://github.com/PDAL/PDAL/commit/f7d53040532c3e2f9087a029a32664bfd305a819
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M include/pdal/KernelSupport.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M src/KernelSupport.cpp
Log Message:
-----------
Set options on stages in info kernel in a more controlled way.
Close #1088
Commit: 29df6fbe216ea64ad4f261306e68d8f33c0794e2
https://github.com/PDAL/PDAL/commit/29df6fbe216ea64ad4f261306e68d8f33c0794e2
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M cmake/unix_compiler_options.cmake
Log Message:
-----------
remove -Werror for now
Commit: 617dc1257466a85d470c7f2f2e9002cabdf9ba6b
https://github.com/PDAL/PDAL/commit/617dc1257466a85d470c7f2f2e9002cabdf9ba6b
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M include/pdal/KernelSupport.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M src/KernelSupport.cpp
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Commit: 5a21f1947c829ccb3a6b70c8af159f672d617b24
https://github.com/PDAL/PDAL/commit/5a21f1947c829ccb3a6b70c8af159f672d617b24
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M apps/pdal.pc.in
Log Message:
-----------
install pkgconfig script into CMAKE_INSTALL_LIBDIR #1151
Commit: b0f5d4eba95da7f6417e43f92d1e938d6151df2a
https://github.com/PDAL/PDAL/commit/b0f5d4eba95da7f6417e43f92d1e938d6151df2a
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M include/pdal/pdal_macros.hpp
Log Message:
-----------
Move PluginInfo out of anonymous namespace.
Since PluginInfo is public type, move to pdal namespace.
Commit: 51987c9c7a50a52dfb7ac1929af97296952bc7c0
https://github.com/PDAL/PDAL/commit/51987c9c7a50a52dfb7ac1929af97296952bc7c0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M include/pdal/pdal_macros.hpp
Log Message:
-----------
Merge pull request #1153 from mloskot/ml/plugininfo-to-pdal
Move PluginInfo out of anonymous namespace.
Commit: 4371daff6e19b2599ec495b8e822046c71376673
https://github.com/PDAL/PDAL/commit/4371daff6e19b2599ec495b8e822046c71376673
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M apps/pdal.pc.in
Log Message:
-----------
Merge pull request #1152 from PDAL/pkgconfig-updates
install pkgconfig script into CMAKE_INSTALL_LIBDIR #1151
Commit: 83647b5f6959bc4042e3e22c7df9f7dc58a87f74
https://github.com/PDAL/PDAL/commit/83647b5f6959bc4042e3e22c7df9f7dc58a87f74
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M appveyor.yml
M scripts/appveyor/config.cmd
Log Message:
-----------
Switch AppVeyor to Visual Studio 2015
Commit: 172102fb0e9ca365facc66478d5303436c0d0c99
https://github.com/PDAL/PDAL/commit/172102fb0e9ca365facc66478d5303436c0d0c99
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M io/las/GeotiffSupport.cpp
M io/las/GeotiffSupport.hpp
M io/las/LasReader.cpp
Log Message:
-----------
Detect gross error in GeoTiff record.
Commit: b48ea0b4c983e2a9591129a1a2ae7064feec18e6
https://github.com/PDAL/PDAL/commit/b48ea0b4c983e2a9591129a1a2ae7064feec18e6
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M apps/pdal.pc.in
M appveyor.yml
M cmake/macros.cmake
M cmake/unix_compiler_options.cmake
M include/pdal/KernelSupport.hpp
M include/pdal/PointView.hpp
M include/pdal/pdal_macros.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M plugins/pgpointcloud/io/PgWriter.cpp
M scripts/appveyor/config.cmd
M src/KernelSupport.cpp
M src/PointView.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 7052973bf512db3062bba5816e584538a429b101
https://github.com/PDAL/PDAL/commit/7052973bf512db3062bba5816e584538a429b101
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M include/pdal/SpatialReference.hpp
M include/pdal/Stage.hpp
M src/Stage.cpp
Log Message:
-----------
Doxygen.
Commit: 18ccea2dd8bfa9bb99d08fefd9d1dbde6bb8d4dc
https://github.com/PDAL/PDAL/commit/18ccea2dd8bfa9bb99d08fefd9d1dbde6bb8d4dc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M plugins/nitf/io/NitfReader.hpp
Log Message:
-----------
Create structure to manage LAS file interface.
Commit: d242c6704aafe85fd49fda11adae63d07ce11b76
https://github.com/PDAL/PDAL/commit/d242c6704aafe85fd49fda11adae63d07ce11b76
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M io/las/GeotiffSupport.cpp
M io/las/GeotiffSupport.hpp
M io/las/LasReader.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 930d1f810e57aea75cc3fb43a016dea6a46acd9c
https://github.com/PDAL/PDAL/commit/930d1f810e57aea75cc3fb43a016dea6a46acd9c
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Replace EXPECT_TRUE with EXPECT_EQ
EXPECT_EQ allows to report actual values that are being
compared.
Commit: d048d2e300f38a2d22821c11c2dfa7275f0c540f
https://github.com/PDAL/PDAL/commit/d048d2e300f38a2d22821c11c2dfa7275f0c540f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Merge pull request #1155 from mloskot/ml/srstest-use-expect-eq
Replace EXPECT_TRUE with EXPECT_EQ
Commit: 959984d2b0c5545986528596b24a95c1402a2a13
https://github.com/PDAL/PDAL/commit/959984d2b0c5545986528596b24a95c1402a2a13
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Kernel.hpp
R include/pdal/KernelSupport.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M kernels/merge/MergeKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/cpd/test/CpdKernelTest.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/HeightAboveGroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/ViewKernel.cpp
M src/CMakeLists.txt
M src/Kernel.cpp
R src/KernelSupport.cpp
Log Message:
-----------
Remove KernelSupport.
Fix InfoKernel reader initialization.
Commit: f9608b760e67b28d9228dcd38d31e482250271f9
https://github.com/PDAL/PDAL/commit/f9608b760e67b28d9228dcd38d31e482250271f9
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: e045882a31dba31cfec4ef92a6aba8663348eddb
https://github.com/PDAL/PDAL/commit/e045882a31dba31cfec4ef92a6aba8663348eddb
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M test/unit/CMakeLists.txt
A test/unit/PluginManagerTest.cpp
Log Message:
-----------
Add test for PluginManager.
Test the manager basics.
Test a plugin registration at run-time which, after
static and shared, is a third way to register plugins with PDAL.
Commit: 4e510e91cc2694ac8614707d50303143a2ff272f
https://github.com/PDAL/PDAL/commit/4e510e91cc2694ac8614707d50303143a2ff272f
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M README.md
Log Message:
-----------
Nudge AppVeyor
Commit: de3a8c379061e08420eb3cdd08780f4f1df36441
https://github.com/PDAL/PDAL/commit/de3a8c379061e08420eb3cdd08780f4f1df36441
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M test/unit/CMakeLists.txt
A test/unit/PluginManagerTest.cpp
Log Message:
-----------
Merge pull request #1156 from mloskot/ml/plugin-manager-test
Add test for PluginManager.
Commit: 1642ca424bfe839db46aea06879af887d0320a4f
https://github.com/PDAL/PDAL/commit/1642ca424bfe839db46aea06879af887d0320a4f
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
Remove (some) OSGeo4W hacks as no longer required on AppVeyor.
Following OSGeo4W fixes https://trac.osgeo.org/osgeo4w/ticket/485
* Add -k to auto-confirm license selection (e.g. szip)
* Remove szip manual deployment.
Prefer PowerShell DownloadFile cmdlet instead of wget.
Remove cache as never feasible due to archive size >100MB.
Commit: fda4a12ee975f61b0328443c576071289046aebb
https://github.com/PDAL/PDAL/commit/fda4a12ee975f61b0328443c576071289046aebb
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
Remove on_finish enabling RDP connectivity
Commit: a600b4189771292a0898cd6b750d1dd5e3d46e0f
https://github.com/PDAL/PDAL/commit/a600b4189771292a0898cd6b750d1dd5e3d46e0f
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M apps/CMakeLists.txt
Log Message:
-----------
install pdal.pc pkgconfig in CMAKE_INSTALL_LIBDIR
Commit: fbf258b20cad3f2da851318dc97655d97e26fde0
https://github.com/PDAL/PDAL/commit/fbf258b20cad3f2da851318dc97655d97e26fde0
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
more CMAKE_INSTALL_LIBDIR tweaks
Commit: bdf57a19d876440bb921d35daa1de735a85b6f78
https://github.com/PDAL/PDAL/commit/bdf57a19d876440bb921d35daa1de735a85b6f78
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
Enable shallow clones on AppVeyor
Commit: 6a62fda5ccb8da67cced2933b26183220646383a
https://github.com/PDAL/PDAL/commit/6a62fda5ccb8da67cced2933b26183220646383a
Author: Mateusz Łoskot <mateusz at loskot.net>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M include/pdal/Stage.hpp
M src/PipelineReader.hpp
M src/PipelineWriter.cpp
M src/Stage.cpp
Log Message:
-----------
Move boost/property_tree/ptree.hpp where it is actually needed.
Add missing <iterator> for std::back_inserter.
Commit: 1e73738cf126da24e62546e7b54c8372fb82c98f
https://github.com/PDAL/PDAL/commit/1e73738cf126da24e62546e7b54c8372fb82c98f
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M include/pdal/Metadata.hpp
Log Message:
-----------
address #1157 -- invalid JSON output due to \r\n
Commit: 3ac6c94c99db1bfa924246d635adfd4bcc0fa9d3
https://github.com/PDAL/PDAL/commit/3ac6c94c99db1bfa924246d635adfd4bcc0fa9d3
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
Log Message:
-----------
use PDAL_LIB_INSTALL_DIR instead of CMAKE_INSTALL_LIBDIR
Commit: 117eeb828f3c051a011e8fdb0e2ba11ee7d5042d
https://github.com/PDAL/PDAL/commit/117eeb828f3c051a011e8fdb0e2ba11ee7d5042d
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Commit: 400c02aa5453a4c65d686c96c3461eb51a98a717
https://github.com/PDAL/PDAL/commit/400c02aa5453a4c65d686c96c3461eb51a98a717
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M include/pdal/Stage.hpp
M src/PipelineReader.hpp
M src/PipelineWriter.cpp
M src/Stage.cpp
Log Message:
-----------
Merge pull request #1159 from mloskot/ml/ptree-includes-cleanup
Move boost/property_tree/ptree.hpp where it is actually needed
Commit: 286bc97034ce2fc16e339ae6dcd4eb9aeb2aa4bb
https://github.com/PDAL/PDAL/commit/286bc97034ce2fc16e339ae6dcd4eb9aeb2aa4bb
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
try using webhook instead of app for slack notifications
Commit: 8b91f286a842e1315dd3f267566997d09d934cf7
https://github.com/PDAL/PDAL/commit/8b91f286a842e1315dd3f267566997d09d934cf7
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
one more PDAL_LIB_INSTALL_DIR fix
Commit: d0c1220943b299c0c553f45b1e289d04ab115183
https://github.com/PDAL/PDAL/commit/d0c1220943b299c0c553f45b1e289d04ab115183
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M appveyor.yml
Log Message:
-----------
typo'd incoming_webhook defn
Commit: 0884085967888a7cd344604c35c9666351243c62
https://github.com/PDAL/PDAL/commit/0884085967888a7cd344604c35c9666351243c62
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into appveyor-webhook
Commit: da6de0fdd98632f99530549447944f8ca9175d47
https://github.com/PDAL/PDAL/commit/da6de0fdd98632f99530549447944f8ca9175d47
Author: Howard Butler <howard at hobu.co>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M CMakeLists.txt
M README.md
M apps/CMakeLists.txt
M apps/pdal.pc.in
M appveyor.yml
M cmake/macros.cmake
M cmake/unix_compiler_options.cmake
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Kernel.hpp
R include/pdal/KernelSupport.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointView.hpp
M include/pdal/SpatialReference.hpp
M include/pdal/Stage.hpp
M include/pdal/pdal_macros.hpp
M io/las/GeotiffSupport.cpp
M io/las/GeotiffSupport.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M kernels/merge/MergeKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/cpd/test/CpdKernelTest.cpp
M plugins/nitf/io/NitfReader.hpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/HeightAboveGroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/ViewKernel.cpp
M plugins/pgpointcloud/io/PgWriter.cpp
M scripts/appveyor/config.cmd
M src/CMakeLists.txt
M src/Kernel.cpp
R src/KernelSupport.cpp
M src/PipelineReader.hpp
M src/PipelineWriter.cpp
M src/PointView.cpp
M src/Stage.cpp
M test/unit/CMakeLists.txt
A test/unit/PluginManagerTest.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Catch up to master
Compare: https://github.com/PDAL/PDAL/compare/6841f4c127d2...da6de0fdd986
More information about the pdal-commits
mailing list