summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename to rmkHEADmasterLouis Burda2024-10-023-4/+4
* Fix list_insert_sorted use of offsetLouis Burda2023-07-131-2/+5
* Add user pointer to sort apiLouis Burda2023-06-083-13/+13
* Remove executable permissions from headers installLouis Burda2023-05-303-54/+2
* Make LIST_ITER_ITEMS more concise and add install targetsLouis Burda2023-05-293-17/+28
* Template build.jst for debug configurationLouis Burda2023-05-292-0/+67
* Add more utility macros and upcast internally for sort funcsLouis Burda2023-05-265-25/+74
* Update build.jstLouis Burda2023-05-201-5/+11
* Add cleanall makefile targetLouis Burda2023-05-131-1/+3
* Add 'just' build fileLouis Burda2023-05-011-0/+35
* Set C99 standard and add link detach functionsLouis Burda2023-04-124-34/+71
* Remove typeof from LIST_UPCAST for standard C complianceLouis Burda2023-04-091-3/+2
* Rename _push_ api to _insert_Louis Burda2023-04-022-36/+36
* Inline some functions, add -O2 optimization, make naming less collision proneLouis Burda2023-03-316-258/+251
* Add MIT licenseLouis Burda2023-03-131-0/+21
* ASSERT vs CHECK semantics + fixed install targetLouis Burda2023-03-135-46/+44
* Refactor to use optional assertLouis Burda2023-02-173-55/+57
* Change list_sort ascending to reverseLouis Burda2022-03-152-6/+6
* Simplified sorting interfaceLouis Burda2022-03-024-20/+22
* Fix sorted insertLouis Burda2022-02-281-4/+9
* Added link inuse check, sorted insert, and list clear funcsLouis Burda2022-02-274-2/+54
* 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-215-4/+73
* Fix off-by-one in list_frontLouis Burda2022-02-141-1/+1
* Update api with added functionsLouis Burda2022-02-142-2/+15
* Switched to more stable / sane typesLouis Burda2022-02-143-11/+14
* Make LIST_INNER macro independent of listLouis Burda2022-02-141-2/+2
* More collision resistant and generalized macrosLouis Burda2022-02-132-7/+5
* Add version script for tracking abi changesLouis Burda2022-02-133-3/+20
* 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-126-0/+342