-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bee.lua
updated
13 files
+4 −12 | bee/lua/binding.h | |
+52 −0 | bee/reflection.h | |
+0 −1 | binding/lua_channel.cpp | |
+0 −1 | binding/lua_epoll.cpp | |
+25 −110 | binding/lua_filesystem.cpp | |
+0 −1 | binding/lua_filewatch.cpp | |
+0 −1 | binding/lua_select.cpp | |
+0 −3 | binding/lua_socket.cpp | |
+0 −1 | binding/lua_subprocess.cpp | |
+109 −0 | binding/lua_sys.cpp | |
+1 −0 | test/test.lua | |
+6 −56 | test/test_filesystem.lua | |
+34 −0 | test/test_sys.lua |
Submodule luamake
updated
12 files
+4 −0 | README.md | |
+1 −1 | bee.lua | |
+26 −21 | compile/ninja/android.ninja | |
+26 −21 | compile/ninja/freebsd.ninja | |
+27 −22 | compile/ninja/linux.ninja | |
+27 −22 | compile/ninja/macos.ninja | |
+30 −25 | compile/ninja/mingw.ninja | |
+31 −26 | compile/ninja/msvc.ninja | |
+27 −22 | compile/ninja/netbsd.ninja | |
+27 −23 | compile/ninja/openbsd.ninja | |
+0 −278 | scripts/env/find_msvc.lua | |
+278 −14 | scripts/env/msvc.lua |