Duckstation/src/common
2023-10-18 00:49:01 +10:00
..
thirdparty MSBuild: Support building with clang-cl 2023-08-21 22:38:55 +10:00
align.h Common: unused-result warning fix 2023-09-05 22:59:39 +10:00
assert.cpp Common: Add ASSUME() and use for UnreachableCode() 2023-09-03 14:42:37 +10:00
assert.h Common: Add ASSUME() and use for UnreachableCode() 2023-09-03 14:42:37 +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 Common: Add intrin.h 2023-10-01 17:24:34 +10:00
build_timestamp.h Common: Add build_timestamp.h 2022-08-10 13:05:52 +10:00
byte_stream.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
byte_stream.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
CMakeLists.txt Build: Reduce library scope 2023-10-18 00:49:01 +10:00
cocoa_tools.h Common: Split some routines into CocoaTools 2023-09-24 12:21:19 +10:00
cocoa_tools.mm Common: Split some routines into CocoaTools 2023-09-24 12:21:19 +10:00
common.props Build: Ensure exceptions are off for fmt 2023-09-23 22:21:50 +10:00
common.vcxproj CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
common.vcxproj.filters CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
crash_handler.cpp CMake: Swap USE_ and WITH_ for ENABLE_ 2023-09-17 12:36:52 +10:00
crash_handler.h CrashHandler: Use libbacktrace 2023-09-05 21:37:03 +10:00
dimensional_array.h Common/DimensionalArray: Re-revert the workaround 2021-05-25 19:00:40 +02:00
easing.h ImGuiFullscreen: Less jarring notifications 2023-09-16 19:00:29 +10:00
error.cpp Error: Fix errno resolving on Win32 2023-09-17 00:51:07 +10:00
error.h Common: Error/FileSystem backports 2023-08-20 12:40:47 +10:00
fastjmp.cpp Misc: Fix arm32 build 2023-10-02 23:59:01 +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 FileSystem: Fix DeleteDirectory() on Unix 2023-09-23 22:21:50 +10:00
file_system.h PostProcessing: Refactor config to use separate sections 2023-08-30 00:44:01 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h CDImageCHD: Add SSE/NEON implementation of CopyAndSwap() 2023-10-01 17:24:34 +10:00
heterogeneous_containers.h Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
http_downloader.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
http_downloader.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
http_downloader_curl.cpp Qt: Add log window 2023-09-30 15:09:07 +10:00
http_downloader_curl.h UI: Massive revamp, new features and improvements 2022-07-22 21:19:54 +10:00
http_downloader_winhttp.cpp Qt: Add log window 2023-09-30 15:09:07 +10:00
http_downloader_winhttp.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
image.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
image.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
intrin.h CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
layered_settings_interface.cpp LayeredSettingsInterface: Fix reversed section/key 2023-09-20 16:55:44 +10:00
layered_settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
log.cpp Log: Fix system console 2023-09-30 17:08:38 +10:00
log.h Qt: Add log window 2023-09-30 15:09:07 +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 Bus: 16KB page compatibility for mmap fastmem 2023-09-23 14:14:52 +10:00
memmap.h Bus: 16KB page compatibility for mmap fastmem 2023-09-23 14:14:52 +10:00
memory_settings_interface.cpp Common: Drop fallback path for HeterogeneousContainers 2023-09-05 21:37:04 +10:00
memory_settings_interface.h Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
minizip_helpers.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
minizip_helpers.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
path.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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 Common: Drop String, add SmallString 2023-09-23 14:14:52 +10:00
progress_callback.h Common: Drop String, add SmallString 2023-09-23 14:14:52 +10:00
rectangle.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
scoped_guard.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +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: Fix new buffer size not getting set 2023-09-23 22:21:50 +10:00
small_string.h Common: Drop String, add SmallString 2023-09-23 14:14:52 +10:00
string_util.cpp StringUtil: Add Ellipsise() 2023-09-18 22:38:11 +10:00
string_util.h CDImageCHD: Cache parent hashes 2023-09-27 21:01:09 +10:00
threading.cpp Misc: Swap LIKELY/UNLIKELY macros for attributes 2023-09-05 22:10:50 +10: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 Common: Add intrin.h 2023-10-01 17:24:34 +10:00
windows_headers.h Common: Bump _WIN32_WINNT 2023-08-31 19:49:32 +10:00