- Dec 05, 2018
-
-
Lioncash authored
Just a trivial modernization that potentially avoids copying strings in certain scenarios.
-
- Nov 29, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Oct 30, 2018
-
-
Lioncash authored
Cleans up unused includes and trims off some dependencies on externals.
-
- Aug 31, 2018
-
-
Lioncash authored
The follow-up to e2457418, 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.
-
- Aug 06, 2018
-
-
Lioncash authored
-
- Aug 02, 2018
-
-
Lioncash authored
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.
-
- May 19, 2018
-
-
Subv authored
-
- Apr 21, 2018
-
-
Subv authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Jan 09, 2018
-
-
bunnei authored
-
- Jun 08, 2017
-
-
Yuri Kunde Schlesner authored
-
- May 29, 2017
-
-
Yuri Kunde Schlesner authored
Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.
-
- Dec 11, 2016
- Sep 22, 2016
-
-
wwylele authored
-