You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/externals
Lioncash ec8d72a567 microprofile: Don't memset through std::atomic types
Two of the members of the MicroProfileThreadLog contains two std::atomic
instances. Given these aren't trivially-copyable types, we shouldn't be
memsetting the structure, given implementation details can contain other
members within it.

To avoid potential undefined behavior on platforms, we can use aggregate
initialization to zero out the members while still having well-defined
behavior.

While we're at it we can also silence some sign conversion warnings.
5 years ago
..
Vulkan-Headers@8188e3fbbc vk_device: Enable VK_EXT_extended_dynamic_state when available 5 years ago
cmake-modules Replace externals with Conan (#3735) 5 years ago
cubeb@616d773441 externals: Update cubeb to 616d773 5 years ago
discord-rpc@e32d001809
dynarmic@0e1112b7df dynarmic: Add unsafe optimizations 5 years ago
find-modules cmake: unbreak system libusb support 5 years ago
getopt
glad externals: Update glad to support OpenGL 4.6 compatibility profile 6 years ago
httplib fix issue with windows getnameinfo() 5 years ago
inih
libressl@7d01cb01cb externals: Revert to libressl, as build is broken with find_package(OpenSSL). (#4093) 5 years ago
libusb@3406d72cda update libusb dependency 5 years ago
libzip externals: Track upstream libzip 5 years ago
lurlparser
mbedtls@a280e602f3
microprofile microprofile: Don't memset through std::atomic types 5 years ago
opus externals: Track opus as submodule instead of using conan 5 years ago
sirit@eefca56afd vk_shader_decompiler: Implement atomic image operations 5 years ago
soundtouch@060181eaf2
unicorn@73f4573535
xbyak@82b70e6659 Add xbyak external 5 years ago
CMakeLists.txt externals: Track opus as submodule instead of using conan 5 years ago