This commit is contained in:
miyanyan 2024-10-18 13:16:10 +08:00 коммит произвёл GitHub
Родитель 5c3eeb34ca
Коммит bd5354e2a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO eProsima/Fast-DDS REPO eProsima/Fast-DDS
REF "v${VERSION}" REF "v${VERSION}"
SHA512 84333bef4b5264b72129e515c2208048c25794d7d653073298cbf5f43ba95c85f2aa64f30e6911a69daf9affc4dc1e10cea4064da43fdd709bbe04ef1cf1f4d7 SHA512 c2b22f6355fc38ccf49d41f7fe074092c6962d2fa759351b37d83af863c60839d9579bfef0f96540276229bcdb2d3d218e18777db89cf16092d09c26f2e24533
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-find-package-asio.patch fix-find-package-asio.patch

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "fastdds", "name": "fastdds",
"version": "3.0.1", "version": "3.1.0",
"description": "eprosima Fast DDS (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.", "description": "eprosima Fast DDS (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
"homepage": "https://www.eprosima.com/", "homepage": "https://www.eprosima.com/",
"license": "Apache-2.0", "license": "Apache-2.0",

Просмотреть файл

@ -2677,7 +2677,7 @@
"port-version": 5 "port-version": 5
}, },
"fastdds": { "fastdds": {
"baseline": "3.0.1", "baseline": "3.1.0",
"port-version": 0 "port-version": 0
}, },
"fastfeat": { "fastfeat": {

Просмотреть файл

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7d63c40face8c3e65be51da586f4aaee1d79a138",
"version": "3.1.0",
"port-version": 0
},
{ {
"git-tree": "6ff9b97e272f2c114ff8da8e63e5a04426f49722", "git-tree": "6ff9b97e272f2c114ff8da8e63e5a04426f49722",
"version": "3.0.1", "version": "3.0.1",