Skip to content

Releases: metacall/core

MetaCall v0.1.54 [2020-04-16]

16 Apr 18:57
Compare
Choose a tag to compare
  • Disable RTC compile options for MSVC in Release mode.

MetaCall v0.1.53 [2020-04-16]

16 Apr 09:39
Compare
Choose a tag to compare
  • Add debugging for CMake NodeJS as an option.

MetaCall v0.1.52 [2020-04-15]

15 Apr 20:10
Compare
Choose a tag to compare
  • Update FindNodeJS changing ICU library source download to zip format.
  • Add dependency to python frontend script.
  • Add include of stdarg to metacall_log.
  • Add a more portable version of build/install doc in README.
  • Update properly the links to the source of icu.
  • Update lib icu source urls.

MetaCall v0.1.51 [2020-04-09]

09 Apr 13:04
Compare
Choose a tag to compare
  • Solve minor bug in cs_loader_impl target for building with Guix.

MetaCall v0.1.50 [2020-04-09]

09 Apr 12:58
Compare
Choose a tag to compare
  • Solve minor bug in cmake find script for dotnet.

MetaCall v0.1.49 [2020-04-09]

09 Apr 12:51
Compare
Choose a tag to compare
  • Add debug info for cs_loader_impl build and solve minor bug in dotnet find script.

MetaCall v0.1.48 [2020-04-09]

09 Apr 12:32
Compare
Choose a tag to compare
  • Solve minor bug in cs_loader_impl guix build.

MetaCall v0.1.47 [2020-04-09]

09 Apr 12:14
Compare
Choose a tag to compare
  • Adapt cs_loader_impl for Guix build.

MetaCall v0.1.46 [2020-04-09]

09 Apr 08:52
Compare
Choose a tag to compare
  • Make CS Loader implementation dependant of DOTNET_COMMAND.

MetaCall v0.1.45 [2020-04-04]

04 Apr 21:00
Compare
Choose a tag to compare
  • Solved double recursion case between node port and python loader, some bugs where originated in the python loader.
  • Refactor tests for new callback cases.
  • Add new register API for accessing to the function pointer when it is created.
  • Add more verbosity to function call errors in reflect module.
  • Remove workaround in node port for obtaining the callback argument size.
  • Refactor function calls in order to allow varidic arguments or overwrite the arguments call size.