Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.17 KB

CHANGELOG.rst

File metadata and controls

69 lines (58 loc) · 2.17 KB

Changelog for package eigen_stl_containers

1.1.0 (2025-01-24)

  • CMakeLists.txt: fixing relocatable package issue (#19)
  • Contributors: Matthias Schoepfer

1.0.0 (2019-02-11)

  • Port package to ROS 2 (#16)
  • Switch to package.xml format 2.
  • Make sure to include <functional>
  • Contributors: Chris Lalancette, Víctor Mayoral Vilches

0.1.8 (2017-03-10)

  • Fix it up so we can correctly find Eigen everywhere.
  • Contributors: Chris Lalancette, Kei Okada

0.1.7 (2017-03-01)

  • install headers to CATKIN_PACKAGE_INCLUDE_DESTINATION (#4)
  • Added more typedefs for std::vectors of Eigen types (#8)
  • Contributors: Michael Görner, Victor Lamoine

0.1.6 (2016-09-28)

  • Fixed exporting of eigen3 depends (#6)
  • Contributors: Kei Okada

0.1.5 (2016-03-23)

  • Merge pull request #3 from scpeters/patch-1 add links to repository and issue tracker
  • add links to repository and issue tracker
  • Added tag 0.1.4 for changeset 27d05d1c09b5
  • Contributors: Ioan Sucan, Steven Peters, William Woodall

0.1.4 (2013-03-13)

  • properly export includes and depends for catkin
  • Added tag 0.1.3 for changeset 93304e48d411
  • Contributors: Ioan Sucan

0.1.3 (2012-12-15)

  • Added tag 0.1.2 for changeset a0b26dabeaec
  • Contributors: Ioan Sucan

0.1.2 (2012-10-18)

  • bump version
  • Added tag 0.1.2 for changeset 17cd6bd5aedd
  • switching to package.xml
  • Added tag 0.1.1 for changeset 7647a299476f
  • Contributors: Ioan Sucan

0.1.1 (2012-09-19)

  • add more typedefs
  • Added tag 0.1.0 for changeset 14f67f1013f4
  • Contributors: Ioan Sucan

0.1.0 (2012-08-12)

  • add vector types
  • Contributors: Ioan Sucan