summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-22Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner2-32/+12
2014-10-22Common: Return from CreateFullPath early if the directory creation failsGravatar archshift1-2/+4
2014-10-07Added configuration file system.Gravatar archshift6-69/+73
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2-0/+53
2014-09-28Fix warnings in core and commonGravatar Lioncash3-15/+5
2014-09-21chunk_file: General cleanupGravatar Lioncash1-244/+0
2014-09-21Use the citra user path for the sdmc directoryGravatar archshift3-0/+4
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot4-25/+25
2014-09-17Common: Return the number of items read/written in IOFile’s methods instead...Gravatar Emmanuel Gil Peyrot1-8/+20
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman5-40/+61
2014-09-11Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman4-0/+77
2014-09-08Removed fixed_size_queue.hGravatar archshift2-71/+0
2014-09-08common: Prune all redundant includesGravatar archshift10-34/+3
2014-09-08Moved common_types::Rect from common to Common namespaceGravatar archshift1-1/+1
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift11-32/+39
2014-09-08loader.cpp: improved file extension checking, made Upper/LowerStr usefulGravatar archshift2-12/+9
2014-09-08Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash1-6/+0
2014-09-08Common: Fix a potential infinite loop in StringUtil's ReplaceAllGravatar Lioncash1-3/+8
2014-09-07Removed common/std_xyz, instead using the std headerGravatar archshift7-856/+6
2014-09-02Removed common/atomic, instead using std::atomicGravatar archshift4-198/+0
2014-09-01Remove hand-crafted Visual Studio solution.Gravatar Yuri Kunde Schlesner4-453/+0
2014-09-01Avoid LOGGING redefinition warnings.Gravatar Yuri Kunde Schlesner1-0/+2
2014-09-01CMake cleanupGravatar Yuri Kunde Schlesner1-7/+16
2014-08-19Common: Add a clamp function to math_utils.hGravatar Lioncash1-0/+7
2014-08-18Common: Get rid of an unnecessary forward declaration in symbols.hGravatar Lioncash1-2/+0
2014-08-18Common: Don't return a reference to a string when calling GetName in symbols.cppGravatar Lioncash2-2/+2
2014-08-17Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash1-5/+8
2014-08-17Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash8-21/+20
2014-08-17Common: Move header guards over to pragma onceGravatar Lioncash33-146/+41
2014-08-16mem_arena: Replace insecure temporary file creation with devshm, importing Do...Gravatar Emmanuel Gil Peyrot1-24/+23
2014-08-12Simplified if-tree in extended_trace.cppGravatar archshift1-13/+9
2014-08-12break_points.cpp: return directly from conditionalsGravatar archshift1-6/+2
2014-08-12break_points: cleaned up, added `find_if`sGravatar archshift2-59/+51
2014-08-11Changed iterators to use auto, some of which using range-based loopsGravatar archshift1-27/+28
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka3-165/+0
2014-08-07Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley1-1/+3
2014-07-23RegisterSet: Simplify code by using structs for register definition instead o...Gravatar Tony Wasserka1-6/+8
2014-07-19[build] Search for the git binary in the default msysgit install dirGravatar Yuri Kunde Schlesner1-1/+8
2014-07-16BitField: Cast enum values to proper integer type.Gravatar Tony Wasserka1-1/+1
2014-07-16BitField: Add a static_assert.Gravatar Tony Wasserka1-0/+1
2014-07-16BitField: Delete copy assignment to prevent obscure bugs.Gravatar Tony Wasserka1-0/+16
2014-07-16BitField: Add an explicit evaluation method.Gravatar Tony Wasserka1-0/+5
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.Gravatar bunnei1-2/+0
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift1-1/+1
2014-06-12Common: Removed duplicate "LONG" and "MAX_PATH" definitions.Gravatar bunnei1-2/+0
2014-06-12Pica: Use some template magic to define register structures efficiently.Gravatar Tony Wasserka3-3/+166
2014-06-12Rename LCD to GPU.Gravatar Tony Wasserka2-2/+2
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei3-5/+5
2014-06-01log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei1-1/+1
2014-05-29log: fixed to not print twice, enabled coloring, added OS print logging as it...Gravatar bunnei4-37/+42