Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | |
2016-02-04 | backend: defaulted move constructor/assignment | Lioncash | |
2016-01-27 | color: Make trivial helpers constexpr | Lioncash | |
2016-01-25 | key_map: Use std::tie for comparisons | Lioncash | |
2015-12-23 | Add missing return values in ForeachDirectoryEntry | LFsWang | |
ForeachDirectoryEntry is changed by #1256 ,but return value at last line was missing. | |||
2015-12-03 | Merge pull request #1252 from Subv/cam | bunnei | |
Services/Cam: Added new log type and camera enums from 3dbrew. | |||
2015-11-27 | Refactor ScanDirectoryTreeAndCallback to separate errors and retvals | archshift | |
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255. | |||
2015-11-23 | Services/Cam: Added new log type and camera enums from 3dbrew. | Subv | |
Followup to #1102 Original author @mailwl | |||
2015-11-12 | fix failure on gcc and clang | wwylele | |
2015-11-12 | disable unary minus when the type is not signed | wwylele | |
silent warning C4146 on msvc | |||
2015-10-04 | Implement gdbstub | polaris- | |
2015-10-03 | Merge pull request #1176 from lioncash/vs2015-code-junking-day | bunnei | |
Obligatory "Throw out workarounds VS2013 once limited us to" PR | |||
2015-10-01 | Merge pull request #1095 from archshift/game-list | bunnei | |
Initial implementation of a game list | |||
2015-10-01 | bit_field: Re-enable code on MSVC | Lioncash | |
2015-09-30 | Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom ↵ | archshift | |
behavior Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively to use the new ScanDirectoryTreeAndCallback function internally. | |||
2015-09-30 | symbols: Replace an insert call with emplace | Lioncash | |
2015-09-30 | symbols: Get rid of initial underscores in variable names | Lioncash | |
2015-09-30 | symbols: Directly initialize TSymbol members | Lioncash | |
2015-09-30 | symbols: Simplify GetSymbol | Lioncash | |
2015-09-16 | hash: Get rid of unused functions | Lioncash | |
2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
2015-09-11 | memory_util: Remove unnecessary assignment in FreeMemoryPages | Lioncash | |
2015-09-11 | memory_util: Remove commented out printf statements | Lioncash | |
2015-09-11 | general: Replace 0 literals with nullptr where applicable | Lioncash | |
2015-09-11 | synchronized_wrapper: Add missing return in SynchronizedRef move assignment ↵ | Lioncash | |
operator | |||
2015-09-11 | Merge pull request #1144 from lioncash/remove | bunnei | |
common: Get rid of debug_interface.h | |||
2015-09-11 | common: Get rid of a cast in swap.h | Lioncash | |
2015-09-11 | common: Get rid of debug_interface.h | Lioncash | |
This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms. | |||
2015-09-01 | x64: Proper stack alignment in shader JIT function calls | aroulin | |
Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files | |||
2015-09-01 | Common: Import BitSet from Dolphin | aroulin | |
2015-08-28 | Common: Fix MicroProfile compilation in MSVC2015 | Yuri Kunde Schlesner | |
2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
2015-08-23 | x64-emitter: add RCPSS SSE instruction | aroulin | |
2015-08-22 | Merge pull request #1058 from lioncash/ptr | Lioncash | |
emitter: Remove pointer casts | |||
2015-08-22 | Merge pull request #1025 from yuriks/heap-management | Yuri Kunde Schlesner | |
Kernel: Correct(er) handling of Heap and Linear Heap allocations | |||
2015-08-21 | emitter: Remove pointer casts | Lioncash | |
This should also technically silence quite a few ubsan warnings. | |||
2015-08-20 | emitter: Remove unnecessary defines | Lioncash | |
2015-08-20 | emitter: Remove unnecessary else keywords | Lioncash | |
2015-08-20 | emitter: Remove unused code | Lioncash | |
2015-08-20 | emitter: Remove unimplemented JMP prototype | Lioncash | |
2015-08-20 | emitter: Pass OpArg by reference where possible | Lioncash | |
2015-08-20 | emitter: Remove unnecessary inline specifiers | Lioncash | |
Functions implemented in a class definition are already implicitly inline. | |||
2015-08-19 | Merge pull request #1035 from darkf/mingw-fix | bunnei | |
Fix building under MinGW | |||
2015-08-17 | Fix building under MinGW | darkf | |
2015-08-16 | videocore: Added RG8 texture support | Patrick Martin | |
2015-08-16 | VMManager: Make LogLayout log level configurable as a parameter | Yuri Kunde Schlesner | |
2015-08-15 | Merge pull request #1031 from bbarenblat/master | Yuri Kunde Schlesner | |
Handle invalid `Log::Class` | |||
2015-08-15 | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | bunnei | |
2015-08-15 | Common: Cleanup CPU capability detection code. | bunnei | |
2015-08-15 | Common: Move cpu_detect to x64 directory. | bunnei | |