summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.bunnei
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-06-12Common: Removed duplicate "LONG" and "MAX_PATH" definitions.bunnei
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typebunnei
2014-06-01log: updated GenericLog __attribute__ for newly added parameterbunnei
2014-05-29log: fixed to not print twice, enabled coloring, added OS print logging as ↵bunnei
its own type
2014-05-22Merge branch 'threading'bunnei
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
Only Rect is in the namespace for now; the rest of common should be added in the future
2014-05-19Improved clarity and whitespacearchshift
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
Changes for clarity of comments, removed redundant compiler flags.
2014-05-16Updated cmakelistsarchshift
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift
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-30Support for C++11 on OSXarchshift
2014-04-30Fixed indentsarchshift
2014-04-29Some more experimentationarchshift
2014-04-28IT'S ALIVE!archshift
2014-04-27Fix complaints about functions that could not be foundarchshift
2014-04-27Problematic class with no current implementationarchshift
2014-04-27Rect to BasicRectarchshift
Somewhere along the line an OSX header had already taken the name Rect.
2014-04-27add missing bswap functionsbunnei
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