apio pushed to main at apio/Luna 2024-03-07 21:33:28 +00:00
2780ee2ebc ports: Build gcc without --enable-checking
apio pushed to text-editor at apio/Luna 2024-03-06 21:41:37 +00:00
42e1700e7a editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
apio pushed to text-editor at apio/Luna 2024-03-06 21:23:02 +00:00
f0ce6c36de editor: Add basic loading and saving
2951c539b1 editor: Add a basic text editor
70c63572b2 2048: Use the arrow keys and the Home key as input
fc37634a18 kernel: Add much-needed support for extended keyboard scancodes
f05fea441c libluna: Add LinkedList tags
Compare 7 commits »
apio pushed to main at apio/Luna 2024-03-06 19:34:20 +00:00
70c63572b2 2048: Use the arrow keys and the Home key as input
fc37634a18 kernel: Add much-needed support for extended keyboard scancodes
Compare 2 commits »
apio pushed to main at apio/microbit 2024-03-04 14:54:08 +00:00
9e9603b1d5 initial commit
apio pushed to main at apio/microbit 2024-03-04 14:50:27 +00:00
915e6a299a initial commit
apio created branch main in apio/microbit 2024-03-04 14:50:27 +00:00
apio pushed to main at apio/Luna 2024-03-03 13:52:45 +00:00
f05fea441c libluna: Add LinkedList tags
apio pushed to text-editor at apio/Luna 2024-02-27 19:11:44 +00:00
406aa0d925 editor: Add basic loading and saving
278c3ed69e libluna: Add typename to some stuff in TypeTraits
5cf558292b ports: Fix mpfr download url
Compare 3 commits »
apio pushed to main at apio/Luna 2024-02-11 18:26:50 +00:00
5975e58b4a libluna: Add typename to some stuff in TypeTraits
apio closed issue apio/Luna#43 2024-02-11 17:38:24 +00:00
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program
apio commented on issue apio/Luna#43 2024-02-11 17:38:24 +00:00
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program

GCC works

Fixed in 644614cdd8f63727adb1e5acc98784e7a0e6b4f0. =D

apio pushed to main at apio/Luna 2024-02-11 17:26:55 +00:00
d385e01796 ports: Fix mpfr download url
apio created pull request apio/Luna#45 2024-02-11 16:11:38 +00:00
WIP: Add a basic GUI text editor
apio pushed to text-editor at apio/Luna 2024-02-11 16:11:04 +00:00
d1537e1566 editor: Add a basic text editor
apio created branch text-editor in apio/Luna 2024-02-11 16:11:04 +00:00
apio pushed to main at apio/Luna 2024-02-11 16:10:49 +00:00
4dc060e0b3 libluna: Fix String::from_string_view construction for inline strings
644614cdd8 libluna: Fix memmove when dest > src
Compare 2 commits »
apio pushed to main at apio/Luna 2024-02-11 12:45:26 +00:00
1070c85922 CI: Don't install fakeroot as a dependency
apio pushed to main at apio/Luna 2024-02-11 12:40:01 +00:00
8d5f598488 tools: Allow building as root for CI
apio pushed to main at apio/Luna 2024-02-10 10:55:39 +00:00
8efcf6d852 Run apt as sudo