head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2025.02.24.15.12.15; author gdt; state dead; branches; next 1.1; commitid ohHjdCDnn7NYzJKF; 1.1 date 2025.01.30.22.07.41; author wiz; state Exp; branches; next ; commitid RU4sx8O8VNeiGyHF; desc @@ 1.2 log @graphics/pcl: Update to 1.15.0 Upstream NEWS: Accomodate Boost 1.86.0. **New features** *added to PCL* * **[filters]** UniformSampling Filter: add option for a minimum number of points required per voxel [[#5968](https://github.com/PointCloudLibrary/pcl/pull/5968)] * **[sample_consensus]** Torus ransac model [[#5816](https://github.com/PointCloudLibrary/pcl/pull/5816)] * **[common]** Allow type conversion in fromPCLPointCloud2 [[#6059](https://github.com/PointCloudLibrary/pcl/pull/6059)] * **[segmentation]** ExtractPolygonalPrismData and ConcaveHull bugfix [[#5168](https://github.com/PointCloudLibrary/pcl/pull/5168)] * Allow hidden visibility default on gcc/clang [[#5779](https://github.com/PointCloudLibrary/pcl/pull/5779)] **Deprecation** *of public APIs, scheduled to be removed after two minor releases* * **[registration]** Fix spelling error in pcl::NormalDistributionsTransform getOulierRatio/setOulierRatio [[#6140](https://github.com/PointCloudLibrary/pcl/pull/6140)] **Removal** *of the public APIs deprecated in previous releases* * Remove Deprecated Code for 1.15.0 release [[#6040](https://github.com/PointCloudLibrary/pcl/pull/6040)] **Behavior changes** *in classes, apps, or tools* * **[cmake]** Compile PCL as C++17 by default, switching back to C++14 currently still possible [[#6201](https://github.com/PointCloudLibrary/pcl/pull/6201)] @ text @$NetBSD: patch-apps_src_openni__organized__compression.cpp,v 1.1 2025/01/30 22:07:41 wiz Exp $ Prepare for Boost 1.87 https://github.com/PointCloudLibrary/pcl/commit/6f64495840c4e5674d542ccf20df96ed12665687 --- apps/src/openni_organized_compression.cpp.orig 2024-05-03 12:14:21.000000000 +0000 +++ apps/src/openni_organized_compression.cpp @@@@ -438,7 +438,7 @@@@ main(int argc, char** argv) if (bEnDecode) { // ENCODING try { - boost::asio::io_service io_service; + boost::asio::io_context io_service; tcp::endpoint endpoint(tcp::v4(), 6666); tcp::acceptor acceptor(io_service, endpoint); @@@@ -446,7 +446,7 @@@@ main(int argc, char** argv) std::cout << "Waiting for connection.." << std::endl; - acceptor.accept(*socketStream.rdbuf()); + acceptor.accept(socketStream.rdbuf()->socket()); std::cout << "Connected!" << std::endl; @ 1.1 log @pcl: fix build with boost 1.87 using upstream patches @ text @d1 1 a1 1 $NetBSD$ @