| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-26 | kernel/timer: Make data members private where applicable | Lioncash | |
| Instead, we can just expose functions that return the queryable state instead of letting anything modify it. | |||
| 2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
| 2017-05-29 | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | |
| Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header. | |||
| 2017-02-21 | Timers: Immediately signal the timer if it was started with an initial value ↵ | Subv | |
| of 0. | |||
| 2017-01-10 | Merge pull request #2397 from Subv/pulse | bunnei | |
| Kernel: Implemented Pulse event and timers. | |||
| 2017-01-05 | Kernel: Implemented Pulse event and timers. | Subv | |
| Closes #1904 | |||
| 2017-01-04 | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | |
| This will be useful when implementing mutex priority inheritance. | |||
| 2016-09-22 | move ResetType to kernel.h | wwylele | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-03-12 | svc: Move ResetType enum to the kernel event header | Lioncash | |
| 2015-02-02 | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | |
| They're finally unnecessary, and will stop cluttering the application's handle table. | |||
| 2015-02-02 | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | |
| This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.) | |||
| 2015-02-02 | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner | |
| This is to support the removal of GetHandle soon | |||
| 2015-01-30 | Kernel: Mark all appropriate kernel objects as "final" | Yuri Kunde Schlesner | |
| 2015-01-30 | Kernel: Convert Timer to (mostly) not use Handles | Yuri Kunde Schlesner | |
| 2015-01-20 | core: Fix a few docstrings | Lioncash | |
| 2015-01-08 | SVC: Implemented the Timer service calls. | Subv | |
