diff --git a/Plugins/SenseGlove/Handbook/src/appendix/changelog.md b/Plugins/SenseGlove/Handbook/src/appendix/changelog.md index b3fdcad..8d1b4da 100644 --- a/Plugins/SenseGlove/Handbook/src/appendix/changelog.md +++ b/Plugins/SenseGlove/Handbook/src/appendix/changelog.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.9.2] - 2026-07-21 + +This patch release attempts to resolve Microsoft Windows/MSVC build issues affecting Unreal Engine `5.8` Fab Store submissions for the `v2.9.x` release series. + +### Fixed + +- Another attempt at resolving build issues that affect Fab Store submissions caused by the following toolset mismatch: `MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance fatal error C1900: Il mismatch between 'P1' version '20250730' and 'P2' version '20240319'; LINK : fatal error LNK1257: code generation failed`. + +### Changed + +- Now, instead of forcing specific Windows binaries built with any specific MSVC toolset for third-party libraries based on the engine version, the third-party modules' `.Build.cs` files directly check the compiler version and select the corresponding binaries built for that specific toolset. The reason for enforcing this behavior is that, for UE `5.8` Fab builds, Fab Store appears to build its binaries against `v143: 14.44.35207` rather than `v145: 14.50.35717` when both toolsets are installed simultaneously. On local UE installations, when only `v143: 14.44.35207` is installed, the build can similarly fail due to a toolset mismatch. As a result, from this release onwards, the enforced binary selection behavior will be the default on all supported engine versions. +- Bumped the SenseGlove libraries to `v2.400.5-0e7a41d01`. +- Updated the [Microsoft Windows and GNU/Linux binary distribution of **SenseGlove FakeShm Module Tuning Utilities**](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal?path=/Tuning&version=GBmaster&_a=contents) to `v2.400.5-0e7a41d01`. + +## [2.9.1] - 2026-07-17 + +This patch release addresses `v2.9.x` build issues on Microsoft Windows and MSVC. + +### Fixed + +- Attempt at fixing build issues in certain MSVC configurations that also affects Fab Store submissions due to: `MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance fatal error C1900: Il mismatch between 'P1' version '20250730' and 'P2' version '20240319'; LINK : fatal error LNK1257: code generation failed`. +- Fix `ThirdParty/SGBleThirdPartyLibs`'s module `.Build.cs` warnings. + +### Changed + +- Bumped the SenseGlove libraries to `v2.400.3-28889647d`. +- Updated the [Microsoft Windows and GNU/Linux binary distribution of **SenseGlove FakeShm Module Tuning Utilities**](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal?path=/Tuning&version=GBmaster&_a=contents) to `v2.400.3-28889647d`. + ## [2.9.0] - 2026-07-13 This minor release introduces a major IPC overhaul, significant inter-process communication performance improvements and bug fixes, along with Unreal Engine `5.8` and Microsoft Visual Studio 2026 support. This release also introduces breaking Blueprint API changes. diff --git a/Plugins/SenseGlove/Handbook/src/appendix/platform-support-matrix.md b/Plugins/SenseGlove/Handbook/src/appendix/platform-support-matrix.md index 2b91bee..a9e20fb 100644 --- a/Plugins/SenseGlove/Handbook/src/appendix/platform-support-matrix.md +++ b/Plugins/SenseGlove/Handbook/src/appendix/platform-support-matrix.md @@ -2,10 +2,10 @@ | | **Windows (MSVC 2017)** | **Windows (MSVC 2019)** | **Windows (MSVC 2022)** | **Windows (MSVC 2026)** | **Linux x86-64 (Native Toolchain)** | **Linux AArch64 (Native Toolchain)** | **Meta Quest Standalone (Android NDK)** | **HTC VIVE Standalone (Android NDK)** | **Fab** | **Azure DevOps Version** | |:--------:|:-----------------------:|:-----------------------:|:-----------------------:|:-----------------------:|:-----------------------------------:|:------------------------------------:|:---------------------------------------:|---------------------------------------|----------|--------------------------| -| **5.8** | ❌ | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.0 | ✅ v2.9.0 | -| **5.7** | ❌ | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.0 | ✅ v2.9.0 | -| **5.6** | ❌ | ❌ | ✅ v2.9.x | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.0 | ✅ v2.9.0 | -| **5.5** | ❌ | ❌ | ⚠️ v2.9.x | ❌ | ⚠️ v2.9.x | ⚠️ v2.9.x | ⚠️ v2.9.x (r25b) | ❓ | ⚠️ v2.9.0 | ⚠️ v2.9.0 | +| **5.8** | ❌ | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.2 | ✅ v2.9.2 | +| **5.7** | ❌ | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.2 | ✅ v2.9.2 | +| **5.6** | ❌ | ❌ | ✅ v2.9.x | ❌ | ✅ v2.9.x | ✅ v2.9.x | ✅ v2.9.x (r25b) | ❓ | ✅ v2.9.2 | ✅ v2.9.2 | +| **5.5** | ❌ | ❌ | ⚠️ v2.9.x | ❌ | ⚠️ v2.9.x | ⚠️ v2.9.x | ⚠️ v2.9.x (r25b) | ❓ | ⚠️ v2.9.2 | ⚠️ v2.9.2 | | **5.4** | ❌ | ❌ | ⚠️ v2.7.x | ❌ | ⚠️ v2.7.x | ⚠️ v2.7.x | ⚠️ v2.7.x (r25b) | ⚠️ v2.7.x (r25b) | ⚠️ v2.7.3 | ⚠️ v2.7.3 | | **5.3** | ❌ | ⚠️ v2.6.x | ⚠️ v2.6.x | ❌ | ⚠️ v2.6.x | ⚠️ v2.6.x | ⚠️ v2.6.x (r25b) | ⚠️ v2.6.x (r25b) | ⚠️ v2.6.3 | ⚠️ v2.6.3 | | **5.2** | ❌ | ⚠️ v2.4.x | ⚠️ v2.4.x | ❌ | ⚠️ v2.4.x | ⚠️ v2.4.x | ⚠️ v2.4.x (r25b) | ❓ | ⚠️ v2.4.2 | ⚠️ v2.4.2 | diff --git a/Plugins/SenseGlove/Handbook/src/license/sgble-sgblexx-rust-dependencies.md b/Plugins/SenseGlove/Handbook/src/license/sgble-sgblexx-rust-dependencies.md index c03a29e..36e65af 100644 --- a/Plugins/SenseGlove/Handbook/src/license/sgble-sgblexx-rust-dependencies.md +++ b/Plugins/SenseGlove/Handbook/src/license/sgble-sgblexx-rust-dependencies.md @@ -10,7 +10,7 @@ Below is a comprehensive list of all third-party crates and their corresponding (Apache-2.0 OR MIT) AND OFL-1.1 AND Ubuntu-font-1.0 (1): epaint_default_fonts (Apache-2.0 OR MIT) AND Unicode-3.0 (1): unicode-ident 0BSD OR Apache-2.0 OR MIT (1): adler2 -Apache-2.0 (14): ab_glyph, ab_glyph_rasterizer, accesskit_winit, codespan-reporting, gethostname, gl_generator, glutin, glutin_egl_sys, glutin_glx_sys, glutin_wgl_sys, khronos_api, owned_ttf_parser, spirv, winit +Apache-2.0 (15): ab_glyph, ab_glyph_rasterizer, accesskit_winit, codespan-reporting, gethostname, gl_generator, glutin, glutin_egl_sys, glutin_glx_sys, glutin_wgl_sys, khronos_api, owned_ttf_parser, spirv, unicode-general-category, winit Apache-2.0 AND MIT (1): dpi Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT (7): linux-raw-sys, linux-raw-sys, rustix, rustix, wasi, wasip2, wit-bindgen Apache-2.0 OR BSD-2-Clause OR MIT (2): zerocopy, zerocopy-derive @@ -18,14 +18,14 @@ Apache-2.0 OR BSD-3-Clause (2): moxcms, pxfm Apache-2.0 OR BSD-3-Clause OR MIT (3): btleplug, num_enum, num_enum_derive Apache-2.0 OR GPL-2.0 (1): self_cell Apache-2.0 OR LGPL-2.1-or-later OR MIT (2): r-efi, r-efi -Apache-2.0 OR MIT (285): accesskit, accesskit_atspi_common, accesskit_consumer, accesskit_consumer, accesskit_consumer, accesskit_macos, accesskit_unix, accesskit_windows, ahash, allocator-api2, android-activity, android_system_properties, anstream, anstyle, anstyle-parse, anstyle-query, anstyle-wincon, arboard, arrayvec, as-raw-xcb-connection, ash, async-broadcast, async-channel, async-executor, async-io, async-lock, async-process, async-recursion, async-signal, async-task, async-trait, atomic-waker, atspi, atspi-common, atspi-proxies, autocfg, bit-set, bit-vec, bitflags, bitflags, blocking, bluez-async, bluez-generated, bumpalo, cc, cesu8, cfg-if, cgl, clap, clap_builder, clap_lex, color, colorchoice, concurrent-queue, core-foundation, core-foundation, core-foundation-sys, core-graphics, core-graphics-types, crc32fast, crossbeam-utils, ctor, dbus, dbus-tokio, displaydoc, document-features, downcast-rs, ecolor, eframe, egui, egui-wgpu, egui-winit, egui_glow, either, emath, enumflags2, enumflags2_derive, env_logger, epaint, equivalent, errno, euclid, event-listener, event-listener-strategy, fastrand, fdeflate, fearless_simd, find-msvc-tools, flate2, font-types, foreign-types, foreign-types-macros, foreign-types-shared, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-lite, futures-macro, futures-sink, futures-task, futures-util, getrandom, getrandom, gpu-allocator, gpu-descriptor, gpu-descriptor-types, half, hashbrown, hashbrown, hashbrown, hashbrown, heck, hermit-abi, hex, humantime, idna, idna_adapter, image, indexmap, is_terminal_polyfill, itertools, itoa, jni, jni, jni-macros, jni-sys, jni-sys, jni-sys-macros, jobserver, js-sys, khronos-egl, kurbo, lazy_static, libc, libdbus-sys, linebender_resource_handle, link-section, linktime-proc-macro, litrs, lock_api, log, memmap2, naga, ndk, ndk-context, ndk-sys, nohash-hasher, num-traits, once_cell, once_cell_polyfill, ordered-stream, parking, parking_lot, parking_lot_core, peniko, percent-encoding, pin-project, pin-project-internal, pin-project-lite, piper, pkg-config, plain, png, polling, pollster, polycool, portable-atomic, portable-atomic-util, presser, pretty_env_logger, proc-macro-crate, proc-macro2, profiling, quick-error, quote, range-alloc, raw-window-metal, read-fonts, regex, regex-automata, regex-syntax, renderdoc-sys, rustc-hash, rustc-hash, rustc_version, rustversion, scoped-tls, scopeguard, semver, serde, serde_core, serde_derive, serde_json, serde_repr, serde_spanned, shlex, signal-hook-registry, simd_cesu8, simdutf8, siphasher, skrifa, smallvec, smol_str, socket2, stable_deref_trait, static_assertions, syn, tempfile, thiserror, thiserror, thiserror-impl, thiserror-impl, toml, toml_datetime, toml_datetime, toml_edit, toml_parser, toml_writer, ttf-parser, type-map, unicode-segmentation, unicode-width, url, utf8_iter, utf8parse, uuid, vello_common, vello_cpu, version_check, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, web-sys, web-time, webbrowser, weezl, wgpu, wgpu-core, wgpu-core-deps-apple, wgpu-core-deps-emscripten, wgpu-core-deps-wasm, wgpu-core-deps-windows-linux-android, wgpu-hal, wgpu-naga-bridge, wgpu-types, windows, windows-collections, windows-core, windows-future, windows-implement, windows-interface, windows-link, windows-numerics, windows-result, windows-strings, windows-sys, windows-sys, windows-sys, windows-sys, windows-targets, windows-targets, windows-threading, windows_aarch64_gnullvm, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_aarch64_msvc, windows_i686_gnu, windows_i686_gnu, windows_i686_gnullvm, windows_i686_gnullvm, windows_i686_msvc, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_gnullvm, windows_x86_64_msvc, windows_x86_64_msvc, x11rb, x11rb-protocol +Apache-2.0 OR MIT (288): accesskit, accesskit_atspi_common, accesskit_consumer, accesskit_consumer, accesskit_consumer, accesskit_macos, accesskit_unix, accesskit_windows, ahash, allocator-api2, android-activity, android_system_properties, anstream, anstyle, anstyle-parse, anstyle-query, anstyle-wincon, arboard, arrayvec, as-raw-xcb-connection, ash, async-broadcast, async-channel, async-executor, async-io, async-lock, async-process, async-recursion, async-signal, async-task, async-trait, atomic-waker, atspi, atspi-common, atspi-proxies, autocfg, bit-set, bit-vec, bitflags, bitflags, blocking, bluez-async, bluez-generated, bumpalo, cc, cesu8, cfg-if, cgl, clap, clap_builder, clap_lex, color, colorchoice, concurrent-queue, core-foundation, core-foundation, core-foundation-sys, core-graphics, core-graphics-types, crc32fast, crossbeam-utils, ctor, dbus, dbus-tokio, displaydoc, document-features, downcast-rs, ecolor, eframe, egui, egui-wgpu, egui-winit, egui_glow, either, emath, enumflags2, enumflags2_derive, env_logger, epaint, equivalent, errno, euclid, event-listener, event-listener-strategy, fastrand, fdeflate, fearless_simd, find-msvc-tools, flate2, font-types, foreign-types, foreign-types-macros, foreign-types-shared, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-lite, futures-macro, futures-sink, futures-task, futures-util, getrandom, getrandom, glifo, gpu-allocator, gpu-descriptor, gpu-descriptor-types, guillotiere, half, hashbrown, hashbrown, hashbrown, hashbrown, heck, hermit-abi, hex, humantime, idna, idna_adapter, image, indexmap, is_terminal_polyfill, itertools, itoa, jni, jni, jni-macros, jni-sys, jni-sys, jni-sys-macros, jobserver, js-sys, khronos-egl, kurbo, lazy_static, libc, libdbus-sys, linebender_resource_handle, link-section, linktime-proc-macro, litrs, lock_api, log, memmap2, naga, ndk, ndk-context, ndk-sys, nohash-hasher, num-traits, once_cell, once_cell_polyfill, ordered-stream, parking, parking_lot, parking_lot_core, peniko, percent-encoding, pin-project, pin-project-internal, pin-project-lite, piper, pkg-config, plain, png, polling, pollster, polycool, portable-atomic, portable-atomic-util, presser, pretty_env_logger, proc-macro-crate, proc-macro2, profiling, quick-error, quote, range-alloc, raw-window-metal, read-fonts, regex, regex-automata, regex-syntax, renderdoc-sys, rustc-hash, rustc-hash, rustc_version, rustversion, scoped-tls, scopeguard, semver, serde, serde_core, serde_derive, serde_json, serde_repr, serde_spanned, shlex, signal-hook-registry, simd_cesu8, simdutf8, siphasher, skrifa, smallvec, smol_str, socket2, stable_deref_trait, static_assertions, syn, syn, tempfile, thiserror, thiserror, thiserror-impl, thiserror-impl, toml, toml_datetime, toml_datetime, toml_edit, toml_parser, toml_writer, ttf-parser, type-map, unicode-segmentation, unicode-width, url, utf8_iter, utf8parse, uuid, vello_common, vello_cpu, version_check, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, web-sys, web-time, webbrowser, weezl, wgpu, wgpu-core, wgpu-core-deps-apple, wgpu-core-deps-emscripten, wgpu-core-deps-wasm, wgpu-core-deps-windows-linux-android, wgpu-hal, wgpu-naga-bridge, wgpu-types, windows, windows-collections, windows-core, windows-future, windows-implement, windows-interface, windows-link, windows-numerics, windows-result, windows-strings, windows-sys, windows-sys, windows-sys, windows-sys, windows-targets, windows-targets, windows-threading, windows_aarch64_gnullvm, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_aarch64_msvc, windows_i686_gnu, windows_i686_gnu, windows_i686_gnullvm, windows_i686_gnullvm, windows_i686_msvc, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_gnullvm, windows_x86_64_msvc, windows_x86_64_msvc, x11rb, x11rb-protocol Apache-2.0 OR MIT OR Zlib (17): bytemuck, bytemuck_derive, cursor-icon, dispatch2, glow, miniz_oxide, objc2-app-kit, objc2-core-foundation, objc2-core-graphics, objc2-io-surface, objc2-metal, objc2-quartz-core, objc2-ui-kit, raw-window-handle, xkeysym, zune-core, zune-jpeg BSD-2-Clause (1): arrayref BSD-3-Clause (2): tiny-skia, tiny-skia-path BSL-1.0 (2): clipboard-win, error-code CC0-1.0 (1): hexf-parse ISC (1): libloading -MIT (99): android-properties, block2, block2, bytes, calloop, calloop, calloop-wayland-source, calloop-wayland-source, cfg_aliases, combine, crunchy, dashmap, dispatch, dlib, endi, fax, glutin-winit, is-terminal, libm, libredox, memoffset, mio, objc-sys, objc2, objc2, objc2-app-kit, objc2-cloud-kit, objc2-contacts, objc2-core-bluetooth, objc2-core-data, objc2-core-image, objc2-core-location, objc2-encode, objc2-foundation, objc2-foundation, objc2-link-presentation, objc2-metal, objc2-quartz-core, objc2-symbols, objc2-ui-kit, objc2-uniform-type-identifiers, objc2-user-notifications, orbclient, ordered-float, phf, phf_generator, phf_macros, phf_shared, quick-xml, redox_syscall, redox_syscall, redox_syscall, sctk-adwaita, serde-xml-rs, simd-adler32, slab, smithay-client-toolkit, smithay-client-toolkit, smithay-clipboard, strict-num, strsim, synstructure, tiff, tokio, tokio-macros, tokio-stream, tokio-util, tracing, tracing-attributes, tracing-core, uds_windows, wayland-backend, wayland-client, wayland-csd-frame, wayland-cursor, wayland-protocols, wayland-protocols-experimental, wayland-protocols-misc, wayland-protocols-plasma, wayland-protocols-wlr, wayland-scanner, wayland-sys, winnow, winnow, x11-dl, xcursor, xkbcommon-dl, xml, xml-rs, zbus, zbus-lockstep, zbus-lockstep-macros, zbus_macros, zbus_names, zbus_xml, zmij, zvariant, zvariant_derive, zvariant_utils +MIT (100): android-properties, block2, block2, bytes, calloop, calloop, calloop-wayland-source, calloop-wayland-source, cfg_aliases, combine, crunchy, dashmap, dispatch, dlib, endi, fax, glutin-winit, harfrust, is-terminal, libm, libredox, memoffset, mio, objc-sys, objc2, objc2, objc2-app-kit, objc2-cloud-kit, objc2-contacts, objc2-core-bluetooth, objc2-core-data, objc2-core-image, objc2-core-location, objc2-encode, objc2-foundation, objc2-foundation, objc2-link-presentation, objc2-metal, objc2-quartz-core, objc2-symbols, objc2-ui-kit, objc2-uniform-type-identifiers, objc2-user-notifications, orbclient, ordered-float, phf, phf_generator, phf_macros, phf_shared, quick-xml, redox_syscall, redox_syscall, redox_syscall, sctk-adwaita, serde-xml-rs, simd-adler32, slab, smithay-client-toolkit, smithay-client-toolkit, smithay-clipboard, strict-num, strsim, synstructure, tiff, tokio, tokio-macros, tokio-stream, tokio-util, tracing, tracing-attributes, tracing-core, uds_windows, wayland-backend, wayland-client, wayland-csd-frame, wayland-cursor, wayland-protocols, wayland-protocols-experimental, wayland-protocols-misc, wayland-protocols-plasma, wayland-protocols-wlr, wayland-scanner, wayland-sys, winnow, winnow, x11-dl, xcursor, xkbcommon-dl, xml, xml-rs, zbus, zbus-lockstep, zbus-lockstep-macros, zbus_macros, zbus_names, zbus_xml, zmij, zvariant, zvariant_derive, zvariant_utils MIT OR Unlicense (7): aho-corasick, byteorder-lite, memchr, same-file, termcolor, walkdir, winapi-util MPL-2.0 (1): cbindgen Unicode-3.0 (18): icu_collections, icu_locale_core, icu_normalizer, icu_normalizer_data, icu_properties, icu_properties_data, icu_provider, litemap, potential_utf, tinystr, writeable, yoke, yoke-derive, zerofrom, zerofrom-derive, zerotrie, zerovec, zerovec-derive diff --git a/Plugins/SenseGlove/Packager/sgum-packager.yml b/Plugins/SenseGlove/Packager/sgum-packager.yml index fa87af8..18be73e 100644 --- a/Plugins/SenseGlove/Packager/sgum-packager.yml +++ b/Plugins/SenseGlove/Packager/sgum-packager.yml @@ -247,4 +247,4 @@ Rsync: DestinationDirectory: Linux: /tmp/SenseGlove-Unreal/Stage - Windows: "%TEMP%\\SenseGlove-Unreal\\Stage" + Windows: "%TEMP%\\SenseGlove-Unreal\\Stage" \ No newline at end of file diff --git a/Plugins/SenseGlove/SenseGlove.uplugin b/Plugins/SenseGlove/SenseGlove.uplugin index 0db4a80..a8a5d62 100644 --- a/Plugins/SenseGlove/SenseGlove.uplugin +++ b/Plugins/SenseGlove/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.9.0", + "VersionName": "2.9.2", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality", diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs index 7c25a5a..a540238 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs @@ -47,8 +47,6 @@ public class SGBleThirdPartyLibs : ModuleRules string ThirdPartyDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, "..")); string LibraryPath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "lib")); - string LibraryPathAnroidAArch64 = ""; - string LibraryPathAnroidX64 = ""; string LibraryName = "sgble"; bool bIsLinux = Target.Platform == UnrealTargetPlatform.Linux; @@ -114,4 +112,4 @@ public class SGBleThirdPartyLibs : ModuleRules }); } } -} \ No newline at end of file +} diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs index f2c3027..61159d5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs @@ -114,31 +114,25 @@ public class SGCommonThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs index 73f302e..5dcb4b8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGConnectShmThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs index e77a150..8b009ab 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs @@ -114,31 +114,25 @@ public class SGConnectThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs index 5c07158..c4da986 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGCoreShmThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs index a8d3c02..d7c1748 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs @@ -114,31 +114,25 @@ public class SGCoreThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGFakeShmThirdPartyLibs/SGFakeShmThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGFakeShmThirdPartyLibs/SGFakeShmThirdPartyLibs.Build.cs index 6629f58..c88af0b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGFakeShmThirdPartyLibs/SGFakeShmThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGFakeShmThirdPartyLibs/SGFakeShmThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGFakeShmThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGFlatBuffersThirdPartyLibs/SGFlatBuffersThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGFlatBuffersThirdPartyLibs/SGFlatBuffersThirdPartyLibs.Build.cs index 784a719..3b70580 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGFlatBuffersThirdPartyLibs/SGFlatBuffersThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGFlatBuffersThirdPartyLibs/SGFlatBuffersThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGFlatBuffersThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs index de96bdd..5bde580 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs @@ -119,31 +119,25 @@ public class SGFmtThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs index ddcc834..e37c386 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs @@ -114,31 +114,25 @@ public class SGLogThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs index b49ddd9..5212e09 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs @@ -119,31 +119,25 @@ public class SGLoguruThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGNngThirdPartyLibs/SGNngThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGNngThirdPartyLibs/SGNngThirdPartyLibs.Build.cs index 7bcfd77..12bb4e5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGNngThirdPartyLibs/SGNngThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGNngThirdPartyLibs/SGNngThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGNngThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGRapidYamlThirdPartyLibs/SGRapidYamlThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGRapidYamlThirdPartyLibs/SGRapidYamlThirdPartyLibs.Build.cs index 30c0bea..3148b00 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGRapidYamlThirdPartyLibs/SGRapidYamlThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGRapidYamlThirdPartyLibs/SGRapidYamlThirdPartyLibs.Build.cs @@ -97,31 +97,25 @@ public class SGRapidYamlThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs index fd90079..03e57b2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGSerialThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs b/Plugins/SenseGlove/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs index 750c179..d859acf 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs +++ b/Plugins/SenseGlove/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs @@ -94,31 +94,25 @@ public class SGWjwwoodSerialThirdPartyLibs : ModuleRules else if (bIsWin64) { LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "windows")); - switch (Target.WindowsPlatform.Compiler) + + Version compilerVersion = Version.Parse(Target.WindowsPlatform.CompilerVersion.ToString()); + string toolsetVersion = $"{compilerVersion.Major}.{compilerVersion.Minor:D2}"; + + if (toolsetVersion == "14.50") { -#if UE_5_7_OR_LATER - case WindowsCompiler.VisualStudio2026: -#if UE_5_8_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); -#elif UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; -#endif - case WindowsCompiler.VisualStudio2022: -#if UE_5_7_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); -#elif UE_5_5_OR_LATER - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); -#else - Debug.Assert(false, "Unsupported engine version or compiler!"); -#endif - break; - default: - Debug.Assert(false, "Unsupported engine version or compiler!"); - break; + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v145-1450")); + } + else if (toolsetVersion == "14.44") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1444")); + } + else if (toolsetVersion == "14.38") + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v143-1438")); + } + else + { + Debug.Assert(false, "Unsupported MSVC toolset!"); } LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libfmtd.a index 06f8fd0..e3a009a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dad0f753940d6396f2a7771873a3a823411840f8d7c588debf8df62945113e0 -size 1308702 +oid sha256:ec26dcc547a6e903cefad39f67f678df6db6cd3f5372dfff31aa668fc7d22216 +size 1308010 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/liblogurud.a index 06188f5..dbf6c1e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68b0e081830a9efaad73f238b37f11ae1114060260487753fed613de61baffa0 -size 814304 +oid sha256:9fd39194f58832ac0beb5e424bd94760b27fdd6d2b1e0f9f2ab9379443bf6c06 +size 813460 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcommon.a index 52d7e11..4e737c5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:163be89f10abc1eb49b9f09006c791b2489f7c5b5c27a4fd389da8c6325437fc -size 1267258 +oid sha256:496af66f30517208b9a2b2dfd028d41896ece69ea44a5fcc01c3a092f1c18d8f +size 1267094 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgconnect.a index c900bc9..5950f87 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d083e326866a604c26331288b868878e8f4eeab1d265f03f8673a2fb1fef603 -size 202900 +oid sha256:3ed1993abee978857d68647caf9d7f92558859bd67c4139115b6c87970428791 +size 202792 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcore.a index 7c38d51..7504ec5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a02d95e36d85071b980d2d8d0777d631177967c33fdd44fc3057ba939fd9ae8 -size 5436850 +oid sha256:4fe8d4973226871cbd5ff03932ed2d910fc65779211cf15f08d32711f7dbde29 +size 5436746 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsglog.a index 0322f72..a1fd58c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da13a04febb6c58f80500de6bb064b6df6c7742c0f45460c3607e69cda9f4337 -size 583148 +oid sha256:26da578c5cb08b269ccfb014c83551d3a8e89ae33211241f99b506e34acda58b +size 583008 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libfmt.a index a1d2897..6bed74f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fe462e683b727d3474dc66c3b8460c4cb949f7bf211bf422351ee9240ab2a2f -size 274130 +oid sha256:16f0fa2547847d14900babb17697a4e46e9c7b054b3b7c4a997313ee27a397d8 +size 274026 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libloguru.a index 5c94e88..0781941 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45fbaf5a37ff32362cd99e3701c85140144e294985c459dd811b0be87f6d3af0 -size 110018 +oid sha256:53bc7db2bb4a2b24faf321153c6a5bd25cf9280644bb93e891e102fc5a2e79a8 +size 109954 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcommon.a index 4a8a46f..cb03143 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:810de451ddf4d6d4bf4e978ebb49811e932659b670a401080c2aabddfb68eb73 -size 116756 +oid sha256:46773f7b6e860475aeb2575fb23d1f08acc0f5223d8daace9541280531529fb4 +size 116696 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgconnect.a index da37d73..ec8f4bd 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab345f5230da715b78fc6c14e2d4cba6812e29499111430e2d7c925be324a828 -size 27702 +oid sha256:a53cec518529fa0b6f43630ed2872d7e0372da9abf07f8e2e6e32691ef09ab65 +size 27658 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcore.a index e06491c..2ee4886 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38924402d51f1cf62136ed472c259f069ff1eac21c43daf49627020ef2d8ddea -size 1445234 +oid sha256:ed5e73890df204801088103ba35d521b6134bc0cac18e1d864ce9959db66dbe3 +size 1445194 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsglog.a index 1e82d81..37e540c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/aarch64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ea6aa8edc4687752345f857252e77b446bfbb4e463bb16b49d10178f5404ea5 -size 51358 +oid sha256:7e154027667be12b033ed2b639568fdc4041b089a78fd81663b08f2c74b6822f +size 51314 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libfmtd.a index e04636b..c0c2f3f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1450191ab22c37eaec134e6f368cc4136bf376d0071f314661ef4f484dcbdfda -size 1314054 +oid sha256:6d3ce83ecd6bcfa5436ec9a9d75aca457344ce8001c3b084d684d07c3493c44d +size 1313358 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/liblogurud.a index 21e215c..d601918 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6a9db577ae14e86d835615bf4e36560409342266452f8975522e267c1f2edbb -size 814788 +oid sha256:6f4775717240e3bee451287b75ef028abe20114f3e286f9d4d053d5dafbbffed +size 813944 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcommon.a index fb90bd8..8c3a616 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca34a4ab42fb05fa93639e3447ddfa6ede45d7c3a0b532afd65bec815691acd7 -size 1266410 +oid sha256:760af3b50229b2f1a856a60b2649209855f2df0104b9c30972b080dbcd97dd64 +size 1266242 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgconnect.a index 5aafaa2..4e2b3aa 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32c576023369853ede6796bc9978422ffa9bab919578194ba7174585588fd4b2 -size 203280 +oid sha256:285ccd70db85bb3e539d89fa7f35b53a988ce7412e15fe5bdb67c81c68a00600 +size 203180 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcore.a index 9e95672..cbfbe91 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bd794dc2440bdafa29b651d987669812c8ed6d35a5025a21979a2683d48c02a -size 5435242 +oid sha256:1da262f9e78b66e6a7e6ecdc491bb2ca26632e9dbfd25c880d51041a2a813fc1 +size 5435138 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsglog.a index d327fbc..9273c0a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd6ab609abe4bb18f746160569a29611dc25d53c9554fe3b93247780bacb7eff -size 583568 +oid sha256:0c8ec59393d626dfd6ea95f8f2be86f94de93da1239ffab4ae65173777c56bea +size 583436 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libfmt.a index a096f84..72ebe24 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61db9541351ae2ea89cae896b317d01383d17272da3e1b6c9e3f8fb759b19447 -size 274366 +oid sha256:95b062aaf75bb80b7ee112cac8db9b996969e0bead464dede178ed8c27415808 +size 274258 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libloguru.a index fb05480..13377a4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18be10a548511c874ac2259982bebafd666823c087664467c2c8635badcbae6a -size 111334 +oid sha256:e2fcbed2bae276d40160de55ccc619624410242235481d8468f6e2069d20f121 +size 111274 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcommon.a index fad7bc8..6846921 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74e1136b9305947243471c986a35176753efb24ddfdd34e252256955ca7656c3 -size 117996 +oid sha256:f3cc4e27ac8a34a1b95a9c525de017c3ab8f2dbbcceef13ff221906be799d356 +size 117936 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgconnect.a index 3330cac..dc631de 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b35e4474f99ff6d01fe8ea528201fd985a8248a08cadd9fddc80cfffd0fa467f -size 28038 +oid sha256:5e6fb729522b7aed46b5a1b2d00a57d141fec620f3a3e8a0f82734c81d020213 +size 27998 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcore.a index 5f25292..4f97d22 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cb9fd478209f90cab19034f43b3c77efd2e28027bb295d327ac1afdadb67cb1 -size 1438156 +oid sha256:db0326e3e1270e3d221ca3f45cb6c90eda03718881fdc3220fd70764289c6b40 +size 1438120 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsglog.a index ea39ead..c2fe806 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r25b/x86-64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cc9bb6b3bb8487162257f28a96b1a722fa82369ce72c296af3548c14eedc6fe -size 52074 +oid sha256:5a57e864fef10d8233d2ff8af1bbb7ae192e9a1b47b48a9014fcfa0ae8ec3847 +size 52030 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libfmtd.a index 9f59254..30d8fb8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:443e4ca9b374eed0f3cfd850912060576edfc56d57a1e19b2a25074668b15cf5 -size 1314316 +oid sha256:d82909308995a96016b3eefff379669242f4bbe087ff08ac75bc980ef9505c8e +size 1313460 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/liblogurud.a index 0cb36dc..e6b6177 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a957b0f89162ffda17ec878fe513686dc6b018532e6b3d8f2f932d9307fe01fa -size 894706 +oid sha256:55e25a0da63016de2fd27ce3bd92180478e46b58c0bd835ad410ac94924963cf +size 893938 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcommon.a index a79f747..308ee3b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:782c2ed0fa7a5f770e590ca3b411132b111d84e08610b8ebefec1b882779f43e -size 1301466 +oid sha256:44f0d892daa2024c965d82c239e213dcdde9be74239a56b873585fcff0114816 +size 1301262 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgconnect.a index 5a98781..5f48fc7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6173822e9dfb33e00697e9e6741c1309ee58a226ff5b52317a3b696b74e362d8 -size 213148 +oid sha256:b909d75fbd0bf998fe758f55bcaa59e1b62a5423c73745a6a6f9cfc97b076f61 +size 212948 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcore.a index 6b5761a..465c1db 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f933fb4b72fb392082bbb5c45b27bd670fbae2aaae0f63c18048b47a515af4af -size 5961414 +oid sha256:ef9637f700e1d0b089dd7131cc378e183c47192c497107f75fb69271777a94f8 +size 5961214 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsglog.a index 20a1a1e..5313670 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6080b3835f9c0b0e6ce3c9c3b219e96ba6c3a49a3233d00a59dfd8fac627805a -size 623716 +oid sha256:3d6d808d2fa042df30c2e01ab1a1c9f69d9c90b83e55096ec13f08ebe25187ef +size 623420 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libfmt.a index 70fe03b..323552d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:118e8ffeeda3d704784e1f682b9c3b0416c8adb9c6a8ef6aae31983b13745fdd -size 273976 +oid sha256:e0153e1922909903a8a49c05ed95a57f7fa4d12c5f6db0e6a42ebf144ce72029 +size 273872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libloguru.a index 8a8f509..ac38d42 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:592463f19302d1382b815e8437c62b32fb16b7c707927487b2f61cc1c00507b5 -size 113050 +oid sha256:dcffb7e3ade4ec22fc17e84ed6e84c3871616170da99054216191ecf750e54ef +size 112990 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcommon.a index 9327e55..514e693 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a726e1585f0f65a808e394c7554f6a02cf69b6c7765a37eb25743ea964bf03a5 -size 101496 +oid sha256:7563f050fa05fad613e7d0acd80b057aa2f4fb95e82e836f40f187b12dff3afb +size 101440 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgconnect.a index f1f9a34..34b9985 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49f0641fdfca2004db8079b115acaa4d44c1a24093ed5305556293affa22adfe -size 23642 +oid sha256:93464b1d786ecbc75cd962275c4bfd6e4ddc0f4cc3c967e0bf270f687f53fa3e +size 23594 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcore.a index eb63cd4..778299c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0863e81fdbb6e00ed8c801973232a3136cd55f274d07906cc9d523197ed06d26 -size 1147480 +oid sha256:4ce411ca32703b895681e72399c27e2345d9427990d9b885d0c1d61f89eb714b +size 1147444 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsglog.a index 1bfd21e..67b3a0c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/aarch64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c2e1ad8d7a594604edb1f777d5462925d7d6c7cdc3fe19450ae5e6ec5d60b28 -size 33478 +oid sha256:feb5d7d6afc491ef5ad16d152434a1a827efe972f1b7a9b2a2c4a81ceab6b2ac +size 33434 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libfmtd.a index de61d81..a0606cb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70ef863833e2397997f167cd9b9e839d096d80e501ea628543f9d89f96f85ba2 -size 1318848 +oid sha256:2d7aa3ee217a4bf29b1031ec3b8de526727e1b6341e7734e7bf02351cde16fb3 +size 1317992 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/liblogurud.a index 5415467..e9950f9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69a1786d899e59b4df057e5111bee743bf40ad20f5631dbc387dff96fe026396 -size 898166 +oid sha256:e253741a8c044eb34cbadd06094ba4b8c57fd021601e6243416fa799f1a94466 +size 897394 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcommon.a index 3d5f2d5..1818a9f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffa34e9a7bf9cf12b0836497b596f077da49b4441dcf55eeedea020fb71cefd5 -size 1302830 +oid sha256:20a52e3869aa6f3a9fb79e20f082b0b1cfbc0986ed38ac82f5656c3ce855f418 +size 1302626 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgconnect.a index 2f44b7f..66748ad 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d755228813e8f01380abc1fe300853e9e6716592cee8c3b870d59e606c95236 -size 213532 +oid sha256:ee2445a28c0acedd5f569a184fc86f8ea72f02f78c0cef556bebf402150d035f +size 213340 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcore.a index 6843c34..562ce1d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b394e0cff65b2e800d0069f8f0ed6b7225ce47092010bb49e655ac1cff5764f -size 5981838 +oid sha256:afe2fb161260a24700b0019ab72163f30ababb2abf625ea6924d9a64e49e70c1 +size 5981638 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsglog.a index 3902621..5f32bdf 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e89a7acae22ac33c8fd521a3b3de5f0f0ab949c934e2814561d3eadb428c64d -size 624920 +oid sha256:70d6e2c8929c26e8e34bcc1ca1b9390ef1b0f2d2df62bde2eae875fd7f9033eb +size 624612 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libfmt.a index 4f476ff..b57b885 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2c03d05da175f2028dff4b45456251b336d481425dc0c7d8ebe7ffe630fdefe -size 274300 +oid sha256:2793cc7a7ff400a9424e4296384963a4b0d4b87cdbc216ca058626b3465e28a2 +size 274192 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libloguru.a index 6375bfc..6592eba 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df4718ace0af3d9ae5d262e33d71a016f39d90000c7052eb36e4fd9a631aafd2 -size 113986 +oid sha256:e51ba07712ebe6e43f4470d2e4fc7e605deb936349da20da125e1eb4050c3bf0 +size 113926 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcommon.a index 9dec741..7edd002 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aecf5c21d855ce73dad9a738c5545f7356b9cf60c6ee6af3055d1a9d6630081d -size 102416 +oid sha256:b1b28fb80cee50d3f437f2571e7a7427b8a09225a71428b2f41018ba384a01e2 +size 102368 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgconnect.a index 6bb35d6..e240b30 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb144f12ec62b385ed8948bf0a856f088226b57806e06e3a8a3b260c95ae22ae -size 23942 +oid sha256:c4a26371411932c397e7a2e8fca66bc9983c0b408db191af92e208060557cb80 +size 23906 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcore.a index 2c4c2d5..ff8767f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d073dd682c39cfebf4899d637ce740cdd4f6eb6187c0e5a4bfbda84d317c517 -size 1155700 +oid sha256:145540d54f6706336bc90592c716e4a988c2718fe650937dd460c0eb429d73a1 +size 1155664 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsglog.a index dd3c4b2..3eb0870 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/android/r27c/x86-64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ec67f70fd0860dc71eb058ad823cfaeac1c573eb22a9237eb5bfd8fe8a55543 -size 33958 +oid sha256:cc5e57b96637cb2a4ffc04e4c714554805bed6bc1289af27cce3469aaf5d9906 +size 33914 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a index abceed0..996984b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f50e63f09d2807fbd9a58efb73d760f21845fe9e54cad736fd19c16dbc568c23 -size 179490364 +oid sha256:bb9578363a141159f74c44702da5b77059b53c2da1433477122e1b8573ab896f +size 178607578 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a index b3396d5..ee02cd6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b89b0ad0ecfc674a974d1ac0e537c3052bc0860711b307a26a5e62de55c52a7 -size 40711752 +oid sha256:ee92ce87cfebcc97288062f6c2c5f226830e91a452f52c274b356b7e825ac808 +size 40730456 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a index 52d3672..d02fbb0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:413c09a7936acd2f736e63015682b3f16a41e647669b18ed00856dfa86b288db -size 179083096 +oid sha256:3861a1cac5960f1776cf86f17b0864fa65fb1a648e6765148ed65ae96dab85c7 +size 178475318 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a index e5d3106..85554ff 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de274015eef0845884756cf640b87e086aeffcbe36bc7870a7195178ae663b85 -size 39519444 +oid sha256:fa36065ccfab57cb18e61e8229eccca3035039a416295dddf75be1b968c125b8 +size 39543358 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libc4core.a index 74b5296..8d0a739 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4a70c3fbf653c8f65a9ecef4aa5ea3a389f513899fc6a7427233939c0eca560 -size 191096 +oid sha256:d439d6abd88a783a742dea16d3f4382691cd91d5221760cdcec02306c8c157d7 +size 190496 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libflatbuffers.a index b9a96cf..c797e2e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3aff228bf77f15505e3a74b4cc8e690cf5c44a9f8ec191ad774cdb16d4c5d55b -size 7748798 +oid sha256:1914973a3e6a2a0f5c633e58b90adfa54c929ef84e097a4c2aff28d629ef339d +size 7746190 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libfmtd.a index cd84183..59ae42b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0502464cfbe2c90ea2bd5f2c501fcb7cf64dcfb314276fbbd305c342e8044bf -size 1280288 +oid sha256:d61d0572af425a82551ebaec8b0f87fcccf5a890fa4f58bf8bcf88722af024da +size 1279304 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/liblogurud.a index 5113e06..eb5dfba 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7818cde7bafb38b147418b18ab92ff9ccfb7e9014bc3340fc865973cb0382bb4 -size 713392 +oid sha256:d1955861fdd5c2672e1e37798cfeeb83cc0a802e4405963b7d54f7ee13099240 +size 712416 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libnng.a index 3395ee4..b73b5d2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88fcb1b40d6dbb86517c64dff1bac73f237e5f0951352d13c5eb2ec5b954fb7c -size 2963032 +oid sha256:f99be1746d2f880387cd00f5d1a0362b495ca18970af4e5a7fcf585cc98947b1 +size 2942640 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libryml.a index 06742ba..38509ae 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b62352d11253bf72682517b3c83c01e6654c8cbf6f36ca787e89f6f26fee03fc -size 2428300 +oid sha256:64b4d581a2dcd3595576c2709881264dc805adc5c9f14a6d8e96c88f1b3a8924 +size 2427340 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libserial.a index 38912d6..b49e14c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2753192d41b7cd34d513e0ba6a9cbf279bb77469cf22d3e7ecddf250b9d13b -size 542356 +oid sha256:cc41f6ecf3cef3b07ca477280ace5494c918c134c1e0bc1dbea1be9130cf5f80 +size 541900 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcommon.a index 184827d..5c24891 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7716a944b8c4ac07faf28dd632c74a6c5e25cf8bb209019f5424344b51be76b -size 1100880 +oid sha256:720276875fe3194622503ac669da16bc5a652524f94cecefc34b6c5f32726852 +size 1100384 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a index d213170..6fde4a7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a123bbfaa223dc3d60ecd950edcbb0431c1ca6fa5c5b79503572374415bf2926 -size 6122364 +oid sha256:ce22cbf67b1da179f601efa9041dfec6874755ecce4568466e1158704e14b0cf +size 6117668 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnectshm.a index 1e47e36..73a0fcd 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e3e6edff6d5a292ee31c955d0f301d556320fe1606e3fab4392a2aab2ec0655 -size 1804458 +oid sha256:e7cc722fc0c4107d313d00bc41679192250fce6754409e9b67ff8f686905a29b +size 1803226 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a index ea711a8..f706129 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f9ac621fe3e24835f09089daba605c98af2a57b1ed97480fa1558b70818631f -size 5452792 +oid sha256:af4fe4b9f8bf2ebddcde2ca7a5eb26c21dcfefcfb4e01df9e1d83ab98dc91683 +size 5452368 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcoreshm.a index bac9c05..aa3f91e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a7e147a800dae8609ee40cf9af12e7973ee655c12ed593f182a7048f25963ac -size 1412036 +oid sha256:d6a6ed6187a47d60aea650246ddf9a790d048193acd98da3df4e89e7b091aae2 +size 1410812 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgfakeshm.a index c7abe72..885382a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44e6e13547a0d4258d0ac20ca180eeda353331b4eeb3ffbb019978485e0c89df -size 2961688 +oid sha256:3568a560d35a85424547bbd9e9c5e63951fc410833c29a05a326283c3ef7e4ff +size 2959216 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsglog.a index e5f715d..859cb6f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b36d49d0e821f54b1290fd658e964b5136c2e94ee1661cb38a20e495eac0ade8 -size 339826 +oid sha256:369bf5e468ed5c9e0519fe243426b877c32352ed787635219f7f09f7e162cc40 +size 339410 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgserial.a index 4f4c9dd..c071cac 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffeb72dd1f7842d199094075761b350b6a7343ed434c94034526b238a8b23832 -size 1854002 +oid sha256:b71dcc53e0722065ee26ce0a97d4a68034f041dae41ec70123bc0bf47ba7d1a0 +size 1851578 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libc4core.a index 3b3d065..e3481d2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5ac5a8515400d1ba41ad98108d790795e9e5f5cd99034f31c67a5503f466e56 -size 41090 +oid sha256:83f3e97aeb903869325473ba54993659fa75ce042effcc6780829c38c0c6c57b +size 40978 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libfmt.a index 5d985bf..dcf866f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b69123ec2a3b8a9bdffa8efdc328184f162bf3a55e999c3692ef87f86d142b50 -size 258886 +oid sha256:787a9eeb4e6f62e95405c5d1496788eb145c6a6fda26fc591f2ed35326b3f629 +size 258822 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libloguru.a index 8e2fdea..82c67e7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33041ecd332d31352c3182c83796536c39ddd8b81bec51ff66cff07bb727aeb6 -size 134534 +oid sha256:d902cf9a2255128538636877bbade141e24048db12c53de405c5f1efb4948436 +size 134510 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libryml.a index a30fc9f..730e81b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebe44915a6b6486364bb5ca735404129fdf0489fea94f52398176141b94098de -size 550568 +oid sha256:13cab056f104207358ddbd5af9f1a5bb163b212732c53b42a33d0e63a185aa38 +size 550392 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libserial.a index 2a31a7c..3ba5357 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab170361553359ca8afd559b3c91d6e26ac4ef773e1263efcbc506f2e8b9ad18 -size 156432 +oid sha256:370ef46b20e825f0e2a6569d20288ae99da81cd7d9286df3d4503f414d5a5cc3 +size 156408 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcommon.a index 5867f96..1240b60 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaed60a1d1eb1f17e8a9390bf16efd2c756255a2449fc093bbeecd1eb627bbc8 -size 83080 +oid sha256:b7feabb6fb69c2bca22ea0f1357960594e839c32f71887f1e65e5b4976f0d290 +size 83056 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a index 47dc738..4b41a52 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f225c2796b0b88c58c0bc8d519080a06caa016053402374da34f4ccf68989dc8 +oid sha256:10a790bbfc8970d4648df349b8a7fefff080023dd4be3be3a8a6f1c92c8b7971 size 949292 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a index ede8f03..8831601 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe9ebc31b38c51f9d54a9ce10ba1ab7024e4f40ad5a6cc6c06b9b41c8c7df26c +oid sha256:a29120cccca69aa9d06d761985f591c09ca81ff3b5bb399dbabf4924f1d51472 size 1271944 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgfakeshm.a index 77d6ffc..6b43c25 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f736a3555adf94865f5487f1cc45af3c103cc911565c4cb72be881cf36ba0b88 -size 492742 +oid sha256:57961dfbbd9045d36d8ddfb9ae50acbd4433614f24c63b47e86b5b76078538ab +size 492726 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsglog.a index 5ef4b24..9ca05a9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/aarch64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4b1abba41a48c4c95d54e53c638496478f02d4de22d8931b433c95cf07ecfad +oid sha256:33d24395cda6827fedc69ad4e90e46b5ce5e0d42c6cabbbcc58ba9f075e335a6 size 30682 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libc4core.a index a24c78c..cf4787b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5b9233cfebf9ebed5d4c3e35d67a7556d4c4d464ceacfbcbd5439f627a3a4ed -size 185278 +oid sha256:656048bb0c00fee9f5d313a0d277057bbd983b7e0fff16c6aa8642c8d2666580 +size 184726 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libflatbuffers.a index 43f004b..bd66ee1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18c03e190ecbdb53b485c2e6a550abb75540dc7ca33f754115da44dcff582f81 -size 10711070 +oid sha256:c2d0da83861a820872984d235e7a1540321eade77587191055a98b73d6eaa265 +size 10706126 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libfmtd.a index a9e243a..a70f603 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18af43ddb7ef98d219ca75d060da2c4d527a5dd5a35ad5db312a923ccef1f61d -size 1251808 +oid sha256:d14a9c5c1ead6148adcd13e384b252d77d14059e9962b0adebd3f18186f788a0 +size 1250792 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/liblogurud.a index f0ac7d3..e4f552c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2e55431d1da8f64901e680adc4087484d494675baeab16a838325556387dbe6 -size 874710 +oid sha256:c4839c56a70c970808f6c87f75a17874f1b37675246196a930121fd86fb24cf1 +size 873734 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libnng.a index fda682b..544a1e8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bfcd7a33d689f5fe854cd65106c630ce78d81f7aac7b77d76974bcfccd6bb9a -size 2901280 +oid sha256:ee23e531c95f0ad74ddc960fcd9b81976df49a18bdf4a777463f37ff116d1fd2 +size 2880872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libryml.a index 8b54f74..919905e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d84eb1584b2a2a4bd063173fa7bc3221a6eaa9a9ae89bfc0b133e9f793618c8 -size 2428342 +oid sha256:0c57fc3fb5844b18b6c92e3c32cf0bef722eb0237ba9bd9e7d4f1945f6121b3b +size 2427390 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libserial.a index accbd53..454acb6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c669c8393188e627234d5f5ad8583f913672d5af087983c3238dd483822bba2 -size 986220 +oid sha256:04736023a77f3e394470cd928a22f0b033aeb374e67dfec0d144d7fd9563f664 +size 985652 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcommon.a index 7b12b3a..c93c40b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc1c22700531f4a0aa0195de5e03510247184b483ccdf07eece7c3081f4ab72d -size 1321592 +oid sha256:8a10f21ca1ee83d4cdcc6b052f0414dd481264b8ad77ac461b345d065d4e6fbd +size 1321000 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a index 0689dc0..b1039f9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00581c099fb5faae0b96d3a38dee58591569e66ba1d8dbaa692d87382613bb7b -size 7875172 +oid sha256:46b547bff0cdf3aa693b7553cbb7002de0812339b121f69a1d8624c84983219b +size 7851156 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnectshm.a index 908ab8d..e304faa 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce67626b2c14c763e01a35b1b946f963b1877a7442afe15b7851122abdcfec15 -size 1879090 +oid sha256:56d855ad83b7b1d4f33b024de991ca7a197f68c35a1cd2527daeb328f98b7a8b +size 1877794 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a index 2dac352..79bc481 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3646f128ecb0fd860ca476dc43cbb0f12500e2fe3b9faadf1ab1586406b85c2 -size 5657482 +oid sha256:40e270ad82239a144f6a2c0d8144677deb53d1e907dcf18ebffde643f41c9995 +size 5656994 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcoreshm.a index 6d395b7..bbeff35 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ace06f1dfee4e08e1e078b93444e00c91a78a2b9e5cb696806641c16aaba547 -size 1402236 +oid sha256:44c7928646b9c1ac6e990339ca22b42b04b0f1053ab91e9e5f16db9883502274 +size 1400940 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgfakeshm.a index 2b038a1..a44396d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75d6bf96e4e09617ecb666cba167b89231af74b1dc6cd61de29f29c2f7be192c -size 3469782 +oid sha256:70aec7a55b10f7c4877c28aa375ad9598e2a3a44035abce0faa9990805ff9a4e +size 3467342 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsglog.a index f868903..46835fb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fa943d516a2f5595e3290211346b73357e04e9cfc70c8dc65ba9455e4196a64 -size 478268 +oid sha256:68f70aceb10eccc8b73b4f673594bb9facf67381d01c418d9f015590b546b64a +size 477764 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgserial.a index 504c74b..c7e9236 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3f1e225943a7ff9478ea82db60c5858316e26efb6e45af0a91b414eed3c70e0 -size 1921922 +oid sha256:4c83d541d4edcb2b7d1da807b6976f391386d8129cdcd6941ed309570893d002 +size 1919618 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libc4core.a index 88b0f11..b8c02b9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b935df45f13fab7f0e526979acbc05d5100916ab443e00e6fadea99eb078e13 -size 37634 +oid sha256:6a506104694ea97d0ea6be9a1fcdda4e454511930818ff6e624576982184c4dc +size 37522 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libfmt.a index e9df159..9f07528 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdbbbe376aadef5d2e4f7fe5534d006dabfa7e9ee86cfcdafa510d2970588aa5 -size 250858 +oid sha256:efd477be869f371823cb3353c50f39ade19710e329afc4c7590808e283da8c89 +size 250794 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libloguru.a index 12a9d3b..ba7e416 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7481c08e4ccd17d9394e1eae1cd55d71dcb785321543c58f3c25162ce1dcf23 -size 114650 +oid sha256:39fb6cd35075b8ddb51b70048340f32b4a4219fbe36fc1b5bfdcb68a6fbcdfa1 +size 114634 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libryml.a index 18bacf9..9ce7cec 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4093fa2e60c15bb38f99f388086755593edb518772ec24617b2cf3c0cd97ef72 -size 590238 +oid sha256:6fae2f0e28a81856d63e224e3d62be2b8ae50f5ac3c16d96c059854ee2f751a9 +size 590062 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libserial.a index ec68681..61a90ed 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b5b50657eab97ede4973ad8f89df4a1dec18baafa1f02ad0cac21d2e2b902bc -size 202458 +oid sha256:5c72b3ab490e69247f86304be2caf7e59c4a5e34ece92808d8b6fcfefd4dea53 +size 202442 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcommon.a index 700e8b3..115e8d4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6c7be95dcde756cc3d1e327ef316af92a99754725f5c7fad913aee0a864949f -size 92170 +oid sha256:cd0ae2ed62b9c67f0a4bbfbbe7f70e5b0eec76909c2d3a192cbe3af47db23ddd +size 92138 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a index 7d45024..91349f2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9dc66cc05f7f82a5ace5803516ac5e037bf585fdc3e920fa9e6fa21e14af35a +oid sha256:e967425fd524ac35ae025b6812c0ab90d6cf470e657ee823e36109505bd31478 size 871364 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a index 5c98964..edd1c23 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffe18b5ad898a969c375a6387bcd63c6aeaa048c9d0f34af1cdb3a9928315ffc +oid sha256:a4020708b9fab49697d714a08275363ed9bc397a44e67a8f696bea4cef3cab7a size 1251444 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgfakeshm.a index ceafce6..ce1cdb0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45a62677c08d7004ef0f75c35628ff4984a16a5d93adaee8a877de57a5dc90be -size 481338 +oid sha256:3d4a02a0fcdbe5d33e63e30bad3c8bb9e58fc92d54c6712350b3935b262c93d2 +size 481314 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsglog.a index 90cdce3..3613fd5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v23/x86-64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09ab86d431a23a80f201da7865359c5f205b550ecd45b09a067ddd3babb620e3 +oid sha256:aa7040138e39bf993997e58b62e37dd52281dddea4427ff63f32984a7a84cbd3 size 39650 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libc4core.a index 445864f..e3fd00b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f08143d646b19b033699d37903a646ff2742995e522b0c532715532a9a69a72f -size 191410 +oid sha256:0535bd2d18e337454e8d9bf0c2637becba343dd9325091c0d8eda1f8cf35fa83 +size 190826 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libflatbuffers.a index 2babf81..e73e211 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46b7bb833461e90307c3994cb23cfe1b8616386b34fea7bf139556c8b5bc1d3f -size 11358522 +oid sha256:1b6cd23846603e232dcfd16408d2dce39253f2e77f8a7c50d1e575d1539c70ce +size 11353130 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libfmtd.a index 86e82e1..e283ae0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6b8080b4ae24062d09866da0ecb12340d8d3601baba6a6e7a6776189cf2a072 -size 1279216 +oid sha256:efcbab2ff90bb492cfa8e65ce5b9c3811a2ebaf0dd6d86c30481d9934890161e +size 1278120 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/liblogurud.a index e67000e..55c4122 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9184b67bde94b9fcfa3bb5c7a00484e0e7314e6230e8cc6a99c59a2562a42d63 -size 926774 +oid sha256:c70f86b0cd0fc41d45ba62eaad49cf3e519faa2e9ca35d7849ea55141ab02e46 +size 925646 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libnng.a index ced6a2d..89234ae 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d6c4c0e293d129580967ffb16fce2c264d631cce3bc0dc27f2542c51982e65c -size 2963112 +oid sha256:8efe7f5d77679e22597ea50cbbc1f8401f591772aad4b59dfbe6c72990c916a3 +size 2942720 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libryml.a index 08ce49c..3c4ad8f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8512cefa6c280b525baa6141f97fca618891d87e3aac127fbf4e0cab98b1093e -size 2432472 +oid sha256:832ff85c15b07e67050737aa0eecc94c8fc795764a0bc9943823e8d2bd2cdca8 +size 2431496 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libserial.a index 00f2896..f5e4381 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5a9bfec6db08b154f113b6bf2033401ae54aefef6a7b35e1bc35f7f9e27ed9e -size 945280 +oid sha256:ae92e371b903cc77a91e93055ea10b9d3204d6b6435691688a0f3ecd050e9f40 +size 944672 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcommon.a index 401bb92..842e489 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc7853f4ce1cb9c984bd2d52bf37aac15c4447895736e244a2855b32d82bd03d -size 1332998 +oid sha256:5aace31ba40e17cad00f2671814982cc06fe1cc77532902a28c1804ded4807dd +size 1332246 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a index 86a58f7..f95ac7a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58024eca7529068d317465a5d9622b30127370bf10fd8cdef5162f39cc0585dd -size 8200098 +oid sha256:c4bca71c7fc4aa202b423916f500ed66ca55c2e8cf671237ac23825ea4353df9 +size 8175346 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnectshm.a index b9c891d..ef4d979 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d61372e0e5bb60f8f829a18ec3056e12682844fea12922cb3d63821bbb2ac51 -size 1933100 +oid sha256:99e34ffa6c9fdfe8b2ec784b3e1e73f2984818e42fc33e9f6e718c0896ee100f +size 1931660 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a index df580ad..f5cf6ac 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fc9e83a4861c80130e97acccb3ea5fb5c1111242ec882903f1f1486be0d3c31 -size 6218044 +oid sha256:8cc4bfe5a47e67719c970b4be2461f0c8ce36dcae226af9299eb0b34aca85cff +size 6217476 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcoreshm.a index e4e3c4e..9c725a2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e245b688b86b7ee37c073d4bf0ec4d7e28dee8bd325bf076bd068a3ce1aa0379 -size 1438728 +oid sha256:1e0040574d1f3f0ec72fac5e5f256d12b0d7e6b6a318e9b3010e9a8b42ea93ae +size 1437352 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgfakeshm.a index 2cf9aa0..940d50e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:695b38217200403640020a7d4ebd6fd8b906699d57815933dd17d9bae7f7bae7 -size 3486400 +oid sha256:2a57c0a90a135c33e6330759793acb7a3418712bdb81a1624fff19d1b12c8cb1 +size 3483728 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsglog.a index 4276ef9..d9a7b6e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88dcf7eb0ccfaccd340a109bc46d82cc8d10f2e73ce26939126f0096433146f8 -size 432072 +oid sha256:b1651951eb21779050cf4763c9fb4ffd9f47a6d5b5f8af35355186fb882eaa9a +size 431504 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgserial.a index 152b1b7..0859f93 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8defa18e53b08ed86a615ec595058b3af840a190983a3eb779f62e1fc88c4ab -size 1985560 +oid sha256:00c7fa760d511c199e0eee0f27f65be59e43462749a2d9fc8ff70ec1be47e851 +size 1983336 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libc4core.a index a3bb4d2..e7c87af 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9348d91d57db5175585f8f9da58801c959aedf013c76906109099829d996a184 -size 41242 +oid sha256:758826301554ca97130222a1e55cab2eb82c2bc6c287527bd93697578369b86e +size 41138 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libfmt.a index a41fc84..7f640df 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6711a6140618baed7a0e14c74a4f17ef0dd9586761994d27723ef17e3e860799 -size 249592 +oid sha256:89049cdea445a726360cbf4a1d58ced2bd883c4d632d466f39e22e67d1f11882 +size 249528 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libloguru.a index 67341cf..0aece53 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52a812f0c0324069ee0c51a12605dbb856ae2a181ad1611eac9a64a56e27feda -size 121654 +oid sha256:f75ea83287af5dab73b58819df59d24c905c50e738a4cae8533850fc5cf5b666 +size 121638 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libryml.a index a30fc9f..730e81b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebe44915a6b6486364bb5ca735404129fdf0489fea94f52398176141b94098de -size 550568 +oid sha256:13cab056f104207358ddbd5af9f1a5bb163b212732c53b42a33d0e63a185aa38 +size 550392 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libserial.a index 1bbaf47..01ec82b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3f4e8e4da2370a4494bfea9340ee452ad93c1ff080f90314b1dc685921e042f -size 172822 +oid sha256:341719181c90fab1532ba4aa0139aeb7b151ed2a77684a1c1ccab41f7c920724 +size 172798 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcommon.a index db5d10f..c6ad725 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5b44728297d7f4c6060775aeb7fc95e9b1449c6fe2e6f0f44d7208cf99756c9 -size 85356 +oid sha256:5c36cd593ab80c587e03f5792fe4819dbf7b31df199603b675c5471b0f8b5246 +size 85332 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a index e056a52..42a26ea 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a30afef1922eebc15a26be0b7485c0947e062b6a55880afabe18e5174b02c799 +oid sha256:8f051b5473935bae62b4aab15bfba3e0e68dbee3666be0f93732e9309d9ab941 size 853866 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a index 17edd28..2c9aafe 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:606700c80ee5a030e9a9f42f26eff5fd28a40066e00dd22c5d194e07a2f9e8b6 +oid sha256:7bfbd67339d1c77a37ba4167c20bf17fa837784ca2a600fc1245564ac363b26c size 1214480 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgfakeshm.a index db57c84..98ba578 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b6d8ce73714d755ce2a1a8745de232f46c5364c06f31d2c24d8d9d97c13c3ba -size 441078 +oid sha256:37d70387eafc70ca3bad423104b24f1b4cf0fc81c5147c890de37a452172f0c6 +size 441054 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsglog.a index 267736d..b5950de 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/aarch64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c19a81646b5acdf3097a3236c5594ce252c96c2b07f86008676dbed6328eef36 +oid sha256:1e9d8493a3a4e02069a60cef31ae22ffb296640620ca00f27be5087942032fcf size 28540 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libc4core.a index 72dbc3f..233d116 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7aa241e0af4dfaa281b84bbc4159fcefa0d44af5e9a921707be60314a2393a9 -size 185978 +oid sha256:3c3b7a722603a41c6119615c0e4fce6d665308e868e746422d1f6d70c5ea87d3 +size 185402 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libflatbuffers.a index 12c1b42..ab929bb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:236d3c2bdefbb8488ca30513addd862b2f1846a152340ec8aa17890415993203 -size 11074642 +oid sha256:74b4dfe5455cca9968d5e1be22fa67bcb136264b0509cc6d3905d6598babb271 +size 11069250 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libfmtd.a index 27f57ac..e52f5d0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c8c4cb4cbaa3d81432c5290378bf707c73bd55846a3842d888d94cbd3a073e8 -size 1251552 +oid sha256:9a51f79fa0b020458eac427c890fdb5d339467d28f0317dd868e97e7cabbcd3c +size 1250448 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/liblogurud.a index dc88a81..f9c4faf 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be28433e803ece7b78b7568b920cc45f03806c25427700d1d4588ba4dc44a265 -size 902786 +oid sha256:0d75d047bd7196e3e3ccd03e2e28d767afc368e299c6e7eeedca26e8461ecce9 +size 901674 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libnng.a index 8b58b6b..7cfda02 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae0bec56b21233d4a7ca3c05a94fbf173ffa5c9b39da1159ad94f85362f2e63d -size 2901280 +oid sha256:352a35f316e9cb181efe960ffa267ad9b0c27cc1ce0f83ed9f8602640dbb28a2 +size 2880872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libryml.a index b50e18b..a4ef58c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d3ed406de4c5832c9473f4ca4d3edba560ba42d511a097a1bcb11ae39155a4c -size 2429840 +oid sha256:42637444e73c24cfbdb5bf2b36e0b1a9fe3cc61c2d42ea742037f715933d85d7 +size 2428872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libserial.a index 02f27c3..cd867f8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1b1407d2c33edb55e8d98c461fc719d77256f855fd79eddc7b5166db34903ad -size 920520 +oid sha256:cc9271d3159019fa03dfea192b9fe08c146e58ce43355e9d7452dcf8cfa08069 +size 919912 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcommon.a index 1fe6d61..584e18b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fdd9607d7aa56be0988c1360ff5441f5b79327dff1196e00e5ff79ed8587b86 -size 1302542 +oid sha256:bcd78075c6c91a42a6ba506ff2cd85599f416582f008e9e1ad23a5cb711998f1 +size 1301798 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a index 9cd1506..33b7dea 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e259b188440138709638fecf9b73a2fda8e4f3ae24ea7d4158a0be636a1af3f5 -size 8016338 +oid sha256:11deea0f8a259c88b08cdd5f52af00db62b0f39fd658b7ee3cf025eb8d052df1 +size 7991586 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnectshm.a index 2a5b715..4a857db 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ebe7b2a138e545fc7466ea2b4ff65c184b8c7d432a147e50754d9cd4edecb7a -size 1897484 +oid sha256:77a63554a24e43ca80bf7c5a3f5acd851f799b94e4f690c879a0f5e767c927a9 +size 1896076 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a index 8d8f54c..fde917c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b256d87836d71260d67599a4500eca37d5ed12b2433dcccc5a1c2bd9355c7d9 -size 6083236 +oid sha256:f320b713f478c6bed9ed9be19c56e52a72d51335871edecf27173239565224d3 +size 6082668 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcoreshm.a index b9c4878..ad615bf 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f2c7919a9061b416396f8cb3ff038d0b86bb4414f1652a689ab3bf17999e097 -size 1414008 +oid sha256:9679fa851ca75a473a65519d1853541b2283ff48f796bb424648c995bb60f857 +size 1412632 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgfakeshm.a index 5e23eb3..ec7a7aa 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:082e7cc44958b50334a48b18eb91f787e9dd4fcd9e01255ba28711f444e81028 -size 3419296 +oid sha256:9a60b4daf6a0d00d418ff220788f4ca4c33dcec9a8c0f793f0194f685096331b +size 3416640 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsglog.a index 1af6ce7..0a25db2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4179ca8e310093337bbe5c8317b0e17c825752eb779882a9d32ad14dbd06014 -size 421400 +oid sha256:94e45d483a14157fba11a83a731e9ccf23fd8dee443842a67fae08dd86ae6696 +size 420832 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgserial.a index de3dc19..655d2e4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19491cebad090aec86272f9d25de320ec6fb322d0d18d217142ce7a1364653e9 -size 1924888 +oid sha256:b211a7e2744e161c3889bfee1a60c96c63f411c1beaa75daca49142704a637fc +size 1922672 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libc4core.a index 88b0f11..b8c02b9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b935df45f13fab7f0e526979acbc05d5100916ab443e00e6fadea99eb078e13 -size 37634 +oid sha256:6a506104694ea97d0ea6be9a1fcdda4e454511930818ff6e624576982184c4dc +size 37522 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libfmt.a index b9512a1..437b523 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e50b470ea2e1b5b7db807355a91b33e9ac677691bbf27f4dffb408ee23678110 -size 250680 +oid sha256:2399f00628f0859441f5c425a9fe480da1342071860b4e482a6b25b7ae12f82f +size 250600 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libloguru.a index c5473a8..377598f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38a3d3abcb8e17fa8d1887ad67d3861bcffb6182a58ad9a26ed91b900ea72b4c -size 118818 +oid sha256:e858cd756ae3c5ad02d061471a098ad5a1323ec088c18f9a1f340b957848e78b +size 118802 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libryml.a index 18bacf9..9ce7cec 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4093fa2e60c15bb38f99f388086755593edb518772ec24617b2cf3c0cd97ef72 -size 590238 +oid sha256:6fae2f0e28a81856d63e224e3d62be2b8ae50f5ac3c16d96c059854ee2f751a9 +size 590062 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libserial.a index ccb57ca..cffb649 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdce88da377eb96f9ecd468c76ec184c9566a0955d49215bc46057d29dd25eb9 -size 165014 +oid sha256:79b14b45e720ab946878ef29bf9a5b92698dd34ae6fcc562dcccd4ace3096d8a +size 164990 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcommon.a index acba231..48e0e58 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8befeea79a0b09cfc1608265492d4ae530b2b022b91849ae9de35c050eca6a10 -size 83092 +oid sha256:44bc49aa2cc3e8f4189b1be80caa8a81f1d8d4d95b0777951f2acb81204b3b71 +size 83076 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a index 958454d..66bea44 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:998ca5c7fcafe74e4cdf1838b350e7341fdb9ab83683f07a5bc0fd45f015fe8c +oid sha256:9943f47fc73f9e48b7dd0dfb956094d3f8236603a1908b9bb245ff2ee3c15cfc size 845628 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a index 58f9548..0367451 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c0815c0b6529ffb7ba794dd3919bbc0bf58e8a1292d602a3f391b8a128fb545 +oid sha256:28a804dc607faba141e948928a52bb115643b463796048985cc7824c499ed42a size 1245932 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgfakeshm.a index aa650e5..a08bd5c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dc3524ef2b23f6d4ab8be63efd5b2766c219d9d308c23bb87a3a664bd4e1161 -size 421452 +oid sha256:fd0ec7561b9c6009c09dda05117b11f7a0c34e2b3929f3f41d9932f54a866fe2 +size 421428 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsglog.a index d743667..586b29b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v25/x86-64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39f2c4946a53ca31611d9260da1b78978175bae52d801a289fe39932de63f8dd +oid sha256:88a3a5f4e9d701067cbf701162afe6607a2c692a9cbc21dbab6e9ca3abbe7f89 size 27300 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libc4core.a index d48eecd..e633e3f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1390a5d32d6bc2a177a6f269598b3310175412953294c56df81c31f8491c8fd5 -size 192954 +oid sha256:8708f60ce71245b1552478fa7759b6a52f9d19b459d1336a37993a16ae3a3155 +size 192362 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libflatbuffers.a index 2a2bba7..a2c2fb0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a4c7f01670137f6c142b5b7975909ccb09986ab7bbdd2c1e93da37d9721e57e -size 9459420 +oid sha256:1338b64e2e31954bb25f7dc87028de1e9a5258ab3541eacc00bf4bcd1841faa5 +size 9455468 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libfmtd.a index e9b2f82..0916ddd 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53440c6ad87857061c309c47598e8a3179582c9396f7bce39154ee982cf864c9 -size 1254894 +oid sha256:11400d9aa38281ae54956dac36d7f7c03daf056fd3abf723252d5da1a1ff15b6 +size 1253734 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/liblogurud.a index f7499b3..51c8e0f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0d2c5c6aa77845637d10f843cd4b3ddc1f6b1257bf005d5472280ccf227dc33 -size 766060 +oid sha256:9629bfbd5f5a7c9e96ce9facb31cedc74ae6c71802dab3a694243cc1dfd2f203 +size 764932 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libnng.a index dfdbe1f..4060834 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26f4d48ff8b32b117a0c64d216dcdf6457c3e4772d3d047bb313dd349f6d8145 -size 2958824 +oid sha256:57327e45194af157d5733c55233cc9e5c7cdb6631946ca86e10284be41a8799a +size 2938288 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libryml.a index 690a815..77ee2ab 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25cd65de4f6e1231e1097b26a229cc4fd0cd64f4c3c8ad58543ac26aa344c166 -size 2433520 +oid sha256:8c968a53cdf5dedf9d1795a00dfdea51e19a6b199a8b6e98a70c5e836cc4f6fd +size 2432512 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libserial.a index e1a612e..699a353 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e15cb8a07fa6fc3549ae2328c5f5c04180addb93a37ce52c87751bd8ae2f46b9 -size 753794 +oid sha256:ad493185986c262eb0e5efc70d4c54c7b9e4b986c9a8169fa2908b33f92c1ae7 +size 753074 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcommon.a index 00e9af0..f3e4c1f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fba18fa80911bb023be28455d68756d3b96fd915ad9d52bce04d038d3ec93ba -size 1125386 +oid sha256:54489b40f1d0e29cc629797286d7ddaae0e58e75200f8a186378f92f5857d4e3 +size 1124482 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnect.a index a91ce83..b4b3f31 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:748b6f94dcc4b48705c1b0f76f656b53d71f6cf313f05c85ad7472de354120f4 -size 7223584 +oid sha256:7b526230ce767e9183957e604ec92efb4f700591f164051ad32287ef1f77867f +size 7208448 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnectshm.a index ea2f567..55b1208 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2eb95e3739e65e693a10f6ed23a40bb7f78e047e2e15ec85b43be27f7ce195db -size 1819602 +oid sha256:e575ee0ac5f0ff3b1d7cb5cad06e2cd67b44e9303d2549b3d8854ee70f75bc72 +size 1818074 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcore.a index fdaa915..6cf37b9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9809412f868b0b99fd7078ba4a8272fbb963b2684b7ed15ae939c40f952ebfbf -size 4988868 +oid sha256:dc85b3c17df6b86edf2a4d670d08a07fde41ebb0ffce5c87d3c2adae802e4a2a +size 4988204 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcoreshm.a index 5bb53f6..6407ec3 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e634c7f24f931ced660c33c55c59278706c7e0f523324dddd106b609913a4c1 -size 1401420 +oid sha256:dcd2b5a3b3dffe4d33930e01d56453ba2da6633af7b8925af503c99623bf2572 +size 1400020 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgfakeshm.a index 4d350a0..036208f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b10bbc45152ee13c4b960c11354e08056eb63e8635c73a3e7d0b35515c90322 -size 3026792 +oid sha256:9ba2aed4fbdcbbfa1732ffda4620c7c265637e167dac2b2b7e66af7011a240ee +size 3024320 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsglog.a index 812db52..67175d0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8704db74e77bb8ee4b0e4bb9cf3478e209463ba7e4cdcf7a2b29cd3e105d2bbf -size 357504 +oid sha256:3a86d638668761b9b498d03440ea432a2656b3664e0b620952d41fdbbc120dea +size 356856 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgserial.a index 840b240..e09fa09 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d0d62c862c58331341091e1052964efd0f30cc6528e4026a0abbc6c276dbc8d -size 1730832 +oid sha256:c513195a1697719e069146945fad6e046fab420203d9d60d709d11f6a1884e45 +size 1728560 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libc4core.a index ad3a1f8..cea048e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aef41e4360a80aeac659e37a99786a9e0213daa21d699d91ac9bf6e64688203e -size 40554 +oid sha256:0f6902895d429f6e66ef6029fc97457ab22e12472686bc9ef0bf972d50819bb4 +size 40442 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libfmt.a index a4adf80..6a18695 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:928c434f9b4ac7c598507f50dd9bf12161491818d236a260bf12a718a2b782d9 -size 247894 +oid sha256:34b55f02b32135cb1729636aead7ac61a9b26e93e59cabc149e79fc1ac6938ee +size 247830 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libloguru.a index 872e43c..fdf6a4b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec90a4eee4cc5449181e10ba535939ad647a106f1342acd810dfd3f0ad97c17d -size 121548 +oid sha256:3683af8d435e196d6a698781c123fdf21a1e4716baf4840da20d32685e056dec +size 121524 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libryml.a index 70726a4..9a5303a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dddcd089b92b6c4142b4d605346008f11d11b96bf6e0512f1620af7bb345d7f8 -size 552256 +oid sha256:ae5fec8244d03e4629e256791be93ede4b375ecc168bcfe7cd54a50a231b7d2e +size 552080 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libserial.a index 2fef24f..6a87334 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc156dd4eeddd48a3b499dd7ef4cd4781de0f2ff08e631d8f9bebfbf2200ca45 -size 172972 +oid sha256:af07721c22844e05b3144c2dc9f442ae24789b4476c70745295755402acc1888 +size 172948 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcommon.a index 630986e..28fa1ed 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:399c1d4803403349ec0ab4f58e7e9fd0df02de263c1bf8a88203f8999b880854 -size 82496 +oid sha256:dbb3f2610acfd889182c596d805f6a332186fbaba3dac464fa3ae9fa2f4bb776 +size 82472 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgconnect.a index 5ae9746..3d4ba61 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d870d478db4b3864d19d45324b6897a2480604ef6452459521672ca67e4f3b68 +oid sha256:3f1275486b98c1ee10436307e59341f6429cb0b810f12379bb89da0c87fb5703 size 986438 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcore.a index 235298e..efdb970 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9a505f02bf7e486bfa50441fa0b65138ad067370340200e5b3654b612bd6672 +oid sha256:350ec8a8ad905ff251af23d60028464d72c964410004eb05faed5de33cd2bfb9 size 1210590 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgfakeshm.a index 41cf9ca..4a9a44b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9679ffb4e4718ec742dae2d7883df4294a83ff08ce42532f5caba9dd8b128df3 -size 440414 +oid sha256:75e2299db7b74cf2da3494d699404fc26b9be4e9b3bc6b3494cd33c254ac0530 +size 440390 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsglog.a index 9fb2c63..c7b5c1f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/aarch64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f4bc0ebd3b019f8e3d044eb7946bb67d71e03f8176cc243822af57dc5dcb5f5 +oid sha256:788904b8d3e2b1726040bf34aa5da8a36941565cdfb5141c8075f9e40d2ad263 size 28178 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libc4core.a index e5c032f..2220f10 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24a1ad8d987fdd7ca8eac06382871ab348926d961b2d0fe84af08c1f2ace2d22 -size 185042 +oid sha256:f493d08027f63d15e97286676bd840b5690779126179fc2e7f000102bad7d0e9 +size 184458 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libflatbuffers.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libflatbuffers.a index f704660..9a73b8d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libflatbuffers.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libflatbuffers.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9d61648acdfdd893a60dd5a4a4540d13aab6fe2bb914aed4aabae054a0c0b1f -size 9238532 +oid sha256:987596d804fb3d9f69a2d71dac3c7407f87d0cae5d706f90a95a21825398ee18 +size 9234572 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libfmtd.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libfmtd.a index 2861acc..9090896 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libfmtd.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libfmtd.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:341f2b061b078b27b6b94430f676728dca3d8449a430d3d990e3c772ad389522 -size 1225878 +oid sha256:12d4bd133695b973835a2b1ddeae87d03c1ff0f43c07227b0a3568494c2b4743 +size 1224718 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/liblogurud.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/liblogurud.a index f347e57..f1888aa 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/liblogurud.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/liblogurud.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:620e75f99c31dd41b4fc936076975fe360bae7a8bb20d6f4afff4fc4def83560 -size 746800 +oid sha256:6f806bcd9ee726e06e44e310e227211729bf2d10767f0870e9a29de5fb7d6ef6 +size 745688 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libnng.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libnng.a index 380e11d..191784b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libnng.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libnng.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f41b0b41ee7af6fe9a4016428faa54b79e019c7023820bc0127158a6618a5232 -size 2873072 +oid sha256:59c41d9ab169c3236325066785d6cdcb85cc713c0b832b636e47797aa367aab1 +size 2852600 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libryml.a index d01b4f8..bfb601f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee2f0007e7ba9068822ebd6bb651be1c1e10ffe9ff813b48442a891fbabd75ff -size 2384360 +oid sha256:7b1ec72d3c9ec1469b9e64404d15435491db1c16f14dd8a9863466f927c38405 +size 2383352 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libserial.a index cecee73..b2fd745 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28e81d65b2cf38d3360ba032de109d53fea845151e0093d4094a2d5cd4339261 -size 734874 +oid sha256:6a607642498a8b9369785b60507566f174cf1da70ac53ae99fb37f8875b94d73 +size 734146 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcommon.a index c47f30d..9372ec9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7416a9833be11f2c344c7ec3fa16b5976b078de54b6d338031f0a7caf5109eca -size 1103282 +oid sha256:06720fc5290ecb4480bf62e56afffd11e53c6284d85125245e14ed89315dd076 +size 1102378 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnect.a index 76cc9be..81d0503 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:713fe74283b1cf83be29c3f877fda369725a01994f9a1071eeb85aafe94de122 -size 7085584 +oid sha256:ffc1fc172629f5a6a3a025c495886e89aac330e5d9f65809285576bfb95b1f8c +size 7070448 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnectshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnectshm.a index 035fd7b..c2760d8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnectshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgconnectshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:471266fd0269b0579747a5e222528a9089d886d90e6f652bba5b279c29175aed -size 1789850 +oid sha256:479220d0b487568cc4414903c9f0eed84b8d06872975e6aa01a3218c5a6a3524 +size 1788346 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcore.a index fa0aa7f..758eb9a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca71e6269b059f9969fa9b56e990bb700d1a14ba1de9b2c0c8e5fac2d763860e -size 4903812 +oid sha256:fa1a7dd7f1fa414a00ac3087552f63b1b390664dde34caabfead97f0e95d8b7c +size 4903156 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcoreshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcoreshm.a index 8d6bf65..fac5744 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcoreshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgcoreshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b262702de08f44cdbe28080e32d4580798c702d7348060b8955d4077988466c5 -size 1379580 +oid sha256:6839d9c562df8ef0ab8404e9d92858044621ba21573388c0d57edcf0ba4fa309 +size 1378212 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgfakeshm.a index 5866bb2..4152bf1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f563fa939200ce1c4519b2c8dce3c7e5d869cdc6fd4144b40ed11eea237eda53 -size 2973216 +oid sha256:3993e3696da8924fecd5a04a4cfcc0f76ed4a329b1891a9ae18fc440727e7ca1 +size 2970728 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsglog.a index 7e3ed3c..6cfc358 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:614dda90bc9fc5af0f273c7d5da76c4c278e19d9f4a3d99fbca1f1584acae8a6 -size 350184 +oid sha256:3fc37abf578f3485f1d4de107ebb8ebf8c9c2a290ac7b9acdd46bc03b3b5091a +size 349528 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgserial.a index 18dabd5..e95929d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/debug/libsgserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2d6f03320f6c3b52423bd23408313a576817fcd6a71c148f1edbee2f545a4d2 -size 1682314 +oid sha256:c709adae33a72093c38a566c1558a33069b043963aef9a8616cc4ca1eb12ecf6 +size 1680058 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libc4core.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libc4core.a index a924380..e2f0140 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libc4core.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libc4core.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4035393ccd8642bda20c1d849bccfccc05952595b1f3330c92256132052b7d8 -size 37658 +oid sha256:2879b6301eeab7b571bdbb44d53b234a7df9f10850278773bb34bdebef204010 +size 37546 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libfmt.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libfmt.a index 87ecb5b..a36ca8b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libfmt.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libfmt.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5931a72f6b9284a16cb6db9d1d7db14e3b059f94a6f581e36ce606f4fdb1fd7d -size 249598 +oid sha256:836ffa37e3972a0d060fe37f2a0a0e0f977d00e7d1b7c8f949bfab3573020d0a +size 249518 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libloguru.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libloguru.a index 3db1ee9..dfb16ca 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libloguru.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libloguru.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb61c7240a31a2430e128a9be3b5cd978b0a1818e06045ee6be0997d61342a67 -size 119512 +oid sha256:2ed5e5e26f98b3cfd8ed9037e2c7cb6577594ff8965af593a88ecab70295fa40 +size 119496 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libryml.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libryml.a index d61d864..65f86e9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libryml.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libryml.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5fff777218d2e91f98538fe21875bfacba52baada08ecf1a2dc9665a0088aed -size 596938 +oid sha256:a13b2199af5e1dafe5904a4510400e89908a4ad22374296bc2c9796aa9a8fe14 +size 596762 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libserial.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libserial.a index 296044a..7471620 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libserial.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libserial.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21c7e32b5752afa5bf36df6f75a47c1e08cdb89ddbc54f7c97943808af25612f -size 167068 +oid sha256:459b3fa485dbe241a49157ba551ff04999ddfcbf92c5562f8c89778c481eacd7 +size 167044 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcommon.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcommon.a index 12e6ff3..63d8ec0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcommon.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcommon.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb92ef70f2a92ff189de974f06f425521499fe954caafc1ea1bd21724a22a5f1 -size 80448 +oid sha256:efc715e21f82713f953be5aa3bbaa389a1ff4d732a6317661d8dce05185e073f +size 80416 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgconnect.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgconnect.a index 36ea21d..6730948 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgconnect.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15aa6fde7fee8d91cd65f70ac4fa7db3676e5765d161c8f7ec8560b580952b37 +oid sha256:4eabe6215aff06712bc1552b25398f71ff97b55eb089b51e2c6f1d552e027148 size 1014786 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcore.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcore.a index 29c6d0c..9f85f11 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcore.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e790a5da55afc067c1d7d5e8309722347c27968d94fe27f1317f0d176dc23d2 +oid sha256:fd11b33c273d6e70e3c37822916f9fcadbe2dc9738b4dafd48e8d9c193f3c0ae size 1248330 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgfakeshm.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgfakeshm.a index e09eaa6..f020ae2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgfakeshm.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsgfakeshm.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3687cd75bb87d1cfef1868de347d8442be2d606341a577f78d2853f5b9f8df0c -size 421716 +oid sha256:aaed1264852e3d511909a90c037637d81f32700f83f6c095bee1a23f397dced3 +size 421692 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsglog.a b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsglog.a index 334bd06..2465de4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsglog.a +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/linux/v26/x86-64/release/libsglog.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfcc26b34ba07c327125006fd47ca7fbf84669be01d6e5e88c82c558a3e30e8a +oid sha256:df0eed485ed91827d25b8a62223f529280443b305662b53b4100dffcd465e2fb size 27106 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/debug/sgble.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/debug/sgble.lib index d37539b..e96a067 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/debug/sgble.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/debug/sgble.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab11f738a0421a8a7b11f3589baa2551c0399541316496a847e4f705a6f3a076 -size 220412556 +oid sha256:565a605052be742330826dc1efb7e09cfe18e3e4e6b224e72ddf18ac01e48808 +size 220718872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/release/sgble.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/release/sgble.lib index 79d4725..b6cd84d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/release/sgble.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/rustc/x86-64/release/sgble.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58f72d36c158d0c5b6e4404d543800111ab5bf76576df39fdef05330d9af9b36 -size 29413284 +oid sha256:02a8044593fc76e5ee892828a29e275a325b44e6b9a4cc050e5fbd5dcb309b4b +size 29515012 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.lib index 009d249..b8a07bb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:effffe0ba95e444495bfdcc846c5d38a1903f75935534eaab083c3ba25a123fa -size 2129414 +oid sha256:73c9bebc69a809c77964b66d304926f1f212d7094218cc1fc2e7d4699562bbf1 +size 2125670 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.pdb index ba58724..c539bf3 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/c4core.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e37856dd6c5a1dcc1715a7c536eb83b33b2249555c16107c9b37e33d26ed797 -size 479232 +oid sha256:ed6c78d0004152554e8113bab80ed45561f76e675710317ff851807607631c3c +size 495616 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.lib index 07d281b..f1f2986 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a6c9c8d76f222b5c50b796cec726c0c69b601ec04aa5cec230df7212371eb0a -size 9860102 +oid sha256:b1ebd552e8dd51480180db8dcfbec6c79367c9da4454e5d028b912f90c164029 +size 9856166 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.pdb index 2b2d9b9..68ad7b8 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/flatbuffers.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7117e5385f347910e5c7fd85353e40dbed270c3a32f80d923ff7efab4f7d3bac -size 2633728 +oid sha256:65e50a9a8f22414caadff2a96b00383bdda47285e92b7fc3fb86ca87a8d35b5e +size 2650112 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.lib index ec026ea..e23d334 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b292283744620b59028ea7f514909599e0f0857321f574a053428b292a10e24 -size 2926432 +oid sha256:aae07b713cacea90c67bc4ad48cb443408743c2ff9d623e14a613fed63ebbc0f +size 2925902 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.pdb index 517d01a..23ed238 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/fmtd.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c235ff89d2cd765800be69a27554c2d48d84b9125d6ec8e0b82395466b7cc81 -size 782336 +oid sha256:6cfe94e4a741b17c898ba88f82d519a7555f7af9bb139fec2da8d1435bfc6603 +size 798720 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.lib index 7874440..5a6d5bb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cecc5f1d3bb788c5546ace13d25b5ea94cc5d64cb6fdef7f7f3063cb6909c37 -size 3648938 +oid sha256:c6f4522c06dac26071c01af423a9092fe22568cd290b0892e24a2910be1e53c0 +size 3647914 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.pdb index 6557494..6a53aa7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/logurud.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fad7d601be94cf2d4aa0043bdef950fdca2220c1516a44dc360085c0b54bc60a -size 1060864 +oid sha256:3159100829c212c745fd24957b425b7a98982e9b91ba2c301a4e080aa08dfd76 +size 1077248 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.lib index 5780bf1..0cb414f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5228aaf692da03df1ca3c4af68dee4a5febd495f70cbf323ab148daf8c1e59ad -size 12062694 +oid sha256:ef0c6dc1018993cfc0c2f5c4628c905d5ac0f9f4df2a42664139590aa59e3a38 +size 11994248 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.pdb index 8399752..f255bb0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/nng.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c5429b0cfe8a602d8526fce3d6fccd4b263e8c54c337a2c234edc0f48439a9d +oid sha256:01c41aeffd71d38d59c67ab24d6e5ec0758d868f078d449d31f988507d6be6b0 size 299008 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.lib index 839cdbe..6de780e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e499f08838233dbd83786f47f07d783e42ef0b9ea78d43bde914e8a0e8e4da21 -size 3890666 +oid sha256:faf2738a77e4125cf277b0c1f9f2695ba9186d99d48acf8908c90b7fa6cc1076 +size 3870222 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.pdb index 28839d9..3a36fd1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/ryml.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ebfe5732a73e1285c8969b32c19c51aa9d8cd9b5dacf2157a737b20dbb0ad82 -size 561152 +oid sha256:3c2abc81ed3733a903d598407aca6f234a55bd91387aa94ea7b72c698bdccb06 +size 577536 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.lib index 4b294df..6fea68b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df6878bcf6c3ab1a1ef97d420c34b48f3f738ce0beda84ccbd573d0c214cda2 -size 1858126 +oid sha256:b3c0695c6566e7a1006f42d1872e2b3e032ebf16ff5ee9f8c82340c7300a53f8 +size 1857416 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.pdb index f674fa2..306e0cb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/serial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba3f2bb255dc62fe12f3f4ac12ec218f293a0628430bf8afc1d51026fa608e8a -size 602112 +oid sha256:035daba80046b7c6edd863ebb65fcb47328d3821c89b8704a42fc1628d271214 +size 618496 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.lib index 00735ac..3406e68 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:955c9c1289d8164cd92192e28192451af6e56489ca65499fa3bddc63bd6b615e -size 4723746 +oid sha256:5a519d29b28f4a540d7f0c9cf39aa8126f6d5b432327f1bc64b3480bdcf982e6 +size 4722928 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.pdb index c5be444..f86e764 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcommon.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c9131c874dfd37e4eaef2285706c5fa0b1a95a03e7e1083d8b3e61a9e622ae1 -size 1355776 +oid sha256:bd032e53722c575748e010c747981a042b5fcee1e86781a22ce18590b69f634d +size 1372160 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.lib index 5ac9939..2fe3e43 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:723c7f0bcee18b887cc401bb0e48430761a699e8e02a8c4da5f6471bc6a52be9 -size 10044000 +oid sha256:1f3ed28db80a7002e76220e6bd0aa67b3a834a309958dd60972986c3021f74b5 +size 10041390 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.pdb index 0a46554..000aa88 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnect.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73ec1a7418cdd8717ee7fabb929a06cabb563f1f00ed26987bbe85801510f2fc -size 2617344 +oid sha256:87a38c7c568c720cf4367e230814a68c2ff6e562dd753a79a8e2fd2f1b775e20 +size 2609152 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.lib index d096be6..11e5936 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:877e55e4d1129816dec1f8596597e07c28e632538670fcdfff415bcd8cde3c5d -size 7212090 +oid sha256:40d92a801d636ac2876fe99b5cdf055b2369beb87270a7f4f10328095f5733d2 +size 7194468 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.pdb index adc1f35..58caf5e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgconnectshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:664bdfb09fadf8b05985310644566a74ad3bd1afcffec9d79b227610697e48e7 -size 2527232 +oid sha256:5f60a8e6f6da97ef51569cbc796c99a0d2a6dd961c8ffa0cb783247790354ea0 +size 2543616 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.lib index a211b18..f097f0a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca3c4aa6d1493e9971f0c020ffe2975ec8863ae720738e5e7fda40dbce8a95c1 -size 7842012 +oid sha256:ef88506c8608ea722f901bdb1c81c235c83a9ea3924daed332e20e5b3c41055e +size 7839188 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.pdb index aa85edb..9efeb2f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcore.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4fe02b09124ea6e1768f4e47c516818ed1adae09b90c416a3fa18e6bc915932 +oid sha256:d38c3e5ee0d4c39cff66648b6e6bea1ceed749f0701a930e47b778ec51d67be3 size 1863680 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.lib index d5ed4e7..9108ac6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ecfb88c33520826db595f741f131cd60b9601f2cee8b313ee3b356fcd3a142 -size 6728354 +oid sha256:407c04badfee349662cddd4d04087f83010c8c3833cad45d36904ca082e9bce1 +size 6710804 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.pdb index 0118111..33212d2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgcoreshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e36576757efc09f68722b5949b6fa31429024b666cfb67a244aa3aafafbc6b3c -size 2396160 +oid sha256:1efec5def5dde2ab1a7a6d147440d601b6a33886ce8877905685bc5967121f2a +size 2412544 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.lib index 05c0e03..5f8f861 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d13b69ff771c92d25fccb678460ccdac598c3e3484ed15c7dbb40c49ca8d7ed -size 7881146 +oid sha256:184e30335be55a6e3aa6d0999fb96820f6992cd821f7cd04fd4bb3c52c7b3025 +size 7873528 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.pdb index 328abb3..b338c56 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgfakeshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eef63cc381ad0db613d7eac94db50ff74d55bff99a10edb667f41fe78c1be29 -size 1904640 +oid sha256:fae3ffd684bf9e983f96e10e07d43415c0bc0a46cd94a58d0db1722c614e7de6 +size 1921024 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.lib index 745a509..f99b504 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd6a690db49e8668f13fb1c4d8565c91ba9d4beb2f72c4adbfb20f78cffe15f2 -size 1313642 +oid sha256:beb42a3a98d9eaba7e157a771fdfcc6c6201776ffbea5e720ecfe2cd9c8bd241 +size 1313202 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.pdb index 470c0e0..4a27324 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sglog.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3038517e6d6e7e3f849a76338a6c4ba7d02b05663ef73ee2026920947b3d865d -size 544768 +oid sha256:c503ad2c3af9cc248a688864cfefa5636d3d02b69cd1b1460b89352f62d63c29 +size 552960 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.lib index 0f8a386..d1add3f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d39922c427abc2d15e99bb85969cddb889e1fc78cd1fc9e900e4fc474d2f1b0 -size 6526058 +oid sha256:dbf64f1be8c6f8c31ee5ac4f885672c2bdd7fe33a81b8e6cea4c0b2f3b3b2e92 +size 6508348 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.pdb index d9cd2f2..cad06f4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/debug/sgserial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a97ee4dff0954a4fc532d1708e61d787021baf7ac4e74f5a4cf6641336c5b39f -size 2027520 +oid sha256:837e20bb2a6e58d7574b5dda95c8ce9bb2d8c584d356a31b6d6207ed7a46b0cf +size 2043904 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/c4core.lib index b3fca84..e93542d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e9fa34a860f0196a85c45dc093d1de2f7c81243c6ef4799be37cd52876c13f4 -size 2232298 +oid sha256:9082e8c7e87c7f424677b65491c11aeab11f38534b4f5bab4ed89cbd2bd946ef +size 2230916 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/flatbuffers.lib index ea1229c..c7a4740 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c90734acdffa3add31709d2fd8872d80627c759f836ad1842c6ad4a05f3ac36 -size 11750058 +oid sha256:9fa13e69103f2e83f7e230bc44352a524d4b7f92156bb2181ac6e8a3cb331446 +size 11748742 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/fmt.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/fmt.lib index 6ac0849..6425b5d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/fmt.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/fmt.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3807146ff42167afd00cab59c70158632af7f37be987bd6bcd2fb283dbe0cb40 -size 3562304 +oid sha256:e24931b0b66302684d131ad93b0b7f8b3a1e7331c36bb30401fed12511dcf60e +size 3561908 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/loguru.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/loguru.lib index ef1e315..fe98022 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/loguru.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/loguru.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfdd77be3e654562d7410af27f0e9d9b8b4cc135fbebdf25d80b2d7501eb3aaf -size 4441750 +oid sha256:9d00c1b15a7e26cbe9d17805a8c58e958f0c839e286f1b7cc99b23997f46885e +size 4441412 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/nng.lib index b4d42f7..8a69ec4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:165bd0165b72f1588b4c2e5ee82dd8e8a425101ae5137fe60f048bde492603c1 -size 14197102 +oid sha256:8f43a34d2f59a8d71d0e2d43aeb371f0c96f03da0adad9977bfb36db5677ee92 +size 14118628 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/ryml.lib index b14a3af..a25399c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0a15e15b29d1085935e37fdfe4ff114e446191f0078665ddf2b1ce1e56dbbcf -size 3495274 +oid sha256:5ce50f5de0715501c88250a8b3a3c0f49ad4616c55a211c057bd489582f8b145 +size 3493246 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/serial.lib index 7b7e480..e820ffa 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be014b0e47cef548bf17f34d78e29df6f3b6b68864917823bf2ead39faf72d87 -size 2293086 +oid sha256:ced92976aaabb2ab47e233b35774ce36fb851fa6a92a39557adc18494faf4ee5 +size 2292794 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcommon.lib index 6afdbb9..d9059f3 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00f5a83faf07b60bd274ba236a29fa59d350171b13b308281a60ced913f26199 -size 5772372 +oid sha256:5e44bce251dbe39bff9c8d1fde773952ddfb4505745601ede8d76b9def135d58 +size 5771486 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnect.lib index 2c369fb..03432b7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c961470cebd9ae1cd00f490fc08d60f7c3f02fb73c5bff9e0454033b48b345e -size 12119122 +oid sha256:4efb8a6d37daba0eabe4840e3c9b58d785d1889993c6eb999ae7241503e0ddc2 +size 12115708 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnectshm.lib index defd6d3..0e6eeea 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f544e0b81320a75e58d03fdc4fb999673e5806cde1a60fde8966850f2dc139be -size 9252970 +oid sha256:25b9e0fe6475023fc71d7ed29a44f713a4fdd68f82536c5b5d73b58ceb9c3476 +size 9234614 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcore.lib index 288403e..4172467 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c33fb5bf641e8b088c9b26fdb6e60414c09d1ae0af850c903518533fc53c656b -size 9275556 +oid sha256:793edc1a3f2715ecfc426cf7c42168791c51019ca1749fdf798a0e82a106ccd9 +size 9271072 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcoreshm.lib index e46bc42..dd51ee5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77b896aaa764907495a61c8e64ea21f4d30f807acb9086d50e52799b5d42bbe1 -size 8694254 +oid sha256:db949c3ca977ebfbaf202edece99a5758308adc032c95be658eaf16829f01e03 +size 8675976 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgfakeshm.lib index 8bc6e51..aeed031 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a09af928ff0f57feba75af1dd8184679c27852a25e95ab3e209af6e42dd720df -size 9049640 +oid sha256:b8406c3f970b8c858b4da9f661d85b7de5e60b92148c6c4c1da5d8b8f801666f +size 9045604 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sglog.lib index 0ad5737..c3364f9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9969183e0ce34b6bb0c23d393440c0e7a4874cb09e49ff2fec145c376d970cde -size 1742386 +oid sha256:834001ab92cda7e0816577d6a7d61eb15a8d9a6c182d3d9b0e3a29ac07ce81f5 +size 1741820 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgserial.lib index 91f5590..54f4e6a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1438/x86-64/release/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89e55089b0f121e41ff57bbd2c6c3d9090cfd287400e589c74006e3a2c3c0364 -size 8015204 +oid sha256:4081ef6717e00ac4eb3b950726258d1f2dcccacece5d3fd8ca04cb44862176fa +size 7993736 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.lib index 813bf5d..224492a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e85ba49c3ddf944f359c566f9f53ecd6e2c8e479b201abf3eca0737f3973ff5f -size 2083296 +oid sha256:47164bee91904d96da3f4681fb33502c5ce4098e7cf17732042545737143d029 +size 2079554 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.pdb index cbe8bf9..cfc7c20 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/c4core.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d505c97cf36a9bba4dd489bdb6647a0a080c9c8c6c7c9a30a09c276c55bb0183 -size 438272 +oid sha256:b77cf29db5d7a5216e5c7d3e5ce576edf1d4ed04822069932b5521521dce6b3b +size 454656 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.lib index 26dc3a5..428d1f1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b1338c647d8bcae3b050e3621690cebcabf557d26d960a9a489cffd5ab4a4f2 -size 9817296 +oid sha256:746c6aa48409762e8b431372232fccb46c146bb123434806a4b1349da6cffe76 +size 9813358 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.pdb index ee56d23..a6d1438 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/flatbuffers.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0254cfbaac6438a8a72adaae09fa4963561ebad82f159d4b69d82d990271943 -size 2633728 +oid sha256:6ee0b63d721296b9b06993a3a18ab39c789d6153425e069b81e72b01c19fe5ca +size 2650112 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.lib index bdcbf1b..0382d46 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:409251f6bb49198d8df6abf13acfe8eadc6e1c1b79a769cab5f3529e739107f0 -size 2837718 +oid sha256:d4feecbad84e09455418e2099334c3ed859b8c1853ebe28b539920f26bbb5efe +size 2837376 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.pdb index 68d8894..af823ee 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/fmtd.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec58cb356ce2e270e7c0f2ffad7d99205ccaeb3f217de8e850de96f4367e3804 -size 716800 +oid sha256:2b1b19689b212d3912edc0f0812d0c94f63b442a331b7ca5ce4c2546ac4f36e3 +size 733184 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.lib index 020ad95..c22347c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34a955ff7053317adf1e1f0d0552395db189173ee40f19989f464c961a75886a -size 3590516 +oid sha256:ad7bf6d6324c8ef040d264843553721c41c101b2c34281e3f76b68fb92a02123 +size 3589556 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.pdb index c624a66..cc6dcd7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/logurud.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6b5f3da193284d54192646a396d6fb7d7c7f7563b7a6469ebd71fcb2914db76 -size 1028096 +oid sha256:d6a111745c36530bd25260b30eab2d78ac41eb0bf106e8f86a839f18ce5c08ab +size 1044480 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.lib index 35265c7..5570c91 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f33990f508ae56be70257d10b52a6b1f82cfb29702f394a9323b4cc2c464f3c -size 12241630 +oid sha256:2cdf8409a59499c2143fa09dca031f314fb5fe65df07a34b7d9230862432cc8d +size 12173184 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.pdb index 4d4fa89..bd8e5b6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/nng.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47a0ebfc93f0a9f681c25d7c37a430df8497571390fa070bfcd872b4e58ab36d +oid sha256:d9567e6066448e21c92a8b9fb35e105de10e9b0d06b1b69e10880ed64aeb5be7 size 299008 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.lib index 60d3b0f..937aa31 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0b4814c9ceafdf12a6bf19087703020658e3958474f9d0135788eee3c6a21ff -size 3856480 +oid sha256:99840f40436e61b71aebb875635f8ade77e0f4809b7a39a6da89fe40067826bd +size 3836036 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.pdb index c986d43..fcd6f79 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/ryml.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:699775727e5db266a22b26a41f14a0f884f9ae1cb025bee1796ee1c9c43afb2c -size 528384 +oid sha256:d4e474724b1fff5080d6c6e9486ac7e884ea4bbd856e6961ec9da439db17ea20 +size 544768 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.lib index 0029cd9..e3d9654 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:781da00bb3056459c5c88374078f396cfce28ac3e46f38422c54f6be75b588ef -size 1830444 +oid sha256:933e93f19f95f7caf2d2b26473ba4abec74cc4b8451963eb862d00baea96a959 +size 1829734 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.pdb index 09ab737..9f7715b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/serial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d50dccb7dad116b792af2f5837c938f7eca63c0c67e24d12941685725059841 -size 569344 +oid sha256:fdb09237617e58eee7cdfae3043af49b5cf489ba97b1a7223b5e9ebe64905a32 +size 585728 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.lib index 47ece51..fd56961 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78d22af7ff02d13159948bc8051ad1b8a915a6cae57c8c49406afcc341b29957 -size 4650600 +oid sha256:6f7bcc03da1ba1a28bff1b8fc5b6ed1bf9f3d1c275b46b74ff60d63fcad8c320 +size 4649822 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.pdb index 86e2d9c..b64e970 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcommon.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe3a7439d36374977d2ecad3eaf052834bdbd6f57cb93deef90109cbb7606365 -size 1331200 +oid sha256:ed35ae83494d49018240073ca9ae87384bc98e8b2350e38fda0b7ba16fa8d3e3 +size 1347584 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.lib index fd19e4d..63513dc 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86aae27ee64e3a3b14cd10c968d877969f55af47b8fc6e60f8c560a2b3694771 -size 9811902 +oid sha256:ce51690ae4dc52fd8ae9430f8840df137e1de5f996f9e1ee1f5aed457fe1095e +size 9809336 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.pdb index 6c6e8cd..5b04938 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnect.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acd3abe4a1b840845dae80118378025e36860c1d8be2701139896c9925765412 +oid sha256:750ded06563b3555cfc49ba2e6cdfaab0692b871e6949aa604c2712a0846fb41 size 2592768 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.lib index 2a8e86e..9956dfd 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19f87b60138054906ce046fecc07ca6086413d2257979807ffaf6fe6dd084a8d -size 7118082 +oid sha256:b65863b59a8309ee88fe05c13a948de8d679f330c0222b67462eeccf21f16e0d +size 7100498 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.pdb index 171307c..5c50ba6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgconnectshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:428a0b848188ae91f10c72e57c3ada8af94ea8de615756796b48c758032a4ec5 -size 2486272 +oid sha256:e140295dc4580fa87c89d18101fe2251b85271eb3369aaf561f847f4e0d6d1f2 +size 2502656 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.lib index 6ae4990..e0b5456 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c50f29e5de3d357263dd127db040617f6b32420b5deb8aad3a254c335fe3f42 -size 7774290 +oid sha256:7abc8064f5ec7645c5c0c63f0698225ca69203506e3e03a90f4fb24840429d0f +size 7771510 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.pdb index 48b0327..a05ab86 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcore.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:781f642ffeee738e982fb0f061258e3dc21e37ea6c4a0eeb3f8cb3fa23fd03aa +oid sha256:2b9b3abf4019431fc830603f293a008ec84462f503c34500a5f4811058508485 size 1863680 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.lib index 5301df0..bab3966 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4be81f99402946d9214414eaff1fcfa0c4065b07e586412498d99f052ece5e21 -size 6644040 +oid sha256:a88fbe2832dbce54aa7efd99ff098aff3939769d5179eb290b46f8619375f665 +size 6626528 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.pdb index ceac134..3366611 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgcoreshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b79223eff749151ba00c027d3a1abbd5dc66c5b9a883a44c66bb844d80f8c532 -size 2355200 +oid sha256:f8b11ad901aea22b362df80ef26c7627920d932c9f31a97826308203bcf7f8df +size 2371584 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.lib index a5ff099..0bda8e4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c931b3aa68c097d93b86491810b1a3947047b077055d2bc4b05b06524589d37f -size 7651420 +oid sha256:18989ecc0cdd5482530553c6736f72a6be97e7cdc3d68079c7b016d6f5ac4a46 +size 7643878 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.pdb index eec4a33..d82d759 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgfakeshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c6120006f677f1de0aa3a51dceb648c3c36eb1cd01ae2ecacd2c8764f87584a -size 1855488 +oid sha256:1a96fac7dbb5c146f0b3b80ff9c4310a04c5fb8ae2910ce0b566f3c7a887de2f +size 1871872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.lib index 2a866b8..056614d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04b2bfab4658500fd91c3a6d4f76aae53e0143e9688d012bcf56b3747bdde728 -size 1222930 +oid sha256:1d63d34c9845153525c489fc4a253d371d25a7a9391ebf56ad057c2fb9460031 +size 1222534 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.pdb index 1d5f27b..06b5d41 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sglog.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cb91a28a243b5132a146b957d0692c0bdc912392786f40da059b270afca33bd -size 487424 +oid sha256:3663b61bab1570ebe2000929c9115c315696775d40e22f9a518991cf1ab7eae0 +size 503808 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.lib index 3b1da89..b48633c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:705ef4add9e91abd5f4aa8a07f62002645eb6f9e016d0615148544f5e17c5918 -size 6468364 +oid sha256:f99e7d1131cc16cbf8355610b91582f81c8f38e03b3fc8e183ccc3ae8e7991fb +size 6450652 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.pdb index 2fd42e7..bfef6e4 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/debug/sgserial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec585acbfdd073c0a9afb26ff237f2c18f06e7d3f6408ecbb8833b6abe09530e -size 1994752 +oid sha256:308c9dba98a9f19f23b451874100a62b22e79de1467dc787c1e652e47561df48 +size 2011136 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/c4core.lib index 83bcecd..fbbc32f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e2641d57b07b4ff466a78a642c60a9d06a8bca571e74794829f5b4508cc554e -size 2168974 +oid sha256:90a1681a296343b58491a7a18f9d397f20b87c5aca32f29df271f39354817751 +size 2167618 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/flatbuffers.lib index 0f5458a..5cc6da2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fafe87da0f128e14287807a629870a3040bae557116e03ae9b53a53d299ad81 -size 11832282 +oid sha256:0cd66866ad8e7dab6131edff472a29a91ae93d50ec91cb1ec7ef104286596c33 +size 11831006 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/fmt.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/fmt.lib index 1f1c8f8..593da9b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/fmt.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/fmt.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52826685d1b4df33a256909f5a26cc34806fbd734be44d53eda0f798415e9ff7 -size 3430028 +oid sha256:710056b8fd48d8958cc8f54f16ab33c1d2f54adcce13eec9b07beab0950018b1 +size 3429760 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/loguru.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/loguru.lib index f182a38..3413cda 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/loguru.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/loguru.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b09888b3c9eb966d8e81d00a625b98e9e187d8094a933072d4c13857c0aaa646 -size 4420018 +oid sha256:487f5219949a7c1cb27971a5ef41027af8b00fdc125f533f2b8f3f5ef7bdea73 +size 4419680 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/nng.lib index d079196..da38911 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb04f713841d82ee297afd5d11a7e277ce101428488b7d05f853198af629a46a -size 14376098 +oid sha256:e3876363e93d8646c0584acdd089d0ed367f7f85ed0eb4b36d053f4fcbbfab46 +size 14297624 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/ryml.lib index 586ca57..f104170 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4c6320b503f96f02e3789a26bcd6e3e3f04da6ec157434c96ef679bd3085a2c -size 3445968 +oid sha256:da8c21b41f67677ac0e3894bb351d34fc7fe6653f293afb141d19840c0ecb318 +size 3443990 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/serial.lib index 89de87e..c798102 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:695bc0ef6a8a2fd0ee6a7988f08b7989412c0dcc1e2912572c5201614d1faea2 -size 2261286 +oid sha256:65a11cc0642c44e8e8dca06c1b7b74d4026e819dc0076c13b3ce8b9ab5606535 +size 2260954 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcommon.lib index 4bc7979..9d3cb45 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2078d7ff6d5b393a4661e69b5a140ffcb31acd639269644848f7ca2c5fe5e42 -size 5748572 +oid sha256:b1ed0c9ae3840c224f11c41a9d8517238e066fc5e4a108ce34f7f282b94de6b2 +size 5747618 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnect.lib index dcfe027..4433b64 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b25be3b22d6802c6926c961a1b83b98b7803b31ca84215a25e470ba4b29e888e -size 11990958 +oid sha256:2dff296b1a3f3bf3a9e92b0dc9c2460837e21eb42b2f3fd3087af9f86a2b47c6 +size 11987312 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnectshm.lib index c9c4490..8ed31a6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd8c3470486db47f29aee5dc2cc396cc9c12d156b7d5ff979acdf1523b47d47c -size 9196712 +oid sha256:a3bbe762135f4e72c41198e5ed563d646cdabec684bc5f90218b1a123d32b83f +size 9178160 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcore.lib index 48fb202..6fc6378 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57131c4e08aea8bb694a0bfe0781b97b28d91838b11956a9dacb74d68cbc67c6 -size 9297242 +oid sha256:73e74bcaf9f485268c6a521337947b0ff61a6c7dc5b6111f74bd901d45c031a6 +size 9292182 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcoreshm.lib index b7dfa46..3378b71 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c047223b6bed18c2d4735b5d412b612daf9a85b41f939e50caffac853cd17ba3 -size 8642278 +oid sha256:1c7f30ba75192cdb9e2cdc10f14fdd0c959c61adc5f6b976c5ad1e4115b01640 +size 8623864 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgfakeshm.lib index 1d6ab5b..9e179b7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c2ee337e1fd2fe9475896924eae1928be369bf79a2eec1b5868ca3a8b9bdfe5 -size 8843536 +oid sha256:25b8d521d0c41845f36832cb908d0e6f8da8f42159230d8e237df92d6e2ded1a +size 8839472 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sglog.lib index b35d09e..d0e9fa1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ec1d23a4a10e18743700a29e989b6d165e9f4b5e8b8048946d9dbcd943a79de -size 1612134 +oid sha256:217b4cc6f53880ada1669cfade8f2612effc2064cad2b9a6ff3db7bb8f607ea9 +size 1611564 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgserial.lib index bd674ff..c713c01 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v143-1444/x86-64/release/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:148f85688f8d410e53da729f55e712bdabee435ac9826d850def58f2248118f3 -size 8017056 +oid sha256:a7c0360193777f8e6e330bad58354b39216cbea5388af94a012463a09b5a2323 +size 7995308 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.lib index 4a682f1..ca4e018 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f43ad8ce8a1f3a896a05aab943205e4181eb2b40f5eb4fda2ea79cb1702fa83 -size 2160666 +oid sha256:39c4a387191985257f6445412d084399a89f71807cf38cfcc51b6cd6016c86d6 +size 2156922 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.pdb index a733d51..a41caec 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/c4core.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04ecc47fb69782b8e2202400d2e88deb1b9271d979bf8de841ec7fb952b8e2d9 -size 438272 +oid sha256:1ecdd360f84c5e3a7a991f73591cdd349e1f499f3193cea742da9b15890eaadb +size 454656 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.lib index 5e5ac16..6b4164b 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f46519d74d026d11cba3ee08a815ac2d0ef539dff9aef646d7dfcf0e3a9e93a -size 10141526 +oid sha256:a25207bc93278113aaf6790a91b7d670a45330d6e8e8cfe3c499efd9f2314d9e +size 10137592 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.pdb index 486843e..ac154b5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/flatbuffers.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f983047e4f1a5aa3189c99eb8cc32b0021c1efb1348f0f25bfac1f74318437d -size 2633728 +oid sha256:02dc45e179c09be4d2f6fc6bb919f58f220764afb42b0ea4c4143aa2a3fe060d +size 2658304 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.lib index ecbfc33..936f917 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a22b413fb0274b8066680d392a58e438a731b98815caab1c4f6f1ee1862585f -size 2940166 +oid sha256:16a1d3a95ed4008ee717aee6108674643f0af72e165c0fa4d22cd1c73392136a +size 2939782 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.pdb index 4e69379..89d9c30 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/fmtd.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5af48b25272ab78364fa694e8b80e6113baff37969d43882983227f534cb79f -size 716800 +oid sha256:33adb355cffdfd0a97cfbeae512cca3238551cf22737c97258b68e2a73bc990b +size 733184 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.lib index 9ad95fc..0a46ef2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:763148846fef474699efed7a85dd5b9a0bc77749d6afe8369cabb18e2b815c61 -size 3726814 +oid sha256:c653c6ab88e2f02ae30b0dda39131756f3755b6b2ffcd2f2b536fdfa23d5db22 +size 3725862 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.pdb index 716acd4..a48579c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/logurud.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c346cf642500354a7edd4eb25c0431b1915fa136277457c3768f6193f966190 -size 1028096 +oid sha256:98e413f94c06cb483d3730c4072de75d927b34aec62f693196389cc5f3a5ec33 +size 1044480 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.lib index 77397e7..b8e7732 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f935cc7316f9c31cbec3195d3eadfe0b8dd5c57685287ff5c316b4d34f4af516 -size 12943878 +oid sha256:55db3e1545a802bbf8387981692b793de9e8a7dfea3badc8ebc3216fe633fcc0 +size 12875432 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.pdb index 5d2cc49..b3c9784 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/nng.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:268a6e2d4243c705504288b6fac6aefaa5850d38a3dc183dca91e5d6e5429605 +oid sha256:ba289236bf3e152255de21255466e4699912e1976dd442575db1d4e039d03fd5 size 299008 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.lib index 47fc603..068d674 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3bb311ce9ab1a331e737f2c686a56f9f29b48e432038863145aa08dedfffe7b -size 3969132 +oid sha256:2fe8a075c354139d1ffe8c3442bf8ab9b472847e39db5f80ce3da655c92a7c3b +size 3948690 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.pdb index 08db3ef..f7dda4c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/ryml.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b7e423773423e1079eef0ca96a1b5344ea036b6e6d35ff17dabcf4de1d00d60 -size 528384 +oid sha256:f0ee91fccf136b20cccd290f96e8bd955450fe515703fa3a7f7560a66864f115 +size 544768 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.lib index 8732957..99baaa0 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce03d75d8c9e1bd1789812136a9883a6452cfcfc3c890b6368303be2e1be77b -size 1903012 +oid sha256:33a74fbe6bf90c4ff7dd897f396341c4c6aec1a162c9137bf5a6843ffe96e0bd +size 1902302 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.pdb index 40fbf1d..4c3752a 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/serial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4dd96ad6ba190791689da9bf6254be9f1f5fd4adb491a4a1db64f4d25696a6f -size 569344 +oid sha256:f68eb2888d4c9a30e48008d99690f379faa2f5e4273aee53b83f14d386676f4f +size 585728 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.lib index 39e6eb7..c6f3009 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4269676d2eb96d889323c469ba81f81fd711381538ac1b51ee1b2eb58f0757e -size 4837764 +oid sha256:871bcb9be604a8c960236834d8d95f54de141635b8de72c8b4f65519f3d16e7b +size 4836988 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.pdb index 54398df..76edd75 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcommon.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11cf51ca5b65b788cbcfc664491ef349dbfd1ad9b947a1bca74f1f54ac7c2f2f -size 1331200 +oid sha256:c02cfd7325d6031e370059d77f3f89720050b7865aea4441a7ddf01d4427b86d +size 1355776 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.lib index 6dc2aa4..183f85e 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:822ff5dee50e3d36d12ba92a07fa49666f8d56e4e0a4289b9a09568e48689a65 -size 10124062 +oid sha256:5b85fb9078a01cfde549a1bd224467bbd864b8b0e241c2f263cc1d819ca00b12 +size 10121496 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.pdb index 7feac06..37ebec7 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnect.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c349b6194b6a8777c306ba113327dd3d23faea5e8835d707ddd215c58fda4db +oid sha256:f996937bbe4d38e2d45c3f0a67e811b6ad4d3e16a7d9cd7cc785a76de417e4fb size 2592768 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.lib index 3d5258c..7422fb2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a499d25ca915a0c4195e21e2f86d5d9c05d4a9a6ead1bd667f3037fbfdffc80a -size 7315220 +oid sha256:345090f59f90060fa4056b54736382c02cd0a7bdb2d238ac658a60c477ac4192 +size 7297636 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.pdb index 38cd8d6..7a94548 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgconnectshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15bf63638b0073fabfd4b0fe82d3ec58e0c413ff82d771114fce713f57547455 -size 2486272 +oid sha256:f80ac72f9745e6f3598cf28dab2c215eaf05685d04e2d9ad00b064899ba399d0 +size 2502656 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.lib index 9c3f85f..1f52f8f 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32d71b85f2d47026b8387a82a49a1784c37b1666740c06f3aad7b3fef2da0f25 -size 8037610 +oid sha256:40e3a7614630769fab76d30dfb8bb37f7a7275f60363fdf2bc7ac2eec786ed3c +size 8034830 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.pdb index 40d37b9..0b46c8c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcore.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8f79a9c9ebfdbcbd12f5d9bb12281ade04139b83ff89811d05a947b3b194178 +oid sha256:d3f0748332fab7b5d17bb98d117af880d365de50ddf53ebee24d8f39c0a3d3c2 size 1863680 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.lib index a5cc015..257c08c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7520db287ca596a17d697c37592ab3c70573a35a22277693090ac66e013c79b5 -size 6829054 +oid sha256:f064df840e2053496d813a5a74a630556e594889d450cd4e8958af22c56c4063 +size 6811542 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.pdb index 3eb4496..fb25987 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgcoreshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9089ec0b1d2d93b488b0b6feb90b0fc9b6c4c18f19333d58d0809e2a62d5e18 -size 2355200 +oid sha256:a6bd9d7d70db56880c09458ca441fe89a7e82d032c165f3c20bb8e6c36a1ee8c +size 2363392 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.lib index 16fdd9d..327dda9 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a75057e45f8639c732954caf59dc43d4e9f71affde59f186570c2a35aec8328f -size 7901450 +oid sha256:bfd7b493b387c54a3aef5f968b4b3fbcee2dfbcebe0db4381f44f0eb1c4c73e0 +size 7893908 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.pdb index e5bc642..7fafe93 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgfakeshm.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:168e5d3eb754bccb727e3a104841bd48550fed69f4bb03575495fbced9fb9e69 -size 1855488 +oid sha256:589a1de1c6aacf42393b6fc7c24412c26a37738b46de07af57a25341f07614c4 +size 1871872 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.lib index 30cdce1..0466618 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:305e4a078c09c2385414a10a294ef370f871d2bea61ab474127c86fb3a74c9f4 -size 1267714 +oid sha256:b016c2b8dbec9729eaa98630e18a16407789504ea44a90ca9782f5c5ef4f5422 +size 1267318 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.pdb index c971582..aa9c825 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sglog.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a661ae241699a5d1f9a41978be812bab9586e4971e8c3023984f05f723c9e205 -size 487424 +oid sha256:e6cdbb2471394022b7d93e9d4d61f759513e4db7fe3c6b02fa1c5fc8289e9f3b +size 503808 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.lib index 6401fb7..d03f97c 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b3cae8a7bf1f2fc9dc08f9f669c8a351925bf48da08cd0ebba6ff33bac9a21f -size 6697614 +oid sha256:f9bf2164d6ac6f3c7de3fbb8b076b4bcd899f631d827aae22ef154e2d5827aaf +size 6679902 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.pdb b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.pdb index 54ea078..c6f9320 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.pdb +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/debug/sgserial.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:595ccf6c0d8d3a4d4f34dba335533821f2c331e0b1ab88ff5d0610551fecc160 -size 1994752 +oid sha256:0fbfa447e9016ac83f3cacb59862d5f2704d73d23e83fbd0e495111c178a4d37 +size 2011136 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/c4core.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/c4core.lib index c47f3d1..a480aba 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/c4core.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/c4core.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:248bddb47a3eb749041fd4a5505f9f91d245843c65e03a841821a6ebe5383393 -size 2240974 +oid sha256:5529a8bca22c4be1379ab1f01ec882bd79f8ab6e29e47b8cbb0d32e12bd5ee1f +size 2239616 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/flatbuffers.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/flatbuffers.lib index 49d72d6..a0ff4c2 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/flatbuffers.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/flatbuffers.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31acfb972f8d34180eb5ca42441732753bf35173403f0354f57f7c580b204c46 -size 12162058 +oid sha256:b7fc1a5d8a2fedeb066b57232f3308f1284e28f0a972802873dc6cac201389aa +size 12160782 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/fmt.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/fmt.lib index 2b99277..f820171 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/fmt.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/fmt.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53d58c75c496ecac01ffbd4efaca2a905c4757a0f48d6f7a08df0b005a80a4ad -size 3530562 +oid sha256:1c2780bcf72cfc59bccce0865795b38acb8b0115b7b88f588637e51b5e044d1a +size 3530250 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/loguru.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/loguru.lib index bdef6ac..0e5e4cb 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/loguru.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/loguru.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b9b647b70d7c10a4508ed6dd8cf36b9cf324256e322bfcc82c74583ed0414c0 -size 4551450 +oid sha256:2eb1bb83a3902b9abdbf15e6e43227680fd82e9945d6e2c81ffb5c78ff0a75d8 +size 4551112 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/nng.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/nng.lib index a058a29..0e27cf3 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/nng.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/nng.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a09df3be44f1941a39bed44db58074bb7b7b4bf19aed5d04ca3076016f5d0f12 -size 15060226 +oid sha256:b4c30becf8606c1d633ae37e119d13aa6fb62fb727bdfb90903a46a8e0fbf7fd +size 14981752 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/ryml.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/ryml.lib index e2359f2..e348df3 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/ryml.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/ryml.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e96cc35a062ed11a1e6eafd7216a277b67ad5bb66896dba5a8d682c697529e -size 3542234 +oid sha256:54e92e9be183f38dc24b1c05a1132c6d1b3136990cf8f237eecf155ad6588094 +size 3540256 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/serial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/serial.lib index c808b56..e80a7bd 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/serial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6379d953eb9c0f9d4bd6b39453c81fc72399e85c35acf465a6deaaecc6661c8f -size 2331310 +oid sha256:1164923d787f3fcce822ba2be69786e42f9e5b7d70e210fd38e8061e67dfc059 +size 2330978 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcommon.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcommon.lib index a79e856..580c9a1 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcommon.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcommon.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4ec063740c628774b852b1834fc4eb72de09955e5b9a4523b3d2702e9f3b52a -size 5921624 +oid sha256:b075f70891e142190f332dc25e501976f2e633c373cac615f586cbded6088692 +size 5920670 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnect.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnect.lib index 9cd6580..c452d7d 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnect.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6924818d1d66e1167019581e5e00abe114d4fa48294b103785f9aebe503582b -size 12298200 +oid sha256:4bda99fc620c37b2dd5197e680342cd54f5b57bc40ecfcfe8b3cb6d73ceeeb7b +size 12294554 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnectshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnectshm.lib index 33b1814..c64b0e5 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnectshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgconnectshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcf839e3faa4c20dbb2a0ea3b929a23f1a1bdbe14786a88903557df43813ae63 -size 9387498 +oid sha256:73973b9afe2c5c67bb98b221dacdbe1f3bec04f7f587ab4113b3819b36141cc1 +size 9368946 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcore.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcore.lib index 1c9a8c0..dfe4a86 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcore.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7110750f10d679e4660bc7d4e533d6c69a12c6ee01ec934f28487a1516257ac8 -size 9557896 +oid sha256:2a03726b4f4959a9e111b9b07df43c7af18e380bee625f5d1f9f4038a0b6f697 +size 9552838 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcoreshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcoreshm.lib index dda4669..95fc656 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcoreshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgcoreshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2777e86d017f72ddc82c812097aad563e15dbcbb39dfb1527fd0d16201feda2e -size 8822224 +oid sha256:407637659eebad58b41dfbec73abdb234026e68f52788e9e3e711ab5440f40b1 +size 8803810 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgfakeshm.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgfakeshm.lib index 0783111..ddd65a6 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgfakeshm.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgfakeshm.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fdeaf77380c5661ceb78cd48287bda03a3c4d0123635d3ff956697219d80367 -size 9085010 +oid sha256:855473efa1a5968cd3f577d6ee5d1f37b7975734cf8aa3476a6de66d09c5218e +size 9080946 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sglog.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sglog.lib index 2031928..db51a62 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sglog.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sglog.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d97a86fc5fd18b552588c75faa1a8609655d506f9e6db2af0147883feb676d5 -size 1653504 +oid sha256:bd4fca830f2d33aff1751e92d34b80bf409f6c47e0d2c3bd033e785293671700 +size 1652936 diff --git a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgserial.lib b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgserial.lib index 70e0849..7f90622 100644 --- a/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgserial.lib +++ b/Plugins/SenseGlove/Source/ThirdParty/lib/windows/v145-1450/x86-64/release/sgserial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a193d02ba1c4ac5758171a49bab85b3546336bdcb6e921f1ea3c381c3f35a2fe -size 8241650 +oid sha256:17ac2d060958e87ad2c4ff510842c923fff4d4ab56c1d9d6c6ccee84642d6014 +size 8219902 diff --git a/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client b/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client old mode 100644 new mode 100755 index 9942b2c..6a98131 --- a/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client +++ b/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bffca27c7b6b1b84cf0a05fa7f0d475c0136a3506088ad7083d5c15cbd31f582 -size 1598048 +oid sha256:767401943425c00faa9d16118cabd35c2259426119d8d1439f67bc9aa5172291 +size 1598096 diff --git a/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client.exe b/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client.exe new file mode 100755 index 0000000..aff1b27 --- /dev/null +++ b/Plugins/SenseGlove/Tuning/sgfakeshm-connect-client.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf777952ea332551e88a3287cb9c1d34a77c56b6d0c7032ef053760e8855f083 +size 1191936 diff --git a/Plugins/SenseGlove/Tuning/sgfakeshm-core-client b/Plugins/SenseGlove/Tuning/sgfakeshm-core-client old mode 100644 new mode 100755 index 9b4d558..ef5b548 --- a/Plugins/SenseGlove/Tuning/sgfakeshm-core-client +++ b/Plugins/SenseGlove/Tuning/sgfakeshm-core-client @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e90bc074ea0b9c80676414a2eabcad3404c91d9683507b197cf652e8a55d6544 -size 1566656 +oid sha256:a71ee57da14267e95d6f8781e72e53d564818d74166e5663073912ecc7f4f3e7 +size 1566736 diff --git a/Plugins/SenseGlove/Tuning/sgfakeshm-core-client.exe b/Plugins/SenseGlove/Tuning/sgfakeshm-core-client.exe new file mode 100755 index 0000000..ff2ea21 --- /dev/null +++ b/Plugins/SenseGlove/Tuning/sgfakeshm-core-client.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da30edef16460cee656f6e6f47d3280bc13eb526a363002525d7229d1b8ee3 +size 1138688