1
Commit Graph

446 Commits

Author SHA1 Message Date
5ff3d72bfd remove unnecessary checks 2022-07-24 21:12:04 +02:00
b9477f76ab nullptr instead of 0 2022-07-24 16:55:53 +02:00
18e0a666c8 remove logger from globals, use static 2022-07-24 16:55:09 +02:00
0d109727ac reformat + static const ioports 2022-07-24 16:54:51 +02:00
e1eac41853 reformat 2022-07-24 16:51:16 +02:00
a15e1d9fd4 reformat 2022-07-24 16:46:02 +02:00
3546cba4ea reformat 2022-07-24 15:58:17 +02:00
1572590c33 reformat 2022-07-24 15:58:03 +02:00
afa2e67fd4 reformat 2022-07-24 15:57:47 +02:00
e9b3da9fe4 disable identifier length warning 2022-07-24 15:55:14 +02:00
319fb25ae1 cleanup some vbe stuff 2022-07-24 14:13:59 +02:00
adbc87c680 add clion to flake.nix 2022-07-24 14:13:40 +02:00
a6ee16eade disable magic number checks 2022-07-24 14:13:21 +02:00
aaa762d70e initialize for index variable 2022-07-24 02:39:49 +02:00
3034c4d450 fix cgastream color but (flush erased all colors) 2022-07-24 02:39:36 +02:00
5396d419ee comment 2022-07-24 02:39:28 +02:00
a00a93d157 better exit error message 2022-07-24 02:27:15 +02:00
f291938bfc make qemu-stdio to default 2022-07-24 02:24:06 +02:00
3aec6243ab fix vector demo print (no longer copies) 2022-07-24 02:23:01 +02:00
b0b6ec13dc allow vector to be lazy init if alloc not avail 2022-07-24 02:22:43 +02:00
a0fd7ea1a4 add move/copy constructors/assignment operators 2022-07-24 01:57:41 +02:00
b88ca2d9a4 list extra demos in menu 2022-07-24 01:38:53 +02:00
85b31ecb9a comment 2022-07-24 01:37:04 +02:00
6bf7c5e5a8 readme update 2022-07-24 01:35:42 +02:00
adae600809 add string demo 2022-07-24 01:35:34 +02:00
281228b6be fix string move constructor/assignment + additions 2022-07-24 01:35:21 +02:00
d9b86355c7 remove <cstddef> and NULLs (use nullptr) 2022-07-24 00:40:51 +02:00
e4469e51b2 cleanup 2022-07-24 00:33:14 +02:00
605d4e8c8d switch cpu methods to static 2022-07-24 00:29:21 +02:00
a5c14da0de cleanup pit 2022-07-24 00:22:34 +02:00
3538969d94 cleanaup keyboard 2022-07-24 00:22:27 +02:00
be56c76d81 cleanup key 2022-07-24 00:18:02 +02:00
26912fa041 cleanup cgastream 2022-07-24 00:16:35 +02:00
1f62ba8635 cga cleanup 2022-07-24 00:12:59 +02:00
186dc8779b cleanup 2022-07-24 00:08:32 +02:00
520445b66e add overloads for bse::string 2022-07-24 00:08:22 +02:00
4aa6d089ca allow to retrieve bse::array buffer address 2022-07-24 00:08:00 +02:00
afd5a9599d mark const stuff const 2022-07-24 00:07:45 +02:00
1c87110b70 implement basic dynamic string 2022-07-24 00:07:21 +02:00
65ae4e139b add min/max to Math.h 2022-07-24 00:07:10 +02:00
3b69ffc82a clean cgastream 2022-07-23 22:46:09 +02:00
ddad13defa clean outstream 2022-07-23 22:46:03 +02:00
226a247043 cleanup cga 2022-07-23 21:51:29 +02:00
94cc244868 rename Iterator to iterator 2022-07-23 21:38:16 +02:00
c95361552a rename Vector to vector 2022-07-23 21:37:00 +02:00
c8db2c8878 rename Array to array 2022-07-23 21:32:51 +02:00
1788df7fad comment 2022-07-23 21:06:59 +02:00
ad2efb2f64 readme 2022-07-23 18:51:15 +02:00
70876f1a06 use the stack for regs in thread_switch 2022-07-23 18:40:16 +02:00
cd26464052 add new asm which doesn't work yet 2022-07-23 18:27:44 +02:00