CHANGELOG.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2. Changelog for package sparse_bundle_adjustment
  3. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. 0.4.4 (2020-03-28)
  5. ------------------
  6. * fix unitialized variable causing crashes (`#10 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/10>`_)
  7. * Contributors: Michael Ferguson
  8. 0.4.3 (2020-01-31)
  9. ------------------
  10. * remove bouncing email from maintainers
  11. * Merge pull request `#9 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/9>`_ from seanyen/modern_cpp
  12. [windows] use modern cpp & more portable fixes
  13. * modernize cpp code & CMake files.
  14. * Changing maintainer email
  15. * Contributors: Luc Bettaieb, Michael Ferguson, seanyen
  16. 0.4.2 (2018-08-23)
  17. ------------------
  18. * rework how we set the C++ standard
  19. * Merge pull request `#6 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/6>`_ from moriarty/set-cpp-11
  20. Set C++ 11
  21. * [Maintainers] Add myself as a maintainer
  22. Mostly so that I can see build failures.
  23. * [CMake][C++11] compile with -std=c++11
  24. * Contributors: Alexander Moriarty, Michael Ferguson
  25. 0.4.1 (2018-08-21)
  26. ------------------
  27. * Merge pull request `#4 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/4>`_ from moriarty/eigen-and-pkg-fmt-2
  28. Fixes Eigen3 warnings and bumps to package.xml format 2
  29. * Update email address so I see build failures
  30. * [REP-140] Package.xml format 2
  31. * fix deprecated eigen3 cmake warning
  32. * Contributors: Alexnader Moriarty, Michael Ferguson, Steffen Fuchs
  33. 0.4.0 (2018-08-18)
  34. ------------------
  35. * Merge pull request `#3 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/3>`_ from moriarty/melodic-devel
  36. [melodic-devel][18.04] fix compile errors
  37. * [melodic-devel][18.04] fix compile errors
  38. fix compile errors for newer gcc
  39. * Merge pull request `#2 <https://github.com/ros-perception/sparse_bundle_adjustment/issues/2>`_ from ros-perception/maintainer-add
  40. Adding myself as a maintainer for sparse_bundle_adjustment
  41. * Adding myself as a maintainer for sparse_bundle_adjustment
  42. * Contributors: Alexander Moriarty, Luc Bettaieb, Michael Ferguson
  43. 0.3.2 (2014-06-17)
  44. ------------------
  45. * major build/install fixes for the farm
  46. * Contributors: Michael Ferguson
  47. 0.3.1 (2014-06-17)
  48. ------------------
  49. * add depend on eigen
  50. * Contributors: Michael Ferguson
  51. 0.3.0 (2014-06-16)
  52. ------------------
  53. * import cleaned up sba (this is the version from wg)
  54. * Contributors: Michael Ferguson