From c302f5ae5f9e30a28e487e8a764d9cc31546bbea Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:51:04 +0800 Subject: *rename --- build/libs/asura-lib-utils/asura-lib-utils.vcxproj | 223 ------------------ .../asura-lib-utils.vcxproj.filters | 249 --------------------- .../asura-lib-utils/asura-lib-utils.vcxproj.user | 4 - .../x64/Debug/_compressor.nativecodeanalysis.xml | 2 - .../x64/Debug/_coroutine.nativecodeanalysis.xml | 2 - .../x64/Debug/_data_buffer.nativecodeanalysis.xml | 2 - .../x64/Debug/_file.nativecodeanalysis.xml | 2 - .../x64/Debug/_file_data.nativecodeanalysis.xml | 2 - .../x64/Debug/_file_system.nativecodeanalysis.xml | 59 ----- .../x64/Debug/_thread.nativecodeanalysis.xml | 31 --- .../x64/Debug/compressor.nativecodeanalysis.xml | 2 - .../x64/Debug/coroutine.nativecodeanalysis.xml | 2 - .../x64/Debug/curve.nativecodeanalysis.xml | 2 - .../x64/Debug/data_buffer.nativecodeanalysis.xml | 45 ---- .../x64/Debug/decoded_data.nativecodeanalysis.xml | 2 - .../x64/Debug/exception.nativecodeanalysis.xml | 17 -- .../x64/Debug/file.nativecodeanalysis.xml | 17 -- .../x64/Debug/file_data.nativecodeanalysis.xml | 17 -- .../x64/Debug/file_system.nativecodeanalysis.xml | 17 -- .../x64/Debug/functions.nativecodeanalysis.xml | 2 - .../x64/Debug/io_task.nativecodeanalysis.xml | 2 - .../x64/Debug/matrix44.nativecodeanalysis.xml | 2 - .../x64/Debug/mutex.nativecodeanalysis.xml | 45 ---- .../x64/Debug/ranged_value.nativecodeanalysis.xml | 2 - .../x64/Debug/stringmap.nativecodeanalysis.xml | 2 - .../x64/Debug/thread.nativecodeanalysis.xml | 73 ------ .../Debug/thread_impl_posix.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_sdl.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_std.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_win32.nativecodeanalysis.xml | 73 ------ .../x64/Debug/thread_task.nativecodeanalysis.xml | 2 - .../x64/Debug/transform.nativecodeanalysis.xml | 2 - .../x64/Debug/utils_module.nativecodeanalysis.xml | 31 --- .../x64/Debug/vc.nativecodeanalysis.all.xml | 209 ----------------- 34 files changed, 1148 deletions(-) delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml (limited to 'build/libs/asura-lib-utils') diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj deleted file mode 100644 index b7c6576..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {7D41093F-E356-4C5B-A25F-41779BF86E54} - asurautils - 10.0.17134.0 - - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - Level3 - Disabled - true - true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) - - - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {8b8fca14-fc8a-45b4-bf3c-9340cb586076} - - - {1350cee9-b2c2-426a-af4e-f651d51dd592} - - - {aee37589-de0d-4139-8bdb-8179fdefb835} - - - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters deleted file mode 100644 index 9e36a55..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters +++ /dev/null @@ -1,249 +0,0 @@ - - - - - {30702383-d458-4486-8d86-bd98db74d3c8} - - - {d46782e8-fa86-46be-8e3e-728d313acfed} - - - {3a94ee03-c8db-4d2e-b0b6-5f6ba157580d} - - - {6eb6ffb5-ecd9-408b-a2f4-c14837822850} - - - {b4b078e1-bb8d-4cb3-84b9-963e851be123} - - - {d617f453-4cd1-451b-801d-2f88d0072303} - - - {e63982e2-a2ca-4aa2-be11-f98659586c1f} - - - - - exceptions - - - math - - - math - - - math - - - math - - - math - - - - - io\binding - - - io\binding - - - io - - - io - - - io - - - io - - - io - - - io\binding - - - io\binding - - - io - - - io\binding - - - threading - - - threading - - - threading - - - threading - - - threading - - - threading - - - io - - - threading - - - threading\binding - - - threading\binding - - - io\binding - - - math - - - threading - - - io - - - threading - - - io - - - - - exceptions - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - scripting - - - - - - - - - - - io - - - io - - - io - - - io - - - io - - - io - - - io - - - threading - - - threading - - - threading - - - threading - - - threading - - - threading - - - io - - - threading - - - math - - - scripting - - - threading - - - io - - - threading - - - io - - - - - math - - - math - - - math - - - math - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml deleted file mode 100644 index 7afbf43..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.h - 105 - 2 - - 26495 - Variable 'AsuraEngine::IO::Filesystem::mInited' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::Filesystem::{ctor} - ??0Filesystem@IO@AsuraEngine@@QEAA@XZ - 105 - - - - - d:\asura\source\libs\asura-lib-utils\ - singleton.hpp - 33 - 2 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Singleton<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$Singleton@VFilesystem@IO@AsuraEngine@@@AsuraEngine@@IEAA@XZ - 33 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 100 - 32 - - 26451 - Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::LuaxRetain - ??$LuaxRetain@VDataBuffer@IO@AsuraEngine@@@?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@QEAAXAEAVLuaxState@1@PEAVDataBuffer@IO@AsuraEngine@@@Z - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml deleted file mode 100644 index 82cf7f3..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml deleted file mode 100644 index b304bdf..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mBytes' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mSize' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::DataBuffer>::{ctor} - ??0?$LuaxNativeClass@VDataBuffer@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml deleted file mode 100644 index 88ba25d..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\exceptions\ - exception.cpp - 43 - 13 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Exception::{dtor} - ??1Exception@AsuraEngine@@UEAA@XZ - 43 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml deleted file mode 100644 index f60a0ab..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::File>::{ctor} - ??0?$LuaxNativeClass@VFile@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml deleted file mode 100644 index eb30e9f..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::FileData>::{ctor} - ??0?$LuaxNativeClass@VFileData@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml deleted file mode 100644 index 16b04cf..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.cpp - 67 - 14 - - 26444 - Avoid unnamed objects with custom construction and destruction (es.84). - AsuraEngine::IO::Filesystem::Unmount - ?Unmount@Filesystem@IO@AsuraEngine@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 58 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml deleted file mode 100644 index 75c9214..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 23 - 9 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Mutex::{ctor} - ??0Mutex@Threading@AsuraEngine@@QEAA@XZ - 23 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 52 - 18 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImplWin32::{ctor} - ??0MutexImplWin32@Threading@AsuraEngine@@QEAA@XZ - 52 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml deleted file mode 100644 index c661cd5..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26495 - Variable 'AsuraEngine::Threading::Thread::mImpl' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::Threading::Thread>::{ctor} - ??0?$LuaxNativeClass@VThread@Threading@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml deleted file mode 100644 index e0b1c6b..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26495 - Variable 'AsuraEngine::Threading::ThreadImplWin32::mHandle' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 49 - 20 - - 6258 - 使用 TerminateThread 将不允许进行适当的线程清理。 - AsuraEngine::Threading::ThreadImplWin32::Kill - ?Kill@ThreadImplWin32@Threading@AsuraEngine@@UEAAXXZ - 47 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml deleted file mode 100644 index 82cf7f3..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml b/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml deleted file mode 100644 index 34e76e9..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - d:\asura\source\libs\asura-lib-utils\exceptions\ - exception.cpp - 43 - 13 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Exception::{dtor} - ??1Exception@AsuraEngine@@UEAA@XZ - 43 - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.h - 105 - 2 - - 26495 - Variable 'AsuraEngine::IO::Filesystem::mInited' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::Filesystem::{ctor} - ??0Filesystem@IO@AsuraEngine@@QEAA@XZ - 105 - - - - d:\asura\source\libs\asura-lib-utils\ - singleton.hpp - 33 - 2 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Singleton<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$Singleton@VFilesystem@IO@AsuraEngine@@@AsuraEngine@@IEAA@XZ - 33 - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 100 - 32 - - 26451 - Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::LuaxRetain - ??$LuaxRetain@VDataBuffer@IO@AsuraEngine@@@?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@QEAAXAEAVLuaxState@1@PEAVDataBuffer@IO@AsuraEngine@@@Z - 90 - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mBytes' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.cpp - 67 - 14 - - 26444 - Avoid unnamed objects with custom construction and destruction (es.84). - AsuraEngine::IO::Filesystem::Unmount - ?Unmount@Filesystem@IO@AsuraEngine@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 58 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 23 - 9 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Mutex::{ctor} - ??0Mutex@Threading@AsuraEngine@@QEAA@XZ - 23 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 52 - 18 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImplWin32::{ctor} - ??0MutexImplWin32@Threading@AsuraEngine@@QEAA@XZ - 52 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26495 - Variable 'AsuraEngine::Threading::Thread::mImpl' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26495 - Variable 'AsuraEngine::Threading::ThreadImplWin32::mHandle' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 49 - 20 - - 6258 - 使用 TerminateThread 将不允许进行适当的线程清理。 - AsuraEngine::Threading::ThreadImplWin32::Kill - ?Kill@ThreadImplWin32@Threading@AsuraEngine@@UEAAXXZ - 47 - - \ No newline at end of file -- cgit v1.1-26-g67d0