index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
event.cpp
Age
Commit message (
Expand
)
Author
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-01-10
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-05
Kernel: Implemented Pulse event and timers.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-11-19
Kernel/Events: Log an error when trying to create Pulse events and timers.
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-12
svc: Make ResetType an enum class
Lioncash
2015-07-11
Kernel: Remove unused member from Event
Yuri Kunde Schlesner
2015-06-16
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-05-20
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-21
Kernel: Renamed some functions for clarity.
bunnei
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Event: Fix implementation of "non-sticky" events.
bunnei
2015-01-21
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-21
Event: Get rid of permanent_lock hack.
bunnei
2015-01-21
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-05
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-06-13
Event: Updated several log messages to be assertions.
bunnei
2014-06-13
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
Kernel: Updated several member functions to be const
bunnei
2014-06-13
Kernel: Made SyncRequest not pure virtual, with a default implementation of e...
bunnei
2014-06-13
Kernel: Added real support for thread and event blocking
bunnei
2014-06-02
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-01
event: added a hackish ability to set an event as "locked" to its current sta...
bunnei
2014-05-29
event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...
bunnei
[next]