CHANGELOG
Changelog for package rosidl_generator_c
3.1.5 (2023-07-18)
3.1.4 (2022-11-07)
3.1.3 (2022-04-08)
3.1.2 (2022-04-05)
Fix error handling when copying C sequence messages (#671)
Contributors: Michel Hidalgo
3.1.1 (2022-03-28)
3.1.0 (2022-03-01)
3.0.1 (2022-01-13)
3.0.0 (2021-11-05)
2.5.0 (2021-08-10)
Revert “Bundle and ensure the exportation of rosidl generated targets” (#611)
Contributors: Michel Hidalgo
2.4.0 (2021-07-12)
Bundle and ensure the exportation of rosidl generated targets (#601)
Contributors: Michel Hidalgo
2.3.0 (2021-06-11)
2.2.1 (2021-04-06)
2.2.0 (2021-03-18)
Expose C code generation via rosidl generate CLI (#569)
Contributors: Michel Hidalgo
2.1.0 (2021-03-09)
2.0.3 (2021-01-25)
2.0.2 (2020-12-08)
2.0.1 (2020-09-28)
2.0.0 (2020-09-24)
Fix the declared language for a few packages (#530)
Contributors: Scott K Logan
1.1.0 (2020-08-17)
Do not depend on rosidl_runtime_c when tests are disabled (#503)
Contributors: Ben Wolsieffer
1.0.1 (2020-06-03)
1.0.0 (2020-05-22)
0.9.2 (2020-05-19)
0.9.1 (2020-05-08)
0.9.0 (2020-04-24)
Export targets in addition to include directories / libraries (#473)
Move non-entry point headers into detail subdirectory (#461)
Rename rosidl_generator_c ‘namespace’ to rosidl_runtime_c (#458)
Only export ament_cmake_core instead of ament_cmake (#459)
Split rosidl_generator_c and rosidl_generator_cpp in two: rosidl_generator_x and rosidl_runtime_x (#442)
Added rosidl_generator_c as a member of group rosidl_runtime_packages (#440)
Style update to match uncrustify with explicit language (#439)
Code style only: wrap after open parenthesis if not in one line (#435)
Use f-string (#436)
Move repeated logic for C include prefix into common function (#432)
Contributors: Alejandro Hernández Cordero, Dirk Thomas, Jacob Perron
0.8.2 (2020-01-17)
Fix double free issue when initialization is failed (#423)
Contributors: DongheeYe
0.8.1 (2019-10-23)
0.8.0 (2019-09-24)
[rosidl_generator_c] Updated tests for new msg types from test_interface_files (#398)
use latin-1 encoding when reading/writing .idl files, prepend BOM to generated C/C++ files when necessary (#391)
Set _FOUND to trick ament_target_dependencies() for test (#396)
Contributors: Dirk Thomas, Shane Loretz, Siddharth Kucheria