ros2_tracing/tracetools/CHANGELOG.rst

79 lines
2.2 KiB
ReStructuredText
Raw Permalink Normal View History

2019-07-11 11:17:41 +02:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-05-27 02:24:49 +00:00
1.0.6 (2023-05-27)
------------------
* Merge branch 'version-1-0-5' into 'foxy'
* Contributors: Christophe Bedard
1.0.5 (2020-12-22)
------------------
* Bring tracetools up to quality level 1
* Contributors: Christophe Bedard
1.0.4 (2020-09-20)
------------------
* Allow disabling tracetools status app
* Contributors: Christophe Bedard, Ingo Lütkebohle, José Antonio Moral
1.0.0 (2020-04-24)
------------------
* Export -rdynamic using ament_export_link_flags and modern CMake
* Contributors: Christophe Bedard, Dirk Thomas
0.3.0 (2020-03-04)
------------------
* Various improvements to the build setup and CMakeLists.txt
* Contributors: Christophe Bedard, Stephen Brawner
2019-11-17 15:47:53 -08:00
0.2.10 (2019-11-17)
-------------------
2019-11-17 15:47:06 -08:00
* Add new rclcpp_subscription_init tracepoint to support new intra-process comms
* Contributors: Christophe Bedard
2019-10-18 10:11:32 -07:00
0.2.9 (2019-10-18)
------------------
2019-10-18 10:11:09 -07:00
* Set symbols visibility to public for util functions
* Contributors: Christophe Bedard, Ingo Lütkebohle
2019-10-14 09:43:01 -07:00
0.2.8 (2019-10-14)
------------------
2019-10-14 09:25:44 -07:00
* Add overload of get_symbols as a fallback
* Contributors: Christophe Bedard, Ingo Lütkebohle
2019-08-14 13:01:43 +02:00
0.2.4 (2019-08-14)
------------------
2019-08-14 13:00:24 +02:00
* Ignore unused tracepoint parameters on Windows
* Contributors: Christophe Bedard
2019-08-05 10:20:55 +02:00
0.2.3 (2019-08-05)
------------------
2019-08-05 10:17:48 +02:00
* Fix Windows warnings
* Contributors: Christophe Bedard, Ingo Lütkebohle
2019-08-01 13:24:42 +02:00
0.2.2 (2019-08-01)
------------------
2019-08-01 13:23:45 +02:00
* Fix Windows linking issues
* Contributors: Christophe Bedard, Ingo Lütkebohle
2019-07-30 16:43:12 +02:00
0.2.0 (2019-07-30)
------------------
2019-07-30 16:41:04 +02:00
* Add option to compile out LTTng entirely
* Fix ament_target_dependencies() for tracetools status executable
* Remove bash scripts
* Enable tracing by default if LTTng is available
* Fix test_utils never getting built
* Contributors: Christophe Bedard, Ingo Lütkebohle, Tobias Blass
2019-07-16 10:52:09 +02:00
0.1.1 (2019-07-16)
------------------
2019-07-12 13:50:03 +02:00
* Disable tracing-related tests by default
* Contributors: Christophe Bedard
2019-07-11 14:22:05 +02:00
0.1.0 (2019-07-11)
------------------
2019-07-11 11:17:41 +02:00
* Add symbol resolution utils
* Add tracepoint definitions and wrapper macro for tracepoint functions
* Contributors: Christophe Bedard, Ingo Lütkebohle