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
release-prep-2606a
release-prep-2606a-2
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
2019-08-31
ConsoleListenerWin: Properly output console logging in UTF-16 so UTF-8 displa...
Silent
2019-08-21
Merge pull request #8273 from CookiePLMonster/config-threading-fixes
Anthony
2019-08-15
Fix implicit false-to-nullptr conversions
QuellaZhang
2019-08-01
Change Layer code not to create superfluous std::optional entries in LayerMap
Silent
2019-07-30
Fix race conditions in Config Layers
Silent
2019-07-23
StringUtil: Comply with variable naming style
JosJuice
2019-07-23
StringUtil: Use std::string_view more
JosJuice
2019-07-22
Merge pull request #8235 from lioncash/move
Anthony
2019-07-22
Merge pull request #8227 from lioncash/gekko
Léo Lam
2019-07-22
Merge pull request #8257 from CookiePLMonster/assert-fixes
JosJuice
2019-07-21
Remove duplicated "Ignore and countinue?"
Silent
2019-07-20
Improve thread safety and remove an unnecessary string allocation from MsgAlert
Silent
2019-07-16
Common/SettingsHandler: Use fmt for printing out the serial number
Lioncash
2019-07-16
Common/SettingsHandler: Use std::string_view where applicable
Lioncash
2019-07-09
Common/DebugInterface: Remove GetInstructionSize()
Lioncash
2019-07-09
Common/DebugInterface: Mark a few member functions as const
Lioncash
2019-07-09
Common/DebugInterface: Make return value of GetColor() a u32
Lioncash
2019-07-08
Common/DebugInterface: Use forward declarations where applicable
Lioncash
2019-07-08
Common/DebugInterface: Use u32 instead of unsigned int consistently
Lioncash
2019-07-08
Common/DebugInterface: Default virtual destructor
Lioncash
2019-07-08
Common/Watches: std::move strings where applicable
Lioncash
2019-07-03
Common/GekkoDisassembler: Don't print out '\0' as a character
Lioncash
2019-06-30
Merge pull request #8215 from CookiePLMonster/appverifier-sanitize
Connor McLaughlin
2019-06-29
Merge pull request #8193 from lioncash/disasm
Léo Lam
2019-06-28
Merge pull request #8213 from JosJuice/filesystem-u8string
Léo Lam
2019-06-23
Fix out of bounds read in HttpRequest::Impl::Fetch logging
Silent
2019-06-21
Work around C++20 std::filesystem changes related to u8string
JosJuice
2019-06-20
Merge pull request #8210 from spycrab/httpreq_error_msg
Anthony
2019-06-20
Common/HttpRequest: Use CURLOPT_ERRORBUFFER for error messages
spycrab
2019-06-20
Fix opening controller config when there is no profile directory
JosJuice
2019-06-20
Merge pull request #8191 from lioncash/ini
Léo Lam
2019-06-20
Merge pull request #8194 from lioncash/common-msg
Léo Lam
2019-06-20
Replace <experimental/filesystem> includes with <filesystem>
JosJuice
2019-06-19
Common/MsgHandler: Namespace code within the Common namespace
Lioncash
2019-06-19
Common/MsgHandler: Brace if statement in MsgAlert
Lioncash
2019-06-19
Common/MsgHandler: Use std::string's empty for emptiness checking in MsgAlert
Lioncash
2019-06-18
Merge pull request #8199 from lioncash/namespace
Léo Lam
2019-06-17
Common: Add missing header guards
Lioncash
2019-06-17
Common: Use nested namespace specifiers where applicable
Lioncash
2019-06-16
Common/MsgHandler: Amend file-scope variable names
Lioncash
2019-06-16
Common/MsgHandler: Make default message handler and translator's internally l...
Lioncash
2019-06-16
Common/MsgHandler: Convert type aliases over to using
Lioncash
2019-06-16
Common/MsgHandler: Use fmt::print on non-Windows OSes
Lioncash
2019-06-16
Common/GekkoDisassembler: Use std::string_view where applicable
Lioncash
2019-06-16
Common/GekkoDisassembler: Amend disassembly of operations expecting a charact...
Lioncash
2019-06-16
Common/GekkoDisassembler: Make all lookup tables immutable
Lioncash
2019-06-16
Common/IniFile: Make use of std::string_view where applicable
Lioncash
2019-06-16
Common/IniFile: Make CaseInsensitiveStringCompare usable with heterogenous lo...
Lioncash
2019-06-16
Merge pull request #8186 from lioncash/view
Léo Lam
2019-06-16
GekkoDisassmbler: Amend erroneous formatting specifiers
Lioncash
[next]