summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix list_insert_sorted use of offsetLouis Burda2023-07-131-2/+5
* Add user pointer to sort apiLouis Burda2023-06-082-9/+9
* Make LIST_ITER_ITEMS more concise and add install targetsLouis Burda2023-05-291-2/+1
* Add more utility macros and upcast internally for sort funcsLouis Burda2023-05-262-17/+36
* Set C99 standard and add link detach functionsLouis Burda2023-04-122-30/+3
* Rename _push_ api to _insert_Louis Burda2023-04-021-27/+27
* Inline some functions, add -O2 optimization, make naming less collision proneLouis Burda2023-03-312-177/+113
* ASSERT vs CHECK semantics + fixed install targetLouis Burda2023-03-132-18/+36
* Refactor to use optional assertLouis Burda2023-02-171-33/+16
* Change list_sort ascending to reverseLouis Burda2022-03-151-4/+4
* Simplified sorting interfaceLouis Burda2022-03-022-16/+18
* Fix sorted insertLouis Burda2022-02-281-4/+9
* Added link inuse check, sorted insert, and list clear funcsLouis Burda2022-02-271-1/+37
* Ensure list_at only returns links that may be UPCASTLouis Burda2022-02-251-2/+6
* Fix bug in list_sortLouis Burda2022-02-221-1/+1
* Use size_t in list_lenLouis Burda2022-02-221-1/+1
* Added simple insertion sort and index functionsLouis Burda2022-02-212-3/+58
* Fix off-by-one in list_frontLouis Burda2022-02-141-1/+1
* Switched to more stable / sane typesLouis Burda2022-02-142-9/+11
* More collision resistant and generalized macrosLouis Burda2022-02-131-1/+1
* Add more sanity checks via assertLouis Burda2022-02-121-1/+7
* Allow negative tail offsets for list_atLouis Burda2022-02-121-1/+4
* Core functionalityLouis Burda2022-02-122-0/+230