[pdal-commits] [PDAL/PDAL] ff3d6b: Remove private headers from .hpp files.
Andrew Bell
noreply at github.com
Thu Aug 27 17:14:07 PDT 2020
Branch: refs/heads/2.2-maintenance
Home: https://github.com/PDAL/PDAL
Commit: ff3d6b0f990776f01e57dbf38da213e0d9c8303c
https://github.com/PDAL/PDAL/commit/ff3d6b0f990776f01e57dbf38da213e0d9c8303c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M filters/FaceRasterFilter.cpp
M filters/FaceRasterFilter.hpp
M io/EptAddonWriter.hpp
M io/EptReader.cpp
M io/EptReader.hpp
M kernels/GroundKernel.cpp
M kernels/GroundKernel.hpp
M pdal/PointView.cpp
M pdal/PointView.hpp
M test/unit/filters/FaceRasterTest.cpp
Log Message:
-----------
Remove private headers from .hpp files.
Commit: 18b9ae3c0b4b02c45b6982a18860e057cf5d8c3b
https://github.com/PDAL/PDAL/commit/18b9ae3c0b4b02c45b6982a18860e057cf5d8c3b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M HOWTORELEASE.txt
M filters/IterativeClosestPoint.cpp
M vendor/arbiter/arbiter.cpp
Log Message:
-----------
Fixes for clang 10.
Commit: 68adb9c5a844e97a153bc47d5761af5ff6f0f0a0
https://github.com/PDAL/PDAL/commit/68adb9c5a844e97a153bc47d5761af5ff6f0f0a0
Author: trevorskaggs <skaggs.trevor at gmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M doc/stages/readers.rst
Log Message:
-----------
Add HDF reader stage to readers page. (#3219)
Commit: af2450a8bdafaffdb4b18447fc6ed533559e6b57
https://github.com/PDAL/PDAL/commit/af2450a8bdafaffdb4b18447fc6ed533559e6b57
Author: Ryan Pals <ryan at hobu.co>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M io/ObjReader.cpp
M io/ObjReader.hpp
M pdal/Dimension.json
A test/data/obj/box_texture.obj
A test/data/obj/hyper_box.obj
M test/unit/io/ObjReaderTest.cpp
Log Message:
-----------
Obj texture fix -- simplified. (#3222)
* Texture 2 element fix
* Allow for 0-3 fields in texture and 3-4 fields in vertex position
* Rename texture dimensions, add W
* Allow all dimensions
* Allow more than 4 fields in vertex specification
* Remove unused
* Copy over tests
* Add W dimension
* Check vertex length
Commit: 4602a0b68df510028525a567c4549f1d8ffe2ae4
https://github.com/PDAL/PDAL/commit/4602a0b68df510028525a567c4549f1d8ffe2ae4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M kernels/TranslateKernel.cpp
M pdal/Scaling.cpp
M vendor/eigen/Eigen/Core
M vendor/eigen/Eigen/Geometry
M vendor/eigen/Eigen/src/Core/AssignEvaluator.h
M vendor/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
M vendor/kazhdan/Allocator.h
Log Message:
-----------
Fixes for clang10. (#3221)
Compare: https://github.com/PDAL/PDAL/compare/1dff1be08450...4602a0b68df5
More information about the pdal-commits
mailing list