summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-11-17Add logo; Implement exceptions (including banked registers); Implement ↵HEAD0.47masterGabriel Bjørnager Jensen
software interrupts; Add custom bootloader; Update readme; Support condition-setting instructions; Implement all data-processing instructions; Support conditional execution (predicates); Rework shifter instructions; Rework pipeline; Rework file structure; Update gitignore; Update naming convention;
2023-11-04Reformat changelog in Markdown; Add test program (including build script); ↵0.45Gabriel Bjørnager Jensen
Update readme (make Markdown); Rewrite and restructure project; Update optimisation flags; Depend on ctrlc, sdl2, and toml; Set window title according to image; Draw video memory; Update naming convention; Update gitignore; Never hang on trap; Run CPU on seperate thread; Rework logs;
2023-06-23Repurpose project for emulating the AGB; Make changelog plain-text (rename ↵0.30Gabriel Jensen
to CHANGELOG.txt); Write in Rust; Update gitignore; Use Git tagging;
2022-01-25Split project; Rewrite project.Gabriel Jensen
2021-04-29Rework.Gabriel Jensen
2021-02-09Compile luma instead of luma.bin. Get input file via arguments passed to ↵Gabriel Jensen
executable.
2021-02-07Add "changelog.html" to keep track of changes. Remove deprecated gfx library ↵Gabriel Jensen
files. Fix PGKBUILD version not considering version 0. Add new language example. Begin rewrite of entire codebase. Move old codebase into the "old" folder. Begin creation Luma stdlib API. Build "luma.bin" file instead of "luma.elf".
2021-02-04revert .gitignore stylingGabriel Jensen
reorganize source code structure in filesystem remove gfxlib in favour of language-bindings to underlying libraries adjust compiler optimization flags improve c++ stdlib replacement create cmd argument handler unite core functions in class with app data (replaces luma::dat) for easier access (no friends needed, "this->" instead of "luma::dat.") reformat README into HTML (temporary change, will be reformated again in later commit)
2021-01-22redo .gitignore ifleGabriel Jensen
clean up Makefile create PKGBUILD file create dedicated folder for language examples try to avoid macros where possible remove C relics create semi-working Vulkan test
2021-01-12fix error when compiling crtwin.cGabriel Jensen
make makefile super nice update .gitignore
2021-01-12change compiler to clangGabriel Jensen
improve makefile create luma example file expanded stdlib
2021-01-09readd .gitignoreGabriel Jensen
2021-01-09create makefileGabriel Jensen
create simple xcb demo
2021-01-08firstGabriel Jensen