| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
| This was automated using `clang-modernize`. | |||
| 2014-08-17 | Core: Alter the kernel string functions to use std::string instead of const ↵ | Lioncash | |
| char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names. | |||
| 2014-08-05 | Kernel: Updated Event and Mutex to specify handle that they are blocking for. | bunnei | |
| 2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | |
| 2014-06-13 | Kernel: Updated various kernel function "name" arguments to be const references. | bunnei | |
| 2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei | |
| 2014-06-13 | Mutex: Moved ReleaseMutex iterator declaration to be inside while loop. | bunnei | |
| 2014-06-13 | Kernel: Updated several member functions to be const | bunnei | |
| 2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei | |
| - SVC: Added ExitThread support - SVC: Added SignalEvent support - Thread: Added WAITTYPE_EVENT for waiting threads for event signals - Thread: Added support for blocking on other threads to finish (e.g. Thread::Join) - Thread: Added debug function for printing current threads ready for execution - Thread: Removed hack/broken thread ready state code from Kernel::Reschedule - Mutex: Moved WaitCurrentThread from SVC to Mutex::WaitSynchronization - Event: Added support for blocking threads on event signalling Kernel: Added missing algorithm #include for use of std::find on non-Windows platforms. | |||
| 2014-06-02 | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | |
| 2014-05-29 | mutex: fixed typo in ReleaseMutex | bunnei | |
| 2014-05-27 | mutex: added preliminary SyncRequest/WaitSynchronization, added some ↵ | bunnei | |
| comments/assertions | |||
| 2014-05-26 | kernel: added WaitSynchronization method to Kernel::Object | bunnei | |
| 2014-05-26 | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | |
| 2014-05-26 | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | |
| 2014-05-22 | kernel: refactored function naming to remove "__" prefix | bunnei | |
| 2014-05-20 | mutex: refactored the interface to code to return a Mutex* handle | bunnei | |
| 2014-05-20 | mutex: initial commit of HLE module | bunnei | |
