Luna/libluna
apio 08997007f2
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Stop checking initialization status on every bitmap method call
Since our asserts (expect()) are enabled on release as well, this is kinda expensive.

It's up to the caller, if they receive a null pointer dereference it's
their fault for not initializing their bitmap :)

We do still assert out-of-range indexing and stuff like that.
2023-06-18 19:28:28 +02:00
..
include/luna libluna: Add the clear_data() method to Vector and use it to optimize Base64::decode 2023-06-18 19:24:26 +02:00
src libluna: Stop checking initialization status on every bitmap method call 2023-06-18 19:28:28 +02:00
CMakeLists.txt kernel: Add GUID partition table support 2023-06-17 12:03:37 +02:00