summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16WIPfeat/reactive-uiVAN BOSSUYT Nicolas
2022-03-15kernel: removed unused object_cleanup.VAN BOSSUYT Nicolas
2022-03-15build: build limine based disk images.VAN BOSSUYT Nicolas
2022-03-15arch-x86_64: added stivale2 support back.VAN BOSSUYT Nicolas
2022-03-15handover: fix ho_mmtype_to_str.VAN BOSSUYT Nicolas
2022-03-15loader: improved logs.VAN BOSSUYT Nicolas
2022-03-15init: improved logs.VAN BOSSUYT Nicolas
2022-03-14wm: hide closed windows.VAN BOSSUYT Nicolas
2022-03-14wm: transform mouse event position to client space.VAN BOSSUYT Nicolas
2022-03-14brutal-text: use uint8_t in Str.VAN BOSSUYT Nicolas
2022-03-14arch-riscv64: cleanup code.VAN BOSSUYT Nicolas
2022-03-14kernel: unblock task when calling sched_yield.VAN BOSSUYT Nicolas
2022-03-11stdc-ansi: atof, atoi, atol, atoll use brutal-parse.VAN BOSSUYT Nicolas
2022-03-11brutal-parse: initialize value to 0 when parsing int.VAN BOSSUYT Nicolas
2022-03-11benchs: improved text benchmark.VAN BOSSUYT Nicolas
2022-03-11brutal-io: avoid duplicating context in traits.VAN BOSSUYT Nicolas
2022-03-08std: define noreturn instead of using '<stdnoreturn.h>' headerd0p1
2022-03-07bench: added more bench + use seconds for time instead of tickSupercip971
2022-03-06build: fix riscv build + split host/user flag in different makefileSupercip971
2022-03-06bench: tyding up codeSupercip971
2022-03-06bench: improved the application [...]Supercip971
2022-03-06brutal: added time_ns_nowSupercip971
2022-03-06kernel: log when events are dropped.VAN BOSSUYT Nicolas
2022-03-05brutal-gfx: fix comparison of integer expressions of different signedness.VAN BOSSUYT Nicolas
2022-03-05bench: added a gui benchmark applicationSupercip971
2022-03-05embed: added a function to get the time in nanosecondSupercip971
2022-03-05gfx: fix the last pixels of a scanline were randomSupercip971
2022-03-05brutal-ui: added ui_app_benchmark().VAN BOSSUYT Nicolas
2022-03-05brutal-gfx: refactored gfx-ops and renamed MVec to MVec2f.VAN BOSSUYT Nicolas
2022-03-05gfx: fixed buffer overflow when filling shape that are bigger than the scanlineSupercip971
2022-03-05gfx: improve performance by adding fast path [...]Supercip971
2022-03-02libs: moved some headers around.VAN BOSSUYT Nicolas
2022-02-28doc: extract all doxygen comment instead of only files with @file attributeSupercip971
2022-02-26brutal-ui: moved layout parser to its own TU.VAN BOSSUYT Nicolas
2022-02-26embed-brutal: implemented embed_chan_write().VAN BOSSUYT Nicolas
2022-02-26brutal-ui: parse layout string.VAN BOSSUYT Nicolas
2022-02-25build: improved build configuration.VAN BOSSUYT Nicolas
2022-02-24fs: split ext2.c in multiple filesSupercip971
2022-02-24meta: update roadmapSupercip971
2022-02-24fs: use Result(T) instead of value for returning errorSupercip971
2022-02-24file: split file_open in 4 functionsSupercip971
2022-02-24ext2: tyding upSupercip971
2022-02-24ext2: fixed inode growingSupercip971
2022-02-24brutal: added flags to io_file_openSupercip971
2022-02-24ext2: added inode writing + growingSupercip971
2022-02-24ext2: fixed large read issue + added Inode cacheSupercip971
2022-02-24stdc-ansi: use alloc_global for malloc.VAN BOSSUYT Nicolas
2022-02-23pci: fix nullderef.VAN BOSSUYT Nicolas
2022-02-23zlib+gzip: `out` should not be marked as const.VAN BOSSUYT Nicolas
2022-02-23build: fix tests.VAN BOSSUYT Nicolas