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
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
2
-83
/
+83
|
*
Return errno directly for thread-safety
Louis Burda
2023-03-13
1
-10
/
+14
|
*
Simplify by removing HANDLE_ERR and forwarding errno to caller
Louis Burda
2023-03-13
1
-60
/
+14
|
*
Migrate out bitvec into separate library
Louis Burda
2023-03-13
3
-77
/
+39
|
*
Added bit vector implementation and optional error handling
Louis Burda
2023-01-15
3
-22
/
+85
|
*
Refactor abi for common use-cases and perf
Louis Burda
2023-01-12
1
-30
/
+76
|
*
Include type in iter macro
Louis Burda
2022-03-31
1
-3
/
+4
|
*
Added VEC_ITER macro for for-loops
Louis Burda
2022-03-30
1
-1
/
+4
|
*
Disconnect data buf from struct and make definition public
Louis Burda
2022-03-29
1
-2
/
+27
|
*
Add methods for adding / removing mulitple items at a time
Louis Burda
2022-03-12
1
-1
/
+4
|
*
Core functionality
Louis Burda
2022-02-12
1
-0
/
+22