aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-20Implemented branchless saturating integer sub.dam
2023-05-20Cleanup non x64 implementation of signed add.dam
2023-05-20Implemented branchless saturating integer add.dam
2023-05-06Using generic ASM code for signed integer add.dam
2023-05-04Prototyping branchfree saturating arithmetics.dam
2023-05-02WIPdam
2023-05-02Prototyping branchless integer saturated arithmetics.dam
2023-04-29Comparing add_s64 implementations.dam
2023-04-29Prototyping sat_s64 add/sub procedures.dam
2023-04-21Fixed bugs on update_times.dam
2023-04-20Fixed bug on sort by feature: now it keeps track of active task.dam
2023-04-20NOTE: The sort by feature has (at least) one bug.dam
2023-04-20Implemented workspace cleanup and sort by features.dam
2023-04-20Implemented invert tasks order feature.dam
2023-04-19Implemented action to backup and reset all tasks.dam
2023-04-19Fixed bugs on import_from_csv.dam
2023-04-18Fix print of task names on LLVM.dam
2023-04-18Using task index instead of pointer on helper functions.dam
2023-04-16Cleanup curses bindings.dam
2023-04-16Ported all features to jai.dam
2023-04-15Fix reset_database.dam
2023-04-14Implemented most of missing features.dam
2023-04-14Using resizable array to hold tasks. Implemented create new task, rename task...dam
2023-04-07Porting delete_task - WIP.dam
2023-04-07Ported reset task time feature.dam
2023-04-06Ported select_task.dam
2023-04-06Remove obsolete code and allow archive toggle.dam
2023-04-06Correctly initialize Database struct.dam
2023-04-06Draw selected/total tasks and daily totals.dam
2023-04-06Implemented update_total_times.dam
2023-04-06Fixed bug: correct timezone is used on draw_tui.dam
2023-04-06Fixed bug: add times when importing CSV data.dam
2023-04-06Add bug note.dam
2023-04-06Fixed mvprintw_time and ported select/active code.dam
2023-04-05Fix bug on export_to_csv.dam
2023-04-05Fixed variadic arguments on mvprintw binding.dam
2023-04-04Stuck on mvprintw.dam
2023-04-04Fixed KEY_* values which were octal but I assumed decimals.dam
2023-04-04WIP Making ncurses work a bit.dam
2023-03-31Implemented initialize_tui.dam
2023-03-31Fix load_database and free_memory.dam
2023-03-30Fixed bug loading database.dam
2023-03-29Changed the way the tasks array is implemented on Database.dam
2023-03-28Playing with different hacks to store/load tasks.dam
2023-03-28Prototyping database load and store.dam
2023-03-27Added step iterator.dam
2023-03-27Fixing memory leaks.dam
2023-03-27Tested is_empty_string.dam
2023-03-23Converting is_empty_string.dam
2023-03-21Prototyping import_from_csv.dam