Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added stringbuilder and STE | justanothercatgirl | 2025-04-01 | 3 | -7/+143 |
* | Added __vrsnprintf | justanothercatgirl | 2025-03-27 | 1 | -0/+16 |
* | added JACSON_EXPORT_RSNPRINTF macro | justanothercatgirl | 2025-03-26 | 1 | -0/+5 |
* | removed debug define in jacson | justanothercatgirl | 2025-03-24 | 1 | -1/+0 |
* | Added json serializer/parser | justanothercatgirl | 2025-03-22 | 2 | -0/+858 |
* | Changed comments style, added array deletion functions | justanothercatgirl | 2025-02-08 | 7 | -199/+235 |
* | Added log header | justanothercatgirl | 2025-02-02 | 1 | -0/+84 |
* | Fixed formatting | justanothercatgirl | 2025-02-02 | 2 | -21/+24 |
* | Fixed ll_remove_elem bug | justanothercatgirl | 2024-08-31 | 1 | -0/+4 |
* | Fixed bug in `hset_at` function | justanothercatgirl | 2024-07-10 | 1 | -1/+1 |
* | added function to count elements in hash set | justanothercatgirl | 2024-07-10 | 1 | -15/+27 |
* | added hash set | justanothercatgirl | 2024-07-08 | 1 | -1/+230 |
* | Added array_extend function to container.h | justanothercatgirl | 2024-07-01 | 1 | -2/+9 |
* | Finished hash_map implementation | justanothercatgirl | 2024-06-28 | 2 | -31/+113 |
* | Finished and kind of tested linked list | justanothercatgirl | 2024-06-26 | 1 | -47/+389 |
* | started adding `linked_list` functionality. TODO: finish split functions | justanothercatgirl | 2024-06-23 | 1 | -9/+354 |
|\ | |||||
* | | added `rstypes` header. | justanothercatgirl | 2024-06-22 | 2 | -1/+42 |
|/ | |||||
* | added binary search function & tests | justanothercatgirl | 2024-06-20 | 1 | -0/+22 |
* | apperantly string.h conflicts with standard library so I renamed it | justanothercatgirl | 2024-06-19 | 1 | -0/+0 |
* | moved all containers to a single header "container.h" | justanothercatgirl | 2024-06-19 | 2 | -116/+183 |
* | tobeamended | justanothercatgirl | 2024-05-19 | 3 | -4/+99 |
* | added dynarray implementation | justanothercatgirl | 2024-05-16 | 6 | -0/+268 |