aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-28Working read_input prototype.dam
2023-09-23Added TODO comments.dam
2023-09-23Implemented basic read_input for windows.dam
2023-09-21Fixed one bug on read_input... more remaining (sad).dam
2023-09-21Fixed draw_box procedure. Added buggy prototype for read_input.dam
2023-09-20Removed unused parameter from draw_bow procedure.dam
2023-09-20Moved TUI into a module with split OS-based implementations.dam
2023-09-20Prepare TUI for windows.dam
2023-09-19First implementation of vterm window size query.dam
2023-09-15Added QueryWindowSizeInChars to tui.jai.dam
2023-09-12Adding a terminal user interface module (like ncurses but way simpler).dam
2023-08-29Attempting to replace ncurses.dam
2023-08-24Replacing ncurses with tio.dam
2023-08-23Replaced gitignore by hgignore.dam
2023-08-22update tagsconvert-repo
2023-08-19Selected implementation for update_total_times.dam
2023-08-19Performance analysis on loop unrolling.dam
2023-08-19Testing performance.dam
2023-08-19Testing performance of different loop approaches.dam
2023-08-17Added kscurses and testing program.dam
2023-08-17WIP Code cleanup.v2.0-alphadam
2023-08-15Fixed coalesce feature.dam
2023-08-08Implemented coalesce functionality.dam
2023-07-31WIP : Added notes to fix delete_task.dam
2023-07-29Fixed another bug on add_task.dam
2023-07-29Fixed bug when trying to duplicate entries.dam
2023-07-28Removed saturating arithmetic test code.dam
2023-07-28Shrink database... just for fun.dam
2023-07-28Prototype implementation of coalesce feature.dam
2023-07-18Cleaning up.dam
2023-07-09Now using saturating arithmetic lib. Fix jai breaking changes (no longer poss...dam
2023-07-06Renamed output overflow to saturated.dam
2023-07-06Integer Saturating Arithmetic v1.0dam
2023-07-06First version of saturating arighmetic procedures.dam
2023-07-05Renamed assembly methods/strings.dam
2023-07-05Finalized add, sub, and mul.dam
2023-07-02Removed is_signed function.dam
2023-07-02Tweaked signed add.dam
2023-07-01Use nsec instead of usec for performance calculation.dam
2023-07-01Improving tests.dam
2023-06-30Improved unsigned add asm code.dam
2023-06-29Fix u-mul and force zero-extension on u8-div.dam
2023-06-29Fix printing test results.dam
2023-06-26Improved test program.dam
2023-06-08Fixed bug on mul. Added performance tests.dam
2023-06-07Fixed some bugs and separated math tests.dam
2023-05-26Fix bug on dividend preparation on div operation.dam
2023-05-26Improve comments on assembly code.dam
2023-05-25Added some tests to div.dam
2023-05-25Simplified mul.dam