Skip to content

Releases: norlab-ulaval/libnabo

1.1.1

22 Mar 00:43
c8eb78b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

31 Jan 22:40
9ad7815
Compare
Choose a tag to compare

What's new

Contributors

@jlblancoc, @peci1, @maximecharriere, @Timple, @SpaceIm, @RedLeader962, @boxanm
Full Changelog: 1.0.7...1.1.0

1.0.7

11 Feb 14:17
Compare
Choose a tag to compare
  • Disabled cmake compile tests by default and on compilers that do not support them (#95)
  • Fix Python 2 bindings support in CMake scripts (#90)
  • Port libnabo to c++11 (#89)
  • Remove register keyword in index_heap.h (#88)
  • Fix compilation warning for MSVC (#85)
  • Assert template type for invalid setters (#80)
  • Return numerically maximal index (unsigned) or -1 (signed) for no match case (#79)
  • Add generate step for ${PROJECT_BINARY_DIR}/libnaboConfig.cmake (#76)
  • Removed compiler-specific flags for compilers that do not support them (#74)
  • Added cmake_policy(SET CMP0054 NEW) (#73)
  • Output compiler message with compile test fatal error in cmake (#72)
  • Removed erroneous commas from test/CMakeLists.txt (#71)
  • Removed fatal "," suffix from FATAL_ERROR in CMakeLists.txt (#70)
  • Fixed regression concerning installed libnaboConfig.cmake (#65)
  • Fix/relax compiler requirements (#63)
  • Removed hard dependency on the doc target (#62)
  • Install any.hpp (#61)
  • Remove boost::any and boost:format dependencies (#59)
  • Port the python bindings to python3 (#57)
  • Added cmake switch to disable usage of OpenMP (#53)
  • Zero copy for Eigen::Matrix3XT and Eigen::Map (#43)
  • Fix warnings and switch on Wextra (#42)
  • Disallow instantiation with non dynamic matrices (#41)
  • Update README.md
  • Removed all code dealing with libnaboTargets.cmake (#32)
  • Got rid of unused locally defined typedefs (#27)

Contributors: David Landry, Hannes Sommer, Simon Lynen, Simon-Pierre Deschênes, Stéphane Magnenat, cezheng, ffurrer, magehrig, renning22, sandsmark, taketwo, tcies

1.0.6

05 Aug 10:13
Compare
Choose a tag to compare
  • Reset point indices of results with distances exceeding threshold (#23, #24)
  • Fine tune the find_package() capability and add uninstall target (#22)
  • Fixed compiler warning (#18)
  • Added OpenMP support (#20, #21)
  • Build type tuning (#19)
  • Fix: terminal comma in enum requires C++11
  • Fix UBSAN error calculating maxNodeCount (#16, #17)
  • Fixed tiny (yet significant) error in the Python doc strings (#15)
  • Compile static lib with PIC (#14)

Contributors: Francois Pomerleau, François Pomerleau, Gregory Hitz, Gregory Jefferis, Simon Lynen, Stéphane Magnenat

1.0.5

04 Mar 20:36
Compare
Choose a tag to compare
  • Added configure scripts for full catkinization
  • Catkinization of libnabo (following REP136)
  • Update README.md Added Simon as the maintainer.
  • [test] use CLOCK_PROF for NetBSD build
  • Fixed CppCheck warning. Fix broken install when doxygen is not found
  • Fix cmake stylistic issue
  • Make python install respect custom CMAKE_INSTALL_PREFIX
  • Fix broken install when doxygen is not found

Contributors: Chris Foster, Francis Colas, Paul Furgale, Pierrick Koch, Stéphane Magnenat