CHANGELOG

Changelog for package rviz_ogre_vendor

14.2.2 (2024-06-17)

14.2.1 (2024-05-24)

  • Update zlib into CMakeLists.txt (#1128) Changes in 1.3 (18 Aug 2023) - Remove K&R function definitions and zlib2ansi - Fix bug in deflateBound() for level 0 and memLevel 9 - Fix bug when gzungetc() is used immediately after gzopen() - Fix bug when using gzflush() with a very small buffer - Fix crash when gzsetparams() attempted for transparent write - Fix test/example.c to work with FORCE_STORED - Rewrite of zran in examples (see zran.c version history) - Fix minizip to allow it to open an empty zip file - Fix reading disk number start on zip64 files in minizip - Fix logic error in minizip argument processing - Add minizip testing to Makefile - Read multiple bytes instead of byte-by-byte in minizip unzip.c - Add memory sanitizer to configure (–memory) - Various portability improvements - Various documentation improvements - Various spelling and typo corrections Co-authored-by: Chris Lalancette <clalancette@gmail.com>

  • Contributors: mosfet80

14.2.0 (2024-04-26)

14.1.0 (2024-04-16)

14.0.0 (2024-04-07)

13.4.2 (2024-03-27)

13.4.1 (2024-03-26)

13.4.0 (2024-03-09)

  • Change an rviz_ogre_vendor dependency to libfreetype-dev. (#1167) The situation is complicated, but in versions of Ubuntu prior to Focal and versions of Debian prior to Bookworm, the name of the library was ‘libfreetype6-dev’. Since Focal and Bookworm, the name of the library is ‘libfreetype-dev’. While ‘libfreetype-dev’ provides a “virtual package” for ‘libfreetype6-dev’, we should really use the new canonical name. Further, there is currently a bug on ros_buildfarm where it doesn’t properly deal with “virtual packages” like this. This is currently preventing this package from building on Ubuntu Noble. That bug is being worked on separately. Finally, I’ll note that we already have a libfreetype-dev key in rosdep, so we just switch to using that here which should work around the bug on the buildfarm, and also use the correct canonical name going forward.

  • fix: modify typo in cmake args for mac (#1160)

  • feat: support macos (#1156)

  • Contributors: Chris Lalancette, Daisuke Nishimatsu

13.3.1 (2024-01-24)

13.3.0 (2023-12-26)

  • Suppress a couple more of clang warnings in rviz_ogre_vendor. (#1102)

  • Contributors: Chris Lalancette

13.2.0 (2023-11-06)

13.1.2 (2023-10-09)

13.1.1 (2023-10-04)

13.1.0 (2023-09-07)

13.0.0 (2023-08-21)

12.8.0 (2023-08-27)

12.7.0 (2023-07-11)

  • Fix the vendoring flags for clang compilation. (#1003) Several of the flags are not available on clang, so don’t add them there. This fixes the clang build for me locally.

  • Switch to ament_cmake_vendor_package (#995)

  • Contributors: Chris Lalancette, Scott K Logan

12.6.1 (2023-06-12)

12.6.0 (2023-06-07)

  • CMake: rename FeatureSummary.cmake to avoid name clashes (#953)

  • FIX CVE in external libraries (#961)

  • Contributors: Gökçe Aydos, mosfet80

12.5.1 (2023-05-11)

12.5.0 (2023-04-28)

12.4.0 (2023-04-18)

12.3.2 (2023-04-11)

  • Fix build failures on macOS + Apple Silicon (#944)

  • Contributors: Yadu

12.3.1 (2023-03-01)

12.3.0 (2023-02-14)

  • [rolling] Update maintainers - 2022-11-07 (#923)

  • Contributors: Audrow Nash

12.2.0 (2022-11-07)

  • Remove broken rviz_ogre_vendor::RenderSystem_GL target (#920)

  • Contributors: Shane Loretz

12.1.0 (2022-11-02)

12.0.0 (2022-09-13)

  • Fixes policy CMP0135 warning for CMake >= 3.24 (#898)

  • Ogre 1.12.10 upgrade (#878)

  • Make resource file paths relative (#862)

  • Use CMAKE_STAGING_PREFIX for staging OGRE installation (#861)

  • Contributors: Cristóbal Arroyo, Kenji Brameld, Scott K Logan

11.3.0 (2022-04-26)

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

  • Fix interface link libraries in ogre vendor (#761)

  • Contributors: Laszlo Turanyi

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

10.0.0 (2022-02-16)

  • Fix the build for Ubuntu Jammy arm64. (#828)

  • Contributors: Chris Lalancette

9.1.1 (2022-01-25)

9.1.0 (2022-01-13)

9.0.1 (2021-12-17)

9.0.0 (2021-11-18)

8.7.0 (2021-08-11)

8.6.0 (2021-05-13)

  • Strip RPATH from installed Ogre binaries (#688)

  • Contributors: Michel Hidalgo

8.5.0 (2021-04-06)

8.4.0 (2021-03-18)

  • Always preserve source permissions in vendor packages (#647)

  • Contributors: Scott K Logan

8.3.1 (2021-01-25)

8.3.0 (2020-12-08)

  • Add linters and use ament_lint_auto (#608)

  • Update maintainers (#607)

  • Pass through CMAKE_{C,CXX}_FLAGS to OGRE build (#587)

  • Contributors: Jacob Perron, Scott K Logan

8.2.0 (2020-06-23)

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

8.0.2 (2020-05-21)

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I’ve chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.

  • Switched to the CMake Patch module. (#509)

  • Contributors: Dan Rose, Mikael Arguedas

7.0.3 (2019-11-13)

  • Skip freetype2 dependencies (#405)

  • Contributors: Sean Yen

7.0.2 (2019-10-23)

  • Switch back to patch instead of git apply (#470)

  • Remove OGRE_BUILD_COMPONENT_SAMPLES cmake arg.

  • Contributors: Chris Lalancette

7.0.1 (2019-10-04)

  • Fix the rviz_ogre_vendor packaging.

  • Contributors: Chris Lalancette

7.0.0 (2019-09-27)

  • Add .dsv file beside custom environment hook (#449)

  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)

  • Mojave compatibility (#414)

  • Contributors: Dirk Thomas, Karsten Knese, Martin Idel

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Upgraded to OGRE 1.10.12 to get a macOS fix but also not break any APIs by upgrading to OGRE 1.11.x. (#380)

  • Contributors: Emerson Knapp

6.0.0 (2019-05-08)

  • Suppress ogre_vendor warnings in clang+libcxx build. The -w flag was not strong enough for Clang builds. (#389) Signed-off-by: Emerson Knapp <eknapp@amazon.com>

  • Pass through only the stdlib flag to the vendor build, instead of all C++ flags (#388) Signed-off-by: Emerson Knapp <eknapp@amazon.com>

  • Pass through CXX flags to OGRE vendor build (#381) * Pass through CXX flags Signed-off-by: Emerson Knapp <eknapp@amazon.com> * fixup Signed-off-by: William Woodall <william@osrfoundation.org> * re-add removed libc++ flag, because OSX build always needs it Signed-off-by: Emerson Knapp <eknapp@amazon.com>

  • Propagate toolchain-file to external-project (#374) If defined, propagate the CMAKE_TOOLCHAIN_FILE argument to the cmake argument of freetype, zlib and ogre projects. Change-Id: Ibf2802b96c2238a06191e78a1b2a3128769a83af Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>

  • Contributors: Emerson Knapp, lmayencourt

5.1.0 (2019-01-14)

  • Skip the system directories when looking for OGRE (#371)

  • Contributors: Scott K Logan

5.0.0 (2018-12-04)

  • Changed ZLIB_ROOT -> ZLIB_DIR (#349)

  • Contributors: Mikael Arguedas

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Changed the download timeout for Ogre to be twenty (20) minutes. (#323)

  • Contributors: Dirk Thomas, Martin Idel, Mikael Arguedas, Russ

3.0.0 (2018-02-07)

  • Updated Ogre to 1.10.11. (#181)

2.0.0 (2017-12-08)

  • First version for ROS 2.

  • Contributors: Andreas Greimel, Andreas Holzner, Chris Ye, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)