From c302f5ae5f9e30a28e487e8a764d9cc31546bbea Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:51:04 +0800 Subject: *rename --- .../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 --------------------- 31 files changed, 672 deletions(-) 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/x64') 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