Merge branch 'version-0.1.0' into 'master'

0.1.0

See merge request micro-ROS/ros_tracing/ros2_tracing!58
This commit is contained in:
Christophe Bedard 2019-07-11 12:39:15 +00:00
commit 05863a35c6
6 changed files with 50 additions and 0 deletions

8
ros2trace/CHANGELOG.rst Normal file
View file

@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Add ros2cli extension that wraps tracetools_trace
* Contributors: Christophe Bedard, Ingo Lütkebohle

9
tracetools/CHANGELOG.rst Normal file
View file

@ -0,0 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Add symbol resolution utils
* Add tracepoint definitions and wrapper macro for tracepoint functions
* Contributors: Christophe Bedard, Ingo Lütkebohle

View file

@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Add tracing integration into launch
* Contributors: Christophe Bedard, Ingo Lütkebohle

View file

@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools_read
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Add trace reading functions
* Contributors: Christophe Bedard, Ingo Lütkebohle

View file

@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Add tracetools_test package with utilities
* Contributors: Christophe Bedard, Ingo Lütkebohle

View file

@ -0,0 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2019-07-11)
------------------
* Use proper arg parser and event names completers
* Add tracing utilities
* Contributors: Christophe Bedard, Ingo Lütkebohle