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