index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
Age
Commit message (
Expand
)
Author
2022-04-18
Common/PointerWrap: Prevent reads/writes past the end of the buffer.
Admiral H. Curtiss
2022-04-18
Common/PointerWrap: Hide internals.
Admiral H. Curtiss
2022-04-16
Merge pull request #10582 from AdmiralCurtiss/fmt-float
Admiral H. Curtiss
2022-04-12
Common/StringUtil: Use simpler formatting for floats and doubles.
Admiral H. Curtiss
2022-04-12
windows: buildfix if pch not used
Shawn Hoffman
2022-04-09
Common/LogManager: Add generic printf-style log function that takes a va_list...
Admiral H. Curtiss
2022-04-08
Merge pull request #7675 from TryTwo/Debugger_Code_Features
Admiral H. Curtiss
2022-03-17
Gekko constistancy changes. Add context item to codeview to show or copy a lo...
TryTwo
2022-03-15
Merge pull request #10493 from jordan-woyak/netplay-show-traversal-external-port
Léo Lam
2022-03-15
Merge pull request #10496 from JosJuice/mappingcommon-split
Léo Lam
2022-03-15
NetPlayDialog: Display external IP/Port as seen by the traversal server when ...
Jordan Woyak
2022-03-08
Common/FileUtil: Change logging to debug level
Pokechu22
2022-03-06
Move parts of MappingCommon out of DolphinQt
JosJuice
2022-03-05
Common: Make DynamicLibrary non-copyable
JosJuice
2022-03-02
Merge pull request #10482 from Dentomologist/remove_redundant_statement
Léo Lam
2022-02-28
Merge pull request #9834 from AdmiralCurtiss/fastmem-reserve-region-linux
JMC47
2022-02-25
FileUtil: Remove redundant statement
Dentomologist
2022-02-20
Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning
JosJuice
2022-02-18
Merge pull request #10377 from Pokechu22/warning-fixes-jan-2022
JosJuice
2022-02-16
JitRegister: Use fmt
Merry
2022-02-14
MemArena: Keep fastmem region mapped on Linux.
Admiral H. Curtiss
2022-02-14
MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.
Admiral H. Curtiss
2022-02-14
MemArena: Use Common::DynamicLibrary for m_api_ms_win_core_memory_l1_1_6_handle.
Admiral H. Curtiss
2022-02-13
MathUtil: Mark lo in SaturatingCast as [[maybe_unused]]
Pokechu22
2022-02-12
Common/CodeBlock: Call ResetCodePtr when decreasing region_size
JosJuice
2022-02-06
MemArena: Use placeholders on Windows.
Admiral H. Curtiss
2022-01-29
IOFile: Rename Clear() to ClearError() for clarity.
Admiral H. Curtiss
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2022-01-25
[Android] Fix unused variable warning
Dentomologist
2022-01-20
Merge pull request #10367 from Pokechu22/fmt-8.1.1
JosJuice
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2022-01-16
Create Common::ToLower and Common::ToUpper
Pokechu22
2022-01-14
Use EnumFormatter to generate names for EXI devices
Pokechu22
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2022-01-13
Replace use of of unsigned char* with fmt
Pokechu22
2022-01-13
Cast to int for enums that are not formattable
Pokechu22
2022-01-13
Make all fmt::formatter constructors constexpr
Pokechu22
2022-01-13
Make all custom fmt::formatter's format functions const
Pokechu22
2022-01-13
Use fmt::runtime in FmtFormatT
Pokechu22
2022-01-13
Add fmt/xchar includes where wstring is used
Pokechu22
2022-01-09
Common: Create HRWrap
Pokechu22
2022-01-09
Common/MsgHandler: Use caller's file and line number in log messages
Pokechu22
2022-01-09
Common/MsgHandler: Fix PanicAlertFmtT not actually being translated
Pokechu22
2022-01-09
Common/MsgHandler: Remove use of lambda, as it breaks __func__
Pokechu22
2022-01-09
Common/Assert: Actually use the ASSERT_MSG's log type parameter
Pokechu22
2022-01-09
Common/MsgHandler: Remove non-format variants of PanicAlert
Pokechu22
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2022-01-09
Common/Assert: Include the condition and function in the message
Pokechu22
2022-01-06
Android: Mark s_android_send_report as static
JosJuice
2022-01-06
Merge pull request #10338 from Pokechu22/natvis-improvements
Mai M
[next]