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

[Gazebo9] Fixed fails for OSX: Added using namespace boost::placeholders #2809

Merged
merged 8 commits into from
Aug 11, 2020

Commits on Jul 30, 2020

  1. Added using namespace boost::placeholders

    Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
    ahcorde committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    6a8bc3a View commit details
    Browse the repository at this point in the history
  2. using namespace boost::placeholders; only on macos

    Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
    ahcorde committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    95ef736 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Fixed test

    Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
    ahcorde committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d487059 View commit details
    Browse the repository at this point in the history
  2. Fixed custom main example

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    169402c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. namespace on all platforms

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    16f1581 View commit details
    Browse the repository at this point in the history
  2. Use std::bind and scoped using statement

    boost::bind changed its syntax for the placeholders,
    so just switch to std::bind and add a scoped
    using namespace std::placeholders to reduce
    the size of the diff.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    5d3d06e View commit details
    Browse the repository at this point in the history
  3. Use boost namespace if version >= 1.73

    Revert the previous change to std::bind.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    fd718ac View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Update examples/stand_alone/custom_main_pkgconfig/CMakeLists.txt

    Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
    
    Co-authored-by: Jose Luis Rivero <jrivero@osrfoundation.org>
    ahcorde and j-rivero committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    cb26a97 View commit details
    Browse the repository at this point in the history