summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2014-05-17added MIN, MAX, and CLAMP macros to common_funcsbunnei
2014-05-15added ThreadQueueList class to common (taken from PPSSPP)bunnei
2014-05-09added kernel logger to commonbunnei
2014-05-08removed incorrect dolphin copyright linebunnei
2014-05-07fixed include of common in bit_field.hbunnei
2014-05-07logger fix for linuxbunnei
2014-05-07added GSP to loggersbunnei
2014-05-07added BitField to commonbunnei
2014-05-06- added better SVC loggingbunnei
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
2014-04-27fix for issue Linux build #9, not sure why this is broken but its unused ↵bunnei
code I'm just getting rid of it
2014-04-27Merge branch 'hle-interface-updates'bunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-25Resolved undefined Common::g_scm_branch error.Thomas Edvalson
2014-04-23made qt window title consistentbunnei
2014-04-23fixes to scm_rev generation to make it conistent with windows buildbunnei
2014-04-23updated windows scm_rev code to use new styleShizZy
2014-04-23added scm rev generation on Linux/cmakebunnei
2014-04-22fixes to build on linuxbunnei
2014-04-22removed duplicate rotl/rotr functionsShizZy
2014-04-22updated CMakeLists for missing filesShizZy
2014-04-18Merge branch 'hle-interface'bunnei
2014-04-17added NDMA hardware interfacebunnei
2014-04-14added helper functions for upper/lowercase stringsbunnei
2014-04-12Add symbols mapMathieu Vaillancourt
2014-04-10added logger for generic HLEbunnei
2014-04-10removed scm_rev.h from version controlbunnei
2014-04-10added missing const to GetWindowTitlebunnei
2014-04-09updated CMakeListsbunnei
2014-04-08- removed deprecated version.hbunnei
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-08fixed scm_rev_genbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei
2014-04-06added "citra" instead of "emu" to title barbunnei
2014-04-06added logger option specifically for the rendererbunnei
2014-04-05added missing includes to common_types.hbunnei
2014-04-05Updated common_types.h to use Gekko's version w/ Rect and some useful unionsbunnei
2014-04-05added DISALLOW_COPY_AND_ASSIGN macrobunnei
2014-04-05added LCD loggerbunnei
2014-04-04added a HW option to loggingbunnei
2014-04-01convert tabs to spacesbunnei
2014-03-31grabbed ppsspp's MemArenabunnei
2013-10-01added TIME logger for core timingShizZy
2013-10-01renamed GC_ALIGNED* macros to MEMORY_ALIGNED*ShizZy
2013-09-26upgraded proj files to vs 2013ShizZy
2013-09-26renamed from citrus to citraShizZy
2013-09-25moved file_sys back to coreShizZy
2013-09-23removed <windows.h> include from common.h and added it only where neededShizZy
2013-09-23moved file_sys to commonShizZy
2013-09-23added localtime_r for use on windowsShizZy
2013-09-23added utf8 to common module, utils for dealing with utf8ShizZy