[pdal-commits] [PDAL/PDAL] 5d7c98: Use pimpl/unique_ptr to make private headers priva...
GitHub
noreply at github.com
Mon May 7 14:08:58 PDT 2018
Branch: refs/heads/hexer-refactor
Home: https://github.com/PDAL/PDAL
Commit: 5d7c9857b6af960f295f0f85a8a7557edefb546d
https://github.com/PDAL/PDAL/commit/5d7c9857b6af960f295f0f85a8a7557edefb546d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-07 (Mon, 07 May 2018)
Changed paths:
M filters/ColorizationFilter.cpp
M filters/ColorizationFilter.hpp
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/GreedyProjection.hpp
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
M filters/PMFFilter.cpp
M filters/PMFFilter.hpp
M filters/SMRFilter.cpp
M filters/SMRFilter.hpp
Log Message:
-----------
Use pimpl/unique_ptr to make private headers private (#1990)
* Use PIMPL for args where the types are private.
Commit: ac13a007993e2615d0d8638f9ac7924f75be9bac
https://github.com/PDAL/PDAL/commit/ac13a007993e2615d0d8638f9ac7924f75be9bac
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-07 (Mon, 07 May 2018)
Changed paths:
M pdal/ArtifactManager.hpp
M test/unit/ArtifactTest.cpp
Log Message:
-----------
Allow replacement of artifacts (#2004)
* Add replace(), erase() and exists() functionality for ArtifactManager.
* Remove const for consistency.
Add replaceOrPut().
* Test for replaceOrPut.
Commit: d9f49f2683a01f421b8d70b10395ccc7e3cb0d8d
https://github.com/PDAL/PDAL/commit/d9f49f2683a01f421b8d70b10395ccc7e3cb0d8d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-07 (Mon, 07 May 2018)
Changed paths:
M cmake/macros.cmake
M plugins/pgpointcloud/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
Log Message:
-----------
Fixed missed PUBLIC -> PRIVATE conversion in macros.cmake.
Commit: e7c2c5d5963974e7c8a048f819003fb41140203d
https://github.com/PDAL/PDAL/commit/e7c2c5d5963974e7c8a048f819003fb41140203d
Author: Howard Butler <howard at hobu.co>
Date: 2018-05-07 (Mon, 07 May 2018)
Changed paths:
M cmake/macros.cmake
M filters/ColorizationFilter.cpp
M filters/ColorizationFilter.hpp
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/GreedyProjection.hpp
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
M filters/PMFFilter.cpp
M filters/PMFFilter.hpp
M filters/SMRFilter.cpp
M filters/SMRFilter.hpp
M pdal/ArtifactManager.hpp
M plugins/pgpointcloud/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
M test/unit/ArtifactTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into hexer-refactor
Compare: https://github.com/PDAL/PDAL/compare/ca6d0065a380...e7c2c5d59639
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list