Skip to content

Releases: gellston/Spider-IPC

1.7

15 Jun 02:45
Compare
Choose a tag to compare

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

15 Jun 01:18
Compare
Choose a tag to compare
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

15 Jun 00:53
Compare
Choose a tag to compare
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

11 Jun 03:14
Compare
Choose a tag to compare
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

04 Jun 06:11
Compare
Choose a tag to compare
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

03 Jun 02:09
Compare
Choose a tag to compare
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

20 May 06:28
Compare
Choose a tag to compare
1.1

Bug fix

  • spider::function delay function bug fix

1.0

19 May 12:24
Compare
Choose a tag to compare
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