Commit graph

162 commits

Author SHA1 Message Date
Christophe Bedard
5341e34d37 Update maintainer email 2019-08-28 10:17:23 -04:00
Christophe Bedard
5cd03ff502 0.2.6 2019-08-16 16:11:56 +02:00
Christophe Bedard
40007f4f96 0.2.5 2019-08-15 15:29:13 +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
4528219ddf Ignore unused parameters in tracetools.c for Windows as well 2019-08-06 08:48:05 +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
Luetkebohle Ingo (CR/AEX3)
d1d425d1b3 Enable warnings on Windows 2019-08-02 16:35:16 +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
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
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
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
ce8bcbd99a 0.2.1 2019-07-31 10:29:07 +02:00
Christophe Bedard
b3dd5216dd 0.2.0 2019-07-30 16:44:28 +02:00
Christophe Bedard
075fc37bb4 Update changelogs 2019-07-30 16:41:04 +02:00
Ingo Lütkebohle
7b15e17cd2 Resolve "Add option to compile out LTTng entirely" 2019-07-30 14:27:36 +00:00
Christophe Bedard
b4f14c9d3b Remove ament_target_dependencies() for tracetools status executable 2019-07-30 15:44:28 +02:00
Christophe Bedard
623605c6b8 Remove scripts 2019-07-29 10:38:47 +02:00
Christophe Bedard
5da7ad22ed Put back cmake comments 2019-07-25 09:30:46 +02:00
Christophe Bedard
32717cb806 Rename option 2019-07-25 09:03:29 +02:00
Christophe Bedard
ae093f062d Merge branch '29-tracetools-test_utils-is-never-built' into tblass/enable-tracing-by-default 2019-07-25 08:45:27 +02:00
Tobias Blass
1452787336 Enable tracing by default if LTTng is available
Also removed the colcon.meta file that implicitly enabled tracing anyway
2019-07-19 10:38:08 +02:00
Christophe Bedard
8207239057 Fix test_utils never getting built 2019-07-16 13:53:07 +02:00
Christophe Bedard
ab3f076859 0.1.1 2019-07-16 10:53:31 +02:00
Christophe Bedard
8baa1865f0 Update changelogs 2019-07-16 10:51:18 +02:00
Christophe Bedard
5bc10cace2 Merge branch '28-fix-tests-without-with_lttng' into 'master'
Resolve "Fix tests without WITH_LTTNG"

Closes #28

See merge request micro-ROS/ros_tracing/ros2_tracing!59
2019-07-12 11:46:43 +00:00
Christophe Bedard
7253c911cc Update and format package metadata files 2019-07-12 13:27:59 +02:00
Christophe Bedard
3542aab984 Only build and run tracing tests if LTTng is enabled and found 2019-07-12 10:06:52 +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
2c76d67755 Merge branch '18-remove-unnecessary-fpic-flags-in-tracetools-tracetools_test' into 'master'
Resolve "Remove unnecessary -fPIC flags in tracetools+tracetools_test"

Closes #18

See merge request micro-ROS/ros_tracing/ros2_tracing!47
2019-07-09 13:19:32 +00:00
Christophe Bedard
30c30a6d58 Remove explicit <depend> on liblttng-ust 2019-07-05 15:31:05 +02:00
Christophe Bedard
f475f6dee3 Remove -fPIC from tracetools and tracetools_test 2019-07-05 12:52:03 +02:00
Christophe Bedard
3a3aa473ca Switch to ament_cmake_ros for tracetools 2019-07-05 10:42:37 +02:00
Christophe Bedard
ff9f6e8a49 Remove preprocessor checks for WIN32 2019-07-05 09:02:44 +02:00
Christophe Bedard
6e820b70a3 Remove unnecessary comment in test_utils 2019-07-04 16:51:21 +02:00
Christophe Bedard
baf90e00e9 Remove check for TRACETOOLS_LTTNG_ENABLED in header file 2019-07-04 16:33:49 +02:00
Christophe Bedard
04adadf508 Make tracetools a shared lib explicitly 2019-07-04 11:21:53 +02:00
Christophe Bedard
6e58ffc372 Return distinctive error messages as symbols instead of a generic one 2019-07-04 11:21:33 +02:00
Christophe Bedard
e4dcc9878b Split big string 2019-07-03 15:43:58 +02:00
Christophe Bedard
4c2fdd8689 Split symbols test into 3 tests 2019-07-03 15:21:45 +02:00
Christophe Bedard
5bd910a322 Simplify utils 2019-07-03 15:21:27 +02:00
Christophe Bedard
f489192a7c Implement symbol resolution for non-funct ptr std::function objects 2019-07-03 13:53:08 +02:00