Skip to content

Latest commit

 

History

History
269 lines (185 loc) · 10.2 KB

Changelog.md

File metadata and controls

269 lines (185 loc) · 10.2 KB

Gazebo Utils 3.x

Gazebo Utils 3.1.0 (2024-11-15)

  1. Build Gazebo Utils with bzlmod

  2. Add bzlmod CI

  3. Add expectations to subprocess test

  4. Fix logging source location

Gazebo Utils 3.0.0 (2024-09-25)

  1. Baseline: this includes all changes from 2.2.0 and earlier.

  2. Add EoL and use SetConsoleSinkLevel in example

  3. Catch spdlog exception thrown when creating file

  4. Include file name in log format

  5. Update logger level and flush_on values

  6. Use common formatter for console and file sinks

  7. Logger updates

  8. Update badges to point to gz-utils3 branch

  9. Update changelog and add prepare for prereleases

  10. Move spdlog::logger to gz-utils

  11. Require cmake version 3.22.1

  12. Add package.xml

  13. bazel: build and test subprocess functionality

  14. Update CI badges in README

  15. Use HIDE_SYMBOLS_BY_DEFAULT

  16. Remove ignition

  17. Bumps in ionic: use gz-cmake4

  18. Infrastructure

  19. ⬆️ Bump main to 3.0.0~pre1

Gazebo Utils 2.x

Gazebo Utils 2.2.0 (2023-11-08)

  1. Make the single argument constructor inherit the env

  2. Add new functions for manipulating the environment

  3. Add license checking support to bazel

  4. Include what you use

  5. Ensure all licenses are reflected in the LICENSE file

  6. Not sure why this was here, but it is unused

Gazebo Utils 2.1.0 (2023-09-26)

  1. Documentation fixes

  2. Infrastructure

  3. Extra test macros for ARM32/ARM64

  4. Add a utility for spawning subprocesses

  5. Support for bazel in Garden

  6. Rename COPYING to LICENSE

  7. Add missing config.hh include to gz headers

  8. ign -> gz Migrate Ignition headers

Gazebo Utils 2.0.0 (2022-09-22)

  1. Improve install instructions

  2. Round out ExtraTestMacros

  3. Update GoogleTest to latest version

  4. cli_TEST: Fix compatibility with CLI11 2.0

  5. Include <functional> in FormatterFwd

  6. ign to gz Migration

  7. Infrastructure

Gazebo Utils 1.x

Gazebo Utils 1.5.1 (2022-12-15)

  1. Add missing config.hh include to gz headers

Gazebo Utils 1.5.0 (2022-12-08)

  1. Ignition to Gazebo header migration.

  2. CI workflow: use checkout v3.

Gazebo Utils 1.4.1 (2022-11-17)

  1. Include in FormatterFwd.

  2. cli_TEST: Fix compatibility with CLI11 2.0.

  3. Add code coverage ignore file.

Gazebo Utils 1.4.0 (2022-03-29)

  1. Enable cpplint

  2. Add doxygen linters

  3. Custom Gazebo CLI11 formatter

  4. Drop all main functions from gtest files

  5. Improvements to enable "-Wconversion"

Gazebo Utils 1.3.0 (2022-02-24)

  1. Fix inline namespace issue with clang6

  2. Move ExtraTestMacros from gz-cmake

Gazebo Utils 1.2.0 (2022-01-28)

  1. Enable cpplint on focal

  2. Add NeverDestroyed utility class

  3. Move environment functionality to utils

  4. ImplPtr Get method

Gazebo Utils 1.1.0 (2021-09-02)

  1. More complete bazel implementation

  2. Add GZ_UTILS_VENDOR_CLI11 CMake option to optionally use external CLI11

  3. Add an example program using CLI11

Gazebo Utils 1.0.0 (2021-03-30)

  1. Add basic support for bazel build system.

  2. Gazebo ImplPtr

  3. Vendor CLI11 library inside gz-utils

  4. Update warning suppression macros

  5. Pre-release cleanup