aboutsummaryrefslogtreecommitdiff
path: root/makefile
Commit message (Expand)AuthorAgeFilesLines
* build: introduce .deps dir for put dirty *.d files into itdilluti0n2025-05-281-9/+15
* build: add MAKEFILE_LIST to rebuild objs when makefile is changeddilluti0n2025-05-281-2/+2
* build: apply ASan flags to all linked objects in test targetdilluti0n2025-05-281-1/+7
* build: add automatic dependency tracking and streamline rulesdilluti0n2025-05-281-38/+24
* refactor: abstract input/rendering modules from main routinedilluti0n2025-05-281-1/+7
* refactor: integrate raylib logs to RED log levelsdilluti0n2025-05-131-1/+4
* fix: Memory Leak in eb_delete_linedilluti0n2025-05-101-3/+4
* refactor: deprecate line->cursor; simplify vertical cursor movementdilluti0n2025-05-021-1/+1
* test: for editor.c implement editor_suite::not_middle_of_linedilluti0n2025-05-011-1/+1
* refactor: main draw routine to use eb_get_line_slice instead string.dilluti0n2025-04-291-3/+3
* change: executable name rayedit to reddilluti0n2025-04-281-1/+1
* refactor: move tests to seperate filesdilluti0n2025-04-281-1/+1
* refactor: move ed_* modules from main.c to editor.cdilluti0n2025-04-281-2/+5
* add: DEBUG variable on makefiledilluti0n2025-04-281-1/+5
* implement: line_catdilluti0n2025-04-271-1/+2
* refactor: move debugs to config.h and handle build gracefullydilluti0n2025-04-271-2/+4
* implement: eb_newlinedilluti0n2025-04-271-2/+2
* fix: vector memory allocation and insert logic; cleanup eb handlingdilluti0n2025-04-211-1/+1
* refactor: line handling and implement basic editor buffer abstractiondilluti0n2025-04-211-1/+1
* refactor: handle all unit tests in one sourcesdilluti0n2025-04-181-3/+4
* test: add initial Criterion unit-test scaffolding for `line` moduledilluti0n2025-04-181-1/+14
* tabify, gitignore, add -Wextra to CFLAGSdilluti0n2025-04-181-1/+1
* refactor: Split lines management into its own moduledilluti0n2025-04-181-1/+1
* Introduce vector template and migrate line moduledilluti0n2025-04-181-1/+1
* refactor: Extract line handling logic into separate line moduledilluti0n2025-04-181-1/+1
* Implement vector moduledilluti0n2025-04-181-2/+2
* Implement simple real time interactive text renderingdilluti0n2025-04-181-0/+20