Skip to content

Commit 2cb8cb3

Browse files
author
Adrien SCHADLE
committed
Merge branch 'Develop'
2 parents 09bed19 + 1929057 commit 2cb8cb3

40 files changed

+149
-96
lines changed

interfaces/xpcf/remoting/ISerializable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ BOOST_SERIALIZATION_SPLIT_FREE(std::chrono::system_clock::time_point)
116116
namespace boost {
117117
namespace serialization {
118118

119-
template<uint N>
119+
template<unsigned int N>
120120
struct Serialize
121121
{
122122
template<class Archive, typename... Args>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xpcf|2.5.1|xpcf%USE_XPCF_BOOST|github|https://github.com/b-com-software-basis/xpcf/releases/download
2-
xpcf-std|2.5.1|xpcf-std%USE_XPCF_STD|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf%USE_XPCF_BOOST|github|https://github.com/b-com-software-basis/xpcf/releases/download
2+
xpcf-std|2.5.2|xpcf-std%USE_XPCF_STD|github|https://github.com/b-com-software-basis/xpcf/releases/download

samples/sample_component/xpcfSampleComponent.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CONFIG -= app_bundle qt
33

44
TARGET = xpcfSampleComponent
55
FRAMEWORK = $${TARGET}
6-
VERSION=2.5.1
6+
VERSION=2.5.2
77
DEFINES += MYVERSION=$${VERSION}
88

99
CONFIG += c++17
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xpcf|2.5.1|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download
1+
xpcf|2.5.2|xpcf|github|https://github.com/b-com-software-basis/xpcf/releases/download

scripts/swig/build_swig_csharp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
QTVERSION=5.15.2
44

55
PLATFORM="linux-gcc"
6-
XPCF_VERSION=2.5.1
6+
XPCF_VERSION=2.5.2
77
TARGET_LANG="csharp"
88
DESTFOLDER="swig-xpcf-cxx"
99
DESTSAMPLEFOLDER="swig-xpcf-sample-cxx"

0 commit comments

Comments
 (0)