summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-08-21Merge pull request #58 from lioncash/clampbunnei
2014-08-19Common: Add a clamp function to math_utils.hLioncash
2014-08-18Common: Get rid of an unnecessary forward declaration in symbols.hLioncash
2014-08-18Common: Don't return a reference to a string when calling GetName in symbols.cppLioncash
2014-08-17Merge pull request #52 from lioncash/memorybunnei
2014-08-17Merge pull request #48 from linkmauve/masterbunnei
2014-08-17Common: Correctly set ptr to null if mmap fails in memory_utilLioncash
2014-08-17Common: Move remaining C header includes over to their C++ equivalentLioncash
2014-08-17Common: Move header guards over to pragma onceLioncash
2014-08-16mem_arena: Replace insecure temporary file creation with devshm, importing Do...Emmanuel Gil Peyrot
2014-08-12Simplified if-tree in extended_trace.cpparchshift
2014-08-12Merge pull request #41 from archshift/itrbunnei
2014-08-12break_points.cpp: return directly from conditionalsarchshift
2014-08-12break_points: cleaned up, added `find_if`sarchshift
2014-08-11Changed iterators to use auto, some of which using range-based loopsarchshift
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-07Use pthread_set_name_np() on OpenBSD.Anthony J. Bentley
2014-07-23RegisterSet: Simplify code by using structs for register definition instead o...Tony Wasserka
2014-07-19[build] Search for the git binary in the default msysgit install dirYuri Kunde Schlesner
2014-07-16BitField: Cast enum values to proper integer type.Tony Wasserka
2014-07-16BitField: Add a static_assert.Tony Wasserka
2014-07-16BitField: Delete copy assignment to prevent obscure bugs.Tony Wasserka
2014-07-16BitField: Add an explicit evaluation method.Tony Wasserka
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
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 it...bunnei
2014-05-22Merge branch 'threading'bunnei
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
2014-05-19Improved clarity and whitespacearchshift
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
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
2014-04-30Support for C++11 on OSXarchshift
2014-04-30Fixed indentsarchshift
2014-04-29Some more experimentationarchshift