Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v1.2.1 [13785] #59

Merged
merged 3 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package foonathan_memory_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2022-02-24)
------------------
* Propagate `BUILD_SHARED_LIBS` and `CMAKE_POSITION_INDEPENDENT_CODE` to memory (#55)(#58)
* Remove unused `foonathan_memory-config.cmake` file (#57)

1.2.0 (2021-11-25)
------------------
* Update upstream to release 0.7-1 (#49)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(foonathan_memory_vendor VERSION "1.2.0")
project(foonathan_memory_vendor VERSION "1.2.1")

find_package(foonathan_memory QUIET)

Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# foonathan_memory_vendor
# Foonathan Memory Vendor

Vendor package for foonathan/memory: https://github.com/foonathan/memory
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_linux/badge/icon?subject=%20%20%20Linux%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_linux/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_linux_aarch64/badge/icon?subject=%20%20%20Linux-aarch64%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_linux_aarch64/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_mac/badge/icon?subject=%20%20%20%20%20%20%20Mac%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_mac/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v141/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20Win32-v141)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v141)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v142/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20Win32-v142)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v142)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v141/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20x64-v141)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v141)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v142/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20x64-v142)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v142)

This package will download, patch, build and install foonathan_memory for its use with Fast-RTPS.

Vendor package for [foonathan/memory](https://github.com/foonathan/memory).
This package will download, patch, build and install *foonathan/memory* for its use with Fast DDS.

## Quality Declaration

Expand Down
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>foonathan_memory_vendor</name>
<version>1.2.0</version>
<version>1.2.1</version>
<description>Foonathan/memory vendor package for Fast-RTPS.</description>
<maintainer email="miguelcompany@eprosima.com">Miguel Company</maintainer>
<maintainer email="steven@openrobotics.org">Steven! Ragnarök</maintainer>
Expand All @@ -16,7 +16,7 @@
<buildtool_export_depend>cmake</buildtool_export_depend>

<!--depend>FOONATHAN_MEMORY</depend-->

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_test</test_depend>
Expand All @@ -26,4 +26,3 @@
<build_type>cmake</build_type>
</export>
</package>