| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
Adds support for Swift 6. Specifically it marks exceptions as `@unchecked Sendable` to comply with the error protocol requirements.
|
| |
|
| |
|
| |
|
|
|
| |
See #2025
|
| |
|
| |
|
|
|
|
|
| |
(cherry picked from commit 5b0aeb2d874d118aff650c4ca3e20b478c3bb44a)
Co-authored-by: Jose <jose@zeroc.com>
|
|
|
|
| |
(cherry picked from commit 371b4e97bc2b5b78b21942b40f77c9d4e6b6c36e)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Closes #1539
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#1426)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Closes #1352
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
In 15a9edabe things were moved around, so that clang/libc++
builds have the copy constructor of GroupNodeInfo declared, but
(unlike the assignment operator in NodeI.cpp#L101, which might
not be needed to spelled out anymore these days) not defined,
which results in broken builds at link time.
Tested with clang v11.0.1.
|
|
|
| |
Add missing header and swap reversed lines.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|