Skip to content

Commit d01a84c

Browse files
committed
Release 2023-08-16
2 parents ec7b437 + f21ca25 commit d01a84c

1,252 files changed

Lines changed: 1256 additions & 1256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configuration:
1919

2020
environment:
2121
COMMS_BRANCH: v5.2.1
22-
COMMSDSL_BRANCH: v6.2
22+
COMMSDSL_BRANCH: v6.2.1
2323
matrix:
2424
- CPP_STD: 11
2525
- CPP_STD: 14

.github/workflows/actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
env:
66
COMMS_BRANCH: v5.2.1
7-
COMMSDSL_BRANCH: v6.2
7+
COMMSDSL_BRANCH: v6.2.1
88

99
jobs:
1010

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ option (FORCE_EXTRA_BOOST_LIBS "Force linking to extra boost libraries" OFF)
77
option (USE_SANITIZERS "Compile with sanitizers." OFF)
88

99
set (CMAKE_CXX_STANDARD 11 CACHE STRING "The C++ standard to use")
10-
set (MIN_COMMSDSL_VERSION "6.2")
10+
set (MIN_COMMSDSL_VERSION "6.2.1")
1111

1212
include(GNUInstallDirs)
1313

howtos/howto1/include/howto1/Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains definition of <b>"Interface"</b> interface class.

howtos/howto1/include/howto1/InterfaceCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/MsgId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains definition of message ids enumeration.

howtos/howto1/include/howto1/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains protocol version definition.

howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

howtos/howto1/include/howto1/dispatch/DispatchMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for all input messages.

howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.0
1+
// Generated by commsdsl2comms v6.2.1
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

0 commit comments

Comments
 (0)