rmw_cyclonedds/rmw_cyclonedds_cpp
Dan Rose c25f22e565
Mark code that should be unreachable (#77)
Introduce a new [[noreturn]] unreachable() function that marks code as unreachable and throws a logic error if it is executed.
Fix build error due to Windows min/max macros.
Fix linker errors from referring to a non-constexpr extern from a constexpr.
Fix warnings about narrowing conversions.

Signed-off-by: Dan Rose <dan@digilabs.io>
2019-12-08 16:03:30 -06:00
..
include/rmw_cyclonedds_cpp Mark code that should be unreachable (#77) 2019-12-08 16:03:30 -06:00
src Mark code that should be unreachable (#77) 2019-12-08 16:03:30 -06:00
CHANGELOG.rst 0.4.4 2019-11-19 23:18:14 -06:00
CMakeLists.txt Clean up topic namespace prefixes (#76) 2019-12-06 11:23:47 -06:00
package.xml 0.4.4 2019-11-19 23:18:14 -06:00
rmw_cyclonedds_cpp-extras.cmake replace FastCDR and serialise straight into a serdata to avoid an extra copy 2018-07-19 16:37:12 +02:00