Skip to content

Tags: zhaozg/luv

Tags

1.45.0

Toggle 1.45.0's commit message
v1.45.0

1.44.2-1

Toggle 1.44.2-1's commit message
Yet another luajit.cmake unwind detection fix

Previously, CMake would only read up to the first NUL or control character (for me that meant it would only read "ELF" from tmpunwind.o).
This was making CMake think there was no `eh_frame`/`__unwind_info` string in the file even if there actually was.

Now, CMake skips binary data in tmpunwind.o and just reads all the ASCII strings from the file, which is fine for what we need to do with it.

This fixes:

    In file included from luv/deps/luajit/src/ljamalg.c:23:
    luv/deps/luajit/src/lj_err.c: In function ‘lj_err_unwind_dwarf’:
    luv/deps/luajit/src/lj_err.c:469:2: error: #error "Broken build system -- only use the provided Makefiles!"
      469 | #error "Broken build system -- only use the provided Makefiles!"
          |  ^~~~~

for me on Linux x86_64 when trying to build Luv

1.44.2-0

Toggle 1.44.2-0's commit message
Bump luajit to latest HEAD of v2.1 branch

1.43.0-0

Toggle 1.43.0-0's commit message
update submodule

* LuaJIT v2.1 1d7b5029c5ba36870d25c67524034d452b761d27
* Lua v5.4.4

1.42.0-1

Toggle 1.42.0-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add LJ_ENDIAN and LJ_NO_UNWIND checks

1.42.0-0

Toggle 1.42.0-0's commit message
change after_work_cb to run in protected mode

1.41.1-0

Toggle 1.41.1-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request luvit#558 from squeek502/libuv-1.41.1

Update libuv to 1.41.1

1.41.0-0

Toggle 1.41.0-0's commit message
1.40.0-0

1.36.0-0

Toggle 1.36.0-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI: Retry connection to luarocks.org to workaround occasional timeouts (

luvit#481)