aboutsummaryrefslogtreecommitdiffstats
path: root/libj2.7 (unfollow)
Commit message (Collapse)AuthorFilesLines
13 daysAdd some tests and fix mistakesMattias Andrée10-23/+832
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-11Add signed integers (arithmetics and some testing not implemented yet)Mattias Andrée154-432/+7969
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-07cleanupMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-07Add libj2_j2u_to_str and libj2_str_to_j2uMattias Andrée5-2/+1095
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add saturated arithmetic operationsMattias Andrée37-40/+1288
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add division with underflow detection1.0Mattias Andrée8-1/+252
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Document in which version everything was addedMattias Andrée13-0/+518
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add overflow and underflow prediction functionsMattias Andrée39-10/+1081
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-05Second commitMattias Andrée57-36/+3475
Signed-off-by: Mattias Andrée <m@maandree.se>