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

Switch to C++17 for SIP and Shiboken #135

Conversation

christophebedard
Copy link
Contributor

@christophebedard christophebedard commented Feb 22, 2024

Relates to ros-visualization/qt_gui_core#288

Relates to ros/pluginlib#254

Switch to C++17 to be able to use std::filesystem when building SIP or Shiboken bindings.

I'm doing this mainly for qt_gui_core and I didn't seem to need the change for Shiboken, but we'll probably hit the same issue as we migrate everything else to C++17's std::filesystem. See the corresponding docs for Shiboken: https://doc.qt.io/qtforpython-5/shiboken2/shibokengenerator.html#usage.

I think we can merge this without negatively affecting anything.

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
@clalancette
Copy link
Contributor

Here's CI with just this PR in place:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette clalancette merged commit ef7b38b into ros-visualization:rolling Feb 23, 2024
2 checks passed
@christophebedard christophebedard deleted the christophebedard/switch-to-cpp17 branch February 23, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants