aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add man page aliases for enum valuesMattias Andrée12 days1-1/+8
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Document the macros, structs, and enumMattias Andrée12 days1-1/+19
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add missing libj2_j2i_to_str.cMattias Andrée13 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add signed integers (arithmetics and some testing not implemented yet)Mattias Andrée2025-12-111-2/+132
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add libj2_j2u_to_str and libj2_str_to_j2uMattias Andrée2025-12-071-2/+5
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add saturated arithmetic operationsMattias Andrée2025-12-061-3/+26
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add division with underflow detection1.0Mattias Andrée2025-12-061-1/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add overflow and underflow prediction functionsMattias Andrée2025-12-061-1/+23
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Second commitMattias Andrée2025-12-051-1/+48
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* First commitMattias Andrée2025-12-041-0/+300
Signed-off-by: Mattias Andrée <m@maandree.se>