918 Commits (cf7a646f0b73fbcdee32bf78e76c38fa01caddd9)

Author SHA1 Message Date
tgsm 0db81dcf3b Remove GCC version checks 7 years ago
Fernando Sahmkow f28935f37d Corrections, documenting and fixes. 7 years ago
Fernando Sahmkow 435c39e867 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow 68927866e2 Implement 128 bits Unsigned Integer Multiplication and Division. 7 years ago
B3n30 b2636e4b03 Adressed review comments 7 years ago
B3n30 5334e20770 threadsafe_queue: Add WaitIfEmpty and use it in logging 7 years ago
fearlessTobi 8c9234f34c Make bitfield assignment operator public 7 years ago
Lioncash 15fc277325 threadsafe_queue: Use std::size_t for representing size 7 years ago
Lioncash eb39267bc0 threadsafe_queue: Remove NeedSize template parameter 7 years ago
ReinUsesLisp 0c7b5355c3 logging: Add Vulkan backend logging class type 7 years ago
ReinUsesLisp 0726b490dd cmake: Fix title bar issue 7 years ago
Frederic L bec5eeec31 cmake: Use CMAKE_COMMAND instead of "cmake" 7 years ago
ReinUsesLisp 8b1a7aa19d gl_shader_disk_cache: Invalidate shader cache changes with CMake hash 7 years ago
ReinUsesLisp f75174d195 file_util: Add shader directory 7 years ago
Weiyi Wang a2fa901591 common/bitfield: make it endianness-aware 7 years ago
Weiyi Wang bed349ba51 common/swap: remove default value for swap type internal storage 7 years ago
Weiyi Wang c3d5b4496b common/swap: use template and tag for LE/BE specification 7 years ago
Weiyi Wang 3ab6c97fc7 common/swap: add swap template for enum 7 years ago
Lioncash 8734a27b8d common/quaternion: Ensure that w is always initialized 7 years ago
Lioncash 0a9a9e9b80 common: Add basic bit manipulation utility function to Common 7 years ago
Tobias da012f0d54 Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash db0cee0b0a common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 1eb9558dd8 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash e5a57346ea common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 6459301aa3 common/thread: Group non-member functions together 7 years ago
Lioncash 814e65334e common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash c8c46d0278 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash aa5e7037ec common: Remove bit_set.h 7 years ago
Lioncash 7a14d90f97 common: Remove dependency on xbyak 7 years ago
Lioncash 2c80a3e089 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash fb1339a385 common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash 60d2e259bb common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash b3577fccc1 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
Lioncash dd8172d440 common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 7 years ago
Lioncash 6567d76590 common/assert: Make the UNIMPLEMENTED macro properly assert 7 years ago
Zach Hilman b1c19bc88f svc: Implement yield types 0 and -1 7 years ago
Zach Hilman efced53d38 am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 83aa10f58f string_util: Implement buffer to UTF-16 string helper function 7 years ago
Weiyi Wang aff2753df8 Common/Bitfield: store value as unsigned type 7 years ago
Lioncash 35bddb257b string_util: Remove ArrayToString() 7 years ago
Lioncash a6309c3e1c string_util: Remove TryParse() 7 years ago
Lioncash 68da3a4d4b string_util: Remove ThousandSeparate() 7 years ago
fearlessTobi 381e04453a compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash 8aa910b315 logging/backend: Add missing services to the log filters 7 years ago
Lioncash 443b1a6341 common: Remove memory_util.cpp/.h 7 years ago
Weiyi Wang bbd5e63bdf only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman e37e15fd1e service: Add skeleton for psm service 7 years ago
Lioncash da8827def6 common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash 7784a1ca44 common: Move Is4KBAligned() to alignment.h 7 years ago