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
c8696701
Commit
c8696701
authored
Aug 19, 2014
by
Vinicius Jarina
Browse files
[NLua] Now using TargetFramework 4.5 to run tests
Bumped KeraLua, KopiLua
parent
d5e748c9
Changes
58
Hide whitespace changes
Inline
Side-by-side
Core/NLua/GenerateEventAssembly/ILuaGeneratedType.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/GenerateEventAssembly/LuaClassType.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/Lua.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaBase.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaFunction.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaGlobalAttribute.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaHideAttribute.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaLib/GCOptions.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaLib/LuaEnums.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaLib/LuaIndexes.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaLib/LuaLib.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaLib/LuaTypes.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaLib/References.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2009 Joshua Simmons <simmons.44@gmail.com>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
...
...
Core/NLua/LuaRegistrationHelper.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaTable.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/LuaUserData.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/NLua.Net40.csproj
View file @
c8696701
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
<PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProductVersion>
9.0.21022
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
<ProjectGuid>
{F55CABBB-4108-4A39-94E1-581FD46DC021}
</ProjectGuid>
<ProjectGuid>
{F55CABBB-4108-4A39-94E1-581FD46DC021}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
...
...
Core/NLua/NLua.Net45.csproj
View file @
c8696701
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
<PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProductVersion>
9.0.21022
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
<ProjectGuid>
{F55CABBB-4108-4A39-94E1-581FD46DC021}
</ProjectGuid>
<ProjectGuid>
{F55CABBB-4108-4A39-94E1-581FD46DC021}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
...
@@ -45,11 +43,15 @@
...
@@ -45,11 +43,15 @@
<ErrorReport>
prompt
</ErrorReport>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<Prefer32Bit>
false
</Prefer32Bit>
<Prefer32Bit>
false
</Prefer32Bit>
<WarningLevel>
4
</WarningLevel>
<Optimize>
false
</Optimize>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'ReleaseKopiLua|AnyCPU'"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'ReleaseKopiLua|AnyCPU'"
>
<OutputPath>
bin\ReleaseKopiLua\
</OutputPath>
<OutputPath>
bin\ReleaseKopiLua\
</OutputPath>
<DefineConstants>
USE_KOPILUA
</DefineConstants>
<DefineConstants>
USE_KOPILUA
</DefineConstants>
<Prefer32Bit>
false
</Prefer32Bit>
<Prefer32Bit>
false
</Prefer32Bit>
<WarningLevel>
4
</WarningLevel>
<Optimize>
false
</Optimize>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
<SignAssembly>
true
</SignAssembly>
...
@@ -116,11 +118,11 @@
...
@@ -116,11 +118,11 @@
-->
-->
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\KeraLua\src\KeraLua.Net45.csproj"
>
<ProjectReference
Include=
"..\KeraLua\src\KeraLua.Net45.csproj"
>
<Project>
{47153754-10
f
5-44
d
8-
b
578-
f5a
32
b
69061
a
}
</Project>
<Project>
{47153754-10
F
5-44
D
8-
B
578-
F5A
32
B
69061
A
}
</Project>
<Name>
KeraLua.Net45
</Name>
<Name>
KeraLua.Net45
</Name>
</ProjectReference>
</ProjectReference>
<ProjectReference
Include=
"..\KopiLua\KopiLua\KopiLua.Net45.csproj"
>
<ProjectReference
Include=
"..\KopiLua\KopiLua\KopiLua.Net45.csproj"
>
<Project>
{
e8ddbc
21-
ef
74-4
aba
-9
c
49-
bfc
702
be
25
d
8}
</Project>
<Project>
{
E8DDBC
21-
EF
74-4
ABA
-9
C
49-
BFC
702
BE
25
D
8}
</Project>
<Name>
KopiLua.Net45
</Name>
<Name>
KopiLua.Net45
</Name>
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
...
...
Core/NLua/ObjectTranslator.cs
View file @
c8696701
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
*
...
...
Core/NLua/ObjectTranslatorPool.cs
View file @
c8696701
...
@@ -4,7 +4,7 @@ using System.Collections.Generic;
...
@@ -4,7 +4,7 @@ using System.Collections.Generic;
/*
/*
* This file is part of NLua.
* This file is part of NLua.
*
*
* Copyright (c) 201
3
Vinicius Jarina (viniciusjarina@gmail.com)
* Copyright (c) 201
4
Vinicius Jarina (viniciusjarina@gmail.com)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* of this software and associated documentation files (the "Software"), to deal
...
...
Prev
1
2
3
Next
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