summaryrefslogtreecommitdiffstats
path: root/src/test.c
Commit message (Expand)AuthorAgeFilesLines
* Modify error propagation and add modified statusLouis Burda2024-05-201-10/+7
* Change data type since sizeof(char) not necessarily 1Louis Burda2023-11-121-1/+1
* Add support for fusing dvec and data allocationLouis Burda2023-08-121-1/+12
* Add quicksort_ex for sorting large elements efficientlyLouis Burda2023-08-121-1/+1
* Replace bubblesort with quicksort and add _push/_popLouis Burda2023-08-121-2/+3
* Fix bubble sort orderingLouis Burda2023-06-081-3/+3
* Add bubble sort and binary searchLouis Burda2023-05-261-4/+33
* Minor API improvementsLouis Burda2023-03-311-5/+11
* Use liballoc for allocationsLouis Burda2023-03-171-1/+2
* Add copy and swapLouis Burda2023-03-171-1/+1
* Rename to libdvec to avoid ambiguityLouis Burda2023-03-161-11/+11
* Negate errno in return, positive values reservedLouis Burda2023-03-131-1/+1
* Return errno directly for thread-safetyLouis Burda2023-03-131-6/+6
* Simplify by removing HANDLE_ERR and forwarding errno to callerLouis Burda2023-03-131-3/+9
* Migrate out bitvec into separate libraryLouis Burda2023-03-131-12/+0
* Added bit vector implementation and optional error handlingLouis Burda2023-01-151-0/+14
* Refactor abi for common use-cases and perfLouis Burda2023-01-121-5/+7
* Disconnect data buf from struct and make definition publicLouis Burda2022-03-291-14/+9
* Core functionalityLouis Burda2022-02-121-0/+27