Bananymous
|
73c292c4e9
|
BAN: Fix negative floating point value printing
|
2025-04-01 22:39:21 +03:00 |
Bananymous
|
7316eb87b8
|
BAN: Add requires expression for BAN::Formatter
This allows seeing syntax errors before compilation :)
|
2024-11-26 00:55:58 +02:00 |
Bananymous
|
8a2a444f33
|
BAN: Make formatting functions inline
|
2024-08-14 20:26:55 +03:00 |
Bananymous
|
819c130366
|
BAN: If format string is started with space, numbers are padded with it
|
2024-07-19 21:39:31 +03:00 |
Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
921d95d18f
|
All: Clear lines with only whitspace in them
|
2023-09-10 00:31:42 +03:00 |
Bananymous
|
efe73caf1b
|
BAN: char* is now formatted as string and not pointer
|
2023-03-23 14:29:35 +02:00 |
Bananymous
|
371dfe8ef3
|
BAN: Formatter now uses perfect forwarding on its arguments
|
2023-03-08 21:31:26 +02:00 |
Bananymous
|
fd4fdffd46
|
BAN::Formatter now takes putc like function as a parameter
This allows us to use capturing lambdas as a putc like function
|
2022-12-27 19:55:07 +02:00 |
Bananymous
|
d806778a6d
|
BAN: Formatter now passes arguments as const references
We used to take everything by value, since I wasn't sure if I wanted
to overload bigger types
|
2022-12-13 20:43:43 +02:00 |
Bananymous
|
3cda527987
|
BAN: Rename BAN::Formatter argument overload thing
|
2022-12-13 12:30:48 +02:00 |
Bananymous
|
835430e7b0
|
BAN: Move Formatter to new project called BAN
I also implemented basic ErrorOr and Queue
|
2022-12-13 10:39:57 +02:00 |