2 files changed
+2
-2
lines changed- .clang-format+4
- .github/workflows/test.yml-37
- .gitignore+1-1
- .vs/tasks.vs.json-23
- 3rd/lua/lgc.c+1-1
- 3rd/lua/lmathlib.c+1-1
- 3rd/lua/lua.h+3-3
- 3rd/lua/lvm.c+1-1
- bee/filewatch/filewatch.h+1-1
- bee/filewatch/filewatch_linux.cpp+2-1
- bee/filewatch/filewatch_osx.cpp+2-1
- bee/filewatch/filewatch_win.cpp+4-2
- bee/lua/binding.h+51-23
- bee/lua/file.h-8
- bee/lua/narrow.h+2-1
- bee/net/bpoll.h+4-1
- bee/net/bpoll_osx.cpp+179-157
- bee/net/endpoint.cpp+10-5
- bee/net/event.cpp-54
- bee/net/event.h-16
- bee/net/ip.h+4-2
- bee/net/socket.cpp+30-24
- bee/nonstd/charconv.h+2-1
- bee/nonstd/expected.h+2-1
- bee/reflection.h-52
- bee/subprocess/common.h+2-2
- bee/subprocess/subprocess_posix.cpp+4-2
- bee/subprocess/subprocess_win.cpp+10-5
- bee/sys/path.h-10
- bee/sys/path_bsd.cpp-50
- bee/sys/path_linux.cpp-14
- bee/sys/path_osx.cpp-18
- bee/sys/path_posix.cpp-24
- bee/sys/path_win.cpp-41
- bee/thread/atomic_sync.cpp+6-3
- bee/thread/simplethread_win.cpp+1-47
- bee/utility/file_handle.cpp+24-24
- bee/utility/file_handle.h+44-45
- bee/utility/file_handle_bsd.cpp+6-6
- bee/utility/file_handle_linux.cpp+36-36
- bee/utility/file_handle_osx.cpp+26-26
- bee/utility/file_handle_posix.cpp+33-33
- bee/utility/file_handle_win.cpp+88-88
- bee/utility/flatmap.h+36-29
- bee/utility/path_helper.cpp+172
- bee/utility/path_helper.h+11
- bee/utility/path_view.h-11
- bee/win/afd/afd.cpp+13-5
- bee/win/afd/poller_fd.cpp+5-3
- bee/win/cwtf8.h+16-9
- binding/binding.h
- binding/file.h+28-28
- binding/lua_channel.cpp-192
- binding/lua_debugging.cpp+1-1
- binding/lua_epoll.cpp+16-31
- binding/lua_filesystem.cpp+233-124
- binding/lua_filewatch.cpp+2-1
- binding/lua_platform.cpp+1-1
- binding/lua_select.cpp+19-23
- binding/lua_serialization.cpp+1-1
- binding/lua_socket.cpp+10-4
- binding/lua_subprocess.cpp+15-8
- binding/lua_sys.cpp-109
- binding/lua_thread.cpp+229-28
- binding/lua_time.cpp+3-2
- binding/luaref.cpp+1-1
- binding/luaref.h-1
- binding/port/lua_windows.cpp+2-2
- bootstrap/bootstrap_init.cpp+1-1
- bootstrap/forward_lua.c+1
- bootstrap/forward_lua.lua+48
- bootstrap/main.cpp+7-7
- compile/bootstrap.lua+18-11
- compile/common.lua+16-73
- compile/config.lua+61
- compile/lua.lua+4
- make.lua+5-4
- test/ltest.lua+50-96
- test/test.lua-3
- test/test_channel.lua-215
- test/test_epoll.lua+25-10
- test/test_filesystem.lua+56-6
- test/test_skip.lua-23
- test/test_socket.lua+5-3
- test/test_sys.lua-34
- test/test_thread.lua+229-10
- .gitignore-1
- README.md+6-10
- bee.lua+1-1
- compile/lua/forward_lua.lua-32
- compile/ninja/android.ninja+27-39
- compile/ninja/freebsd.ninja+29-41
- compile/ninja/linux.ninja+30-43
- compile/ninja/macos.ninja+30-42
- compile/ninja/mingw.ninja+46-58
- compile/ninja/msvc.ninja+45-59
- compile/ninja/netbsd.ninja+31-43
- compile/ninja/openbsd.ninja+31-42
- doc/luamake.lua-248
- make.lua+18-7
- scripts/compiler/clang.lua+1-1
- scripts/compiler/emcc.lua+1-1
- scripts/compiler/gcc.lua+123-1
- scripts/compiler/gcc_opt.lua-126
- scripts/compiler/wasi.lua+5-1
- scripts/env/find_msvc.lua+274
- scripts/env/msvc.lua+13-278
- scripts/pathutil.lua+50-8
- scripts/version.lua+1-1
- scripts/workspace.lua+1-1
- scripts/writer.lua+7-8
0 commit comments