-
Notifications
You must be signed in to change notification settings - Fork 67
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 (narrow) : gz-math #431
Commits on May 20, 2022
-
Fix incorrect namespace comments in pybind files
~~~ sed -i -e 's@namespace gazebo@namespace math@' \ $(grep -rlI namespace\ gazebo src/python_pybind11/) ~~~ Also convert an ignition::gazebo -> ignition::math Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 5341877 - Browse repository at this point
Copy the full SHA 5341877View commit details -
Migrate 'namespace ignition' -> 'namespace gz'
~~~ sed -i -e 's@namespace ignition@namespace gz@g' \ $(grep -rlI 'namespace ignition' .) ~~~ Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 9f6a9c1 - Browse repository at this point
Copy the full SHA 9f6a9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66abf73 - Browse repository at this point
Copy the full SHA 66abf73View commit details -
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db62ad5 - Browse repository at this point
Copy the full SHA db62ad5View commit details -
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 73d144a - Browse repository at this point
Copy the full SHA 73d144aView commit details -
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8d9da7 - Browse repository at this point
Copy the full SHA a8d9da7View commit details
Commits on May 22, 2022
-
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5ff54d - Browse repository at this point
Copy the full SHA f5ff54dView commit details -
Add pragma deprecation message to config.hh
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2de27ab - Browse repository at this point
Copy the full SHA 2de27abView commit details -
Mention gz headers in migration
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b0394e4 - Browse repository at this point
Copy the full SHA b0394e4View commit details -
ruby bindings: migrate 'Ignition::' -> 'Gz::'
Signed-off-by: methylDragon <methylDragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4629ec - Browse repository at this point
Copy the full SHA c4629ecView commit details