Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic Changelog #444

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
## Gazebo CMake 4.x

### Gazebo CMake 4.0.0 (2024-09-24)

1. Use relative paths for pkg-config install directory
* [Pull request #443](https://github.com/gazebosim/gz-cmake/pull/443)

1. Deprecate `BUILD_DOCS`: generate always the doc target but exclude from default make
* [Pull request #434](https://github.com/gazebosim/gz-cmake/pull/434)

1. Accept arbitrary capitalization for coverage build type
* [Pull request #435](https://github.com/gazebosim/gz-cmake/pull/435)

1. Deprecate GzPython.cmake in favor of `find_package(Python3)`
* [Pull request #431](https://github.com/gazebosim/gz-cmake/pull/431)

1. Use default flags for RelWithDebInfo
* [Pull request #418](https://github.com/gazebosim/gz-cmake/pull/418)

1. Use visibility hidden by default
* [Pull request #392](https://github.com/gazebosim/gz-cmake/pull/392)

1. Replace `exec_program` with `execute_process`
* [Pull request #402](https://github.com/gazebosim/gz-cmake/pull/402)

1. Doxygen: exclude C++ `__attribute__`
* [Pull request #397](https://github.com/gazebosim/gz-cmake/pull/397)

1. Require cmake version 3.22.1
* [Pull request #396](https://github.com/gazebosim/gz-cmake/pull/396)

1. CI: disable 20.04, enable 24.04
* [Pull request #389](https://github.com/gazebosim/gz-cmake/pull/389)
* [Pull request #424](https://github.com/gazebosim/gz-cmake/pull/424)

1. Deprecate SuppressWarning.hh with `#warning`
* [Pull request #367](https://github.com/gazebosim/gz-cmake/pull/367)

1. Remove ignition
* [Pull request #326](https://github.com/gazebosim/gz-cmake/pull/326)
* [Pull request #369](https://github.com/gazebosim/gz-cmake/pull/369)

1. Bump major version to 4
* [Pull request #296](https://github.com/gazebosim/gz-cmake/pull/296)
* [Pull request #298](https://github.com/gazebosim/gz-cmake/pull/298)
* [Pull request #390](https://github.com/gazebosim/gz-cmake/pull/390)

## Gazebo CMake 3.x

Expand Down