index
:
sinitax/libdvec-c
master
C memory vector library
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
dvec.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Modify error propagation and add modified status
Louis Burda
2024-05-20
1
-7
/
+16
|
*
Change data type since sizeof(char) not necessarily 1
Louis Burda
2023-11-12
1
-3
/
+3
|
*
Add support for fusing dvec and data allocation
Louis Burda
2023-08-12
1
-1
/
+5
|
*
Add quicksort_ex for sorting large elements efficiently
Louis Burda
2023-08-12
1
-2
/
+13
|
*
Replace bubblesort with quicksort and add _push/_pop
Louis Burda
2023-08-12
1
-2
/
+20
|
*
Add locked attr to prevent further reallocations
Louis Burda
2023-08-12
1
-3
/
+10
|
*
Add -Wpedantic and remove void * arithmetic
Louis Burda
2023-08-12
1
-1
/
+1
|
*
Fix bubble sort ordering
Louis Burda
2023-06-08
1
-2
/
+2
|
*
Add bubble sort and binary search
Louis Burda
2023-05-26
1
-0
/
+10
|
*
Add dvec_move for readability
Louis Burda
2023-05-13
1
-0
/
+1
|
*
Update liballoc
Louis Burda
2023-05-13
1
-2
/
+2
|
*
Rename dvec_remove to dvec_rm and add dvec_rm_back
Louis Burda
2023-05-03
1
-1
/
+7
|
*
Enable iterating over const pointers
Louis Burda
2023-04-06
1
-2
/
+2
|
*
Minor API improvements
Louis Burda
2023-03-31
1
-44
/
+28
|
*
Allow ignoring return code for _add_slot(s) and fix iter
Louis Burda
2023-03-23
1
-8
/
+11
|
*
Add option to assert successful allocs and valid arguments
Louis Burda
2023-03-21
1
-2
/
+34
|
*
Fix -Wconversion error, add dvec_len and DVEC_ITER
Louis Burda
2023-03-20
1
-1
/
+10
|
*
Use liballoc for allocations
Louis Burda
2023-03-17
1
-4
/
+10
|
*
Add copy and swap
Louis Burda
2023-03-17
1
-17
/
+16
|
*
Rename to libdvec to avoid ambiguity
Louis Burda
2023-03-16
1
-0
/
+83