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
2020-03-05
Source/Core/Common/StringUtil.h: include <limits> for std::numeric_limits
Sergei Trofimovich
2020-02-17
InputCommon: Add types to ControllerEmu that represent raw controller inputs ...
Jordan Woyak
2020-02-17
Common: Add additional Vector operations.
Jordan Woyak
2020-02-17
MathUtil: Add RunningMean/RunningVariance classes.
Jordan Woyak
2020-02-15
Common: Avoid std::function overhead in ScopeGuard
Léo Lam
2020-02-12
CMake: Fix building ARM64 on Windows
spycrab
2020-02-09
Fix another implicit false-to-nullptr conversion
magiblot
2020-02-08
Cleanup: Use std::abs instead of abs.
Jordan Woyak
2020-02-04
Common: Amend includes to handle the upgrade to fmt
Lioncash
2020-01-26
x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen
Techjar
2020-01-26
x64CPUDetect: Add detection for AMD Zen architecture
Techjar
2020-01-25
Merge pull request #8579 from jordan-woyak/rvalue-cleanups
Tilka
2020-01-25
Merge pull request #8577 from jordan-woyak/shared_mutex
Tilka
2020-01-25
Common/Analytics: Replace mutex with shared_mutex and minor cleanups.
Jordan Woyak
2020-01-25
Merge pull request #8556 from Sintendo/bestrest
Tilka
2020-01-23
Common/Core: Minor rvalue reference related cleanups.
Jordan Woyak
2020-01-16
StringUtil: Add IsPrintableCharacter and use it
Léo Lam
2020-01-15
Merge pull request #8545 from jordan-woyak/imu-cursor-centering
Pierre Bourdon
2020-01-13
Merge pull request #8394 from Pokechu22/misc-di-gpio
JosJuice
2020-01-13
Merge pull request #8530 from s-daveb/master
Connor McLaughlin
2020-01-13
x64Emitter: Remove unused macros
Sintendo
2020-01-13
X64Emitter: Remove obsolete TODO
Sintendo
2020-01-13
x64Emitter: Refactor OpArg::WriteRest
Sintendo
2020-01-13
x64Emitter: Avoid 8-bit displacement when possible
Sintendo
2020-01-09
WiimoteEmu: Make the "Total Yaw" setting work again.
Jordan Woyak
2020-01-06
Merge pull request #8133 from Sintendo/mov64imm32
Tilka
2020-01-05
Merge pull request #8541 from jordan-woyak/float-parse-fix
Léo Lam
2020-01-04
Implement Broadway GPIOs
Pokechu22
2020-01-04
Add support for std::optional to PointerWrap
Pokechu22
2020-01-04
StringUtil: Make TryParse of floats handle comma and dot decimal separators.
Jordan Woyak
2020-01-04
Fix several warnings
Léo Lam
2020-01-02
Common: Add Matrix33::FromQuaternion.
Jordan Woyak
2020-01-01
MacOS: Dispatch GL calls to main thread to prevent crashes on Catalina
George Talusan
2019-12-29
Use std::istringstream or std::ostringstream instead of std::stringstream whe...
David Korth
2019-12-29
GLExtensions.cpp: Use arrays of `const char *const` instead of `std::string`.
David Korth
2019-12-28
Compile fixes for Windows-on-ARM64
Stenzek
2019-12-28
Add an ARM64 target to Visual Studio projects
Stenzek
2019-12-22
Common/BitUtils: Implement BitCast(To|From)Array
Techjar
2019-12-22
MacOS: Fixes configuration hang; bump MacOS SDK.
S David
2019-12-06
Common/Network: Use std::nullopt in StringToMacAddress
Lioncash
2019-12-06
Common/Network: Remove unused header inclusions
Lioncash
2019-12-06
Common/Network: Make StringToMacAddress use a string_view
Lioncash
2019-11-30
Update VS projects/solutions to VS2019
Stenzek
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2019-11-23
Prefer MessageBoxW to MessageBoxA
tinyredpanda
2019-11-11
Fix typo in comment
Marshall Mohror
2019-11-10
Merge pull request #8454 from jordan-woyak/motion-input-indicators
Pierre Bourdon
2019-11-09
Merge pull request #8460 from jordan-woyak/evdev-motion-data
Léo Lam
2019-11-09
Merge pull request #8393 from CookiePLMonster/long-paths
Léo Lam
2019-11-09
InputCommon: Detect when evdev exposes acceleration/gyroscope data.
Jordan Woyak
[next]