SquallATF

Results 20 issues of SquallATF

If compile with `g++` , only the functions in the code will be exported, but if use `clang` some symbols from the `STL` are exported. If can fix this issue,...

Current trunk version lld not support `-Wl,--version-script` on mingw target but support `-Wl,--export-all-symbols`, after modify llvm-shlib's [(CmakeLists.txt)](https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-shlib/CMakeLists.txt#L59), I can build shared version `LLVM.dll`. Current build linked static llvm lib, will...

I have tested my self build and [llvm-mingw-20191230-x86_64.zip](https://github.com/mstorsjo/llvm-mingw/releases/download/20191230/llvm-mingw-20191230-x86_64.zip) test build command `clang -fuse-ld=bfd h.c` error info ``` K:\llvm-mingw\bin\ld.bfd: K:\llvm-mingw\x86_64-w64-mingw32\lib\crt2.o: in function `pre_c_init': /build/mingw-w64/mingw-w64-crt/build-x86_64/../crt/crtexe.c:(.text+0xa9): undefined reference to `__set_app_type' K:\llvm-mingw\bin\ld.bfd: K:\llvm-mingw\x86_64-w64-mingw32\lib/libmingw32.a(lib64_libmingw32_a-charmax.o): in...

1. release_60 branch upgrade to 6.0.1, so libclang_rt.builtins-$libarchname.a need change 2. mingw header build delete at [build-mingw-w64.sh#L29](https://github.com/martell/mingw-w64-clang/blob/954e59c1fa13c9cfb191c46836a992f16cb0c89a/scripts/build-mingw-w64.sh#L29) and then docker build failed at [Dockerfile#L269](https://github.com/martell/mingw-w64-clang/blob/master/Dockerfile#L269) 3. mingw crt have same issue...

set obfs-server failback to nginx, and nginx get all client ip is from obfs-server, not real client ip.

### New Feature currently 6.60 fw connect psn will get `80435061` error which means `SCE_HTTPS_ERROR_HANDSHAKE` load 6.61 cert cert_loader.prx libssl.prx and libhttp.prx may get it work. https://github.com/uofw/uofw/issues/43

Feature Request

左边屏幕缩放250%,右边屏幕缩放100%,程序拖动到右边屏幕显示正常,但当弹出框定位到左侧屏幕时,弹出框显示异常 ![Image](https://github.com/user-attachments/assets/69f90b14-8113-4163-aa34-7b8a7e3f6491)

🐛bug
🔁duplicate
Hi-DPI

This PR fixes the warning flags when building with **clang-cl**. Previously, the CMake configuration unconditionally added `-Wall -Wextra` for Clang. However, according to the [clang-cl documentation](https://clang.llvm.org/docs/UsersManual.html#clang-cl), `/Wall` in clang-cl is...

When configuring log4qt with Qt6 and static libraries (`-DBUILD_SHARED_LIBS=OFF`), CMake fails immediately during the configure step: ``` -- The C compiler identification is Clang 21.1.1 with MSVC-like command-line -- The...

### Description / Steps to reproduce the issue When running the following command, no checks are listed: ```bash clang-tidy -checks=-*,clazy-* -list-checks -load ClazyClangTidy.dll ``` The issue seems related to how...

bug