aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* added JACSON_EXPORT_RSNPRINTF macrojustanothercatgirl2025-03-261-0/+5
|
* removed debug define in jacsonjustanothercatgirl2025-03-241-1/+0
|
* Added json serializer/parserjustanothercatgirl2025-03-222-0/+858
|
* Changed comments style, added array deletion functionsjustanothercatgirl2025-02-087-199/+235
|
* Added log headerjustanothercatgirl2025-02-021-0/+84
|
* Fixed formattingjustanothercatgirl2025-02-022-21/+24
|
* Fixed ll_remove_elem bugjustanothercatgirl2024-08-311-0/+4
|
* Fixed bug in `hset_at` functionjustanothercatgirl2024-07-101-1/+1
|
* added function to count elements in hash setjustanothercatgirl2024-07-101-15/+27
|
* added hash setjustanothercatgirl2024-07-081-1/+230
|
* Added array_extend function to container.hjustanothercatgirl2024-07-011-2/+9
|
* Finished hash_map implementationjustanothercatgirl2024-06-282-31/+113
| | | | TODO: fix that one linked list function
* Finished and kind of tested linked listjustanothercatgirl2024-06-261-47/+389
| | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW
* started adding `linked_list` functionality. TODO: finish split functionsjustanothercatgirl2024-06-231-9/+354
|\
* | added `rstypes` header.justanothercatgirl2024-06-222-1/+42
|/
* added binary search function & testsjustanothercatgirl2024-06-201-0/+22
| | | | Also fallthrough attribute
* apperantly string.h conflicts with standard library so I renamed itjustanothercatgirl2024-06-191-0/+0
|
* moved all containers to a single header "container.h"justanothercatgirl2024-06-192-116/+183
| | | | TODO: add linked list, hash map and other shit like this to the header
* tobeamendedjustanothercatgirl2024-05-193-4/+99
|
* added dynarray implementationjustanothercatgirl2024-05-166-0/+268