Skip to content
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
2 changes: 1 addition & 1 deletion ports/fastcdr/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eProsima/Fast-CDR
REF "v${VERSION}"
SHA512 49ffa82bca0db4968ba2baecbf46c020ac1b072226486678cfe26ab7c023ab6cbcb1b48c48d9ac2e7254ef6ce0c61f717c3cbbc5f546a13d8dff299ce382580c
SHA512 cdf13b4801ec9a5dcc7f5b30963db75645f6e0287d4dbac46dbc2eb8e3881a5cdd4318f71178e3903b40fcddcc2b6d70a4a66ac2b5cf8a2e29161e1e0b1a5a94
HEAD_REF master
PATCHES
pdb-file.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/fastcdr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastcdr",
"version-semver": "2.3.4",
"version-semver": "2.3.5",
"description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.",
"homepage": "https://github.com/eProsima/Fast-CDR",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@
"port-version": 0
},
"fastcdr": {
"baseline": "2.3.4",
"baseline": "2.3.5",
"port-version": 0
},
"fastcgi": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fastcdr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b099bffa7914cb2510f23cbfc2f6958d8f272137",
"version-semver": "2.3.5",
"port-version": 0
},
{
"git-tree": "aee4d40e657f6a79ca4b04d080aafc4c4f226237",
"version-semver": "2.3.4",
Expand Down