Skip to content

Releases: metacall/core

MetaCall v0.1.63 [2020-04-27]

27 Apr 08:51

Choose a tag to compare

  • Make nodejs test to cobol optional in order to pass the cd/ci tests.

MetaCall v0.1.62 [2020-04-22]

22 Apr 12:37

Choose a tag to compare

  • Add option to avoid requiring UV from FindNodeJS script when building UV as shared library as in Guix.

MetaCall v0.1.61 [2020-04-20]

20 Apr 22:26

Choose a tag to compare

  • Add Cobol to the list of supported languages.
  • Add cobol say script and cobol script project.
  • Make script project CMake script more extensible.
  • Remove debug info, it has been moved to reflect.
  • Set the callback to a named function in order to avoid it to be deleted.
  • Change order of find folders in the addon.
  • Add better debug logging for reflect.
  • Update tabs.
  • Add test for cobol loader.
  • Add metacallt_s for calling explicitly passing types and number of arguments.
  • Update linting.
  • Add base for cobol loader.
  • Minor bug solved in NodeJS find script includes.
  • Add find cobol script for CMake.

MetaCall v0.1.60 [2020-04-18]

18 Apr 14:10

Choose a tag to compare

  • Add version for funchook and remove soname.
  • Add more examples to the readme.
  • Update readme with installer and examples info in the abstract section.

MetaCall v0.1.59 [2020-04-17]

17 Apr 17:16

Choose a tag to compare

  • Solve minor bug in NodeJS find script and trying to implement trampoline compatible for all build conditions.

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.