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 (narrow) : gz-math #431

Closed
wants to merge 10 commits into from

Commits on May 20, 2022

  1. 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>
    scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5341877 View commit details
    Browse the repository at this point in the history
  2. 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>
    scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9f6a9c1 View commit details
    Browse the repository at this point in the history
  3. Migrate 'ignition::' -> 'gz::'

    ~~~
    sed -i -e 's@ignition::@gz::@g' \
      $(grep -rlI 'ignition::' .)
    ~~~
    
    Excluded changes to Changelog.md and Migration.md
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    66abf73 View commit details
    Browse the repository at this point in the history
  4. Migrate symbol test

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    db62ad5 View commit details
    Browse the repository at this point in the history
  5. Add migration line

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    73d144a View commit details
    Browse the repository at this point in the history
  6. Add deprecation test

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a8d9da7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Include config.hh

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 22, 2022
    Configuration menu
    Copy the full SHA
    f5ff54d View commit details
    Browse the repository at this point in the history
  2. Add pragma deprecation message to config.hh

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 22, 2022
    Configuration menu
    Copy the full SHA
    2de27ab View commit details
    Browse the repository at this point in the history
  3. Mention gz headers in migration

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 22, 2022
    Configuration menu
    Copy the full SHA
    b0394e4 View commit details
    Browse the repository at this point in the history
  4. ruby bindings: migrate 'Ignition::' -> 'Gz::'

    Signed-off-by: methylDragon <methylDragon@gmail.com>
    methylDragon authored and scpeters committed May 22, 2022
    Configuration menu
    Copy the full SHA
    c4629ec View commit details
    Browse the repository at this point in the history