- Suppress warnings in the benchmarks for upstream GCC false positives. (#810)
- Contributors: Chris Lalancette
- Global use of nodiscard (#801) * Global use of nodiscard
- Suppress a warning around BoundedVector. (#803) The comment has more explanation, but in short GCC 13 has false positives around some warnings, so we suppress it for BoundedVector.
- Contributors: Chris Lalancette, Lucas Wendland
- Type Description Codegen and Typesupport (rep2011) (#727)
- Copied type_description_interfaces structs (rep2011) (#732)
- Fix a few more clang analysis problems. (#731)
- Return reference from BoundedVector::emplace_back (#730)
- Contributors: Alexander Hans, Chris Lalancette, Emerson Knapp
- [service introspection] generate service_event messages (#700)
- [rolling] Update maintainers - 2022-11-07 (#717)
- fix conversion to ‘std::streamsize’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result (#715)
- Contributors: Audrow Nash, Brian, ralwing
- Add missing dependency on rosidl_runtime_c (#666)
- De-duplicate Quality Level from README and QUALITY_DECLARATION (#661)
- Install headers to include/${PROJECT_NAME} (#658)
- Contributors: Jose Luis Rivero, Shane Loretz
- Set CXX standard to 17 (#635)
- Contributors: Øystein Sture
- Update package maintainers (#624)
- Contributors: Michel Hidalgo
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#581)
- Contributors: shonigmann
- Fix typo of package name in README heading (#561)
- Contributors: Tully Foote
- Update and add package.xml descriptions to README (#553)
- Fix item number in QD (#546)
- Update the maintainers of this repository. (#536)
- Contributors: Chris Lalancette, Louise Poubel, Shane Loretz
- QD: Add links to hosted API docs (#533)
- Updated Quality Level to 1 (#532)
- Add benchmarks for rosidl_runtime_* packages (#521)
- Contributors: Alejandro Hernández Cordero, Louise Poubel, Scott K Logan
- Add to_yaml() function for C++ messages (#527)
- Contributors: Devin Bonnie, Dirk Thomas
- Add function for getting a types fully qualified name (#514)
- Fix misuses of input iterators in BoundedVector (#493)
- Update QD to reflect QL 2 statuses (#499)
- Contributors: Jacob Perron, Jonathan Wakely, Stephen Brawner
- Fix move assignment of bounded vector (#496)
- Fix bug inserting bounded_vector in reverse order (#444)
- Add Security Vulnerability Policy pointing to REP-2006 (#494)
- QD Update Version Stability to stable version (#495)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette, Jacob Perron, Carlos San Vicente
- Clean up BoundedVector (#487)
- Contributors: Jonathan Wakely
- Update API documentation (#488)
- Add tests (#484)
- Add feature documentation (#482)
- Contributors: brawner
- move test which only uses rosidl_runtime_cpp into that package (#481)
- Package READMEs and QUALITY_DECLARATIONS for runtime packages (#480)
- Added doxyfile in rosidl_runtime_c and rosidl_runtime_cpp (#474)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, brawner
- Export targets in a addition to include directories / libraries (#471)
- Rename rosidl_runtime_c_message_initialization to rosidl_runtime_c__message_initialization (#464)
- Rename rosidl_generator_c 'namespace' to rosidl_runtime_c (#458)
- Move rosidl_generator_cpp headers (#456)
- Split rosidl_generator_c and rosidl_generator_cpp in two: rosidl_generator_x and rosidl_runtime_x (#442)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas