You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will need to get logic with deciding on what mapping is being used. Maybe also add that information into OpenDDS is not already there, so PyOpenDDS can select automatically.
The text was updated successfully, but these errors were encountered:
Fix for OpenDDS#1714
Support for the C++11 mapping in the CMake module. `-Lc++11` can now be
passed with `OPENDDS_IDL_OPTIONS` in `OPENDDS_TARGET_SOURCES`.
Also added a property to the target of `OPENDDS_TARGET_SOURCES` called
`OPENDDS_LANGUAGE_MAPPING` that states what mapping was used. This will
be exported if supported by CMake. Fix for
OpenDDS/pyopendds#9.
For #9, Uses OpenDDS/OpenDDS#1728 to
automatically switch the CPython mapping to use the IDL-to-C++11 mapping
instead of the IDL-to-C++03 mapping
Still need to refine it and setup CI testing.
Fix for OpenDDS#1714
Support for the C++11 mapping in the CMake module. `-Lc++11` can now be
passed with `OPENDDS_IDL_OPTIONS` in `OPENDDS_TARGET_SOURCES`.
Also added a property to the target of `OPENDDS_TARGET_SOURCES` called
`OPENDDS_LANGUAGE_MAPPING` that states what mapping was used. This will
be exported if supported by CMake. Fix for
OpenDDS/pyopendds#9.
Will need to get logic with deciding on what mapping is being used. Maybe also add that information into OpenDDS is not already there, so PyOpenDDS can select automatically.
The text was updated successfully, but these errors were encountered: