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
/
src
/
dvec.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Modify error propagation and add modified status
Louis Burda
2024-05-20
1
-40
/
+47
|
*
Change data type since sizeof(char) not necessarily 1
Louis Burda
2023-11-12
1
-18
/
+18
|
*
Add support for fusing dvec and data allocation
Louis Burda
2023-08-12
1
-16
/
+76
|
*
Add quicksort_ex for sorting large elements efficiently
Louis Burda
2023-08-12
1
-1
/
+64
|
*
Replace bubblesort with quicksort and add _push/_pop
Louis Burda
2023-08-12
1
-15
/
+54
|
*
Add locked attr to prevent further reallocations
Louis Burda
2023-08-12
1
-9
/
+14
|
*
Allow dvec_free on NULL
Louis Burda
2023-08-12
1
-1
/
+1
|
*
Add -Wpedantic and remove void * arithmetic
Louis Burda
2023-08-12
1
-5
/
+5
|
*
Fix bubble sort ordering
Louis Burda
2023-06-08
1
-2
/
+3
|
*
Add bubble sort and binary search
Louis Burda
2023-05-26
1
-0
/
+71
|
*
Remove adjusting dsize on dvec_copy
Louis Burda
2023-05-25
1
-2
/
+1
|
*
Update liballoc
Louis Burda
2023-05-21
1
-9
/
+10
|
*
Add cleanall target
Louis Burda
2023-05-13
1
-12
/
+0
|
*
Add dvec_move for readability
Louis Burda
2023-05-13
1
-0
/
+8
|
*
Update liballoc
Louis Burda
2023-05-13
1
-22
/
+40
|
*
Rename dvec_remove to dvec_rm and add dvec_rm_back
Louis Burda
2023-05-03
1
-1
/
+1
|
*
Enable iterating over const pointers
Louis Burda
2023-04-06
1
-4
/
+4
|
*
Minor API improvements
Louis Burda
2023-03-31
1
-38
/
+37
|
*
Allow ignoring return code for _add_slot(s) and fix iter
Louis Burda
2023-03-23
1
-4
/
+7
|
*
Add option to assert successful allocs and valid arguments
Louis Burda
2023-03-21
1
-22
/
+30
|
*
Use liballoc for allocations
Louis Burda
2023-03-17
1
-28
/
+39
|
*
Add copy and swap
Louis Burda
2023-03-17
1
-17
/
+34
|
*
Rename to libdvec to avoid ambiguity
Louis Burda
2023-03-16
1
-0
/
+212