-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from Flow-IPC/polish
Polish: Protocol_version + Native_socket_stream::release() improvement; link_test + CI/CD artifact improvement; VERSION file support in CMake/Conan+CI/CD pipeline; misc formatting.
- Loading branch information
Showing
13 changed files
with
133 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.0 |
This file contains 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
Submodule flow
updated
1020 files
Submodule ipc_core
updated
12 files
Submodule ipc_session
updated
6 files
Submodule ipc_shm
updated
5 files
+6 −8 | CMakeLists.txt | |
+3 −3 | src/CMakeLists.txt | |
+1 −1 | test/basic/link_test/CMakeLists.txt | |
+5 −4 | test/basic/link_test/main_cli.cpp | |
+5 −4 | test/basic/link_test/main_srv.cpp |
Submodule ipc_shm_arena_lend
updated
6 files
Submodule ipc_transport_structured
updated
2 files
+6 −8 | CMakeLists.txt | |
+5 −4 | test/basic/link_test/main.cpp |
This file contains 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
Oops, something went wrong.