Age | Commit message (Expand) | Author |
2014-08-21 | Merge pull request #58 from lioncash/clamp | bunnei |
2014-08-19 | Common: Add a clamp function to math_utils.h | Lioncash |
2014-08-18 | Common: Get rid of an unnecessary forward declaration in symbols.h | Lioncash |
2014-08-18 | Common: Don't return a reference to a string when calling GetName in symbols.cpp | Lioncash |
2014-08-17 | Merge pull request #52 from lioncash/memory | bunnei |
2014-08-17 | Merge pull request #48 from linkmauve/master | bunnei |
2014-08-17 | Common: Correctly set ptr to null if mmap fails in memory_util | Lioncash |
2014-08-17 | Common: Move remaining C header includes over to their C++ equivalent | Lioncash |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash |
2014-08-16 | mem_arena: Replace insecure temporary file creation with devshm, importing Do... | Emmanuel Gil Peyrot |
2014-08-12 | Simplified if-tree in extended_trace.cpp | archshift |
2014-08-12 | Merge pull request #41 from archshift/itr | bunnei |
2014-08-12 | break_points.cpp: return directly from conditionals | archshift |
2014-08-12 | break_points: cleaned up, added `find_if`s | archshift |
2014-08-11 | Changed iterators to use auto, some of which using range-based loops | archshift |
2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka |
2014-08-07 | Use pthread_set_name_np() on OpenBSD. | Anthony J. Bentley |
2014-07-23 | RegisterSet: 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 dir | Yuri Kunde Schlesner |
2014-07-16 | BitField: Cast enum values to proper integer type. | Tony Wasserka |
2014-07-16 | BitField: Add a static_assert. | Tony Wasserka |
2014-07-16 | BitField: Delete copy assignment to prevent obscure bugs. | Tony Wasserka |
2014-07-16 | BitField: Add an explicit evaluation method. | Tony Wasserka |
2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei |
2014-06-12 | Removed definition of MAX_PATH, this is already defined in common_paths.h. | bunnei |
2014-06-12 | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift |
2014-06-12 | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. | bunnei |
2014-06-12 | Pica: Use some template magic to define register structures efficiently. | Tony Wasserka |
2014-06-12 | Rename LCD to GPU. | Tony Wasserka |
2014-06-01 | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei |
2014-06-01 | log: updated GenericLog __attribute__ for newly added parameter | bunnei |
2014-05-29 | log: fixed to not print twice, enabled coloring, added OS print logging as it... | bunnei |
2014-05-22 | Merge branch 'threading' | bunnei |
2014-05-19 | common_types: Changed BasicRect back to Rect, in the common namespace | archshift |
2014-05-19 | Improved clarity and whitespace | archshift |
2014-05-19 | CMakeLists: rename HEADS, improved comments | archshift |
2014-05-16 | Updated cmakelists | archshift |
2014-05-16 | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift |
2014-05-17 | added MIN, MAX, and CLAMP macros to common_funcs | bunnei |
2014-05-15 | added ThreadQueueList class to common (taken from PPSSPP) | bunnei |
2014-05-09 | added kernel logger to common | bunnei |
2014-05-08 | removed incorrect dolphin copyright line | bunnei |
2014-05-07 | fixed include of common in bit_field.h | bunnei |
2014-05-07 | logger fix for linux | bunnei |
2014-05-07 | added GSP to loggers | bunnei |
2014-05-07 | added BitField to common | bunnei |
2014-05-06 | - added better SVC logging | bunnei |
2014-04-30 | Support for C++11 on OSX | archshift |
2014-04-30 | Fixed indents | archshift |
2014-04-29 | Some more experimentation | archshift |