rom-properties/src
David Korth 54e59d8db9 [libromdata/tests] CMakeLists.txt: Disable RomHeaderTest for Launchpad.
It's failing for some unknown reason and I can't be bothered to figure
out why.
2025-04-19 23:49:27 -04:00
..
amiibo-data [librpsecure] os-secure.h: Reduce the syscall table from int[] to int16_t[]. 2025-04-03 01:03:40 -04:00
dbus [dbus] Disable unnecessary functions in interfaces in order to reduce the size of the generated wrapper code. 2023-07-04 15:34:18 -04:00
gtk seccomp filters: RomDataFormat needs clock_getres(), at least on 32-bit (i386) KF5 builds. 2025-04-19 23:25:54 -04:00
kde [gtk,kde] RomDataFormatTest: Don't use std::array<> when the array size could change. 2025-04-19 23:20:48 -04:00
libcachecommon [libcachecommon] CacheKeys.hpp: Suppress a clang warning. 2025-04-09 23:06:15 -04:00
libi18n Switch to CMake's POSITION_INDEPENDENT_CODE property instead of manually adding "-fpic -fPIC". 2025-01-05 14:02:13 -05:00
libromdata [libromdata/tests] CMakeLists.txt: Disable RomHeaderTest for Launchpad. 2025-04-19 23:49:27 -04:00
librpbase seccomp filters: RomDataFormat needs clock_getres(), at least on 32-bit (i386) KF5 builds. 2025-04-19 23:25:54 -04:00
librpbyteswap [librpbyteswap] byteswap_neon.c: Add vreinterpretq*() casts. 2025-04-19 22:21:22 -04:00
librpcpuid [librpcpuid] cpuflags_arm.c: Add a Linux check for ARM NEON using getauxval(AT_HWCAP). 2025-03-29 17:46:31 -04:00
librpfile [librpfile] VectorFile: Move MAX_SIZE from the class definition to the .cpp file. 2025-04-19 21:57:03 -04:00
librpsecure [librpsecure] os-secure.h: Reduce the syscall table from int[] to int16_t[]. 2025-04-03 01:03:40 -04:00
librptext [librptext] TextFuncsTest: Skip emoji tests if using glibc <2.26. 2025-04-19 23:46:28 -04:00
librptexture [librptexture] rp_image_ops_neon.cpp: We're using 32-bit shuffle/or masks here, not 8-bit masks. 2025-04-19 22:38:24 -04:00
librpthreads [librpthreads] MutexWin32.cpp: Remove m_isInit. 2025-02-02 19:30:24 -05:00
libunixcommon Switch to CMake's POSITION_INDEPENDENT_CODE property instead of manually adding "-fpic -fPIC". 2025-01-05 14:02:13 -05:00
libwin32common [libwin32common] rp_versionhelpers.h: Use #pragma GCC diagnostic push/pop. 2025-04-06 10:10:07 -04:00
libwin32darkmode [libwin32darkmode] NppDarkMode_TabControl_drawItem(): Cast _tcslen() to int. 2025-04-01 20:06:41 -04:00
libwin32ui [libwin32ui] WTSSessionNotification.hpp: Add missing return; statements to error paths. 2025-03-31 20:24:39 -04:00
res Switch to CMake's POSITION_INDEPENDENT_CODE property instead of manually adding "-fpic -fPIC". 2025-01-05 14:02:13 -05:00
rp-download [librpsecure] os-secure.h: Reduce the syscall table from int[] to int16_t[]. 2025-04-03 01:03:40 -04:00
rp-stub seccomp filters: RomDataFormat needs clock_getres(), at least on 32-bit (i386) KF5 builds. 2025-04-19 23:25:54 -04:00
rpcli seccomp filters: RomDataFormat needs clock_getres(), at least on 32-bit (i386) KF5 builds. 2025-04-19 23:25:54 -04:00
svrplus [svrplus] svrplus.c, check_system_architectures(): Missing default: case. 2025-04-06 10:10:30 -04:00
win32 [win32] AboutTab, CacheTab: Change two #defines to static constexpr. 2025-04-10 23:14:25 -04:00
.clang-format [src] .clang-format: Mark SIGNAL() and SLOT() as whitespace-sensitive macros. 2024-10-11 21:22:36 -04:00
.clang-tidy [librpbase] Initial switch to libfmt for string formatting. 2025-01-21 00:55:40 -05:00
aligned_malloc.h Removed a bunch of obsolete TODOs. 2025-03-22 12:16:12 -04:00
c99-compat.msvcrt.h [src] c99-compat.msvcrt.h: Add extra parentheses to macro parameters. 2023-08-27 12:56:49 -04:00
clang-format.sh [src] clang-format.sh: Add *.hh for span.hh. 2023-07-09 20:24:32 -04:00
CMakeLists.txt src/CMakeLists.txt: Remove tabs from the aligned malloc() checks. 2025-03-22 10:00:40 -04:00
common.h Remove IFUNC support. 2025-03-29 16:46:51 -04:00
compiler-compat.h compiler-compat.h: FIXME: Older MSVC (2015, 2017?) doesn't have stdalign.h. 2025-04-06 14:42:28 -04:00
config.libc.h.in config.libc.h.in: Mac OS X supports fcntl(F_SETFD) but not the "e" mode character in fopen(). 2025-04-02 19:54:00 -04:00
config.version.h.in Remove include guards from .h.in and use #pragma once instead. 2023-07-29 17:22:27 -04:00
ctypex.h Apply some more clang-format fixes to various .h files. 2023-07-29 17:29:02 -04:00
d_type.h Apply a ton of clang-format changes, especially for class definitions. 2023-10-31 21:46:03 -04:00
dll-macros.h Some more clang-format fixes, mostly in win32/. 2023-07-03 01:03:02 -04:00
dlopen-notes.h Add dlopen() notes for the GTK UI frontends. 2024-09-08 10:35:54 -04:00
force_inline.h Apply a subset of the clang-format changes. 2023-07-02 00:12:38 -04:00
git.h Apply some clang-format changes to amiibo-data/, gtk/, kde/, and git.h. 2024-09-26 21:52:28 -04:00
resource.common.inc.h Some more clang-format fixes, mostly in win32/. 2023-07-03 01:03:02 -04:00
rp-libfmt.h CMakeLists.txt: Use C++20 if it's available. 2025-03-20 23:06:34 -04:00
span.hh span.hh: Defer to std::span<> if C++20 is available. 2025-03-20 23:14:37 -04:00
stdboolx.h.in Apply a ton of clang-format changes, especially for class definitions. 2023-10-31 21:46:03 -04:00
tcharx.h Use memcmp() instead of strncmp() in some cases. 2025-01-13 18:25:22 -05:00
time_r.h time_r.h: Remove gmtime_r() and localtime_r() wrappers. 2025-01-24 00:00:09 -05:00
uvector.h Replace ao::uvector<> with std::vector<> with a custom allocator. 2023-09-16 23:50:43 -04:00