Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | - remove Makefile.all | ||||
* | 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 |
| | | | | - generate dependencies during compile rather than explicitly | ||||
* | 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 |
| | | | | | - commit: 0988a0ea791999ebbf95693f2676381825b05033 - path: scripts/kconfig | ||||
* | Rename host and target tool names | aqua | 2023-02-21 | 7 | -76/+86 |
| | | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_ | ||||
* | 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 |
| | | | | | | Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used. | ||||
* | 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 |
| | | | | | | - Makefile: configure, doc and test targets - Makefile.all: info, build and run targets - rules.mk: add base test targets | ||||
* | 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 symlinks target to top-level makefile | ||||
* | 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 |
| | |||||
* | Add sha512sum checksum to grub | aqua | 2022-11-05 | 2 | -0/+6 |
| | |||||
* | i8042: fix broken self-test | aqua | 2022-11-03 | 9 | -51/+66 |
| | |||||
* | vga: fix text mode cursor | aqua | 2022-11-03 | 2 | -19/+19 |
| | | | | outb parameters are (value, port) and not (port, value) |