1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 15 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6026 from PatricianEagle/master More... 1 day ago
Add <pcl/search/search.h> to convolution_3d.h and add <pcl/common/point_tests.h> to convolution_3d.hpp More... 3 days ago
Merge pull request #6019 from mvieth/changelog_1_14_1 More... 8 days ago
Add changelog for 1.14.1 More... 8 days ago
Merge pull request #6008 from larshg/updateincludes More... 9 days ago
Support header only libraries like 2d and geometry. More... 10 days ago
Merge pull request #6017 from mvieth/revert_abi_problems_1_14_1 More... 10 days ago
Merge pull request #6016 from mjunix/patch-1 More... 10 days ago
Merge pull request #6005 from mvieth/prefer_boost_filesystem More... 10 days ago
Fix ABI compatibility problems for 1.14.1 release Partially revert https://github.com/PointCloudLibrary/pcl/pull/5974 and https://github.com/PointCloudLibrary/pcl/pull/5988 and https://github.com/PointCloudLibrary/pcl/pull/5907 After the 1.14.1 release, we can re-apply these changes. The ABI checker reported: `The parameter file_name became passed in r12 register instead of r13. Applications will read the wrong memory block instead of the parameter value.` and `The parameter cloud_tgt_demean became passed in r12 register instead of r13.` These changes are not super important, so I think it doesn't hurt to temporarily revert them to achieve 100% ABI compatibility between 1.14.0 and 1.14.1. More... 10 days ago
Add CMake option More... 11 days ago
Fix potential index out of bounds More... 11 days ago
Merge pull request #6015 from larshg/revertmetslibinclude More... 12 days ago
Revert "Update system wide include for metslib." More... 13 days ago
Merge pull request #6014 from mvieth/boost_1_85 More... 13 days ago
Enable compatibility with Boost 1.85.0 More... 14 days ago
Remove global includes and use target include for all "common" modules. More... 16 days ago
Add option to choose boost filesystem over std filesystem Currently, std filesystem is chosen if it is available (if compiled as C++17 or higher). However, it might be good to have the option to choose boost filesystem over std filesystem, even if the latter is available, in case there is some problem with std filesystem. More... 18 days ago
Merge pull request #6002 from mvieth/tests_fix_minor_problems More... 22 days ago
Fix minor issues in tests More... 22 days ago
Merge pull request #5997 from mvieth/radius_search_sorted_results More... 23 days ago
Merge pull request #5978 from larshg/removepcl_cuda More... 29 days ago
Only skip first result of radiusSearch if results are sorted The same was done for `extractEuclideanClusters` years ago: https://github.com/PointCloudLibrary/pcl/pull/109 For ConditionalEuclideanClustering, I tested whether it is faster to require sorted results (and skip first entry), or not (and iterate over all results). The second option is much faster (took roughly 2/3 of the time of the first option in my test) More... 29 days ago
Merge pull request #5996 from ryosga/patch-2 More... 29 days ago
fix addPolygon and addLine return value error More... 30 days ago
Merge pull request #5983 from roncapat/patch-1 More... 30 days ago
[filters] fixing ignored `pcl::Indices` in `VoxelGrid` of `PCLPointCloud2` (#5979) More... 30 days ago
Merge pull request #5986 from mvieth/gpu_vtk_pc More... 30 days ago
Merge pull request #5993 from ryosga/patch-1 More... 30 days ago
Merge pull request #5988 from mvieth/obj_whitespace_line More... 30 days ago