Package: octomap / 1.9.7+dfsg-4

Metadata

Package Version Patches format
octomap 1.9.7+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Fix incorrect library name.patch | (download)

dynamicEDT3D/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix incorrect library name


0004 Avoid buildpath in installed files.patch | (download)

dynamicEDT3D/src/CMakeLists.txt | 4 2 + 2 - 0 !
octovis/CMakeLists.txt | 2 2 + 0 - 0 !
octovis/CMakeLists_src.txt | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 3 deletions(-)

 avoid-buildpath-in-installed-files

Workaround to avoid build paths in exported cmake targets.

0003 Fix CMAKE_INSTALL_FULL_LIBDIR.patch | (download)

dynamicEDT3D/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cmake_install_full_libdir


0004 Fix errors with recent compilers and C 17 20 standar.patch | (download)

octomap/include/octomap/AbstractOcTree.h | 2 1 + 1 - 0 !
octomap/include/octomap/AbstractOccupancyOcTree.h | 2 1 + 1 - 0 !
octomap/include/octomap/ColorOcTree.h | 2 1 + 1 - 0 !
octomap/include/octomap/CountingOcTree.h | 2 1 + 1 - 0 !
octomap/include/octomap/OcTree.h | 4 2 + 2 - 0 !
octomap/include/octomap/OcTreeBase.h | 2 1 + 1 - 0 !
octomap/include/octomap/OcTreeBaseImpl.h | 8 4 + 4 - 0 !
octomap/include/octomap/OcTreeDataNode.h | 4 2 + 2 - 0 !
octomap/include/octomap/OcTreeIterator.hxx | 10 5 + 5 - 0 !
octomap/include/octomap/OcTreeStamped.h | 2 1 + 1 - 0 !
octomap/include/octomap/ScanGraph.h | 2 1 + 1 - 0 !
octomap/src/Pointcloud.cpp | 4 2 + 2 - 0 !
octomap/src/compare_octrees.cpp | 2 1 + 1 - 0 !
octovis/include/octovis/OcTreeDrawer.h | 10 5 + 5 - 0 !
octovis/include/octovis/SceneObject.h | 8 4 + 4 - 0 !
octovis/include/octovis/ViewerSettings.h | 12 6 + 6 - 0 !
16 files changed, 38 insertions(+), 38 deletions(-)

 fix errors with recent compilers and c++17/20 standard (#394)

- fix definition of OcTreeBase(double res) constructor (it fixes gcc12/C++20 compilation errors)
- more robust detection of C++11 for Visual Studio (it fixes Visual Studio2022/C++17 compilation errors)
- remove several illegal semicolon (unlikely the reason of compilation errors, but it's neater to fix that)