summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'threading'Gravatar bunnei2014-05-226-3/+228
|\
| * added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-171-0/+5
| * added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-153-0/+218
| * added kernel logger to commonGravatar bunnei2014-05-092-3/+5
* | common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-191-4/+6
* | Improved clarity and whitespaceGravatar archshift2014-05-191-0/+1
* | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
* | Updated cmakelistsGravatar archshift2014-05-161-0/+1
* | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-165-5/+179
|\|
| * removed incorrect dolphin copyright lineGravatar bunnei2014-05-081-1/+0
| * fixed include of common in bit_field.hGravatar bunnei2014-05-071-1/+1
| * logger fix for linuxGravatar bunnei2014-05-072-3/+3
| * added GSP to loggersGravatar bunnei2014-05-072-2/+2
| * added BitField to commonGravatar bunnei2014-05-073-0/+175
| * - added better SVC loggingGravatar bunnei2014-05-062-5/+5
* | Support for C++11 on OSXGravatar archshift2014-04-301-2/+2
* | Fixed indentsGravatar archshift2014-04-301-1/+1
* | Some more experimentationGravatar archshift2014-04-291-3/+3
* | IT'S ALIVE!Gravatar archshift2014-04-281-1/+39
* | Fix complaints about functions that could not be foundGravatar archshift2014-04-271-1/+1
* | Problematic class with no current implementationGravatar archshift2014-04-271-2/+2
* | Rect to BasicRectGravatar archshift2014-04-271-4/+4
* | add missing bswap functionsGravatar bunnei2014-04-271-0/+44
|/
* fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei2014-04-271-13/+0
* Merge branch 'hle-interface-updates'Gravatar bunnei2014-04-271-5/+0
|\
| * removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-271-5/+0
* | Resolved undefined Common::g_scm_branch error.Gravatar Thomas Edvalson2014-04-251-1/+1
|/
* made qt window title consistentGravatar bunnei2014-04-231-1/+1
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-232-5/+5
* updated windows scm_rev code to use new styleGravatar ShizZy2014-04-235-66/+53
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-236-51/+37
* fixes to build on linuxGravatar bunnei2014-04-222-14/+14
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-221-26/+0
* updated CMakeLists for missing filesGravatar ShizZy2014-04-221-0/+1
* Merge branch 'hle-interface'Gravatar bunnei2014-04-184-5/+27
|\
| * added NDMA hardware interfaceGravatar bunnei2014-04-172-2/+2
| * added helper functions for upper/lowercase stringsGravatar bunnei2014-04-142-0/+22
| * added logger for generic HLEGravatar bunnei2014-04-102-3/+3
* | Add symbols mapGravatar Mathieu Vaillancourt2014-04-124-0/+100
|/
* removed scm_rev.h from version controlGravatar bunnei2014-04-101-4/+0
* added missing const to GetWindowTitleGravatar bunnei2014-04-101-1/+1
* updated CMakeListsGravatar bunnei2014-04-091-16/+17
* - removed deprecated version.hGravatar bunnei2014-04-084-72/+52
* fixed scm_rev_genGravatar bunnei2014-04-082-5/+5
* fixed project includes to use new directory structureGravatar bunnei2014-04-0844-211/+201
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-0854-0/+0
* added "citra" instead of "emu" to title barGravatar bunnei2014-04-061-1/+1
* added logger option specifically for the rendererGravatar bunnei2014-04-062-2/+2
* added missing includes to common_types.hGravatar bunnei2014-04-051-0/+3
* Updated common_types.h to use Gekko's version w/ Rect and some useful unionsGravatar bunnei2014-04-051-30/+102