|
2 | 2 | Changelog for package rcutils
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Optimize rcutils_logging_get_logger_effective_level() (`#381 <https://github.com/ros2/rcutils/issues/381>`_) |
| 8 | +* Change syntax __VAR_ARGS_\_ to __VA_ARGS_\_ (`#376 <https://github.com/ros2/rcutils/issues/376>`_) |
| 9 | +* Fix a bug in hash_map_get_next_key_and_data. (`#375 <https://github.com/ros2/rcutils/issues/375>`_) |
| 10 | +* More fixes from review. |
| 11 | +* Fixes from review. |
| 12 | +* Make g_rcutils_logging_output_handler static. |
| 13 | +* Make g_rcutils_logging_default_logger_level static. |
| 14 | +* Optimize rcutils_find_lastn where possible. |
| 15 | +* Don't bother computing the hash_map key if the hash map is empty. |
| 16 | +* Make sure to expand char_array by at least 1.5x. |
| 17 | +* Optimize index computation in hash_map_find. |
| 18 | +* Improve the performance of rcutils_logging_format_message. (`#372 <https://github.com/ros2/rcutils/issues/372>`_) |
| 19 | +* Get rid of unnecessary ret variable. |
| 20 | +* Get rid of unnecessary ifdef cplusplus checks in the C file. |
| 21 | +* Get rid of unnecessary rcutils_custom_add\_{gtest,gmock} |
| 22 | +* Get rid of unnecessary and unused RMW switching for logging tests. |
| 23 | +* Remove unnecessary IS_OUTPUT_COLORIZED macro. |
| 24 | +* Rename logging internal structures to use our new convention. |
| 25 | +* Make all of the logging 'expand' methods static. |
| 26 | +* Fix up error checking for RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED. |
| 27 | +* Cleanup error handling for the RCUTILS_CONSOLE_OUTPUT_FORMAT checks. |
| 28 | +* Revamp error handling in rcutils_logging_initialize_with_allocator. |
| 29 | +* Revamp rcutils_logging_initialize_with_allocator. |
| 30 | +* Make a few logging global variables static. |
| 31 | +* Optimize calls via the RCUTILS_LOG macros. (`#369 <https://github.com/ros2/rcutils/issues/369>`_) |
| 32 | +* time_unix: add zephyr posix time (`#368 <https://github.com/ros2/rcutils/issues/368>`_) |
| 33 | +* Optimize the implementation of rcutils_char_array_strncpy. (`#367 <https://github.com/ros2/rcutils/issues/367>`_) |
| 34 | +* strdup.c: fix arbitrary length overread (`#366 <https://github.com/ros2/rcutils/issues/366>`_) |
| 35 | +* Mirror rolling to master |
| 36 | +* strdup.c: fix 1 byte buffer overread (`#363 <https://github.com/ros2/rcutils/issues/363>`_) |
| 37 | +* Clarify duration arg description in logging macros (`#359 <https://github.com/ros2/rcutils/issues/359>`_) |
| 38 | +* Contributors: Abrar Rahman Protyasha, Audrow Nash, Chris Lalancette, Felipe Neves, Yakumoo, guijan |
| 39 | + |
5 | 40 | 5.2.0 (2022-04-29)
|
6 | 41 | ------------------
|
7 | 42 | * Update rcutils_steady_time_now to return the same data as std::chrono (`#357 <https://github.com/ros2/rcutils/issues/357>`_)
|
|
0 commit comments