Closed
Description
I'll add the task list later. I just want to converge on the approximate date. I would propose early/mid April, after ICCV and IROS deadlines if I'm not mistaken.
I'm also looking to converge on the essential features to be released. I'm aiming at finishing the C++14 migration, or getting close to.
- memory Transition to standard smart pointers #2792
- thread, mutex, condition Migrating from Boost.Thread to std #2700
- functional, binds Migrate
boost::function
tostd::function
#3079, AddregisterCallback()
overload to grabbers to support assignment ofboost::function
s with templated signatures #3128 - type traits type_traits migration #3096, Migrate to standard library type traits #3105
- tupple Migrate from
boost::tuple
tostd::tuple
#3250 - unordered_map Migrate from
boost::unordered_map
tostd::unordered_map
#3107 - random generators Use random generator from C++11 instead of from Boost in module sample_consensus #2963, Use random generator from C++11 instead of from Boost in module filters #2964,
Replace random_shuffle by shuffle #3069, Use C++11 random generator instead of Boost in RangeLikelihood #2988, Inconsistent handling of default seed in NormalGenerator & UniformGenerator #2985, Replace boost::mt19937 with std::mt19937 #2803, Replace UuidGenerator of Boost in OutofcoreOctreeDiskContainer #2955 - chrono
- VTK component selection Use COMPONENTS when finding VTK #3032, Use
COMPONENTS
when finding VTK to avoid linking agains unnecessary modules #3140 - RSSDK 2 grabber
Add RSSDK 2.0 (librealsense2) grabber #2214,Changes to RSSDK 2.0 grabber #3467, Configuration fails on Linux host with librealsense2 installed #3481, Downgrade RSSDK2 warning message to status. #3490 - properly deprecate function removed by Replace pcl_isnan, pcl_isfinite and pcl_isinf by C++11 methods #2798
Tentative schedule:
May 12thJune 9th -15 week just to get the PRs outMay 26thJune 23rd - 1-2 weeks to review everything.June 9thJuly 7th - 1-2 weeks prepare the actual release. Revise PR labels and titles
Metadata
Metadata
Assignees
Labels
No labels