Bananymous
|
720bc418a6
|
All: Clear lines with only whitspace in them
|
2023-09-10 00:31:42 +03:00 |
|
Bananymous
|
52aa98ba25
|
Kernel+LibC: Add some errno codes
Kernel now returns ENOMEM and other errnos, so we dont have to write
error messages
|
2023-03-02 21:10:44 +02:00 |
|
Bananymous
|
4afc4660a4
|
BAN: Basic containers have shrink_to_fit() method
I also chaged the default memory allocation increase from 1.5 to 2
|
2023-02-22 02:07:05 +02:00 |
|
Bananymous
|
247f03c79e
|
BAN: Make ErrorOr<> have attribute [[nodiscard]]
We don't have to specify it everytime we make function return ErrorOr
|
2023-02-19 20:10:30 +02:00 |
|
Bananymous
|
f188fea81c
|
BAN: Implement basic HashSet
|
2023-02-10 02:59:52 +02:00 |
|