Skip to content

Commit

Permalink
Merge branch 'actboy168:master' into luajit-jit-support
Browse files Browse the repository at this point in the history
  • Loading branch information
fesily authored Dec 28, 2023
2 parents 6a2868f + 693549d commit a64950e
Show file tree
Hide file tree
Showing 100 changed files with 1,818 additions and 1,346 deletions.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3rd/.*
10 changes: 5 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"request": "launch",
"name": "Test Client",
"console": "integratedTerminal",
"luaVersion": "latest",
"luaVersion": "lua-latest",
"windows": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-1.61.0-win32-x64/bin/lua-debug"
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.4-win32-x64/bin/lua-debug"
},
"linux": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-1.61.0-linux-x64/bin/lua-debug",
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.4-linux-x64/bin/lua-debug",
},
"osx": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-1.61.0-darwin-arm64/bin/lua-debug",
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.4-darwin-arm64/bin/lua-debug",
},
"outputCapture": [
],
Expand All @@ -34,7 +34,7 @@
"--extensionDevelopmentPath=${workspaceFolder}/extension/"
],
"env": {
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-1.61.0"
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-2.0.4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion 3rd/bee.lua
Submodule bee.lua updated 149 files
2 changes: 1 addition & 1 deletion 3rd/json.lua
7 changes: 5 additions & 2 deletions 3rd/lua/lua54/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CMCFLAGS=

# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======

PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris

LUA_A= liblua.a
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
Expand Down Expand Up @@ -79,7 +79,7 @@ echo:
@echo "PLAT= $(PLAT)"
@echo "CC= $(CC)"
@echo "CFLAGS= $(CFLAGS)"
@echo "LDFLAGS= $(SYSLDFLAGS)"
@echo "LDFLAGS= $(LDFLAGS)"
@echo "LIBS= $(LIBS)"
@echo "AR= $(AR)"
@echo "RANLIB= $(RANLIB)"
Expand Down Expand Up @@ -117,6 +117,9 @@ FreeBSD NetBSD OpenBSD freebsd:

generic: $(ALL)

ios:
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_IOS"

Linux linux: linux-noreadline

linux-noreadline:
Expand Down
Loading

0 comments on commit a64950e

Please sign in to comment.