| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | BitField: Add an explicit evaluation method. | 2014-07-16 | 1 | -0/+5 | ||
| | | | | | Sometimes it can be beneficial to use this in places where an explicit cast needs to happen otherwise. By using the evaluation method, it's not necessary anymore to explicitly write the underlying type in this case. | |||||
| * | Merge branch 'threading' of https://github.com/bunnei/citra | 2014-06-14 | 4 | -43/+48 | ||
| |\ | | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | |||||
| | * | log: updated MAX_LOGLEVEL to use correct log level enum type | 2014-06-01 | 3 | -5/+5 | ||
| | | | ||||||
| | * | log: updated GenericLog __attribute__ for newly added parameter | 2014-06-01 | 1 | -1/+1 | ||
| | | | ||||||
| | * | log: fixed to not print twice, enabled coloring, added OS print logging as ↵ | 2014-05-29 | 4 | -37/+42 | ||
| | | | | | | | | | its own type | |||||
| * | | Removed definition of MAX_PATH, this is already defined in common_paths.h. | 2014-06-12 | 1 | -2/+0 | ||
| | | | ||||||
| * | | Preprocessor: #if's out OSX-specific GL changes on other platforms | 2014-06-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. | 2014-06-12 | 1 | -2/+0 | ||
| | | | ||||||
| * | | Pica: Use some template magic to define register structures efficiently. | 2014-06-12 | 3 | -3/+166 | ||
| | | | ||||||
| * | | Rename LCD to GPU. | 2014-06-12 | 2 | -2/+2 | ||
| | | | ||||||
| * | | Merge branch 'threading' | 2014-05-22 | 6 | -3/+228 | ||
| |\| | ||||||
| | * | added MIN, MAX, and CLAMP macros to common_funcs | 2014-05-17 | 1 | -0/+5 | ||
| | | | ||||||
| | * | added ThreadQueueList class to common (taken from PPSSPP) | 2014-05-15 | 3 | -0/+218 | ||
| | | | ||||||
| | * | added kernel logger to common | 2014-05-09 | 2 | -3/+5 | ||
| | | | ||||||
| * | | common_types: Changed BasicRect back to Rect, in the common namespace | 2014-05-19 | 1 | -4/+6 | ||
| | | | | | | | | | Only Rect is in the namespace for now; the rest of common should be added in the future | |||||
| * | | Improved clarity and whitespace | 2014-05-19 | 1 | -0/+1 | ||
| | | | | | | | | | 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. | |||||
| * | | CMakeLists: rename HEADS, improved comments | 2014-05-19 | 1 | -2/+2 | ||
| | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags. | |||||
| * | | Updated cmakelists | 2014-05-16 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into issue-7-fix | 2014-05-16 | 5 | -5/+179 | ||
| |\| | ||||||
| | * | removed incorrect dolphin copyright line | 2014-05-08 | 1 | -1/+0 | ||
| | | | ||||||
| | * | fixed include of common in bit_field.h | 2014-05-07 | 1 | -1/+1 | ||
| | | | ||||||
| | * | logger fix for linux | 2014-05-07 | 2 | -3/+3 | ||
| | | | ||||||
| | * | added GSP to loggers | 2014-05-07 | 2 | -2/+2 | ||
| | | | ||||||
| | * | added BitField to common | 2014-05-07 | 3 | -0/+175 | ||
| | | | ||||||
| | * | - added better SVC logging | 2014-05-06 | 2 | -5/+5 | ||
| | | | | | | | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs | |||||
| * | | Support for C++11 on OSX | 2014-04-30 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Fixed indents | 2014-04-30 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Some more experimentation | 2014-04-29 | 1 | -3/+3 | ||
| | | | ||||||
| * | | IT'S ALIVE! | 2014-04-28 | 1 | -1/+39 | ||
| | | | ||||||
| * | | Fix complaints about functions that could not be found | 2014-04-27 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Problematic class with no current implementation | 2014-04-27 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Rect to BasicRect | 2014-04-27 | 1 | -4/+4 | ||
| | | | | | | | | | Somewhere along the line an OSX header had already taken the name Rect. | |||||
| * | | add missing bswap functions | 2014-04-27 | 1 | -0/+44 | ||
| |/ | ||||||
| * | fix for issue Linux build #9, not sure why this is broken but its unused ↵ | 2014-04-27 | 1 | -13/+0 | ||
| | | | | | code I'm just getting rid of it | |||||
| * | Merge branch 'hle-interface-updates' | 2014-04-27 | 1 | -5/+0 | ||
| |\ | ||||||
| | * | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | 2014-04-27 | 1 | -5/+0 | ||
| | | | ||||||
| * | | Resolved undefined Common::g_scm_branch error. | 2014-04-25 | 1 | -1/+1 | ||
| |/ | ||||||
| * | made qt window title consistent | 2014-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | fixes to scm_rev generation to make it conistent with windows build | 2014-04-23 | 2 | -5/+5 | ||
| | | ||||||
| * | updated windows scm_rev code to use new style | 2014-04-23 | 5 | -66/+53 | ||
| | | ||||||
| * | added scm rev generation on Linux/cmake | 2014-04-23 | 6 | -51/+37 | ||
| | | ||||||
| * | fixes to build on linux | 2014-04-22 | 2 | -14/+14 | ||
| | | ||||||
| * | removed duplicate rotl/rotr functions | 2014-04-22 | 1 | -26/+0 | ||
| | | ||||||
| * | updated CMakeLists for missing files | 2014-04-22 | 1 | -0/+1 | ||
| | | ||||||
| * | Merge branch 'hle-interface' | 2014-04-18 | 4 | -5/+27 | ||
| |\ | ||||||
| | * | added NDMA hardware interface | 2014-04-17 | 2 | -2/+2 | ||
| | | | ||||||
| | * | added helper functions for upper/lowercase strings | 2014-04-14 | 2 | -0/+22 | ||
| | | | ||||||
| | * | added logger for generic HLE | 2014-04-10 | 2 | -3/+3 | ||
| | | | ||||||
| * | | Add symbols map | 2014-04-12 | 4 | -0/+100 | ||
| |/ | ||||||
| * | removed scm_rev.h from version control | 2014-04-10 | 1 | -4/+0 | ||
| | | ||||||