Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
e2df7a2c
Unverified
Commit
e2df7a2c
authored
May 05, 2022
by
Dominik Charousset
Committed by
GitHub
May 05, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1339
Assign type ID to UUID
parents
970a1b2a
0b02d80c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
libcaf_core/caf/type_id.hpp
libcaf_core/caf/type_id.hpp
+1
-0
libcaf_core/src/init_global_meta_objects.cpp
libcaf_core/src/init_global_meta_objects.cpp
+1
-0
libcaf_io/caf/io/basp/version.hpp
libcaf_io/caf/io/basp/version.hpp
+1
-1
No files found.
libcaf_core/caf/type_id.hpp
View file @
e2df7a2c
...
...
@@ -410,6 +410,7 @@ CAF_BEGIN_TYPE_ID_BLOCK(core_module, 0)
CAF_ADD_TYPE_ID
(
core_module
,
(
caf
::
timestamp
))
CAF_ADD_TYPE_ID
(
core_module
,
(
caf
::
unit_t
))
CAF_ADD_TYPE_ID
(
core_module
,
(
caf
::
uri
))
CAF_ADD_TYPE_ID
(
core_module
,
(
caf
::
uuid
))
CAF_ADD_TYPE_ID
(
core_module
,
(
caf
::
weak_actor_ptr
))
CAF_ADD_TYPE_ID
(
core_module
,
(
std
::
vector
<
caf
::
actor
>
)
)
CAF_ADD_TYPE_ID
(
core_module
,
(
std
::
vector
<
caf
::
actor_addr
>
)
)
...
...
libcaf_core/src/init_global_meta_objects.cpp
View file @
e2df7a2c
...
...
@@ -29,6 +29,7 @@
#include "caf/timestamp.hpp"
#include "caf/unit.hpp"
#include "caf/uri.hpp"
#include "caf/uuid.hpp"
namespace
caf
::
core
{
...
...
libcaf_io/caf/io/basp/version.hpp
View file @
e2df7a2c
...
...
@@ -12,7 +12,7 @@ namespace caf::io::basp {
/// @{
/// The current BASP version. Note: BASP is not backwards compatible.
constexpr
uint64_t
version
=
4
;
constexpr
uint64_t
version
=
5
;
/// @}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment