aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Expand)AuthorAge
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\
* | Removed definition of MAX_PATH, this is already defined in common_paths.h.Gravatar bunnei2014-06-12
* | Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-12
* | Common: Removed duplicate "LONG" and "MAX_PATH" definitions.Gravatar bunnei2014-06-12
* | Pica: Use some template magic to define register structures efficiently.Gravatar Tony Wasserka2014-06-12
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
| * log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei2014-06-01
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-01
| * log: fixed to not print twice, enabled coloring, added OS print logging as it...Gravatar bunnei2014-05-29
* | Merge branch 'threading'Gravatar bunnei2014-05-22
|\|
* | common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-19
* | Improved clarity and whitespaceGravatar archshift2014-05-19
* | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
* | Updated cmakelistsGravatar archshift2014-05-16
* | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-16
|\ \
| | * added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-17
| | * added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-15
| | * added kernel logger to commonGravatar bunnei2014-05-09
| |/
| * removed incorrect dolphin copyright lineGravatar bunnei2014-05-08
| * fixed include of common in bit_field.hGravatar bunnei2014-05-07
| * logger fix for linuxGravatar bunnei2014-05-07
| * added GSP to loggersGravatar bunnei2014-05-07
| * added BitField to commonGravatar bunnei2014-05-07
| * - added better SVC loggingGravatar bunnei2014-05-06
* | Support for C++11 on OSXGravatar archshift2014-04-30
* | Fixed indentsGravatar archshift2014-04-30
* | Some more experimentationGravatar archshift2014-04-29
* | IT'S ALIVE!Gravatar archshift2014-04-28
* | Fix complaints about functions that could not be foundGravatar archshift2014-04-27
* | Problematic class with no current implementationGravatar archshift2014-04-27
* | Rect to BasicRectGravatar archshift2014-04-27
* | add missing bswap functionsGravatar bunnei2014-04-27
|/
* fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei2014-04-27
* Merge branch 'hle-interface-updates'Gravatar bunnei2014-04-27
|\
| * removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
* | Resolved undefined Common::g_scm_branch error.Gravatar Thomas Edvalson2014-04-25
|/
* made qt window title consistentGravatar bunnei2014-04-23
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-23
* updated windows scm_rev code to use new styleGravatar ShizZy2014-04-23
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
* fixes to build on linuxGravatar bunnei2014-04-22
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-22
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
* Merge branch 'hle-interface'Gravatar bunnei2014-04-18
|\
| * added NDMA hardware interfaceGravatar bunnei2014-04-17
| * added helper functions for upper/lowercase stringsGravatar bunnei2014-04-14
* | Add symbols mapGravatar Mathieu Vaillancourt2014-04-12
| * added logger for generic HLEGravatar bunnei2014-04-10
|/
* removed scm_rev.h from version controlGravatar bunnei2014-04-10
* added missing const to GetWindowTitleGravatar bunnei2014-04-10