index
:
sinitax/liblist-c
master
C type-agnostic linked-list library
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix list_insert_sorted use of offset
Louis Burda
2023-07-13
1
-2
/
+5
*
Add user pointer to sort api
Louis Burda
2023-06-08
2
-9
/
+9
*
Make LIST_ITER_ITEMS more concise and add install targets
Louis Burda
2023-05-29
1
-2
/
+1
*
Add more utility macros and upcast internally for sort funcs
Louis Burda
2023-05-26
2
-17
/
+36
*
Set C99 standard and add link detach functions
Louis Burda
2023-04-12
2
-30
/
+3
*
Rename _push_ api to _insert_
Louis Burda
2023-04-02
1
-27
/
+27
*
Inline some functions, add -O2 optimization, make naming less collision prone
Louis Burda
2023-03-31
2
-177
/
+113
*
ASSERT vs CHECK semantics + fixed install target
Louis Burda
2023-03-13
2
-18
/
+36
*
Refactor to use optional assert
Louis Burda
2023-02-17
1
-33
/
+16
*
Change list_sort ascending to reverse
Louis Burda
2022-03-15
1
-4
/
+4
*
Simplified sorting interface
Louis Burda
2022-03-02
2
-16
/
+18
*
Fix sorted insert
Louis Burda
2022-02-28
1
-4
/
+9
*
Added link inuse check, sorted insert, and list clear funcs
Louis Burda
2022-02-27
1
-1
/
+37
*
Ensure list_at only returns links that may be UPCAST
Louis Burda
2022-02-25
1
-2
/
+6
*
Fix bug in list_sort
Louis Burda
2022-02-22
1
-1
/
+1
*
Use size_t in list_len
Louis Burda
2022-02-22
1
-1
/
+1
*
Added simple insertion sort and index functions
Louis Burda
2022-02-21
2
-3
/
+58
*
Fix off-by-one in list_front
Louis Burda
2022-02-14
1
-1
/
+1
*
Switched to more stable / sane types
Louis Burda
2022-02-14
2
-9
/
+11
*
More collision resistant and generalized macros
Louis Burda
2022-02-13
1
-1
/
+1
*
Add more sanity checks via assert
Louis Burda
2022-02-12
1
-1
/
+7
*
Allow negative tail offsets for list_at
Louis Burda
2022-02-12
1
-1
/
+4
*
Core functionality
Louis Burda
2022-02-12
2
-0
/
+230