-
Notifications
You must be signed in to change notification settings - Fork 9
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
C++ namespaces, directories and header guards from ignition
to gz
#711
Labels
ign to gz
Renaming Ignition to Gazebo.
Comments
This was referenced Apr 21, 2022
We... are going to need to merge these in topological order again :( |
This was referenced Apr 28, 2022
chapulina
changed the title
C++ namespaces from
C++ namespaces, directories and header guards from May 3, 2022
ignition
to gz
ignition
to gz
This was referenced May 3, 2022
8 tasks
This was referenced May 10, 2022
This was referenced May 16, 2022
This was referenced May 20, 2022
This was referenced May 23, 2022
All namespaces merged! |
9 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This issue tracks the conversion of C++ namespaces from
ignition
togz
.Example PRs:
Be sure to use this trick:
Status Tracker
(Some of these might be excluded, but I'm just listing the full list first!)
Header Migration
There's a script to automate the process for the most part, but some manual work has to be done: #712
See the script PR for the caveats and a point in the right direction for what manual work has to be done (and why!)
It helps to do this in topological order!
Namespacing Narrowed
Partial Macros and Docs
Pre-req
Future Work
After the namespaces are migrated, we need to do the source and macro migration (from upstream to downstream.)
The text was updated successfully, but these errors were encountered: