Commit graph

18 commits

Author SHA1 Message Date
816535d980 Merge pull request 'i2-console-input' (#9) from i2-console-input into main
Reviewed-on: #9
2025-10-17 17:43:08 -05:00
b13018b7cd refactor(console input): added missing void to clear console function 2025-10-17 17:38:56 -05:00
e72a78543e feat(console input): implemented get line function 2025-10-17 17:37:14 -05:00
c74b7364f2 feat(console input): implemented clear console function 2025-10-17 17:24:39 -05:00
98129b3260 refactor(console input): changed name of console functions to include console 2025-10-17 17:06:23 -05:00
49f58a1c2b feat(console input): added get character function 2025-10-17 17:05:10 -05:00
15a1824290 Merge pull request 'i1-console-output' (#8) from i1-console-output into main
Reviewed-on: #8
2025-10-17 15:28:26 -05:00
09791a9d31 refactor(console output): changed asm to __asm__ in system call function 2025-10-17 15:25:57 -05:00
c9ff202bc3 fix(console output): fixed windows console output handle initialization 2025-10-17 15:18:02 -05:00
39eb052853 feat(console output): added error handling to print function 2025-10-17 14:06:53 -05:00
a627d5ead5 feat(console output): implemented printing for linux using syscall 2025-10-17 13:46:23 -05:00
2357205470 feat(console output): implemented printing to console for windows 2025-10-17 13:16:22 -05:00
bdc3b26f97 feat(console output): added print function 2025-10-17 12:43:15 -05:00
23778b818c feat(console ouput): added enum for error codes 2025-10-17 12:35:32 -05:00
e385025bf0 build(cmake): changed cmake to not include simd 2025-10-17 12:31:52 -05:00
6b3850bc84 build(init): added cmake build system and clang tidy files 2025-10-17 08:07:27 -05:00
8cbf40bd63 Update .gitignore 2025-10-16 16:27:01 -05:00
8236fb92f1 Initial commit 2025-10-16 16:26:33 -05:00