Luv Versions Save

Bare libuv bindings for lua

1.48.0-2

2 months ago

What's Changed

Full Changelog: https://github.com/luvit/luv/compare/1.48.0-1...1.48.0-2

1.48.0-1

2 months ago

What's Changed

Full Changelog: https://github.com/luvit/luv/compare/v1.48.0-0...1.48.0-1

v1.48.0-0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/luvit/luv/compare/1.47.0-0...v1.48.0-0

1.47.0-0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/luvit/luv/compare/1.46.0-0...1.47.0-0

1.46.0-0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/luvit/luv/compare/1.45.0-0...1.46.0-0

1.45.0-0

10 months ago

Fixed bugs:

  • segfault on new_thread and worker.queue #636
  • segfault on luv_check_handle #633
  • uv.spawn example code in docs is broken #606
  • pthread_create possible leak #552

Closed issues:

  • request bind v1.45.0 new features #646
  • Luv Async not performing as expected #629
  • Allow for custom installation prefix through CMAKE_INSTALL_PREFIX #627
  • MINGW64 stat defines interfere with FS_CALL macro expansion #624
  • Running commands in strings fails #623
  • Please consider upgrading the minimum required version of cmake #616

Merged pull requests:

1.44.2-1

1 year ago

1.44.2-0

1 year ago

1.43.0-0

2 years ago
  • Update to Libuv 1.43.0 (#578)
    • Only new function is uv_ip_name which luv does not provide a binding for
  • Change the call to acquire_vm_cb() in luv.new_thread() to be made before the thread is created in luv_new_thread(). (#571)
  • Bump LuaJIT submodule to 1d7b5029c5ba36870d25c67524034d452b761d27 (#573, #579)
  • Bump Lua submodule to Lua v5.4.4 (#579)
  • cmake: Fix install files in mingw (#575)
  • simplify vm management in thread and threadpool (#577)

1.42.0-1

2 years ago