4 files changed
+4
-2
lines changed- .github/workflows/test.yml+7-27
- 3rd/filesystem.h+3
- 3rd/fmt/fmt/args.h+5-3
- 3rd/fmt/fmt/base.h+65-36
- 3rd/fmt/fmt/chrono.h+193-28
- 3rd/fmt/fmt/compile.h+3-1
- 3rd/fmt/fmt/format-inl.h+15-11
- 3rd/fmt/fmt/format.h+79-71
- 3rd/fmt/fmt/os.h+14-8
- 3rd/fmt/fmt/ostream.h+3-1
- 3rd/fmt/fmt/printf.h+4-2
- 3rd/fmt/fmt/ranges.h+52-12
- 3rd/fmt/fmt/std.h+65-30
- 3rd/fmt/fmt/xchar.h+16-6
- 3rd/lua-seri/lua-seri.c+12
- 3rd/lua/bee_utf8_crt.cpp+1-1
- 3rd/lua/bee_utf8_main.c+1-1
- bee/error.cpp+21-29
- bee/error.h+7-6
- bee/filewatch/filewatch_win.cpp+1-1
- bee/lua/error.h+12
- bee/lua/narrow.h+13-11
- bee/net/bpoll.h+62
- bee/net/bpoll_bsd.cpp+1
- bee/net/bpoll_linux.cpp+48
- bee/net/bpoll_osx.cpp+236
- bee/net/bpoll_win.cpp+93
- bee/net/endpoint.cpp+58-28
- bee/net/endpoint.h+10-9
- bee/net/ip.h+2-2
- bee/net/socket.cpp+60-90
- bee/net/socket.h+15-20
- bee/subprocess/common.h+1-7
- bee/subprocess/process_select.cpp+4-10
- bee/subprocess/process_select.h+3-3
- bee/subprocess/subprocess_posix.cpp+6-3
- bee/subprocess/subprocess_win.cpp+15-7
- bee/thread/setname.cpp+1-1
- bee/utility/bitmask.h+44
- bee/utility/file_handle.cpp-2
- bee/utility/file_handle.h+5-1
- bee/utility/file_handle_bsd.cpp+2-2
- bee/utility/file_handle_linux.cpp+2-2
- bee/utility/file_handle_osx.cpp+2-2
- bee/utility/file_handle_posix.cpp+2-2
- bee/utility/file_handle_win.cpp+3-3
- bee/utility/flatmap.h+468
- bee/utility/hybrid_array.h+38
- bee/utility/path_helper.cpp+7-7
- bee/utility/span.h+99
- bee/version.cpp+2-2
- bee/version.h
- bee/win/afd/afd.cpp+214
- bee/win/afd/afd.h+53
- bee/win/afd/poller.cpp+160
- bee/win/afd/poller.h+28
- bee/win/afd/poller_fd.cpp+133
- bee/win/afd/poller_fd.h+42
- bee/win/cwtf8.h
- bee/win/module_version.cpp+1-1
- bee/win/module_version.h
- bee/win/unicode.cpp+1-1
- bee/win/unicode.h
- bee/win/wtf8.cpp+2-2
- bee/win/wtf8.h
- binding/lua_epoll.cpp+252
- binding/lua_filesystem.cpp+131-120
- binding/lua_filewatch.cpp+1-1
- binding/lua_platform.cpp+1-1
- binding/lua_select.cpp+1-2
- binding/lua_socket.cpp+439-369
- binding/lua_subprocess.cpp+19-39
- binding/lua_thread.cpp+1-1
- binding/luaref.cpp+89
- binding/luaref.h+12
- binding/port/lua_windows.cpp+7-14
- bootstrap/main.cpp+1-1
- compile/common.lua+2
- test/ltest.lua+2-1
- test/test.lua+1
- test/test_epoll.lua+481
- test/test_filewatch.lua+4-3
- test/test_socket.lua+36-5
- test/test_subprocess.lua+1-1
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + |
0 commit comments