Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | |
The follow-up to e2457418dae19b889b2ad85255bb95d4cd0e4bff, which replaces most of the includes in the core header with forward declarations. This makes it so that if any of the headers the core header was previously including change, then no one will need to rebuild the bulk of the core, due to core.h being quite a prevalent inclusion. This should make turnaround for changes much faster for developers. | |||
2018-08-06 | qt: Add missing override specifiers where applicable | Lioncash | |
2018-08-01 | kernel: Move object class to its own source files | Lioncash | |
General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code. | |||
2018-05-19 | Qt/WaitTree: Display the callstack for each thread in the wait tree widget. | Subv | |
2018-04-20 | Qt: Update the WaitTree widget to show info about the current mutex of each ↵ | Subv | |
thread. | |||
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |