index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2018-11-23
Merge pull request #1773 from lioncash/thread
bunnei
2018-11-22
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
Lioncash
2018-11-21
common/thread: Make Barrier's 'count' member non-const
Lioncash
2018-11-21
common/thread: Initialize class member variables where applicable
Lioncash
2018-11-21
common/thread: Group non-member functions together
Lioncash
2018-11-21
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-21
common/thread: Remove unused CurrentThreadId()
Lioncash
2018-11-21
common: Remove bit_set.h
Lioncash
2018-11-21
Merge pull request #1758 from lioncash/rect
bunnei
2018-11-21
common: Remove dependency on xbyak
Lioncash
2018-11-21
common/math_util: Simplify std::make_signed usages to std::make_signed_t
Lioncash
2018-11-21
common/math_util: Make Rectangle's constructors constexpr
Lioncash
2018-11-21
common/math_util: Remove unnecessary static from PI
Lioncash
2018-11-21
common/math_util: Remove unused IntervalsIntersect() function
Lioncash
2018-11-20
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...
Lioncash
2018-11-20
common/assert: Make the UNIMPLEMENTED macro properly assert
Lioncash
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
string_util: Implement buffer to UTF-16 string helper function
Zach Hilman
2018-11-16
Common/Bitfield: store value as unsigned type
Weiyi Wang
2018-11-13
string_util: Remove ArrayToString()
Lioncash
2018-11-13
string_util: Remove TryParse()
Lioncash
2018-11-13
string_util: Remove ThousandSeparate()
Lioncash
2018-11-05
Merge pull request #1441 from CarlKenner/DebuggerLog
bunnei
2018-10-28
compatdb: Use a seperate endpoint for testcase submission
fearlessTobi
2018-10-23
logging/backend: Add missing services to the log filters
Lioncash
2018-10-23
common: Remove memory_util.cpp/.h
Lioncash
2018-10-23
only redefine 64 bit file operation for MSVC
Weiyi Wang
2018-10-20
service: Add skeleton for psm service
Zach Hilman
2018-10-18
common: Add function for checking word alignment to alignment.h
Lioncash
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-10
web_backend: Make Client use the PImpl idiom
Lioncash
2018-10-08
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-06
Merge pull request #1453 from FearlessTobi/port-4311
bunnei
2018-10-07
logging: Add DebuggerBackend for logging to Visual Studio
Carl Kenner
2018-10-06
Remove "#" in the version number
fearlessTobi
2018-10-06
citra_qt/configuration: misc input tab improvements
zhupengfei
2018-10-06
Merge pull request #1332 from FearlessTobi/port-web-backend
bunnei
2018-10-05
Merge pull request #1442 from lioncash/format
bunnei
2018-10-04
text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
Lioncash
2018-10-04
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
hex_util: Add HexVectorToString and HexStringToVector
Zach Hilman
2018-10-02
string_util: unify UTF8<->UTF16 conversion to codecvt
Weiyi Wang
2018-10-02
string_util: remove TString conversion for windows
Weiyi Wang
2018-10-02
string_util: remove ShiftJIS/CP1252 conversion function
Weiyi Wang
2018-10-02
Review comments - part 5
fearlessTobi
2018-10-02
Address a bunch of review comments
fearlessTobi
2018-10-02
Port web_service from Citra
fearlessTobi
2018-09-25
Merge pull request #1365 from DarkLordZach/lfs
bunnei
2018-09-23
Stubbed IRS (#1349)
David
2018-09-22
common/thread: remove YieldCPU()
Weiyi Wang
[next]