2024-10-01 22:02 | Rename to rmk | Louis Burda | 4 | +66 | -66 |
2023-07-13 01:06 | Fix list_insert_sorted use of offset | Louis Burda | 1 | +5 | -2 |
2023-06-08 01:13 | Add user pointer to sort api | Louis Burda | 3 | +13 | -13 |
2023-05-30 13:42 | Remove executable permissions from headers install | Louis Burda | 3 | +2 | -54 |
2023-05-29 13:28 | Make LIST_ITER_ITEMS more concise and add install targets | Louis Burda | 3 | +28 | -17 |
2023-05-29 12:16 | Template build.jst for debug configuration | Louis Burda | 2 | +67 | -0 |
2023-05-26 01:25 | Add more utility macros and upcast internally for sort funcs | Louis Burda | 5 | +74 | -25 |
2023-05-20 09:52 | Update build.jst | Louis Burda | 1 | +11 | -5 |
2023-05-13 20:21 | Add cleanall makefile target | Louis Burda | 1 | +3 | -1 |
2023-05-01 21:05 | Add 'just' build file | Louis Burda | 1 | +35 | -0 |
2023-04-13 02:05 | Set C99 standard and add link detach functions | Louis Burda | 4 | +71 | -34 |
2023-04-09 14:18 | Remove typeof from LIST_UPCAST for standard C compliance | Louis Burda | 1 | +2 | -3 |
2023-04-02 19:27 | Rename _push_ api to _insert_ | Louis Burda | 2 | +36 | -36 |
2023-03-27 22:05 | Inline some functions, add -O2 optimization, make naming less collision prone | Louis Burda | 6 | +251 | -258 |
2023-03-13 21:20 | Add MIT license | Louis Burda | 1 | +21 | -0 |
2023-03-13 21:19 | ASSERT vs CHECK semantics + fixed install target | Louis Burda | 5 | +44 | -46 |
2023-02-17 19:41 | Refactor to use optional assert | Louis Burda | 3 | +57 | -55 |
2022-03-15 15:51 | Change list_sort ascending to reverse | Louis Burda | 2 | +6 | -6 |
2022-03-02 18:42 | Simplified sorting interface | Louis Burda | 4 | +22 | -20 |
2022-02-28 11:10 | Fix sorted insert | Louis Burda | 1 | +9 | -4 |
2022-02-27 12:58 | Added link inuse check, sorted insert, and list clear funcs | Louis Burda | 4 | +54 | -2 |
2022-02-25 00:31 | Ensure list_at only returns links that may be UPCAST | Louis Burda | 1 | +6 | -2 |
2022-02-22 15:03 | Fix bug in list_sort | Louis Burda | 1 | +1 | -1 |
2022-02-22 14:07 | Use size_t in list_len | Louis Burda | 1 | +1 | -1 |
2022-02-21 18:00 | Added simple insertion sort and index functions | Louis Burda | 5 | +73 | -4 |
2022-02-14 17:15 | Fix off-by-one in list_front | Louis Burda | 1 | +1 | -1 |
2022-02-14 17:05 | Update api with added functions | Louis Burda | 2 | +15 | -2 |
2022-02-14 14:39 | Switched to more stable / sane types | Louis Burda | 3 | +14 | -11 |
2022-02-14 11:42 | Make LIST_INNER macro independent of list | Louis Burda | 1 | +2 | -2 |
2022-02-13 10:56 | More collision resistant and generalized macros | Louis Burda | 2 | +5 | -7 |
2022-02-13 09:54 | Add version script for tracking abi changes | Louis Burda | 3 | +20 | -3 |
2022-02-12 14:34 | Add more sanity checks via assert | Louis Burda | 1 | +7 | -1 |
2022-02-12 14:10 | Allow negative tail offsets for list_at | Louis Burda | 1 | +4 | -1 |
2022-02-12 13:25 | Core functionality | Louis Burda | 6 | +342 | -0 |