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

ign -> gz Namespace Migration : gz-gui #401

Merged
merged 25 commits into from
May 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ef90973
Update header guards
methylDragon May 18, 2022
2025559
Migrate namespaces
methylDragon May 18, 2022
5289c60
Add migration line
methylDragon May 18, 2022
9d444cd
Implement deprecation trick
methylDragon May 18, 2022
71d0686
Add deprecation test
methylDragon May 18, 2022
70bb4ac
Include config.hh
methylDragon May 18, 2022
1beacd9
Use pragma deprecation message instead
methylDragon May 19, 2022
f84d4fe
Ticktock config macros
methylDragon May 19, 2022
937b6d9
Mention gz headers in migration
methylDragon May 20, 2022
76f3166
Migrate includes to gz
methylDragon May 20, 2022
32a2d3d
Update config.hh
methylDragon May 20, 2022
3645e3f
Migrate Export.hh headers and deprecated test
methylDragon May 20, 2022
6c99f4f
Migrate IGN(ITION)_GUI_XXX macros and variables
methylDragon May 20, 2022
27b79af
Migrate github links
methylDragon May 20, 2022
00e0685
Migrate user-facing Ignition to Gazebo
methylDragon May 20, 2022
ae6f7a4
Migrate gz-common logging calls
methylDragon May 20, 2022
0a17693
Migrate "ignition.msgs" -> "gz.msgs"
methylDragon May 21, 2022
eedc3a6
Fix deprecated test
methylDragon May 21, 2022
420a138
Include config.hh in recursive directories and <lib>.hh
methylDragon May 22, 2022
cde12ae
Include config.hh in .h and .hpp redirection headers
methylDragon May 22, 2022
8dcc9b6
`ignitionrobotics` -> `gazebosim`
methylDragon May 23, 2022
e5ab24f
Rollback osrf-migration.github.io migrations
methylDragon May 24, 2022
b8d8166
Fix typo
methylDragon May 24, 2022
fda266f
Wording changes
methylDragon May 25, 2022
f468d6e
Migrate `igndbg` -> `gzdbg`
methylDragon May 26, 2022
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
Prev Previous commit
Next Next commit
Fix typo
Signed-off-by: methylDragon <[email protected]>
methylDragon committed May 27, 2022
commit b8d81661f15fcc24fa6723791224ca245b4776a1
3 changes: 1 addition & 2 deletions Migration.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ release will remove the deprecated code.

## Gazebo GUI 6.1 to 6.2

* All features from `Grid3D` have been incorportated into `GridConfig`. The code
* All features from `Grid3D` have been incorporated into `GridConfig`. The code
for the original `Grid3D` has been removed and now the installed library is
just a copy of `GridConfig`. Existing `Grid3D` users shouldn't be affected and
may continue to use `Grid3D` as before.
@@ -64,4 +64,3 @@ release will remove the deprecated code.
## Gazebo GUI 0.1.0 to 1.0.0

* Gazebo GUI v1 uses QtQuick and it is not compatible with v0, which uses QWidgets.