Skip to content

1.0

Compare
Choose a tag to compare
@gellston gellston released this 19 May 12:24
· 14 commits to main since this release

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