Releases: gellston/Spider-IPC
Releases · gellston/Spider-IPC
1.7
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
Bug fix
- spider::function bool variable support bug fix
- spider::function synchronization bug fix
- wrong linker version fix
- Add GCHandle::Free
1.6
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
Bug fix
- spider::function bool variable support bug fix
- spider::function synchronization bug fix
- wrong linker version fix
1.5
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
Bug fix
- spider::function bool variable support bug fix
- spider::function synchronization bug fix
1.4
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
Bug fix
- spider::function bool variable support bug fix
- spider::function synchronization bug fix
1.3
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
Bug fix
- spider::function bool variable support bug fix
1.2
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string, bool type support for arguments and return
- synchronization support
1.1
1.0
Support for C++, C#
- Visual Studio 2019 v142 C++ 17 for Windows10 (x64)
- Visual Studio 2019 v142 .Net Core 3.1 for Windows10 (x64)
- Visual Studio 2019 v120 C++ 17 for Windows10 (x64, x86)
Add spider::variable class for shared memory
- unsigned int, int, char, unsigned char, double, std::string type support
- single value and array support
Add spider::function class for shared memory
- unsigned int, int, char, unsigned char, double, std::string type support for arguments and return
- synchronization support