Externals: Update cpp-ipc to latest#14260
Merged
Merged
Conversation
cscd98
force-pushed
the
cpp-ipc-update
branch
2 times, most recently
from
January 14, 2026 12:03
23c9d9e to
da4f61b
Compare
Contributor
Author
|
Will need mutouyun/cpp-ipc#170 merging before this will build. Update: that is now merged, so PR updated. |
cscd98
force-pushed
the
cpp-ipc-update
branch
3 times, most recently
from
January 23, 2026 07:53
fabf0dc to
8de105e
Compare
Contributor
Author
|
PR updated as now has build fixes for mingw |
cscd98
force-pushed
the
cpp-ipc-update
branch
3 times, most recently
from
January 23, 2026 08:48
563b4db to
d9819f7
Compare
Contributor
Author
|
Oops looks like I deleted some changes, re-pushed again. Please rebuild |
cscd98
force-pushed
the
cpp-ipc-update
branch
from
January 23, 2026 10:21
d9819f7 to
7c860bd
Compare
Contributor
Author
|
Has a build failure with freebsd, so I've reached out to cpp-ipc author. |
Contributor
|
Apart from verifying it compiles, it'd be nice to check the BBA continues to work with games. (I'm happy to test once the remaining issues with FreeBSD are addressed upstream.) |
cscd98
force-pushed
the
cpp-ipc-update
branch
2 times, most recently
from
February 2, 2026 08:11
c79193a to
512972c
Compare
Contributor
Author
|
@cristian64 now ready for testing 👍 (now builds fine with freebsd) |
cscd98
force-pushed
the
cpp-ipc-update
branch
from
February 2, 2026 13:19
512972c to
d75794b
Compare
Contributor
Author
|
@cristian64 did you manage to test this? |
Contributor
|
I've veried that BBA (IPC) continues to work with cpp-ipc at mutouyun/cpp-ipc@b6cbbc9 (the update that this PR brings):
|
cristian64
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This has this mutouyun/cpp-ipc#169 merged in as some new Windows.h includes made it in breaking mingw compatibility, so this fixes that.
Needs testing.