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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Modify error propagation and add modified status
Louis Burda
2024-05-20
2
-50
/
+54
|
*
Change data type since sizeof(char) not necessarily 1
Louis Burda
2023-11-12
2
-19
/
+19
|
*
Add support for fusing dvec and data allocation
Louis Burda
2023-08-12
2
-17
/
+88
|
*
Add quicksort_ex for sorting large elements efficiently
Louis Burda
2023-08-12
2
-2
/
+65
|
*
Replace bubblesort with quicksort and add _push/_pop
Louis Burda
2023-08-12
2
-17
/
+57
|
*
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
2
-5
/
+6
|
*
Add bubble sort and binary search
Louis Burda
2023-05-26
2
-4
/
+104
|
*
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
2
-43
/
+48
|
*
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
2
-29
/
+41
|
*
Add copy and swap
Louis Burda
2023-03-17
2
-18
/
+35
|
*
Rename to libdvec to avoid ambiguity
Louis Burda
2023-03-16
3
-221
/
+223
|
*
Negate errno in return, positive values reserved
Louis Burda
2023-03-13
2
-6
/
+6
|
*
Return errno directly for thread-safety
Louis Burda
2023-03-13
2
-37
/
+22
|
*
Simplify by removing HANDLE_ERR and forwarding errno to caller
Louis Burda
2023-03-13
2
-40
/
+73
|
*
Migrate out bitvec into separate library
Louis Burda
2023-03-13
2
-178
/
+0
|
*
Added bit vector implementation and optional error handling
Louis Burda
2023-01-15
3
-12
/
+217
|
*
Refactor abi for common use-cases and perf
Louis Burda
2023-01-12
2
-123
/
+66
|
*
Turn on assertions by default and fix
Louis Burda
2022-04-19
1
-8
/
+8
|
*
Added VEC_ITER macro for for-loops
Louis Burda
2022-03-30
1
-1
/
+1
|
*
Disconnect data buf from struct and make definition public
Louis Burda
2022-03-29
2
-77
/
+111
|
*
Add methods for adding / removing mulitple items at a time
Louis Burda
2022-03-12
1
-30
/
+50
|
*
Core functionality
Louis Burda
2022-02-12
2
-0
/
+200