Age | Commit message (Expand) | Author |
2019-01-31 | kernel: Remove the Timer class | Lioncash |
2019-01-30 | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash |
2019-01-04 | Removed pulse event type | David Marcec |
2018-08-28 | kernel: Eliminate kernel global state | Lioncash |
2018-08-01 | kernel: Move object class to its own source files | Lioncash |
2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage |
2018-07-02 | Rename logging macro back to LOG_* | James Rowe |
2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash |
2018-04-25 | kernel: Migrate logging macros to fmt-compatible ones | Lioncash |
2018-01-20 | Format: Run the new clang format on everything | James Rowe |
2018-01-08 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 |
2017-06-18 | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner |
2017-05-29 | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner |
2017-02-27 | Timer: restore missing signaled=true from #2421 | wwylele |
2017-02-27 | Fix log entry in timer::signal (#2600) | B3n30 |
2017-02-21 | Timers: Immediately signal the timer if it was started with an initial value ... | Subv |
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-12-03 | Threading: Reworked the way our scheduler works. | 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-12-29 | HLE/Timers: Reset OneShot timers when they are acquired instead of when they'... | Subv |
2015-09-16 | general: Silence some warnings when using clang | Lioncash |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot |
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-05-01 | Kernel: Properly initialize and shutdown all modules. | bunnei |
2015-04-14 | Kernel: Use the correct format string for u64 hex. | Emmanuel Gil Peyrot |
2015-02-12 | Build: Fixed some warnings | Subv |
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-02-02 | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner |
2015-02-02 | Kernel: Remove previous scheduled event when a Timer is re-Set | Yuri Kunde Schlesner |
2015-01-30 | Kernel: Convert Timer to (mostly) 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 | 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 | 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 |