[pdal-commits] [PDAL/PDAL] bb4730: Initial commit of TEASER++
chambbj
noreply at github.com
Fri Nov 6 13:00:02 PST 2020
Branch: refs/heads/filters/add-teaser-registration
Home: https://github.com/PDAL/PDAL
Commit: bb473035fa31c820595fda913f7ea3824d51ff89
https://github.com/PDAL/PDAL/commit/bb473035fa31c820595fda913f7ea3824d51ff89
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M cmake/options.cmake
M cmake/unix_compiler_options.cmake
A doc/stages/filters.teaser.rst
M plugins/CMakeLists.txt
A plugins/teaser/CMakeLists.txt
A plugins/teaser/filters/TeaserFilter.cpp
A plugins/teaser/filters/TeaserFilter.hpp
A plugins/teaser/test/TeaserFilterTest.cpp
Log Message:
-----------
Initial commit of TEASER++
Commit: 45272d4e92defffc94d8ba23f1525d5848692c14
https://github.com/PDAL/PDAL/commit/45272d4e92defffc94d8ba23f1525d5848692c14
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M doc/references.rst
M doc/stages/filters.teaser.rst
Log Message:
-----------
Addressing PR comments
Commit: 73676bda2b671a3854a91bccc6b1475a3cfd8f91
https://github.com/PDAL/PDAL/commit/73676bda2b671a3854a91bccc6b1475a3cfd8f91
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M cmake/unix_compiler_options.cmake
M plugins/teaser/filters/TeaserFilter.cpp
A plugins/teaser/filters/registration.h
Log Message:
-----------
Make TEASER work with C++11
Vendor the TEASER registration header from v2.0 release tag,
implementing workaround documented at
https://stackoverflow.com/a/17903225/1620549 to provide
std::make_unique.
Compare: https://github.com/PDAL/PDAL/compare/e72bb71b2806...73676bda2b67
More information about the pdal-commits
mailing list