Skip to content

Releases: metacall/core

MetaCall v0.1.58 [2020-04-17]

17 Apr 13:44

Choose a tag to compare

  • Solve bug in find nodejs cmake script related to headers path.
  • Add debug info for find nodejs headers.
  • Solve bug from previous commit.
  • Add checks for NodeJS headers integrity.
  • Solve minor bug with v8 headers in FindNodeJS:
  • Trying to solve bugs with FindNodeJS headers.

MetaCall v0.1.57 [2020-04-17]

17 Apr 07:55

Choose a tag to compare

  • Add workaround for find nodejs headers.
  • Solve minor bug in funchook detour install.

MetaCall v0.1.56 [2020-04-16]

16 Apr 22:04

Choose a tag to compare

  • Solve bug in FindNodeJS CMake script, when building the library, if the node distribution is installed from apt instead of in the way it is done in the tools/node/Dockerfile, it could not find the headers, so after building and installing the node library, we must search again for finding the headers.

MetaCall v0.1.55 [2020-04-16]

16 Apr 19:20

Choose a tag to compare

  • Disable RTC compile options for MSVC in Release mode.

MetaCall v0.1.54 [2020-04-16]

16 Apr 18:57

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

Choose a tag to compare

  • Add debugging for CMake NodeJS as an option.

MetaCall v0.1.52 [2020-04-15]

15 Apr 20:10

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

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

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

Choose a tag to compare

  • Add debug info for cs_loader_impl build and solve minor bug in dotnet find script.