Releases: commschamp/commsdsl
Releases · commschamp/commsdsl
v3.6.2
v3.6.1
v3.6
- Requiring v3.1.3 of COMMS Library.
- Generating access member functions for the <variant> field when number of members exceeds direct support of the COMMS library (120).
- Fix to incorrect static_assert of the generated message length (see #9)
- Not generating plugin code for forced but not used fields.
v3.5.4
- Introduced an ability to compile without comms_champion project as a dependency, just pass COMMSDSL_NO_COMMS_CHAMPION option to cmake.
v3.5.3
v3.5.2
- Requiring v3.1 of COMMS Library.
- Using same compilation flags as comms_champion + fixed reported warnings.
- Using same compilation flags as comms_champion in the generated CMake project.
- Fixed documentation links in README (see #5).
v3.5.1
- Requiring v3.0.1 of COMMS Library.
- Fixing all links to reference external projects in commschamp organization instead of arobenko user.
- Using bionic distro in travis-ci for testing + added testing for clang-9 and clang-10 compilers.
v3.5
- Requiring v3.0 of COMMS Library.
- Moved documentation from wiki pages to reside in the doc directory.
- Updated cmake scripts (local and generated) to use new integration functions from the comms_champion project.