[pdal-commits] [PDAL/PDAL] b76cf5: Use CMAKE_DL_LIBS (#1946)
GitHub
noreply at github.com
Mon Apr 23 19:07:01 PDT 2018
Branch: refs/heads/1.7-maintenance
Home: https://github.com/PDAL/PDAL
Commit: b76cf5081f852c4cc5b55cdfb00dadc0e7601070
https://github.com/PDAL/PDAL/commit/b76cf5081f852c4cc5b55cdfb00dadc0e7601070
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M dimbuilder/CMakeLists.txt
M pdal/util/CMakeLists.txt
Log Message:
-----------
Use CMAKE_DL_LIBS (#1946)
* Use CMAKE_DL_LIBS
* Remove guards from CMAKE_DL_LIBS
Commit: 96d5f7a5fb2f02cac22160cf648f3a03b7627a18
https://github.com/PDAL/PDAL/commit/96d5f7a5fb2f02cac22160cf648f3a03b7627a18
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M io/BpfCompressor.hpp
M io/BpfReader.cpp
M kernels/InfoKernel.cpp
M kernels/PipelineKernel.cpp
M pdal/PDALUtils.cpp
M plugins/icebridge/io/IcebridgeReader.hpp
M test/unit/CMakeLists.txt
M test/unit/apps/pc2pcTest.cpp
R test/unit/io/BPFTest.cpp
A test/unit/io/BpfSupport.hpp
A test/unit/io/BpfTestBase.cpp
A test/unit/io/BpfTestZlib.cpp
M tools/lasdump/Dumper.cpp
M tools/lasdump/Dumper.hpp
Log Message:
-----------
Build BPF with ZLIB when requested (#1960)
* Make sure features header is included.
* Make sure that we include pdal_features where necessary.
Change tests for BPF to detect an error WRT zlib being properly included.
Commit: ebe027d58ad1a0d509714ab178a32db46c9133a9
https://github.com/PDAL/PDAL/commit/ebe027d58ad1a0d509714ab178a32db46c9133a9
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M filters/FerryFilter.cpp
M test/unit/filters/FerryFilterTest.cpp
Log Message:
-----------
Issue 1930 (#1931)
* Test updates.
* Add missing '.
* Make sure that a new dimension is created with a valid type.
Close #1930
Commit: dfc60f5391eadf31ff6f94631d639e7ea070117f
https://github.com/PDAL/PDAL/commit/dfc60f5391eadf31ff6f94631d639e7ea070117f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M io/PlyReader.hpp
M pdal/PointLayout.cpp
M pdal/util/ProgramArgs.hpp
M plugins/oci/io/OciCommon.hpp
M vendor/eigen/Eigen/src/LU/arch/Inverse_SSE.h
M vendor/kazhdan/Octree.h
M vendor/kazhdan/PPolynomial.inl
Log Message:
-----------
Handle warnings generated by Clang v. 6. (#1961)
Compare: https://github.com/PDAL/PDAL/compare/7b13887fa00e...dfc60f5391ea
More information about the pdal-commits
mailing list