-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.45 #649
Merged
Merged
V1.45 #649
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8335a53
update submodule
zhaozg bdfc804
update lua-compat-5.3 to HEAD
zhaozg 3f1583e
update lua to v5.4.6
zhaozg 67218ab
feat: introduce uv.metrics_info api
zhaozg 3edd4c7
doc: introduce uv.uv_metrics_info() api
zhaozg c2dac65
ci: fix build with Luarocks
zhaozg 6b0dd14
minor code style update
zhaozg 34676b2
ci: update for valgrind
zhaozg 46a91c9
ci: valgrind with --track-origins=yes
zhaozg 600a217
ci: add suppressions to make valgrind report OK
zhaozg 705f8ed
Add cpumask_size, get_available_memory, thread_getaffinity, thread_se…
squeek502 191641f
Add clock_gettime binding
squeek502 1054d71
bindcov: Skip uv_os_{get_passwd2,get_group,free_group} for now
squeek502 6dca7a5
appveyor: `uv_a.lib` -> `libuv.lib`
squeek502 87e6530
fix: use lua_pushnumber, avoid to cast to singed
zhaozg d252331
Fix thread_{get,set}affinity passing `luv_thread_t*` to libuv instead…
squeek502 5ff84fa
update for rockspec
zhaozg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
luv_push_stats_table | ||
Memcheck:Cond | ||
fun:luv_push_stats_table | ||
} | ||
{ | ||
tostringbuff | ||
Memcheck:Value8 | ||
fun:_itoa_word | ||
fun:__vfprintf_internal | ||
fun:__vsnprintf_internal | ||
fun:snprintf | ||
fun:tostringbuff | ||
} | ||
{ | ||
tostringbuff Conditional jump or move depends on uninitialised value(s) | ||
Memcheck:Cond | ||
fun:_itoa_word | ||
fun:__vfprintf_internal | ||
fun:__vsnprintf_internal | ||
fun:snprintf | ||
fun:tostringbuff | ||
} | ||
{ | ||
addnum2buff Conditional jump or move depends on uninitialised value(s) | ||
Memcheck:Cond | ||
fun:__vfprintf_internal | ||
fun:__vsnprintf_internal | ||
fun:snprintf | ||
fun:tostringbuff | ||
fun:addnum2buff | ||
fun:luaO_pushvfstring | ||
fun:lua_pushfstring | ||
fun:luaL_tolstring | ||
fun:luaB_tostring | ||
fun:precallC | ||
fun:luaD_precall | ||
fun:luaV_execute | ||
} | ||
{ | ||
luv_fs_read | ||
Memcheck:Cond | ||
fun:malloc | ||
fun:luv_fs_read | ||
} | ||
{ | ||
luv_fulfill_req | ||
Memcheck:Cond | ||
fun:luaV_execute | ||
fun:ccall | ||
fun:luaD_callnoyield | ||
fun:f_call | ||
fun:luaD_rawrunprotected | ||
fun:luaD_pcall | ||
fun:lua_pcallk | ||
fun:luv_fulfill_req | ||
} | ||
{ | ||
Conditional jump or move depends on uninitialised value(s) | ||
Memcheck:Cond | ||
fun:luaV_execute | ||
fun:ccall | ||
fun:luaD_callnoyield | ||
fun:f_call | ||
fun:luaD_rawrunprotected | ||
fun:luaD_pcall | ||
fun:lua_pcallk | ||
fun:luv_cfpcall | ||
fun:luv_fulfill_req | ||
fun:luv_fs_cb | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lua
updated
75 files
Submodule lua-compat-5.3
updated
from e245d3 to 8f8e4c
Submodule luajit
updated
53 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,9 @@ build = { | |
'userenv'; | ||
'ws2_32'; | ||
'advapi32'; | ||
'Dbghelp'; | ||
"Ole32"; | ||
"Shell32"; | ||
}; | ||
}; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to fix https://ci.appveyor.com/project/racker-buildbot/luv/builds/47096188/job/9j5t4vt905amaa2f#L1222