| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
