summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-26udfore: improved ast + ast dumpudforeSupercip971
2022-05-25udfore: added an ast helperSupercip971
2022-05-25udfore: basic lexingSupercip971
2022-05-23build: fix header-builder generation for header inside directorySupercip971
2022-05-01meta: update cover image.VAN BOSSUYT Nicolas
2022-04-17build: use /usr/bin/env for all scripts.VAN BOSSUYT Nicolas
2022-04-17meta: update building instructions for macOS.Joel Bryan Juliano
2022-04-16build: fix ld fallback.VAN BOSSUYT Nicolas
2022-04-16kernel: only allow BR_MEM_WRITE_THROUGHT and BR_MEM_GLOBAL to task with BR_RI...VAN BOSSUYT Nicolas
2022-04-16kernel: added vmm_update_flagsSupercip971
2022-04-16paging: added NOWCACHE flagSupercip971
2022-04-16build: added missing llvm ar fallback.VAN BOSSUYT Nicolas
2022-04-16meta: update to clang-13.VAN BOSSUYT Nicolas
2022-04-16build: added generated headers and flattened the library.VAN BOSSUYT Nicolas
2022-04-15brutal-base: added the $ sufix to endian macros.VAN BOSSUYT Nicolas
2022-04-15brutal-base: fix build on gcc.VAN BOSSUYT Nicolas
2022-04-15loader: fix build when using the gnu toolchain.VAN BOSSUYT Nicolas
2022-04-14kernel: map init code as read only.VAN BOSSUYT Nicolas
2022-04-14brutal-test: improved hooks lifecylcyle.VAN BOSSUYT Nicolas
2022-04-14kernel: br_map flags where ignored.VAN BOSSUYT Nicolas
2022-04-14kernel: added global page table support in x86 pagingSupercip971
2022-04-12tests: moved gfx benchs marks to tests.VAN BOSSUYT Nicolas
2022-04-11meta: update license.VAN BOSSUYT Nicolas
2022-04-11ipc: allow ipc object to expose multiple interfaces.VAN BOSSUYT Nicolas
2022-04-11handover: working on builder.VAN BOSSUYT Nicolas
2022-04-11brutal-gfx: improved gfx_fill() quality.VAN BOSSUYT Nicolas
2022-04-10brutal-gfx: clamp rect radius to size / 2.VAN BOSSUYT Nicolas
2022-04-10build: removed unused file.VAN BOSSUYT Nicolas
2022-04-10build: activate kvm when possible.VAN BOSSUYT Nicolas
2022-04-10brutal-text: added more witty comments.VAN BOSSUYT Nicolas
2022-04-10brutal-gfx: Don't pass gradiants by value.VAN BOSSUYT Nicolas
2022-04-10brutal-test: allow tests to be skipped.VAN BOSSUYT Nicolas
2022-04-10brutal-io: improved printf support.VAN BOSSUYT Nicolas
2022-04-09brutal-gfx: use gfx_rgba().VAN BOSSUYT Nicolas
2022-04-09build: fix broken build when using gcc.VAN BOSSUYT Nicolas
2022-04-09brutal-base: added some ifdef to any.hVAN BOSSUYT Nicolas
2022-04-09utils: added idgen.VAN BOSSUYT Nicolas
2022-04-09handover: working on builder.VAN BOSSUYT Nicolas
2022-04-08brutal-test: moved test runner to the library.VAN BOSSUYT Nicolas
2022-04-08brutal-io: improved printf formating.VAN BOSSUYT Nicolas
2022-04-08brutal-text: extracted case parsing from fmt.VAN BOSSUYT Nicolas
2022-04-08brutal-cli: fix broken io_fmt$() macros.VAN BOSSUYT Nicolas
2022-04-08brutal-text: renamed is_empty() to str_empty().VAN BOSSUYT Nicolas
2022-04-08brutal-cli: added cli_fmt$()VAN BOSSUYT Nicolas
2022-04-08brutal-io: removed fmt style formating.VAN BOSSUYT Nicolas
2022-04-08brutal-base: added Any equal operator.VAN BOSSUYT Nicolas
2022-04-08brutal-parse: added collect() function to lex.VAN BOSSUYT Nicolas
2022-04-08brutal-base: allow any$() to accept Any.VAN BOSSUYT Nicolas
2022-04-06brutal-rnd: added simple entropy source.VAN BOSSUYT Nicolas
2022-04-06brutal-base: added stringify$ macros.VAN BOSSUYT Nicolas