eden-miror/externals
lizzie f729dbb3c3
[common] use abi::__cxa_demangle for demangling using the system's glibcxx/libc++ (#3894)
most stdlibc++ already provide this functionality out of the box, very consistently and well implemented (usually)

my main irk is that the llvm itanium demangle is totally unescesary when there is a perfectly stable, tested and well documented equivalent functionality in the standard stdc++ provided in most UNIX oses

its mostly to reduce binary size by a very thin margin, but he stdc++ is more than capable of doing he same behaviour we use a dpeendency for

for mingw or such howeger,, demangling becomies trickier so we have to exclude windows entirely because well windows likes to do things differently dont they

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3894
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2026-06-03 22:53:09 +02:00
..
bc_decoder video_core: Add BCn decoding support 2023-06-27 18:00:09 -07:00
cmake-modules [cmake] fix & allow FFmpeg cross compilations (#2973) 2026-05-07 15:58:17 +02:00
demangle [*] Re-fix clang-cl building (#3940) 2026-05-09 16:26:17 +02:00
ffmpeg [cmake] fix & allow FFmpeg cross compilations (#2973) 2026-05-07 15:58:17 +02:00
FidelityFX-FSR Update FSR to 1.0.2 2022-01-23 14:38:48 -06:00
getopt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
glad cmake: apply defaults to all externals 2023-05-24 04:57:04 +02:00
libusb [cmake] fixes for XCode when having languages other than C/C++ (#3772) 2026-03-26 04:46:43 +01:00
nx_tzdb [tools] refactor, use #!/bin/sh, update license files (#3998) 2026-05-22 21:15:31 +02:00
renderdoc [externals] update renderdoc to 1.7.0 (#3751) 2026-03-22 04:00:57 +01:00
stb cmake: prefer system stb headers 2023-10-25 21:47:32 +02:00
tz/tz [*] Re-fix clang-cl building (#3940) 2026-05-09 16:26:17 +02:00
CMakeLists.txt [common] use abi::__cxa_demangle for demangling using the system's glibcxx/libc++ (#3894) 2026-06-03 22:53:09 +02:00
cpmfile.json [dynarmic] bootstrap loongarch64 host build (#4015) 2026-05-30 01:42:23 +02:00