Commit Graph

  • bb201d5085 feat: re-implemented hash function with multiplication hash main Sara 2024-10-04 11:11:45 +0200
  • 96323d7abc feat: mirror get_typeid does not require self argument Sara 2024-09-27 10:33:35 +0200
  • faf0463e37 tweak: formatting of hash map Sara 2024-09-25 17:33:08 +0200
  • e99e391ffa chore: documentation and readability of hash_map.c Sara 2024-09-25 10:39:27 +0200
  • 2021092a17 fix: if NDEBUG is defined debug macros will be empty Sara 2024-09-24 15:26:08 +0200
  • bb6dcbeabe fix: hash map keys/values funcs now return lists of pointers to elements Sara 2024-09-24 15:25:51 +0200
  • af50174b71 fix: fixed hash map get returns not being correct Sara 2024-09-17 21:36:43 +0200
  • c4ec92fa82 feat: added HashMap type Sara 2024-09-16 23:27:59 +0200
  • 172d1ee10e chore: improved mirror macro isolation Sara 2024-09-12 23:33:30 +0200
  • eab5961989 fix: brackets around value macro definition Sara 2024-09-12 21:32:14 +0200
  • a72494b52a feat: added tc_is_null and tc_null to typeclass_helpers.h Sara 2024-09-12 14:02:18 +0200
  • 09bb08dc79 fix(language): list_contains has the functionality of list_find, renamed to fit Sara 2024-09-10 15:07:19 +0200
  • 1631047f33 fix: added semicolon to abort() in UNREACHABLE Sara 2024-09-10 15:07:02 +0200
  • f84e3a3a27 feat: added _as_drop for numeric types Sara 2024-09-10 09:47:55 +0200
  • 85dd8e5fec feat: added new() and new_as() macros Sara 2024-09-10 09:47:14 +0200
  • ff87fa96e1 fix: list no longer sets length to capacity Sara 2024-02-28 11:31:19 +0100
  • 7b20909c54 feat: stopped eating semicolons Sara 2024-02-22 14:52:52 +0100
  • 4428b2b135 feat: added UNREACHABLE macro Sara 2024-01-29 10:38:42 +0100
  • 3f5189f221 feat: added mathext Sara 2024-01-26 22:58:09 +0100
  • 63c6a536e8 feat: replaced _fencer_ header guards with CUTES_ Sara 2024-01-26 22:58:02 +0100
  • f1e64b44f5 feat: added license Sara 2024-01-26 12:21:00 +0100
  • 253cc0cb0c feat: added list_with_len and list_from_type_with_len Sara 2024-01-26 12:02:56 +0100
  • cb0858f14f fix: critical, fixed list_empty not actually freeing the allocated list Sara 2024-01-26 12:01:41 +0100
  • b38362c2aa feat: added list_set_len Sara 2024-01-26 11:49:49 +0100
  • fa10d64aee feat: added readme Sara 2024-01-25 14:33:30 +0100
  • cccec929bc feat: variant now uses mirror and drop to manage objects Sara 2024-01-25 14:14:01 +0100
  • 640ed84c1d feat: added Drop trait Sara 2024-01-25 14:13:42 +0100
  • aee9aec828 feat: added code Sara 2024-01-25 14:08:23 +0100
  • 8957fdd9bc feat: added gitignore Sara 2024-01-25 14:08:00 +0100