1.0.0
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
ef26a05a41
commit
17573951dd
14 changed files with 18 additions and 18 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,8 +2,8 @@
|
||||||
Changelog for package tracetools
|
Changelog for package tracetools
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.0.0 (2020-04-24)
|
||||||
-----------
|
------------------
|
||||||
* Export -rdynamic using ament_export_link_flags and modern CMake
|
* Export -rdynamic using ament_export_link_flags and modern CMake
|
||||||
* Contributors: Christophe Bedard, Dirk Thomas
|
* Contributors: Christophe Bedard, Dirk Thomas
|
||||||
|
|
||||||
|
|
|
@ -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,8 +2,8 @@
|
||||||
Changelog for package tracetools_launch
|
Changelog for package tracetools_launch
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.0.0 (2020-04-24)
|
||||||
-----------
|
------------------
|
||||||
* Document what kind of lib_name LdPreload expects
|
* Document what kind of lib_name LdPreload expects
|
||||||
* Add logs for LdPreload action on success or failure
|
* Add logs for LdPreload action on success or failure
|
||||||
* Contributors: Christophe Bedard
|
* Contributors: Christophe Bedard
|
||||||
|
|
|
@ -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,8 +2,8 @@
|
||||||
Changelog for package tracetools_test
|
Changelog for package tracetools_test
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.0.0 (2020-04-24)
|
||||||
-----------
|
------------------
|
||||||
* Add test_depend on python3-pytest-cov for tracetools_test
|
* Add test_depend on python3-pytest-cov for tracetools_test
|
||||||
* Call ament_add_pytest_test only once for tracetools_test
|
* Call ament_add_pytest_test only once for tracetools_test
|
||||||
* Move test_utils from tracetools to tracetools_test
|
* Move test_utils from tracetools to tracetools_test
|
||||||
|
|
|
@ -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,8 +2,8 @@
|
||||||
Changelog for package tracetools_trace
|
Changelog for package tracetools_trace
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.0.0 (2020-04-24)
|
||||||
-----------
|
------------------
|
||||||
* Start a session daemon if there isn't one before setting up tracing
|
* Start a session daemon if there isn't one before setting up tracing
|
||||||
* Contributors: Christophe Bedard
|
* Contributors: Christophe Bedard
|
||||||
|
|
||||||
|
|
|
@ -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