aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Expand)AuthorAge
...
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\
* \ Merge pull request #103 from archshift/pruneGravatar bunnei2014-09-10
|\ \
* \ \ Merge pull request #104 from archshift/removalGravatar bunnei2014-09-09
|\ \ \
* \ \ \ Merge pull request #101 from lioncash/inf-loopGravatar bunnei2014-09-09
|\ \ \ \
| | * | | Removed fixed_size_queue.hGravatar archshift2014-09-08
| | | * | common: Prune all redundant includesGravatar archshift2014-09-08
| | |/ /
| | | * Moved common_types::Rect from common to Common namespaceGravatar archshift2014-09-08
| | | * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
| | | * loader.cpp: improved file extension checking, made Upper/LowerStr usefulGravatar archshift2014-09-08
| | |/
* | / Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash2014-09-08
| |/ |/|
| * Common: Fix a potential infinite loop in StringUtil's ReplaceAllGravatar Lioncash2014-09-08
|/
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-07
* Removed common/atomic, instead using std::atomicGravatar archshift2014-09-02
* Remove hand-crafted Visual Studio solution.Gravatar Yuri Kunde Schlesner2014-09-01
* Avoid LOGGING redefinition warnings.Gravatar Yuri Kunde Schlesner2014-09-01
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
* Merge pull request #58 from lioncash/clampGravatar bunnei2014-08-21
|\
| * Common: Add a clamp function to math_utils.hGravatar Lioncash2014-08-19
* | Common: Get rid of an unnecessary forward declaration in symbols.hGravatar Lioncash2014-08-18
|/
* Common: Don't return a reference to a string when calling GetName in symbols.cppGravatar Lioncash2014-08-18
* Merge pull request #52 from lioncash/memoryGravatar bunnei2014-08-17
|\
* \ Merge pull request #48 from linkmauve/masterGravatar bunnei2014-08-17
|\ \
| | * Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash2014-08-17
* | | Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash2014-08-17
* | | Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| |/ |/|
| * mem_arena: Replace insecure temporary file creation with devshm, importing Do...Gravatar Emmanuel Gil Peyrot2014-08-16
|/
* Simplified if-tree in extended_trace.cppGravatar archshift2014-08-12
* Merge pull request #41 from archshift/itrGravatar bunnei2014-08-12
|\
| * break_points.cpp: return directly from conditionalsGravatar archshift2014-08-12
| * break_points: cleaned up, added `find_if`sGravatar archshift2014-08-12
| * Changed iterators to use auto, some of which using range-based loopsGravatar archshift2014-08-11
* | Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka2014-08-12
|/
* Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley2014-08-07
* RegisterSet: Simplify code by using structs for register definition instead o...Gravatar Tony Wasserka2014-07-23
* [build] Search for the git binary in the default msysgit install dirGravatar Yuri Kunde Schlesner2014-07-19
* BitField: Cast enum values to proper integer type.Gravatar Tony Wasserka2014-07-16
* BitField: Add a static_assert.Gravatar Tony Wasserka2014-07-16
* BitField: Delete copy assignment to prevent obscure bugs.Gravatar Tony Wasserka2014-07-16
* BitField: Add an explicit evaluation method.Gravatar Tony Wasserka2014-07-16
* 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