-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bee.lua
updated
39 files
Submodule luamake
updated
29 files
+4 −4 | .github/workflows/publish.yml | |
+1 −1 | bee.lua | |
+1 −1 | compile/install.bat | |
+1 −1 | compile/install.sh | |
+3 −1 | compile/msvc/find_msvc.bat | |
+0 −2 | compile/msvc/find_winsdk.bat | |
+1 −1 | compile/msvc/setpath.bat | |
+3 −3 | compile/ninja/mingw.ninja | |
+11 −11 | compile/ninja/msvc.ninja | |
+4 −4 | scripts/action.lua | |
+6 −1 | scripts/compiler/clang.lua | |
+1 −0 | scripts/compiler/emcc.lua | |
+3 −0 | scripts/compiler/gcc.lua | |
+7 −2 | scripts/compiler/msvc.lua | |
+10 −0 | scripts/fsutil.lua | |
+9 −4 | scripts/glob.lua | |
+1 −1 | scripts/globals.lua | |
+1 −5 | scripts/main.lua | |
+9 −4 | scripts/pathutil.lua | |
+1 −4 | scripts/sandbox.lua | |
+0 −137 | scripts/simulator.lua | |
+1 −1 | scripts/version.lua | |
+46 −0 | scripts/workspace.lua | |
+77 −23 | scripts/writer.lua | |
+303 −0 | tools/lua55/lauxlib.h | |
+553 −0 | tools/lua55/lua.h | |
+9 −0 | tools/lua55/lua.hpp | |
+802 −0 | tools/lua55/luaconf.h | |
+65 −0 | tools/lua55/lualib.h |