Commit graph

55 commits

Author SHA1 Message Date
Christophe Bedard
316d4f95de Add test dependency on ament_xmllint to fix error 2019-08-28 10:44:32 -04:00
Christophe Bedard
dc573ef581 Format example launch file 2019-08-15 17:28:01 +02:00
Christophe Bedard
40007f4f96 0.2.5 2019-08-15 15:29:13 +02:00
Christophe Bedard
29bef96284 Update changelogs 2019-08-15 15:27:15 +02:00
Christophe Bedard
b399d0cd1c Fix tracing_supported import 2019-08-15 13:22:03 +02:00
Christophe Bedard
c0b86bd4db Create tracing_supported() util function 2019-08-15 13:14:53 +02:00
Christophe Bedard
6dde4bd3f2 Check if OS is Windows when getting shared lib path 2019-08-15 09:36:40 +02:00
Christophe Bedard
65a40aa5ff 0.2.4 2019-08-14 13:02:36 +02:00
Christophe Bedard
52be8b80e0 Update changelogs 2019-08-14 13:00:24 +02:00
Christophe Bedard
0826959984 Convert list comprehension to generator when using any() 2019-08-13 10:05:44 +02:00
Christophe Bedard
617a53e196 Update Trace action __repr__ 2019-08-07 10:25:27 +02:00
Christophe Bedard
5812adce63 Add docstring and rename constant 2019-08-07 10:18:34 +02:00
Christophe Bedard
f5a6b03b91 Fix use of LD_PRELOAD action 2019-08-07 10:16:43 +02:00
Christophe Bedard
cb3d22bf29 Add tests for Trace action utils 2019-08-07 10:01:09 +02:00
Christophe Bedard
11d6f5c9c1 Add initial support for LD_PRELOAD in Trace action 2019-08-07 10:00:59 +02:00
Christophe Bedard
6ded4f3845 Fix linter errors 2019-08-07 09:57:27 +02:00
Christophe Bedard
31aa5e674d Add basic test files 2019-08-07 09:53:43 +02:00
Christophe Bedard
6771aaf84b 0.2.3 2019-08-05 10:20:55 +02:00
Christophe Bedard
fadd8b4cd0 Update changelogs 2019-08-05 10:17:48 +02:00
Christophe Bedard
ec91a1068e Simplify condition 2019-08-04 14:31:25 +02:00
Christophe Bedard
5b2280d543 Add append_timestamp option for trace action 2019-08-04 13:04:44 +02:00
Christophe Bedard
00f826a173 0.2.2 2019-08-01 13:25:45 +02:00
Christophe Bedard
1307d72dc6 Update changelogs 2019-08-01 13:23:45 +02:00
Christophe Bedard
2ef48cfe66 Revert "Replace special character to fix encoding issue"
This reverts commit c7d609c018.
2019-08-01 08:51:30 +02:00
Christophe Bedard
ce8bcbd99a 0.2.1 2019-07-31 10:29:07 +02:00
Christophe Bedard
709f4ba9a7 Update changelogs 2019-07-31 10:27:25 +02:00
Christophe Bedard
c7d609c018 Replace special character to fix encoding issue 2019-07-31 10:10:33 +02:00
Christophe Bedard
b3dd5216dd 0.2.0 2019-07-30 16:44:28 +02:00
Christophe Bedard
ab3f076859 0.1.1 2019-07-16 10:53:31 +02:00
Christophe Bedard
7253c911cc Update and format package metadata files 2019-07-12 13:27:59 +02:00
Christophe Bedard
51441ff467 0.1.0 2019-07-11 14:22:05 +02:00
Christophe Bedard
796b63641d Add changelogs 2019-07-11 14:21:51 +02:00
Christophe Bedard
f739833050 Increase package versions for alpha release 2019-07-10 15:46:29 +02:00
Christophe Bedard
1eacc66c97 Centralize default trace location 2019-07-05 14:46:02 +02:00
Christophe Bedard
35b3b90ec6 Use ping pong nodes in example launch file 2019-06-28 09:36:22 +02:00
Christophe Bedard
4389e22ce9 Rename trace action module to 'action' 2019-06-25 16:22:53 +02:00
Christophe Bedard
82d2d26f9a Fix lint and formatting errors 2019-06-24 16:13:42 +02:00
Christophe Bedard
6ef980a6e8 Team up maintainers 2019-06-24 11:28:31 +02:00
Christophe Bedard
d2d8f01a72 Remove prints in trace action 2019-06-24 10:56:27 +02:00
Christophe Bedard
578ef3bd02 Add function docstring 2019-06-24 10:53:27 +02:00
Christophe Bedard
dd8241cc1d Add file docstrings 2019-06-24 10:45:29 +02:00
Christophe Bedard
a32df113f5 Add copyright headers 2019-06-24 10:36:39 +02:00
Christophe Bedard
ce9453edd2 Add license and maintainer to package/setup files 2019-06-24 10:32:24 +02:00
Christophe Bedard
c9d2f35887 Add 'tracetools_launch/' from commit 'f673331bd1'
git-subtree-dir: tracetools_launch
git-subtree-mainline: a507bbce6e
git-subtree-split: f673331bd1
2019-06-24 10:01:57 +02:00
Christophe Bedard
f673331bd1 Merge branch 'ros2-trace' into analysis 2019-06-24 07:17:59 +02:00
Christophe Bedard
5ecd96ab5c Wrap lttng init and fini methods 2019-06-23 15:51:13 +02:00
Christophe Bedard
03e943918c Format 2019-06-23 14:33:56 +02:00
Christophe Bedard
4487d974d4 Add typing info 2019-06-23 14:24:30 +02:00
Christophe Bedard
410162dba9 Implement __repr__ for trace action 2019-06-23 14:21:01 +02:00
Christophe Bedard
8713ef01c0 Add file comment 2019-06-23 14:20:46 +02:00