-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #397 from liangzai12/1st
simply add LuaComponent
- Loading branch information
Showing
756 changed files
with
440,303 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.gitattributes | ||
|
||
*.so | ||
*.o | ||
*.a | ||
|
||
manual/manual.html | ||
|
||
testes/time.txt | ||
testes/time-debug.txt | ||
|
||
testes/libs/all | ||
|
||
temp | ||
lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Lua | ||
|
||
This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/). | ||
|
||
Please **do not** send pull requests. To report issues, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html). | ||
|
||
Download official Lua releases from [Lua.org](https://www.lua.org/download.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
make -s -j | ||
cd testes/libs; make -s | ||
cd .. # back to directory 'testes' | ||
ulimit -S -s 1000 | ||
if { ../lua -W all.lua; } then | ||
echo -e "\n\n final OK!!!!\n\n" | ||
else | ||
echo -e "\n\n >>>> BUG!!!!\n\n" | ||
fi |
Oops, something went wrong.