IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
Перейти к файлу
Ara Ayvazyan c60cc7138a
Upgrade to vc142 and Boost 1.71 (#31)
2020-02-09 00:40:51 -08:00
Inc/IPC Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Interop Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
Managed Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
ManagedContainers Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
Native Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
NativeContainers Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
Object Initial commit. 2017-04-25 10:52:34 -07:00
TestManagedTransport Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
Transport Initial commit. 2017-04-25 10:52:34 -07:00
UnitTests Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
UnitTestsManaged Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
.gitignore Initial commit. 2017-04-25 10:52:34 -07:00
IPC.sln Adding containers. (#3) 2017-04-25 12:27:58 -07:00
IPC.snk Initial commit. 2017-04-25 10:52:34 -07:00
LICENSE Initial commit. 2017-04-25 10:52:34 -07:00
README.md Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00
appveyor.yml Upgrade to vc142 and Boost 1.71 (#31) 2020-02-09 00:40:51 -08:00

README.md

IPC

MIT licensed Build status

IPC is a C++ library that provides inter-process communication using shared memory on Windows.
A .NET wrapper is available which allows interaction with C++ as well.

Integration with Bond is available at IPC.Bond.

Build

The library is developed and maintained with Visual Studio 2019. To get started, open the IPC.sln file and build the solution. The Boost package will automatically start downloading during the first build.

Getting Started

Start with C++ and C# tests.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.