[pdal-commits] [PDAL/PDAL] c38c70: Don't assign PointId's to size_t in test. (#2510)
Andrew Bell
noreply at github.com
Tue May 14 11:31:20 PDT 2019
Branch: refs/heads/projfix
Home: https://github.com/PDAL/PDAL
Commit: c38c70d0d596fcc76024a2ce11f098b028c4f0d3
https://github.com/PDAL/PDAL/commit/c38c70d0d596fcc76024a2ce11f098b028c4f0d3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-10 (Fri, 10 May 2019)
Changed paths:
M pdal/Mesh.hpp
M test/unit/filters/DelaunayFilterTest.cpp
Log Message:
-----------
Don't assign PointId's to size_t in test. (#2510)
(32 bit systems have 32 bit size_t).
Close #2509
Commit: 9e8a65b505fa1a1a97b977d853006b60c11041c0
https://github.com/PDAL/PDAL/commit/9e8a65b505fa1a1a97b977d853006b60c11041c0
Author: Connor Manning <connor at hobu.co>
Date: 2019-05-12 (Sun, 12 May 2019)
Changed paths:
M pdal/Mesh.hpp
Log Message:
-----------
Fix warning: suggest braces around initialization of subobject. (#2512)
Commit: 271f7a37451f7ff0792a72b15abff716133734c1
https://github.com/PDAL/PDAL/commit/271f7a37451f7ff0792a72b15abff716133734c1
Author: Connor Manning <connor at hobu.co>
Date: 2019-05-12 (Sun, 12 May 2019)
Changed paths:
M pdal/SrsBounds.cpp
Log Message:
-----------
Don't cast away const for SrsBounds ostreaming. (#2511)
Commit: 3da8c26dcd913bea8b0a6e76042b00353cd17864
https://github.com/PDAL/PDAL/commit/3da8c26dcd913bea8b0a6e76042b00353cd17864
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-14 (Tue, 14 May 2019)
Changed paths:
M pdal/Mesh.hpp
M pdal/SrsBounds.cpp
M test/unit/filters/DelaunayFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into projfix
Compare: https://github.com/PDAL/PDAL/compare/8367aac99b20...3da8c26dcd91
More information about the pdal-commits
mailing list