summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/bit_field: Make BitField trivially copyableGravatar Lioncash2019-03-071-9/+7
* logging/backend: Make time_origin a class variable instead of a local staticGravatar Lioncash2019-03-021-2/+1
* logging/backend: Move CreateEntry into the Impl classGravatar Lioncash2019-03-022-29/+26
* common/math_util: Move contents into the Common namespaceGravatar Lioncash2019-02-271-2/+2
* common/vector_math: Move Vec[x] types into the Common namespaceGravatar Lioncash2019-02-263-25/+25
* common/quaternion: Move Quaternion into the Common namespaceGravatar Lioncash2019-02-261-2/+2
* Remove GCC version checksGravatar tgsm2019-02-241-3/+3
* Adressed review commentsGravatar B3n302019-02-152-7/+9
* threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n302019-02-153-14/+26
* Merge pull request #2113 from ReinUsesLisp/vulkan-baseGravatar bunnei2019-02-142-0/+2
|\
| * logging: Add Vulkan backend logging class typeGravatar ReinUsesLisp2019-02-122-0/+2
* | threadsafe_queue: Use std::size_t for representing sizeGravatar Lioncash2019-02-121-7/+6
* | threadsafe_queue: Remove NeedSize template parameterGravatar Lioncash2019-02-121-13/+11
|/
* cmake: Fix title bar issueGravatar ReinUsesLisp2019-02-061-1/+14
* cmake: Use CMAKE_COMMAND instead of "cmake"Gravatar Frederic L2019-02-061-1/+1
* gl_shader_disk_cache: Invalidate shader cache changes with CMake hashGravatar ReinUsesLisp2019-02-063-39/+56
* file_util: Add shader directoryGravatar ReinUsesLisp2019-02-063-0/+3
* Merge pull request #1928 from lioncash/capsGravatar bunnei2018-12-272-0/+62
|\
| * common: Add basic bit manipulation utility function to CommonGravatar Lioncash2018-12-212-0/+62
* | common/quaternion: Ensure that w is always initializedGravatar Lioncash2018-12-211-1/+1
|/
* Merge pull request #1732 from DarkLordZach/yield-typesGravatar bunnei2018-12-151-0/+16
|\
| * scheduler: Add explanations for YieldWith and WithoutLoadBalancingGravatar Zach Hilman2018-11-221-2/+2
| * svc: Implement yield types 0 and -1Gravatar Zach Hilman2018-11-181-0/+16
* | Backport review comment from citra-emu/citra#4418Gravatar Tobias2018-12-071-2/+2
* | Merge pull request #1773 from lioncash/threadGravatar bunnei2018-11-232-41/+14
|\ \
| * | common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterGravatar Lioncash2018-11-221-7/+7
| * | common/thread: Make Barrier's 'count' member non-constGravatar Lioncash2018-11-211-1/+1
| * | common/thread: Initialize class member variables where applicableGravatar Lioncash2018-11-211-6/+4
| * | common/thread: Group non-member functions togetherGravatar Lioncash2018-11-211-3/+2
| * | common/thread: Remove SleepCurrentThread()Gravatar Lioncash2018-11-212-12/+0
| * | common/thread: Remove unused CurrentThreadId()Gravatar Lioncash2018-11-212-12/+0
* | | common: Remove bit_set.hGravatar Lioncash2018-11-212-245/+0
|/ /
* | Merge pull request #1758 from lioncash/rectGravatar bunnei2018-11-211-11/+5
|\ \
| * | common/math_util: Simplify std::make_signed usages to std::make_signed_tGravatar Lioncash2018-11-211-2/+2
| * | common/math_util: Make Rectangle's constructors constexprGravatar Lioncash2018-11-211-2/+2
| * | common/math_util: Remove unnecessary static from PIGravatar Lioncash2018-11-211-1/+1
| * | common/math_util: Remove unused IntervalsIntersect() functionGravatar Lioncash2018-11-211-6/+0
* | | common: Remove dependency on xbyakGravatar Lioncash2018-11-213-274/+0
|/ /
* | common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...Gravatar Lioncash2018-11-201-0/+3
* | common/assert: Make the UNIMPLEMENTED macro properly assertGravatar Lioncash2018-11-201-1/+1
* | am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-182-4/+4
* | string_util: Implement buffer to UTF-16 string helper functionGravatar Zach Hilman2018-11-182-0/+17
|/
* Common/Bitfield: store value as unsigned typeGravatar Weiyi Wang2018-11-161-9/+10
* string_util: Remove ArrayToString()Gravatar Lioncash2018-11-132-21/+0
* string_util: Remove TryParse()Gravatar Lioncash2018-11-132-54/+3
* string_util: Remove ThousandSeparate()Gravatar Lioncash2018-11-131-14/+0
* Merge pull request #1441 from CarlKenner/DebuggerLogGravatar bunnei2018-11-052-2/+23
|\
| * logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-072-2/+23
* | compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2018-10-281-0/+4
* | logging/backend: Add missing services to the log filtersGravatar Lioncash2018-10-232-0/+5