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
2018-05-30
x64Emitter: Amend parameter ordering for WriteModRM()'s prototype
Lioncash
2018-05-30
Merge pull request #7017 from lioncash/arm
Markus Wick
2018-05-30
Merge pull request #7016 from lioncash/mem
JosJuice
2018-05-29
Arm64Emitter: Use Common::BitCast where applicable
Lioncash
2018-05-29
MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances
Lioncash
2018-05-29
MemoryPatches: std::move std::vector in the constructor
Lioncash
2018-05-29
PcapFile: Namespace code under the Common namespace
Lioncash
2018-05-29
Common/HttpRequest: Add option to set cookies
spycrab
2018-05-28
Common: Move host communication enum to Host.h
Lioncash
2018-05-28
Merge pull request #6998 from lioncash/log
Markus Wick
2018-05-27
Common: Remove unnecessary ~9 year old LOGGING preprocessor define
Lioncash
2018-05-27
ColorUtil: Amend function name casing
Lioncash
2018-05-27
ColorUtil: Namespace code under the Common namespace
Lioncash
2018-05-27
CDUtils: Remove unused parameter in IsCDROM()
Lioncash
2018-05-27
CDUtils: Amend function names
Lioncash
2018-05-27
CDUtils: Namespace code under the Common namespace
Lioncash
2018-05-27
SymbolDB: Namespace code under the Common namespace
Lioncash
2018-05-27
SymbolDB: Default constructor and destructor within the cpp file
Lioncash
2018-05-27
SymbolDB: Convert typedefs into using aliases
Lioncash
2018-05-27
SymbolDB: Normalize variable names
Lioncash
2018-05-27
Move ECCSignature to Common::ec and give it a less confusing name
Léo Lam
2018-05-25
Common: Namespace GekkoDisassembler.cpp/.h
Lioncash
2018-05-23
Config: Make Load() and Save() slightly faster
Léo Lam
2018-05-22
DebugInterface: MemoryPatches methods added
Sepalani
2018-05-20
IOSC: Implement VerifyPublicKeySign for ECC
Léo Lam
2018-05-20
ec: Improve readability and clarity
Léo Lam
2018-05-20
ec: Avoid exposing internal function
Léo Lam
2018-05-20
bn: Use int instead of u32 for sizes
Léo Lam
2018-05-20
Fix compatibility with versions of libpng older than 1.5
JosJuice
2018-05-20
VideoCommon: Replace SOIL with libpng for hires textures
Emmanuel Gil Peyrot
2018-05-17
Common/CodeBlock: Namespace code under the Common namespace
Lioncash
2018-05-16
Common/Hash: Namespace code under the Common namespace
Lioncash
2018-05-15
Common: Add MemArena.h/cpp to the Common namespace
Lioncash
2018-05-12
Merge pull request #6825 from leoetlino/onion-types
Léo Lam
2018-05-12
SettingsHandler: Remove redundant type qualifier in SetBytes()
Lioncash
2018-05-12
SettingsHandler: Remove unnecessary includes
Lioncash
2018-05-12
SettingsHandler: Namespace code under the Common namespace
Lioncash
2018-05-12
Config: Add support for enums
Léo Lam
2018-05-12
Config: Fix template deduction for implicit conversions
Léo Lam
2018-05-11
FileUtil: Remove unnecessary IOFile GetHandle() call in ReadFileToString()
Lioncash
2018-05-11
Merge pull request #6814 from lioncash/sd
Anthony
2018-05-11
Update mpark::variant implementation to 1.3.0
Jonathan Hamilton
2018-05-11
SDCardUtil: Replace macros with typed equivalents
Lioncash
2018-05-11
SDCardUtil: Namespace SDCardUtil
Lioncash
2018-05-11
SDCardUtil: Remove the use of IOFile's GetHandle() function
Lioncash
2018-05-11
SDCardUtil: Join variables with declarations where applicable
Lioncash
2018-05-11
SDCardUtil: Make type of write_empty's "count" parameter size_t
Lioncash
2018-05-11
SDCardUtil: Convert return type of write_* functions to bool
Lioncash
2018-05-11
SDCardUtil: Replace sector size magic value with relevant named constant
Lioncash
2018-05-11
Merge pull request #6807 from leoetlino/boot
Léo Lam
[next]