Commit graph

740 commits

Author SHA1 Message Date
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
49ddfc4122 Merge branch '47-fix-windows-unreferenced-formal-parameter-warnings' into 'master'
Resolve "Fix Windows 'unreferenced formal parameter' warnings"

Closes #47

See merge request micro-ROS/ros_tracing/ros2_tracing!83
2019-08-06 09:01:02 +00:00
Christophe Bedard
4528219ddf Ignore unused parameters in tracetools.c for Windows as well 2019-08-06 08:48:05 +02:00
Christophe Bedard
936ff201fd Merge branch 'version-0.2.3' into 'master'
0.2.3

See merge request micro-ROS/ros_tracing/ros2_tracing!82
2019-08-05 08:31:38 +00: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
8092da4941 Merge branch 'add-trace-action-session-timestamp' into 'master'
Add append_timestamp option for trace action

See merge request micro-ROS/ros_tracing/ros2_tracing!81
2019-08-05 08:05:25 +00:00
Christophe Bedard
a1eae49279 Merge branch 'master' into add-trace-action-session-timestamp 2019-08-05 09:48:39 +02:00
Christophe Bedard
708e85e358 Merge branch '42-refactor-tracetools-read' into 'master'
Resolve "Refactor tracetools_read"

Closes #42

See merge request micro-ROS/ros_tracing/ros2_tracing!80
2019-08-05 07:46:51 +00:00
Christophe Bedard
68abca26a6 Do not append timestamp through the Trace action for test cases 2019-08-04 14:35:07 +02:00
Christophe Bedard
ec91a1068e Simplify condition 2019-08-04 14:31:25 +02:00
Christophe Bedard
9db80cc39b Remove unused import 2019-08-04 14:25:31 +02:00
Christophe Bedard
bc09325804 Fix bad quotes 2019-08-04 13:30:41 +02:00
Christophe Bedard
f686db1a1e Make tracetools.test.utils use the append_timestamp option 2019-08-04 13:29:49 +02:00
Christophe Bedard
5b2280d543 Add append_timestamp option for trace action 2019-08-04 13:04:44 +02:00
Christophe Bedard
2a7f857cc4 Merge branch 'enable-warnings' into 'master'
Enable warnings on Windows

See merge request micro-ROS/ros_tracing/ros2_tracing!79
2019-08-03 09:00:36 +00:00
Christophe Bedard
7ad97f450d Update tracetools_read imports 2019-08-03 10:49:06 +02:00
Christophe Bedard
3b98bca63b Make event_to_dict() more Pythonic 2019-08-03 10:39:39 +02:00
Christophe Bedard
9ddfaae852 Add typing info and docstring for get_field() 2019-08-03 10:19:32 +02:00
Christophe Bedard
e908c44faf Remove leading underscore from get_trace_ctf_events() 2019-08-03 10:08:08 +02:00
Christophe Bedard
da605b42e3 Move tracetools_read.utils to *.__init__ 2019-08-03 10:07:42 +02:00
Luetkebohle Ingo (CR/AEX3)
d1d425d1b3 Enable warnings on Windows 2019-08-02 16:35:16 +02:00
Ingo Lütkebohle
f2bfd5cf1e Merge branch '41-windows-build-warnings' into 'master'
Resolve "Windows build warnings"

Closes #41

See merge request micro-ROS/ros_tracing/ros2_tracing!78
2019-08-02 14:16:10 +00:00
Christophe Bedard
60347e6de6 Do not use -rdynamic if Windows 2019-08-02 13:35:44 +02:00
Christophe Bedard
d19461174d Fix name of Windows dll visibility define 2019-08-02 13:24:06 +02:00
Ingo Lütkebohle
d793ee0811 Merge branch '39-status-exec-unnecessarily-includes-utilscpp' into 'master'
Resolve "Source files for status executable unnecessarily include utils.cpp"

Closes #39

See merge request micro-ROS/ros_tracing/ros2_tracing!77
2019-08-01 15:46:18 +00:00
Ingo Lütkebohle
8e6fdd50af Merge branch 'version-0.2.2' into 'master'
0.2.2

See merge request micro-ROS/ros_tracing/ros2_tracing!76
2019-08-01 15:46:02 +00:00
Christophe Bedard
64bee1c9f3 Remove utils.cpp from status executable 2019-08-01 13:44:00 +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
Ingo Lütkebohle
7e40f8a459 Merge branch '37-cmakelists' into 'master'
Resolve "Library linkage issue on Windows"

Closes #37

See merge request micro-ROS/ros_tracing/ros2_tracing!74
2019-08-01 10:56:18 +00:00
Luetkebohle Ingo (CR/AEX3)
dac5ffa719 enable visibility control for building on Win32
we still have no functionality on Windows, but at least it compiles
2019-08-01 11:51:27 +02:00
Christophe Bedard
05781aa046 Merge branch '38-readme-invalid-status-executable' into 'master'
Resolve "README refers to invalid status executable"

Closes #38

See merge request micro-ROS/ros_tracing/ros2_tracing!75
2019-08-01 08:28:23 +00:00
Christophe Bedard
e08fdac3ad Fix status executable name in README 2019-08-01 10:17:09 +02:00
Christophe Bedard
34450ab575 Merge branch '36-revert' into 'master'
Revert "Replace special character to fix encoding issue"

See merge request micro-ROS/ros_tracing/ros2_tracing!73
2019-08-01 08:00:25 +00:00
Christophe Bedard
4e622b7978 Remove empty target_link_libraries() when tracing is not enabled 2019-08-01 09:56:09 +02:00
Christophe Bedard
ec1c61ed8c Move status exec to after tracetools lib 2019-08-01 09:52:32 +02:00
Christophe Bedard
5133cb11d7 Remove explicit 'SHARED' for tracetools lib 2019-08-01 09:20:26 +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
3c95952a6b Merge branch '36-0.2.1' into 'master'
0.2.1

See merge request micro-ROS/ros_tracing/ros2_tracing!72
2019-07-31 10:53:46 +00: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
8e6150af12 Merge branch '36-tracetools_trace-does-not-compile-on-windows' into 'master'
Resolve "tracetools_trace does not compile on Windows"

Closes #36

See merge request micro-ROS/ros_tracing/ros2_tracing!71
2019-07-31 08:21:43 +00:00
Christophe Bedard
c7d609c018 Replace special character to fix encoding issue 2019-07-31 10:10:33 +02:00