summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
4 daysMakefile: show also the build command of TARGETEkaitz Zarraga
4 daystext-buffer: Move to a separate file.Ekaitz Zarraga
6 dayssrc: minor rearrangement:Ekaitz Zarraga
* Move ui -> tui * Add intermediate ui.h file for future implementation of different ui engines. * Add include guards * tui: use object oriented approach
9 daysMakefile: Include test logs for proper cleaningEkaitz Zarraga
9 daysMakefile: Add logs for tests and move to assertEkaitz Zarraga
This provides a better log system that more clearly states what went wrong in the test files.
10 daysMakefile: better columnar output in testsEkaitz Zarraga
10 daystest: piece-table-internals: Add test and pass itEkaitz Zarraga
Fixes the optimization that avoids adding a new piece when the addition happens in the end of the buffer. Fixes leaks produced in piece_table_optimize
2025-08-12piece-table: remove print functionalityEkaitz Zarraga
We want to lean more on the debugger world than printf debugging as our data structures are opaque (on purpose).
2025-08-11Makefile: Make tests cleaner and report betterEkaitz Zarraga
2025-08-11Restart!Ekaitz Zarraga
2024-03-09src: piece-table: Add insert + tests for itEkaitz Zarraga
2024-03-03tests (piece-table): start testingEkaitz Zarraga
2024-03-02make: add some cool CFLAGSEkaitz Zarraga
2024-02-28First commit with project structureEkaitz Zarraga