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
/
test.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Modify error propagation and add modified status
Louis Burda
2024-05-20
1
-10
/
+7
|
*
Change data type since sizeof(char) not necessarily 1
Louis Burda
2023-11-12
1
-1
/
+1
|
*
Add support for fusing dvec and data allocation
Louis Burda
2023-08-12
1
-1
/
+12
|
*
Add quicksort_ex for sorting large elements efficiently
Louis Burda
2023-08-12
1
-1
/
+1
|
*
Replace bubblesort with quicksort and add _push/_pop
Louis Burda
2023-08-12
1
-2
/
+3
|
*
Fix bubble sort ordering
Louis Burda
2023-06-08
1
-3
/
+3
|
*
Add bubble sort and binary search
Louis Burda
2023-05-26
1
-4
/
+33
|
*
Minor API improvements
Louis Burda
2023-03-31
1
-5
/
+11
|
*
Use liballoc for allocations
Louis Burda
2023-03-17
1
-1
/
+2
|
*
Add copy and swap
Louis Burda
2023-03-17
1
-1
/
+1
|
*
Rename to libdvec to avoid ambiguity
Louis Burda
2023-03-16
1
-11
/
+11
|
*
Negate errno in return, positive values reserved
Louis Burda
2023-03-13
1
-1
/
+1
|
*
Return errno directly for thread-safety
Louis Burda
2023-03-13
1
-6
/
+6
|
*
Simplify by removing HANDLE_ERR and forwarding errno to caller
Louis Burda
2023-03-13
1
-3
/
+9
|
*
Migrate out bitvec into separate library
Louis Burda
2023-03-13
1
-12
/
+0
|
*
Added bit vector implementation and optional error handling
Louis Burda
2023-01-15
1
-0
/
+14
|
*
Refactor abi for common use-cases and perf
Louis Burda
2023-01-12
1
-5
/
+7
|
*
Disconnect data buf from struct and make definition public
Louis Burda
2022-03-29
1
-14
/
+9
|
*
Core functionality
Louis Burda
2022-02-12
1
-0
/
+27