[pdal-commits] [PDAL/PDAL] 3fb8aa: only use PUBLIC in PDAL_LINKAGE if CMake supports ...
GitHub
noreply at github.com
Thu Apr 10 09:42:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 3fb8aa446a93de1c3c2ba11489d16fc4d826150d
https://github.com/PDAL/PDAL/commit/3fb8aa446a93de1c3c2ba11489d16fc4d826150d
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-04-03 (Thu, 03 Apr 2014)
Changed paths:
M cmake/pdal_options.cmake
Log Message:
-----------
only use PUBLIC in PDAL_LINKAGE if CMake supports it, otherwise stick with LINK_PUBLIC
Commit: c2bbde26130cf07f5d0de8b3b7f68c17207555ff
https://github.com/PDAL/PDAL/commit/c2bbde26130cf07f5d0de8b3b7f68c17207555ff
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-04-07 (Mon, 07 Apr 2014)
Changed paths:
M apps/pdal.cpp
M doc/apps.txt
M include/pdal/Options.hpp
M include/pdal/PipelineReader.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/drivers/las/Reader.hpp
M include/pdal/drivers/mrsid/Reader.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/filters/HexBin.hpp
A include/pdal/kernel/Delta.hpp
M include/pdal/kernel/Kernel.hpp
R include/pdal/kernel/Query.hpp
M src/CMakeLists.txt
M src/Options.cpp
M src/PipelineReader.cpp
M src/drivers/las/Reader.cpp
M src/drivers/las/Writer.cpp
M src/drivers/mrsid/Reader.cpp
M src/drivers/oci/Reader.cpp
M src/filters/Crop.cpp
M src/filters/HexBin.cpp
A src/kernel/Delta.cpp
M src/kernel/Info.cpp
R src/kernel/Query.cpp
M test/unit/apps/pcinfoTest.cpp
M test/unit/filters/MosaicFilterTest.cpp
Log Message:
-----------
Merge branch 'master' into issues/264-pdal-linkage
Commit: 0fc879587379ac9a4b5e79497f250049611f5f57
https://github.com/PDAL/PDAL/commit/0fc879587379ac9a4b5e79497f250049611f5f57
Author: Howard Butler <howard at hobu.co>
Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths:
M cmake/pdal_options.cmake
Log Message:
-----------
Merge pull request #297 from PDAL/issues/264-pdal-linkage
Use PUBLIC linkage only if CMake > 2.8.12, otherwise use LINK_PUBLIC
Compare: https://github.com/PDAL/PDAL/compare/7d390bd93f47...0fc879587379
More information about the pdal-commits
mailing list