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
/
list.c
Commit message (
Collapse
)
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
1
-7
/
+7
|
*
Add more utility macros and upcast internally for sort funcs
Louis Burda
2023-05-26
1
-7
/
+30
|
*
Set C99 standard and add link detach functions
Louis Burda
2023-04-12
1
-27
/
+0
|
*
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
1
-169
/
+103
|
*
ASSERT vs CHECK semantics + fixed install target
Louis Burda
2023-03-13
1
-16
/
+32
|
*
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
1
-12
/
+11
|
*
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
1
-3
/
+44
|
*
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
1
-8
/
+10
|
*
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
1
-0
/
+196