-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chapulina/2/cmake_gz
- Loading branch information
Showing
74 changed files
with
359 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
See the [Ignition Robotics contributing guide](https://ignitionrobotics.org/docs/all/contributing). | ||
See the [Gazebo contributing guide](https://gazebosim.org/docs/all/contributing). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
## Ignition Utils 2.x | ||
## Gazebo Utils 2.x | ||
|
||
## Ignition Utils 2.0.0 (20XX-XX-XX) | ||
## Gazebo Utils 2.0.0 (20XX-XX-XX) | ||
|
||
## Ignition Utils 1.x | ||
## Gazebo Utils 1.x | ||
|
||
## Ignition Utils 1.4.0 (2022-03-29) | ||
## Gazebo Utils 1.4.0 (2022-03-29) | ||
|
||
1. Enable cpplint | ||
* [Pull request #41](https://github.com/ignitionrobotics/ign-utils/pull/41) | ||
* [Pull request #41](https://github.com/gazebosim/gz-utils/pull/41) | ||
|
||
1. Add doxygen linters | ||
* [Pull request #44](https://github.com/ignitionrobotics/ign-utils/pull/44) | ||
* [Pull request #44](https://github.com/gazebosim/gz-utils/pull/44) | ||
|
||
1. Custom Ignition CLI11 formatter | ||
* [Pull request #42](https://github.com/ignitionrobotics/ign-utils/pull/42) | ||
1. Custom Gazebo CLI11 formatter | ||
* [Pull request #42](https://github.com/gazebosim/gz-utils/pull/42) | ||
|
||
1. Drop all main functions from gtest files | ||
* [Pull request #45](https://github.com/ignitionrobotics/ign-utils/pull/45) | ||
* [Pull request #45](https://github.com/gazebosim/gz-utils/pull/45) | ||
|
||
1. Improvements to enable "-Wconversion" | ||
* [Pull request #46](https://github.com/ignitionrobotics/ign-utils/pull/46) | ||
* [Pull request #46](https://github.com/gazebosim/gz-utils/pull/46) | ||
|
||
## Ignition Utils 1.3.0 (2022-02-24) | ||
## Gazebo Utils 1.3.0 (2022-02-24) | ||
|
||
1. Fix inline namespace issue with clang6 | ||
* [Pull request #39](https://github.com/ignitionrobotics/ign-utils/pull/39) | ||
* [Pull request #39](https://github.com/gazebosim/gz-utils/pull/39) | ||
|
||
1. Move ExtraTestMacros from ign-cmake | ||
* [Pull request #37](https://github.com/ignitionrobotics/ign-utils/pull/37) | ||
* [Pull request #37](https://github.com/gazebosim/gz-utils/pull/37) | ||
|
||
## Ignition Utils 1.2.0 (2022-01-28) | ||
## Gazebo Utils 1.2.0 (2022-01-28) | ||
|
||
1. Enable cpplint on focal | ||
* [Pull request #32](https://github.com/ignitionrobotics/ign-utils/pull/32) | ||
* [Pull request #32](https://github.com/gazebosim/gz-utils/pull/32) | ||
|
||
1. Add NeverDestroyed utility class | ||
* [Pull request #31](https://github.com/ignitionrobotics/ign-utils/pull/31) | ||
* [Pull request #31](https://github.com/gazebosim/gz-utils/pull/31) | ||
|
||
1. Move environment functionality to utils | ||
* [Pull request #30](https://github.com/ignitionrobotics/ign-utils/pull/30) | ||
* [Pull request #30](https://github.com/gazebosim/gz-utils/pull/30) | ||
|
||
1. ImplPtr Get method | ||
* [Pull request #27](https://github.com/ignitionrobotics/ign-utils/pull/27) | ||
* [Pull request #27](https://github.com/gazebosim/gz-utils/pull/27) | ||
|
||
## Ignition Utils 1.1.0 (2021-09-02) | ||
## Gazebo Utils 1.1.0 (2021-09-02) | ||
|
||
1. More complete bazel implementation | ||
* [Pull request #21](https://github.com/ignitionrobotics/ign-utils/pull/21) | ||
* [Pull request #21](https://github.com/gazebosim/gz-utils/pull/21) | ||
|
||
1. Add IGN_UTILS_VENDOR_CLI11 CMake option to optionally use external CLI11 | ||
* [Pull request #19](https://github.com/ignitionrobotics/ign-utils/pull/19) | ||
* [Pull request #19](https://github.com/gazebosim/gz-utils/pull/19) | ||
|
||
1. Add an example program using CLI11 | ||
* [Pull request #23](https://github.com/ignitionrobotics/ign-utils/pull/23) | ||
* [Pull request #23](https://github.com/gazebosim/gz-utils/pull/23) | ||
|
||
## Ignition Utils 1.0.0 (2021-03-30) | ||
## Gazebo Utils 1.0.0 (2021-03-30) | ||
|
||
1. Add basic support for bazel build system. | ||
* [Pull request #14](https://github.com/ignitionrobotics/ign-utils/pull/14) | ||
* [Pull request #14](https://github.com/gazebosim/gz-utils/pull/14) | ||
|
||
1. Ignition ImplPtr | ||
* [Pull request 1](https://github.com/ignitionrobotics/ign-utils/pull/1) | ||
* [Pull request 4](https://github.com/ignitionrobotics/ign-utils/pull/4) | ||
1. Gazebo ImplPtr | ||
* [Pull request 1](https://github.com/gazebosim/gz-utils/pull/1) | ||
* [Pull request 4](https://github.com/gazebosim/gz-utils/pull/4) | ||
|
||
1. Vendor CLI11 library inside ignition-utils | ||
* [Pull request 2](https://github.com/ignitionrobotics/ign-utils/pull/2) | ||
* [Pull request 2](https://github.com/gazebosim/gz-utils/pull/2) | ||
|
||
1. Update warning suppression macros | ||
* [Pull request 5](https://github.com/ignitionrobotics/ign-utils/pull/5) | ||
* [Pull request 10](https://github.com/ignitionrobotics/ign-utils/pull/10) | ||
* [Pull request 11](https://github.com/ignitionrobotics/ign-utils/pull/11) | ||
* [Pull request 5](https://github.com/gazebosim/gz-utils/pull/5) | ||
* [Pull request 10](https://github.com/gazebosim/gz-utils/pull/10) | ||
* [Pull request 11](https://github.com/gazebosim/gz-utils/pull/11) | ||
|
||
1. Pre-release cleanup | ||
* [Pull request #16](https://github.com/ignitionrobotics/ign-utils/pull/16) | ||
* [Pull request #15](https://github.com/ignitionrobotics/ign-utils/pull/15) | ||
* [Pull request #16](https://github.com/gazebosim/gz-utils/pull/16) | ||
* [Pull request #15](https://github.com/gazebosim/gz-utils/pull/15) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Ignition CLI component | ||
Gazebo CLI component | ||
|
||
Vendored from https://github.com/CLIUtils/CLI11/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/App.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/CLI.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Config.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/ConfigFwd.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Error.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Formatter.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/FormatterFwd.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Macros.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Option.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Split.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/StringTools.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Timer.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/TypeTools.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Validators.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Version.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli.hh> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/GzFormatter.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/App.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/CLI.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Config.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/ConfigFwd.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Error.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Formatter.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/FormatterFwd.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Macros.hpp> | ||
#include <ignition/utils/config.hh> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
*/ | ||
|
||
#include <gz/utils/cli/Option.hpp> | ||
#include <ignition/utils/config.hh> |
Oops, something went wrong.