Merge branch 'version-1-0-0' into 'master'
Version 1.0.0 See merge request micro-ROS/ros_tracing/ros2_tracing!169
This commit is contained in:
commit
72d6134107
14 changed files with 33 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>ros2trace</name>
|
<name>ros2trace</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>The trace command for ROS 2 command line tools.</description>
|
<description>The trace command for ROS 2 command line tools.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'ros2trace'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='0.3.0',
|
version='1.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
Changelog for package tracetools
|
Changelog for package tracetools
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
1.0.0 (2020-04-24)
|
||||||
|
------------------
|
||||||
|
* Export -rdynamic using ament_export_link_flags and modern CMake
|
||||||
|
* Contributors: Christophe Bedard, Dirk Thomas
|
||||||
|
|
||||||
0.3.0 (2020-03-04)
|
0.3.0 (2020-03-04)
|
||||||
------------------
|
------------------
|
||||||
* Various improvements to the build setup and CMakeLists.txt
|
* Various improvements to the build setup and CMakeLists.txt
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools</name>
|
<name>tracetools</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>Tracing wrapper for ROS 2.</description>
|
<description>Tracing wrapper for ROS 2.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
Changelog for package tracetools_launch
|
Changelog for package tracetools_launch
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
1.0.0 (2020-04-24)
|
||||||
|
------------------
|
||||||
|
* Document what kind of lib_name LdPreload expects
|
||||||
|
* Add logs for LdPreload action on success or failure
|
||||||
|
* Contributors: Christophe Bedard
|
||||||
|
|
||||||
0.3.0 (2020-03-04)
|
0.3.0 (2020-03-04)
|
||||||
------------------
|
------------------
|
||||||
* Add logs for trace action init and fini
|
* Add logs for trace action init and fini
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_launch</name>
|
<name>tracetools_launch</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>Launch integration for tracing.</description>
|
<description>Launch integration for tracing.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||||
|
|
|
@ -7,7 +7,7 @@ package_name = 'tracetools_launch'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='0.3.0',
|
version='1.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_read</name>
|
<name>tracetools_read</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>Tools for reading traces.</description>
|
<description>Tools for reading traces.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_read'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='0.3.0',
|
version='1.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
|
@ -2,6 +2,13 @@
|
||||||
Changelog for package tracetools_test
|
Changelog for package tracetools_test
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
1.0.0 (2020-04-24)
|
||||||
|
------------------
|
||||||
|
* Add test_depend on python3-pytest-cov for tracetools_test
|
||||||
|
* Call ament_add_pytest_test only once for tracetools_test
|
||||||
|
* Move test_utils from tracetools to tracetools_test
|
||||||
|
* Contributors: Christophe Bedard
|
||||||
|
|
||||||
0.3.0 (2020-03-04)
|
0.3.0 (2020-03-04)
|
||||||
------------------
|
------------------
|
||||||
* Merge and update service test to cover callback registration
|
* Merge and update service test to cover callback registration
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_test</name>
|
<name>tracetools_test</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>Testing utilities and tests for the tracetools package.</description>
|
<description>Testing utilities and tests for the tracetools package.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
Changelog for package tracetools_trace
|
Changelog for package tracetools_trace
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
1.0.0 (2020-04-24)
|
||||||
|
------------------
|
||||||
|
* Start a session daemon if there isn't one before setting up tracing
|
||||||
|
* Contributors: Christophe Bedard
|
||||||
|
|
||||||
0.3.0 (2020-03-04)
|
0.3.0 (2020-03-04)
|
||||||
------------------
|
------------------
|
||||||
* Add more context types and refactor mapping between name and constant
|
* Add more context types and refactor mapping between name and constant
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_trace</name>
|
<name>tracetools_trace</name>
|
||||||
<version>0.3.0</version>
|
<version>1.0.0</version>
|
||||||
<description>Tools for setting up tracing sessions.</description>
|
<description>Tools for setting up tracing sessions.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_trace'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='0.3.0',
|
version='1.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue