Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Place compiled objects and dependencies in build/ | aqua | 2023-03-20 | 1 | -39/+33 |
| | | | | - generate dependencies during compile rather than explicitly | ||||
* | Build tests using HOSTTARGETBIN | aqua | 2023-03-12 | 1 | -8/+0 |
| | |||||
* | Add scripts/test_runner.py | aqua | 2023-03-12 | 1 | -5/+13 |
| | |||||
* | src/Makefile: generate conf.h if it doesn't exist | aqua | 2023-03-12 | 1 | -2/+3 |
| | |||||
* | Revert VGA C driver | aqua | 2023-03-12 | 1 | -7/+0 |
| | |||||
* | Add unit tests for C drivers | aqua | 2023-03-12 | 1 | -3/+7 |
| | |||||
* | Move all tests next to the code they're testing | aqua | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | Add TARGETBIN and TARGETLIB rules | aqua | 2023-03-05 | 1 | -36/+44 |
| | |||||
* | Import kconfig from the linux kernel | aqua | 2023-03-04 | 1 | -4/+22 |
| | | | | | - commit: 0988a0ea791999ebbf95693f2676381825b05033 - path: scripts/kconfig | ||||
* | Rename host and target tool names | aqua | 2023-02-21 | 1 | -14/+14 |
| | | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_ | ||||
* | Move C stdlib to lib/libk | aqua | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Generate dependency files for source code | aqua | 2023-02-12 | 1 | -20/+73 |
| | | | | | | 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 | 1 | -2/+1 |
| | |||||
* | Remove makefile include targets | aqua | 2023-02-05 | 1 | -3/+2 |
| | |||||
* | Split Makefile | aqua | 2023-02-05 | 1 | -16/+21 |
| | | | | | | - 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 | 1 | -2/+4 |
| | |||||
* | Add test and valgrind targets to rules.mk | aqua | 2022-12-27 | 1 | -0/+8 |
| | |||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 1 | -3/+12 |
| | |||||
* | Rename CCFLAGS to CFLAGS | aqua | 2022-12-04 | 1 | -3/+3 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 1 | -0/+4 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add python-sphinx docs | aqua | 2022-11-08 | 1 | -0/+1 |
| | |||||
* | lib: migrate tests to gtest | aqua | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 1 | -1/+8 |
| | |||||
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 1 | -7/+6 |
| | |||||
* | makefile: clean target shouldn't depend on OBJS | aqua | 2022-11-01 | 1 | -3/+3 |
| | |||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 1 | -2/+19 |
| | |||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 1 | -1/+1 |
| | |||||
* | makefile: add i686/arch.a target | aqua | 2022-10-29 | 1 | -0/+13 |