aboutsummaryrefslogtreecommitdiff
path: root/ports/pcl
AgeCommit message (Collapse)Author
2018-11-28[pcl] Update to PCL 1.9.1 (#4842)Tsukasa Sugiura
Update PCL port to PCL 1.9.1.
2018-11-08[pcl] Update to PCL 1.9.0 (#4677)Tsukasa Sugiura
Update PCL port to PCL 1.9.0.
2018-10-16[pcl] Add option introduced in upstream/HEAD (#4462)Tsukasa Sugiura
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
2018-08-20[pcl] Support boost 1.68Robert Schumacher
2018-04-24Fix PCL compile tools (#3301)Claudio Fantacci
Add missing boost definition using a patch. Better compile from HEAD.
2018-03-14Fix PCL portfile debug/share error (#2996)Claudio Fantacci
Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully.
2018-03-01[pcl] Add cuda and tools option (#2775)Jacob Zhong
* [pcl] Add cuda and tools option * [pcl] Add dependency support for tools * [pcl] remove deprecated cuda_arch_bin version * [pcl] Add libpng dependency
2017-12-19Update downstream libraries to use modularized boostRobert Schumacher
2017-12-06Fix pcl/CMakeLists fot Visual Studio 2017Tsukasa Sugiura
Fix conditional branch for Visual C++ 2017. Visual C++ 2017 has a version number 191x.
2017-11-26Fix PCL port according to QHull port changeTsukasa Sugiura
Fix PCL port according to QHull port change. PCL will link dynamic link librariy of QHull when build dynamic link library configure.
2017-11-17Change OpenNI2 to optionTsukasa Sugiura
Change OpenNI2 to option for build static link library.
2017-11-15Fix find debug library of FLANNTsukasa Sugiura
Fix find debug library of FLANN. Currently, QHull port generates debug libraries with DEBUG_POSTFIX (-gd). Therefore, It doesn't need to be override.
2017-11-15Fix find debug library of QHullTsukasa Sugiura
Fix find debug library of QHull. Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d). Therefore, It doesn't need to be override.
2017-11-11[pcl] Fixup: commit missing patchRobert Schumacher
2017-11-10[pcl][vtk] fixup_cmake_targets. Fix vtk config files regression.Robert Schumacher
2017-10-30Add support build option to PCL portTsukasa Sugiura
Add support build options (pcap, qt) to PCL port.
2017-09-23Enable pcap optionTsukasa Sugiura
Enable pcap option. You can retrieve data from PCAP file using pcl::HDLGrabber/pcl::VLPGrabber.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-11Change directory structure to install the header filesTsukasa Sugiura
Fix bug when using "vcpkg integrate install" command by change directory structure to install the header files.
2017-08-08Update PCL 1.8.1Tsukasa Sugiura
Update PCL 1.8.1
2017-07-20Update PCL 1.8.1 RC2Tsukasa Sugiura
Update PCL 1.8.1 RC2
2017-07-18[pcl] Add qt5 dependency.Robert Schumacher
2017-07-15Fix find_flann.patchTsukasa Sugiura
Fix find_flann.patch according to this change (PR#1452).
2017-07-13Enable Qt optionTsukasa Sugiura
Enable Qt option
2017-07-06Update PCL 1.8.1 RC1Tsukasa Sugiura
Update PCL 1.8.1 RC1
2017-06-22Fix to enable pcl_2d moduleTsukasa Sugiura
Fix to enable pcl_2d module. It's a header only library.
2017-06-22Add PCL portTsukasa Sugiura
Add Point Cloud Library (PCL)