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 147ae6f480
Build with /permissive- (#30)
2020-02-08 22:32:02 -08:00
Inc/IPC Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Interop Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Managed Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
ManagedContainers Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Native Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
NativeContainers Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Object Initial commit. 2017-04-25 10:52:34 -07:00
TestManagedTransport Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
Transport Initial commit. 2017-04-25 10:52:34 -07:00
UnitTests Build with /permissive- (#30) 2020-02-08 22:32:02 -08:00
UnitTestsManaged Fix managed test reliability (#13) 2017-04-27 00:44:19 -07: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 Update README.md 2017-07-01 15:01:59 -07:00
appveyor.yml Enable parallel build (#21) 2017-07-28 10:20:33 -07: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 2015. 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.