summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* BitField: Add an explicit evaluation method.Gravatar Tony Wasserka2014-07-161-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/citraGravatar bunnei2014-06-144-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 typeGravatar bunnei2014-06-013-5/+5
| |
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-011-1/+1
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as ↵Gravatar bunnei2014-05-294-37/+42
| | | | | | | | its own type
* | Removed definition of MAX_PATH, this is already defined in common_paths.h.Gravatar bunnei2014-06-121-2/+0
| |
* | Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-121-1/+1
| |
* | Common: Removed duplicate "LONG" and "MAX_PATH" definitions.Gravatar bunnei2014-06-121-2/+0
| |
* | Pica: Use some template magic to define register structures efficiently.Gravatar Tony Wasserka2014-06-123-3/+166
| |
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-122-2/+2
| |
* | 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
| | | | | | | | Only Rect is in the namespace for now; the rest of common should be added in the future
* | Improved clarity and whitespaceGravatar archshift2014-05-191-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 commentsGravatar archshift2014-05-191-2/+2
| | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
* | 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
| | | | | | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* | 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
| | | | | | | | Somewhere along the line an OSX header had already taken the name Rect.
* | add missing bswap functionsGravatar bunnei2014-04-271-0/+44
|/
* fix for issue Linux build #9, not sure why this is broken but its unused ↵Gravatar bunnei2014-04-271-13/+0
| | | | code I'm just getting rid of it
* 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
|