ros2_tracing/tracetools_launch/CHANGELOG.rst

56 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2019-07-11 11:17:41 +02:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.3.0 (2020-03-04)
------------------
* Add logs for trace action init and fini
* Expose context enabling through CLI and Trace action
* Extract LdPreload action from Trace action to support preloading any lib
* Contributors: Christophe Bedard
2019-12-09 13:17:42 -08:00
0.2.12 (2019-12-09)
-------------------
2019-12-09 13:17:17 -08:00
* Use imperative mood in constructor docstring.
* Contributors: Christophe Bedard, Steven! Ragnarök
2019-12-09 10:47:01 -08:00
0.2.11 (2019-12-09)
-------------------
2019-12-09 10:46:18 -08:00
* Register Python packages in the ament index
* Contributors: Christophe Bedard
2019-09-09 16:46:09 -04:00
0.2.7 (2019-09-09)
------------------
2019-09-09 16:45:38 -04:00
* Fix missing ament_xmllint dependency
* Contributors: Christophe Bedard
2019-08-15 15:28:58 +02:00
0.2.5 (2019-08-15)
------------------
2019-08-15 15:27:15 +02:00
* Check if OS is Windows when getting shared lib path
* Contributors: Christophe Bedard
2019-08-14 13:01:43 +02:00
0.2.4 (2019-08-14)
------------------
2019-08-14 13:00:24 +02:00
* Add LD_PRELOAD support for profiling in Trace action
* 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
* Add append_timestamp option for trace action
* Contributors: Christophe Bedard
2019-08-01 13:24:42 +02:00
0.2.2 (2019-08-01)
------------------
2019-08-01 13:23:45 +02:00
* Revert "Replace special character to fix encoding issue"
* Contributors: Christophe Bedard
2019-07-31 10:28:19 +02:00
0.2.1 (2019-07-31)
------------------
2019-07-31 10:27:25 +02:00
* Replace special character to fix encoding issue
* 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 tracing integration into launch
* Contributors: Christophe Bedard, Ingo Lütkebohle