aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/event.cpp
Commit message (Expand)AuthorAge
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-09
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* License changeGravatar purpasmart962014-12-20
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-05
* Event: Updated several log messages to be assertions.Gravatar bunnei2014-06-13
* Kernel: Updated various kernel function "name" arguments to be const references.Gravatar bunnei2014-06-13
* Kernel: Updated several member functions to be constGravatar bunnei2014-06-13
* Kernel: Made SyncRequest not pure virtual, with a default implementation of e...Gravatar bunnei2014-06-13
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-13
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
* event: added a hackish ability to set an event as "locked" to its current sta...Gravatar bunnei2014-06-01
* event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...Gravatar bunnei2014-05-29
* event: added SetEventLocked method to change status an events lockGravatar bunnei2014-05-27
* kernel: added event module to support creation of CTR "Event" objectsGravatar bunnei2014-05-27