duckstation/src/common
Stenzek f1465ddf43
Memmap: Use Mach VM routines for memory mapping
2024-05-29 22:49:32 +10:00
..
thirdparty Common: Add LLVM SmallVector 2023-12-09 22:08:14 +10:00
CMakeLists.txt Util: Add socket helper classes 2024-05-26 22:20:29 +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 Util: Add socket helper classes 2024-05-26 22:20:29 +10:00
binary_span_reader_writer.h Util: Add socket helper classes 2024-05-26 22:20:29 +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 Util: Add socket helper classes 2024-05-26 22:20:29 +10:00
common.vcxproj.filters Util: Add socket helper classes 2024-05-26 22:20:29 +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 Vulkan: Simplify loader using DynamicLibrary 2024-05-15 00:50: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 Misc: Replace deprecated std::is_pod 2023-09-05 22:10:50 +10:00
file_system.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
file_system.h Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h HeapArray: Add span returners 2024-05-12 22:56:54 +10:00
heterogeneous_containers.h Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
intrin.h GPUDevice: Add GPUDownloadTexture 2024-02-29 18:56:50 +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 Log: Simplify macros 2024-05-24 02:08:14 +10:00
lru_cache.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
md5_digest.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
md5_digest.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
memmap.cpp Memmap: Use Mach VM routines for memory mapping 2024-05-29 22:49:32 +10:00
memmap.h Memmap: Use Mach VM routines for memory mapping 2024-05-29 22:49:32 +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 Log: Simplify macros 2024-05-24 02:08:14 +10:00
progress_callback.h Common: Drop String, add SmallString 2023-09-23 14:14:52 +10:00
rectangle.h GPU/HW: Improve heuristics for draw/write when copying 2023-12-15 16:05:44 +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: Pass string_views by value 2023-12-13 21:20:31 +10:00
string_util.h StringUtil: Fix inequal-length EqualNoCase 2024-02-04 15:22:38 +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 CMake: Detect cache line size dynamically on AArch64 Linux 2024-05-15 00:50:24 +10:00
windows_headers.h Common: Bump _WIN32_WINNT 2023-08-31 19:49:32 +10:00