Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
cfa89f61
"packages/KeraLua.1.0.27/vscode:/vscode.git/clone" did not exist on "a1ea6121ad4615250bbad9e539e802087c974d3c"
Commit
cfa89f61
authored
Jun 10, 2013
by
Vinicius Jarina
Browse files
Update NLua to Lua 5.2.2 (NLua 1.1.0)
parent
5e85e742
Changes
6
Hide whitespace changes
Inline
Side-by-side
KeraLua
@
a64268ad
Compare
a39ec68e
...
a64268ad
Subproject commit a
39ec68e5aa43d06a49f29db45c32c5e4165fe43
Subproject commit a
64268ad3f8513dca48d2eabd4c8c5db7fa90798
KopiLua
@
fd01e109
Compare
c9981c12
...
fd01e109
Subproject commit
c9981c1246bed054cc95312997f32de8af9b80b3
Subproject commit
fd01e1094246498dbe22180f3f60019540e18f76
Core/NLua/Config/NLuaConfig.cs
View file @
cfa89f61
...
...
@@ -38,7 +38,7 @@ namespace NLua.Config
public
const
string
NLuaProduct
=
"NLua"
;
public
const
string
NLuaCopyright
=
"Copyright 2003-2013 Vinicius Jarina , Fabio Mascarenhas, Kevin Hesterm and Megax"
;
public
const
string
NLuaTrademark
=
"MIT license"
;
public
const
string
NLuaVersion
=
"1.
0.7
0"
;
public
const
string
NLuaFileVersion
=
"1.
0.70
.0"
;
public
const
string
NLuaVersion
=
"1.
1.
0"
;
public
const
string
NLuaFileVersion
=
"1.
1
.0"
;
}
}
\ No newline at end of file
README.md
View file @
cfa89f61
...
...
@@ -83,6 +83,11 @@ Windows: We don't have a CI Server for Windows.
Copyright (c) 2013 Vinicius Jarina (viniciusjarina@gmail.com)
NLua 1.1.0
----------
*
Port to WP7 (Thanks to Mangatome)
*
NLua now using Lua 5.2.2
*
Bug fixes.
NLua 1.0.0
----------
...
...
run_all.osx.sh
View file @
cfa89f61
...
...
@@ -3,7 +3,7 @@ cd Core/KeraLua
make
-f
Makefile.OSX
xbuild KeraLua.sln /p:Configuration
=
Release
cd
../../
cp
Core/KeraLua/external/lua/osx/lib/liblua5
1
.dylib tests/liblua5
1
.dylib
cp
Core/KeraLua/external/lua/osx/lib/liblua5
2
.dylib tests/liblua5
2
.dylib
xbuild NLua.sln /p:Configuration
=
Release
cd
tests/
nunit-console NLuaTest.dll
-xml
=
$1
LuaTests
@
ec14ccfa
Compare
16d54798
...
ec14ccfa
Subproject commit
16d547989d8c83abe8c65fecb281a36caca88a35
Subproject commit
ec14ccfa5cc2f0cda6781029d145abc99f7a9728
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment