Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | Makefile: Include test logs for proper cleaning | Ekaitz Zarraga | |
4 days | Makefile: Add logs for tests and move to assert | Ekaitz Zarraga | |
This provides a better log system that more clearly states what went wrong in the test files. | |||
5 days | Makefile: better columnar output in tests | Ekaitz Zarraga | |
5 days | test: piece-table-internals: Add test and pass it | Ekaitz 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 | |||
9 days | piece-table: remove print functionality | Ekaitz Zarraga | |
We want to lean more on the debugger world than printf debugging as our data structures are opaque (on purpose). | |||
10 days | Makefile: Make tests cleaner and report better | Ekaitz Zarraga | |
10 days | Restart! | Ekaitz Zarraga | |
2024-03-09 | src: piece-table: Add insert + tests for it | Ekaitz Zarraga | |
2024-03-03 | tests (piece-table): start testing | Ekaitz Zarraga | |
2024-03-02 | make: add some cool CFLAGS | Ekaitz Zarraga | |
2024-02-28 | First commit with project structure | Ekaitz Zarraga | |