Duckstation/src/common
2023-09-17 00:51:07 +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 Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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 dep: Remove gsl 2023-09-05 22:10:50 +10:00
common.props dep: Remove gsl 2023-09-05 22:10:50 +10:00
common.vcxproj Build: Use precompiled headers 2023-09-02 21:44:08 +10:00
common.vcxproj.filters Build: Use precompiled headers 2023-09-02 21:44:08 +10:00
crash_handler.cpp CrashHandler: Use libbacktrace 2023-09-05 21:37:03 +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 System: Refactor main loop 2023-08-16 01:13:00 +10:00
fastjmp.h System: Refactor main loop 2023-08-16 01:13:00 +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 PostProcessing: Refactor config to use separate sections 2023-08-30 00:44:01 +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 Common: DynamicHeapArray/FixedHeapArray 2023-08-19 21:18:28 +10:00
heterogeneous_containers.h Common: Drop fallback path for HeterogeneousContainers 2023-09-05 21:37:04 +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 GameList: Handle non-extension-suffixed urls based on content type 2022-09-18 13:24:55 +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 Rewrite host GPU abstraction 2023-08-20 21:55:38 +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
layered_settings_interface.cpp Misc: Unreachable code warning fixes 2023-09-05 22:10:50 +10:00
layered_settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
log.cpp Misc: clang-cl warning clean-up 2023-09-03 14:30:26 +10:00
log.h Common: Add missing include 2023-04-21 03:46:16 +10:00
lru_cache.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
make_array.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
memory_settings_interface.cpp Common: Drop fallback path for HeterogeneousContainers 2023-09-05 21:37:04 +10:00
memory_settings_interface.h Common: Drop fallback path for HeterogeneousContainers 2023-09-05 21:37:04 +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
platform.h System: Refactor main loop 2023-08-16 01:13:00 +10:00
progress_callback.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
progress_callback.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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
string.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string.h Common: Add String::ToStdString() 2023-09-16 19:00:29 +10:00
string_util.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string_util.h StringUtil: Add ToChars/fast_float FromChars 2023-01-15 15:13:54 +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 Misc: Swap LIKELY/UNLIKELY macros for attributes 2023-09-05 22:10:50 +10:00
windows_headers.h Common: Bump _WIN32_WINNT 2023-08-31 19:49:32 +10:00