From 69f7d1bd745ed5680b9bc4e3cfdd882ff2a5ad26 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Mar 2019 22:18:14 +0800 Subject: +threading --- build/3rd-party/LuaSocket/LuaSocket.vcxproj | 122 +++++++++++++++++++ .../3rd-party/LuaSocket/LuaSocket.vcxproj.filters | 2 + build/3rd-party/LuaSocket/LuaSocket.vcxproj.user | 4 + .../Debug/luax_cfunctions.nativecodeanalysis.xml | 2 + .../x64/Debug/luax_class.nativecodeanalysis.xml | 2 + .../x64/Debug/luax_context.nativecodeanalysis.xml | 17 +++ .../x64/Debug/luax_enum.nativecodeanalysis.xml | 2 + .../Debug/luax_memberref.nativecodeanalysis.xml | 17 +++ .../Luax/x64/Debug/luax_ref.nativecodeanalysis.xml | 45 +++++++ .../x64/Debug/luax_reftable.nativecodeanalysis.xml | 45 +++++++ .../x64/Debug/luax_runtime.nativecodeanalysis.xml | 45 +++++++ .../x64/Debug/luax_state.nativecodeanalysis.xml | 2 + .../Luax/x64/Debug/vc.nativecodeanalysis.all.xml | 131 +++++++++++++++++++++ 13 files changed, 436 insertions(+) create mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj create mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters create mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj.user create mode 100644 build/3rd-party/Luax/x64/Debug/luax_cfunctions.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_class.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_context.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_enum.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_memberref.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_ref.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_reftable.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_runtime.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/luax_state.nativecodeanalysis.xml create mode 100644 build/3rd-party/Luax/x64/Debug/vc.nativecodeanalysis.all.xml (limited to 'build/3rd-party') diff --git a/build/3rd-party/LuaSocket/LuaSocket.vcxproj b/build/3rd-party/LuaSocket/LuaSocket.vcxproj new file mode 100644 index 0000000..aaf933a --- /dev/null +++ b/build/3rd-party/LuaSocket/LuaSocket.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E15D111A-9E02-4E0D-86FE-62BFCD3C211E} + LuaSocket + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_cfunctions.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_cfunctions.nativecodeanalysis.xml new file mode 100644 index 0000000..dcdf088 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_cfunctions.nativecodeanalysis.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_class.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_class.nativecodeanalysis.xml new file mode 100644 index 0000000..dcdf088 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_class.nativecodeanalysis.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_context.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_context.nativecodeanalysis.xml new file mode 100644 index 0000000..35a3288 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_context.nativecodeanalysis.xml @@ -0,0 +1,17 @@ + + + + + d:\asura\source\3rd-party\luax\ + luax_context.cpp + 6 + 14 + + 26495 + Variable 'Luax::LuaxContext::objectCount' is uninitialized. Always initialize a member variable (type.6). + Luax::LuaxContext::{ctor} + ??0LuaxContext@Luax@@QEAA@PEAUlua_State@@@Z + 6 + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_enum.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_enum.nativecodeanalysis.xml new file mode 100644 index 0000000..dcdf088 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_enum.nativecodeanalysis.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_memberref.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_memberref.nativecodeanalysis.xml new file mode 100644 index 0000000..a8b72f2 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_memberref.nativecodeanalysis.xml @@ -0,0 +1,17 @@ + + + + + d:\asura\source\3rd-party\luax\ + luax_memberref.cpp + 6 + 16 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxMemberRef::{ctor} + ??0LuaxMemberRef@Luax@@QEAA@XZ + 6 + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_ref.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_ref.nativecodeanalysis.xml new file mode 100644 index 0000000..fb05229 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_ref.nativecodeanalysis.xml @@ -0,0 +1,45 @@ + + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 7 + 10 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRef::{ctor} + ??0LuaxRef@Luax@@QEAA@H@Z + 7 + + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 59 + 16 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxStrongRef::{ctor} + ??0LuaxStrongRef@Luax@@QEAA@XZ + 59 + + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 64 + 14 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxWeakRef::{ctor} + ??0LuaxWeakRef@Luax@@QEAA@XZ + 64 + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_reftable.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_reftable.nativecodeanalysis.xml new file mode 100644 index 0000000..fcb4b68 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_reftable.nativecodeanalysis.xml @@ -0,0 +1,45 @@ + + + + + d:\asura\source\3rd-party\luax\ + luax_reftable.cpp + 7 + 15 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRefTable::{ctor} + ??0LuaxRefTable@Luax@@QEAA@XZ + 7 + + + + + d:\asura\source\3rd-party\luax\ + luax_reftable.cpp + 7 + 15 + + 26495 + Variable 'Luax::LuaxRefTable::mName' is uninitialized. Always initialize a member variable (type.6). + Luax::LuaxRefTable::{ctor} + ??0LuaxRefTable@Luax@@QEAA@XZ + 7 + + + + + d:\asura\source\3rd-party\luax\ + luax_reftable.cpp + 7 + 15 + + 26495 + Variable 'Luax::LuaxRefTable::mMode' is uninitialized. Always initialize a member variable (type.6). + Luax::LuaxRefTable::{ctor} + ??0LuaxRefTable@Luax@@QEAA@XZ + 7 + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_runtime.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_runtime.nativecodeanalysis.xml new file mode 100644 index 0000000..8d33c8e --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_runtime.nativecodeanalysis.xml @@ -0,0 +1,45 @@ + + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 13 + 14 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRuntime::{ctor} + ??0LuaxRuntime@Luax@@AEAA@XZ + 13 + + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 30 + 11 + + 26444 + Avoid unnamed objects with custom construction and destruction (es.84). + Luax::LuaxRuntime::Open + ?Open@LuaxRuntime@Luax@@QEAAPEAUlua_State@@XZ + 24 + + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 43 + 12 + + 26444 + Avoid unnamed objects with custom construction and destruction (es.84). + Luax::LuaxRuntime::Close + ?Close@LuaxRuntime@Luax@@QEAAXPEAUlua_State@@@Z + 37 + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/luax_state.nativecodeanalysis.xml b/build/3rd-party/Luax/x64/Debug/luax_state.nativecodeanalysis.xml new file mode 100644 index 0000000..dcdf088 --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/luax_state.nativecodeanalysis.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/Luax/x64/Debug/vc.nativecodeanalysis.all.xml b/build/3rd-party/Luax/x64/Debug/vc.nativecodeanalysis.all.xml new file mode 100644 index 0000000..c1161fd --- /dev/null +++ b/build/3rd-party/Luax/x64/Debug/vc.nativecodeanalysis.all.xml @@ -0,0 +1,131 @@ + + + d:\asura\source\3rd-party\luax\ + luax_context.cpp + 6 + 14 + + 26495 + Variable 'Luax::LuaxContext::objectCount' is uninitialized. Always initialize a member variable (type.6). + Luax::LuaxContext::{ctor} + ??0LuaxContext@Luax@@QEAA@PEAUlua_State@@@Z + 6 + + + + d:\asura\source\3rd-party\luax\ + luax_memberref.cpp + 6 + 16 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxMemberRef::{ctor} + ??0LuaxMemberRef@Luax@@QEAA@XZ + 6 + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 7 + 10 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRef::{ctor} + ??0LuaxRef@Luax@@QEAA@H@Z + 7 + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 59 + 16 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxStrongRef::{ctor} + ??0LuaxStrongRef@Luax@@QEAA@XZ + 59 + + + + d:\asura\source\3rd-party\luax\ + luax_ref.cpp + 64 + 14 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxWeakRef::{ctor} + ??0LuaxWeakRef@Luax@@QEAA@XZ + 64 + + + + d:\asura\source\3rd-party\luax\ + luax_reftable.cpp + 7 + 15 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRefTable::{ctor} + ??0LuaxRefTable@Luax@@QEAA@XZ + 7 + + + + d:\asura\source\3rd-party\luax\ + luax_reftable.cpp + 7 + 15 + + 26495 + Variable 'Luax::LuaxRefTable::mName' is uninitialized. Always initialize a member variable (type.6). + Luax::LuaxRefTable::{ctor} + ??0LuaxRefTable@Luax@@QEAA@XZ + 7 + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 13 + 14 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxRuntime::{ctor} + ??0LuaxRuntime@Luax@@AEAA@XZ + 13 + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 30 + 11 + + 26444 + Avoid unnamed objects with custom construction and destruction (es.84). + Luax::LuaxRuntime::Open + ?Open@LuaxRuntime@Luax@@QEAAPEAUlua_State@@XZ + 24 + + + + d:\asura\source\3rd-party\luax\ + luax_runtime.cpp + 43 + 12 + + 26444 + Avoid unnamed objects with custom construction and destruction (es.84). + Luax::LuaxRuntime::Close + ?Close@LuaxRuntime@Luax@@QEAAXPEAUlua_State@@@Z + 37 + + \ No newline at end of file -- cgit v1.1-26-g67d0