| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed interface definition to declarationHEADmaster | aqua | 2024-08-18 | 5 | -30/+30 |
* | Added InterfaceDefinition class | aqua | 2024-08-18 | 5 | -37/+63 |
* | Added //test:kstdio_mock | aqua | 2024-08-18 | 1 | -4/+9 |
* | Run python tests using pytest | aqua | 2024-08-18 | 9 | -30/+50 |
* | Moved interface_generator script to bin | aqua | 2024-08-18 | 14 | -42/+67 |
* | Moved pytest to private | aqua | 2024-08-18 | 6 | -23/+32 |
* | interface_generator: added pytest wrapper | aqua | 2024-08-17 | 11 | -18/+185 |
* | Added bazel rule for interface_generator | aqua | 2024-08-07 | 21 | -72/+366 |
* | Added interface_generator | aqua | 2024-06-20 | 10 | -0/+219 |
* | Removed tools/kconfig | aqua | 2024-03-10 | 28 | -11752/+0 |
* | Bazel build | aqua | 2024-03-08 | 60 | -300/+573 |
* | Generate src/conf.h | aqua | 2023-11-27 | 2 | -4/+11 |
* | Use meson build system | aqua | 2023-11-27 | 42 | -407/+294 |
* | rules.mk: make include paths absolute | aqua | 2023-08-04 | 1 | -6/+7 |
* | Added make wrapper | aqua | 2023-07-30 | 11 | -63/+50 |
* | Fix compiler warnings | aqua | 2023-06-29 | 20 | -57/+74 |
* | Rework leaf makefiles to be included from top-level | aqua | 2023-06-11 | 13 | -138/+151 |
* | Make code ANSI C compatible | aqua | 2023-05-24 | 43 | -409/+395 |
* | Place compiled objects and dependencies in build/ | aqua | 2023-03-20 | 2 | -43/+34 |
* | Build tests using HOSTTARGETBIN | aqua | 2023-03-12 | 7 | -11/+31 |
* | Add scripts/test_runner.py | aqua | 2023-03-12 | 3 | -17/+57 |
* | src/Makefile: generate conf.h if it doesn't exist | aqua | 2023-03-12 | 2 | -3/+4 |
* | Revert VGA C driver | aqua | 2023-03-12 | 17 | -315/+123 |
* | Add unit tests for C drivers | aqua | 2023-03-12 | 9 | -7/+322 |
* | Move all tests next to the code they're testing | aqua | 2023-03-05 | 18 | -36/+53 |
* | Add TARGETBIN and TARGETLIB rules | aqua | 2023-03-05 | 7 | -45/+56 |
* | Import kconfig from the linux kernel | aqua | 2023-03-04 | 29 | -4/+11759 |
* | Rename host and target tool names | aqua | 2023-02-21 | 7 | -76/+86 |
* | Move C stdlib to lib/libk | aqua | 2023-02-18 | 18 | -11/+11 |
* | Generate dependency files for source code | aqua | 2023-02-12 | 12 | -37/+88 |
* | Make shadowing variables an error | aqua | 2023-02-05 | 4 | -10/+9 |
* | Remove makefile include targets | aqua | 2023-02-05 | 8 | -26/+24 |
* | Split Makefile | aqua | 2023-02-05 | 5 | -96/+180 |
* | blake2: use makefiles instead of meson.build | aqua | 2023-01-29 | 14 | -98/+1196 |
* | Move blake2s selftest to test/ | aqua | 2022-12-28 | 3 | -39/+11 |
* | BLAKE2s: add Known Answer Tests | aqua | 2022-12-28 | 6 | -21/+102 |
* | Add BLAKE2s implementation | aqua | 2022-12-28 | 7 | -0/+2012 |
* | Add test and valgrind targets to rules.mk | aqua | 2022-12-27 | 3 | -13/+12 |
* | Add sched/roundrobin tests | aqua | 2022-12-25 | 8 | -2/+296 |
* | Generate docs using doxygen instead of sphinx | aqua | 2022-12-11 | 14 | -167/+2780 |
* | Move symlink target to leaf makefiles | aqua | 2022-12-11 | 4 | -13/+18 |
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 24 | -268/+330 |
* | Rename CCFLAGS to CFLAGS | aqua | 2022-12-04 | 7 | -12/+16 |
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 20 | -30/+46 |
* | Add FILE struct | aqua | 2022-11-08 | 13 | -141/+223 |
* | Add python-sphinx docs | aqua | 2022-11-08 | 20 | -43/+211 |
* | Capture ps2 mouse packets | aqua | 2022-11-07 | 8 | -21/+61 |
* | lib: migrate tests to gtest | aqua | 2022-11-06 | 7 | -66/+65 |
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 12 | -1/+222 |
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 5 | -12/+11 |