Skip to content

Commit

Permalink
Update Lua to 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Aug 1, 2018
1 parent 3b6f2d7 commit 3f6b469
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 17 deletions.
84 changes: 68 additions & 16 deletions build/buildmsvc_lua53.bat
Original file line number Diff line number Diff line change
@@ -1,127 +1,179 @@
cd ravi-external-libs
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd lua
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-ffi
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch-paths
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7-sys
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7-xlua
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-moses
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-filesystem
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7-nn
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7-optim
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch7-autograd
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-torch-cephes
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-penlight
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-cjson
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-lpeglabel
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-luasocket
rmdir build /s
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..

cd ravi-libuv-luv
rmdir build /s /q
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build . --config Release --target INSTALL
if %errorlevel% neq 0 exit /b %errorlevel%
cd ..\..
2 changes: 1 addition & 1 deletion lua
Submodule lua updated 59 files
+4 −3 lapi.c
+1 −1 lapi.h
+1 −1 lauxlib.c
+1 −1 lauxlib.h
+1 −1 lbaselib.c
+1 −1 lbitlib.c
+1 −1 lcode.c
+1 −1 lcode.h
+1 −1 lcorolib.c
+1 −1 lctype.c
+1 −1 lctype.h
+1 −1 ldblib.c
+2 −1 ldebug.c
+1 −1 ldebug.h
+1 −1 ldo.c
+1 −1 ldo.h
+1 −1 ldump.c
+1 −1 lfunc.c
+1 −1 lfunc.h
+3 −2 lgc.c
+1 −1 lgc.h
+1 −1 linit.c
+9 −4 liolib.c
+1 −1 llex.c
+1 −1 llex.h
+1 −1 llimits.h
+1 −1 lmathlib.c
+1 −1 lmem.c
+1 −1 lmem.h
+1 −1 loadlib.c
+3 −2 lobject.c
+1 −1 lobject.h
+1 −1 lopcodes.c
+1 −1 lopcodes.h
+5 −3 loslib.c
+2 −2 lparser.c
+1 −1 lparser.h
+1 −1 lprefix.h
+1 −1 lstate.c
+19 −1 lstate.h
+1 −1 lstring.c
+1 −1 lstring.h
+4 −4 lstrlib.c
+27 −8 ltable.c
+2 −2 ltable.h
+1 −1 ltablib.c
+1 −1 ltm.c
+1 −1 ltm.h
+2 −2 lua.c
+4 −4 lua.h
+8 −1 luaconf.h
+1 −1 lualib.h
+1 −1 lundump.c
+1 −1 lundump.h
+2 −2 lutf8lib.c
+1 −1 lvm.c
+1 −1 lvm.h
+1 −1 lzio.c
+1 −1 lzio.h

0 comments on commit 3f6b469

Please sign in to comment.