duckstation/src/common
Stenzek f1f89d3f0f
BinarySpanReaderWriter: Add subspan methods
2024-07-21 13:33:41 +10:00
..
thirdparty Common: Add LLVM SmallVector 2023-12-09 22:08:14 +10:00
CMakeLists.txt Common: Remove Rectangle class 2024-07-03 15:54:32 +10:00
align.h JitCodeBuffer: Allocate within 32-bit range 2023-11-24 20:35:19 +10:00
assert.cpp Assertions: Write crash dump on assertion fail 2024-05-25 17:42:12 +10:00
assert.h Common: Add ASSUME() and use for UnreachableCode() 2023-09-03 14:42:37 +10:00
binary_span_reader_writer.cpp BinarySpanReaderWriter: Add subspan methods 2024-07-21 13:33:41 +10:00
binary_span_reader_writer.h BinarySpanReaderWriter: Add subspan methods 2024-07-21 13:33:41 +10:00
bitfield.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
bitfield.natvis Initial commit 2019-09-11 14:00:42 +10:00
bitutils.h CDImage: Use ByteSwap() 2023-11-05 22:38:25 +10:00
build_timestamp.h Common: Add build_timestamp.h 2022-08-10 13:05:52 +10:00
byte_stream.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
byte_stream.h Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
cocoa_tools.h Vulkan: Simplify loader using DynamicLibrary 2024-05-15 00:50:25 +10:00
cocoa_tools.mm Vulkan: Simplify loader using DynamicLibrary 2024-05-15 00:50:25 +10:00
common.props Build: Use C++20 for everything except reshadefx 2024-04-11 13:46:25 +10:00
common.vcxproj Common: Remove Rectangle class 2024-07-03 15:54:32 +10:00
common.vcxproj.filters Common: Remove Rectangle class 2024-07-03 15:54:32 +10:00
crash_handler.cpp CrashHandler: Fix call stack on manual dump 2024-05-25 17:42:12 +10:00
crash_handler.h PageFaultHandler: Simplifications 2024-05-25 17:42:12 +10:00
dimensional_array.h Common/DimensionalArray: Re-revert the workaround 2021-05-25 19:00:40 +02:00
dynamic_library.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
dynamic_library.h Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
easing.h ImGuiFullscreen: Less jarring notifications 2023-09-16 19:00:29 +10:00
error.cpp Vulkan: Simplify loader using DynamicLibrary 2024-05-15 00:50:25 +10:00
error.h ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
fastjmp.cpp Common: Fix duplicate fastjmp on Windows/CMake 2024-02-25 01:53:23 +10:00
fastjmp.h Misc: Fix arm32 build 2023-10-02 23:59:01 +10:00
fastjmp_arm.asm System: Refactor main loop 2023-08-16 01:13:00 +10:00
fastjmp_x86.asm System: Refactor main loop 2023-08-16 01:13:00 +10:00
fifo_queue.h FIFOQueue: Optimize PopRange() for trivially-copyable types 2024-07-02 14:26:16 +10:00
file_system.cpp FileSystem: Drop use of stat64() 2024-07-19 22:25:57 +10:00
file_system.h FileSystem: Drop use of stat64() 2024-07-19 22:25:57 +10:00
gsvector.h GPU: Use half width vector types where appropriate 2024-07-14 21:25:48 +10:00
gsvector.natvis Common: Add GSVector 2024-07-03 00:24:12 +10:00
gsvector_formatter.h Common: Add GSVector 2024-07-03 00:24:12 +10:00
gsvector_neon.h GPU: Use half width vector types where appropriate 2024-07-14 21:25:48 +10:00
gsvector_nosimd.h Misc: RISC-V build fixes 2024-07-19 22:25:57 +10:00
gsvector_sse.h GPU: Use half width vector types where appropriate 2024-07-14 21:25:48 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h Common: Alloc failures in HeapArray are unlikely 2024-06-28 13:12:50 +10:00
heterogeneous_containers.h Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
intrin.h Common: Add GSVector 2024-07-03 00:24:12 +10:00
layered_settings_interface.cpp Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
layered_settings_interface.h Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
log.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
log.h Common/Log: Make actually writing unlikely 2024-06-30 16:45:51 +10:00
lru_cache.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
md5_digest.cpp MD5Digest: Span-ify 2024-07-19 15:51:25 +10:00
md5_digest.h MD5Digest: Span-ify 2024-07-19 15:51:25 +10:00
memmap.cpp CPU/CodeCache: Always dynamically allocate code buffer 2024-06-30 16:45:51 +10:00
memmap.h CPU/CodeCache: Always dynamically allocate code buffer 2024-06-30 16:45:51 +10:00
memory_settings_interface.cpp Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
memory_settings_interface.h MemorySettingsInterface: Warning fix 2024-04-25 15:06:41 +10:00
minizip_helpers.h Common: Fix double free on opening invalid zip file 2024-04-05 17:23:29 +10:00
path.h Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
perf_scope.cpp CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
perf_scope.h CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
progress_callback.cpp ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
progress_callback.h ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
scoped_guard.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
settings_interface.h SettingsInterface: Fix TinyString helper 2024-05-15 00:50:24 +10:00
sha1_digest.cpp Common: Add SHA1Digest 2022-08-16 00:05:46 +10:00
sha1_digest.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
small_string.cpp SmallString: Add vformat overloads 2024-04-11 13:42:00 +10:00
small_string.h System: Add OSD message when all enhancements are disabled 2024-04-22 00:38:46 +10:00
string_util.cpp StringUtil: Purge StdStringFromFormat() 2024-07-19 14:01:16 +10:00
string_util.h StringUtil: Purge StdStringFromFormat() 2024-07-19 14:01:16 +10:00
threading.cpp Fix get_thread_time() declaration on FreeBSD 2023-11-29 21:05:21 +01:00
threading.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
timer.cpp Common: Add Timer::ResetIfNPassed() 2023-09-16 19:00:29 +10:00
timer.h Common: Add Timer::ResetIfNPassed() 2023-09-16 19:00:29 +10:00
types.h Misc: Align CPU state and SPU voices to cache lines 2024-07-06 18:49:37 +10:00
windows_headers.h Common: Bump _WIN32_WINNT 2023-08-31 19:49:32 +10:00