2024-09-15 18:00 | Rename to rmk | Louis Burda | 4 | +71 | -71 |
2024-05-20 14:07 | Modify error propagation and add modified status | Louis Burda | 3 | +70 | -57 |
2024-05-09 23:55 | Add liballoc as subgit | Louis Burda | 15 | +361 | -4 |
2023-11-12 20:02 | Change data type since sizeof(char) not necessarily 1 | Louis Burda | 3 | +22 | -22 |
2023-11-12 18:31 | Update liballoc upstream | Louis Burda | 1 | +1 | -1 |
2023-08-12 21:13 | Add support for fusing dvec and data allocation | Louis Burda | 5 | +96 | -19 |
2023-08-12 20:35 | Add quicksort_ex for sorting large elements efficiently | Louis Burda | 5 | +83 | -5 |
2023-08-12 07:47 | Replace bubblesort with quicksort and add _push/_pop | Louis Burda | 5 | +79 | -21 |
2023-08-12 05:57 | Add locked attr to prevent further reallocations | Louis Burda | 2 | +24 | -12 |
2023-08-12 05:49 | Allow dvec_free on NULL | Louis Burda | 1 | +1 | -1 |
2023-08-12 05:45 | Add -Wpedantic and remove void * arithmetic | Louis Burda | 3 | +7 | -7 |
2023-06-08 00:37 | Fix bubble sort ordering | Louis Burda | 3 | +8 | -7 |
2023-05-30 14:04 | Update liballoc | Louis Burda | 0 | +0 | -0 |
2023-05-30 13:54 | Fix configure | Louis Burda | 1 | +1 | -1 |
2023-05-30 13:46 | Remove executable permissions from headers install | Louis Burda | 1 | +1 | -1 |
2023-05-29 11:51 | Template build.jst for debug configuration | Louis Burda | 4 | +78 | -45 |
2023-05-26 02:02 | Add bubble sort and binary search | Louis Burda | 5 | +120 | -4 |
2023-05-25 14:17 | Remove adjusting dsize on dvec_copy | Louis Burda | 1 | +1 | -2 |
2023-05-21 15:47 | Update liballoc | Louis Burda | 1 | +10 | -9 |
2023-05-15 14:31 | Update build.jst to new syntax | Louis Burda | 1 | +20 | -11 |
2023-05-13 19:05 | Add cleanall target | Louis Burda | 3 | +5 | -13 |
2023-05-13 16:22 | Add dvec_move for readability | Louis Burda | 2 | +9 | -0 |
2023-05-13 16:19 | Update liballoc | Louis Burda | 3 | +43 | -25 |
2023-05-04 16:53 | Add 'just' build file | Louis Burda | 1 | +36 | -0 |
2023-05-03 12:49 | Rename dvec_remove to dvec_rm and add dvec_rm_back | Louis Burda | 4 | +11 | -5 |
2023-04-20 03:49 | Update liballoc commit | Louis Burda | 0 | +0 | -0 |
2023-04-06 12:21 | Enable iterating over const pointers | Louis Burda | 2 | +6 | -6 |
2023-03-27 19:12 | Minor API improvements | Louis Burda | 5 | +82 | -90 |
2023-03-23 19:26 | Allow ignoring return code for _add_slot(s) and fix iter | Louis Burda | 2 | +18 | -12 |
2023-03-20 19:50 | Add option to assert successful allocs and valid arguments | Louis Burda | 3 | +73 | -25 |
2023-03-20 13:43 | Fix -Wconversion error, add dvec_len and DVEC_ITER | Louis Burda | 1 | +10 | -1 |
2023-03-17 20:03 | Use liballoc for allocations | Louis Burda | 6 | +61 | -35 |
2023-03-17 15:57 | Add copy and swap | Louis Burda | 5 | +62 | -40 |
2023-03-16 22:01 | Rename to libdvec to avoid ambiguity | Louis Burda | 10 | +357 | -355 |
2023-03-13 20:20 | Negate errno in return, positive values reserved | Louis Burda | 2 | +6 | -6 |
2023-03-13 19:59 | Return errno directly for thread-safety | Louis Burda | 5 | +37 | -52 |
2023-03-13 19:26 | ABI vs API semantics | Louis Burda | 2 | +2 | -2 |
2023-03-13 18:53 | Add MIT license | Louis Burda | 1 | +21 | -0 |
2023-03-13 18:40 | Simplify by removing HANDLE_ERR and forwarding errno to caller | Louis Burda | 6 | +101 | -117 |
2023-02-17 18:47 | Migrate out bitvec into separate library | Louis Burda | 8 | +62 | -291 |
2023-01-15 14:33 | Added bit vector implementation and optional error handling | Louis Burda | 9 | +342 | -39 |
2023-01-12 01:12 | Refactor abi for common use-cases and perf | Louis Burda | 6 | +164 | -198 |
2022-04-19 13:55 | Turn on assertions by default and fix | Louis Burda | 1 | +8 | -8 |
2022-03-31 10:23 | Include type in iter macro | Louis Burda | 1 | +4 | -3 |
2022-03-30 00:22 | Added VEC_ITER macro for for-loops | Louis Burda | 2 | +5 | -2 |
2022-03-29 16:11 | Disconnect data buf from struct and make definition public | Louis Burda | 6 | +168 | -83 |
2022-03-12 14:30 | Add methods for adding / removing mulitple items at a time | Louis Burda | 2 | +54 | -31 |
2022-02-12 14:54 | Core functionality | Louis Burda | 6 | +286 | -0 |
2024-09-15 18:00 | Rename to rmk | Louis Burda | 3 | +2 | -2 |
2024-05-20 14:07 | Modify error propagation and add modified status | Louis Burda | 3 | +70 | -57 |
2024-05-09 23:55 | Add liballoc as subgit | Louis Burda | 15 | +361 | -4 |
2023-11-12 20:02 | Change data type since sizeof(char) not necessarily 1 | Louis Burda | 3 | +22 | -22 |
2023-11-12 18:31 | Update liballoc upstream | Louis Burda | 1 | +1 | -1 |
2023-08-12 21:13 | Add support for fusing dvec and data allocation | Louis Burda | 5 | +96 | -19 |
2023-08-12 20:35 | Add quicksort_ex for sorting large elements efficiently | Louis Burda | 5 | +83 | -5 |
2023-08-12 07:47 | Replace bubblesort with quicksort and add _push/_pop | Louis Burda | 5 | +79 | -21 |
2023-08-12 05:57 | Add locked attr to prevent further reallocations | Louis Burda | 2 | +24 | -12 |
2023-08-12 05:49 | Allow dvec_free on NULL | Louis Burda | 1 | +1 | -1 |
2023-08-12 05:45 | Add -Wpedantic and remove void * arithmetic | Louis Burda | 3 | +7 | -7 |
2023-06-08 00:37 | Fix bubble sort ordering | Louis Burda | 3 | +8 | -7 |
2023-05-30 14:04 | Update liballoc | Louis Burda | 0 | +0 | -0 |
2023-05-30 13:54 | Fix configure | Louis Burda | 1 | +1 | -1 |
2023-05-30 13:46 | Remove executable permissions from headers install | Louis Burda | 1 | +1 | -1 |
2023-05-29 11:51 | Template build.jst for debug configuration | Louis Burda | 4 | +78 | -45 |
2023-05-26 02:02 | Add bubble sort and binary search | Louis Burda | 5 | +120 | -4 |
2023-05-25 14:17 | Remove adjusting dsize on dvec_copy | Louis Burda | 1 | +1 | -2 |
2023-05-21 15:47 | Update liballoc | Louis Burda | 1 | +10 | -9 |
2023-05-15 14:31 | Update build.jst to new syntax | Louis Burda | 1 | +20 | -11 |
2023-05-13 19:05 | Add cleanall target | Louis Burda | 3 | +5 | -13 |
2023-05-13 16:22 | Add dvec_move for readability | Louis Burda | 2 | +9 | -0 |
2023-05-13 16:19 | Update liballoc | Louis Burda | 3 | +43 | -25 |
2023-05-04 16:53 | Add 'just' build file | Louis Burda | 1 | +36 | -0 |
2023-05-03 12:49 | Rename dvec_remove to dvec_rm and add dvec_rm_back | Louis Burda | 4 | +11 | -5 |
2023-04-20 03:49 | Update liballoc commit | Louis Burda | 0 | +0 | -0 |
2023-04-06 12:21 | Enable iterating over const pointers | Louis Burda | 2 | +6 | -6 |
2023-03-27 19:12 | Minor API improvements | Louis Burda | 5 | +82 | -90 |
2023-03-23 19:26 | Allow ignoring return code for _add_slot(s) and fix iter | Louis Burda | 2 | +18 | -12 |
2023-03-20 19:50 | Add option to assert successful allocs and valid arguments | Louis Burda | 3 | +73 | -25 |
2023-03-20 13:43 | Fix -Wconversion error, add dvec_len and DVEC_ITER | Louis Burda | 1 | +10 | -1 |
2023-03-17 20:03 | Use liballoc for allocations | Louis Burda | 6 | +61 | -35 |
2023-03-17 15:57 | Add copy and swap | Louis Burda | 5 | +62 | -40 |
2023-03-16 22:01 | Rename to libdvec to avoid ambiguity | Louis Burda | 10 | +357 | -355 |
2023-03-13 20:20 | Negate errno in return, positive values reserved | Louis Burda | 2 | +6 | -6 |
2023-03-13 19:59 | Return errno directly for thread-safety | Louis Burda | 5 | +37 | -52 |
2023-03-13 19:26 | ABI vs API semantics | Louis Burda | 2 | +2 | -2 |
2023-03-13 18:53 | Add MIT license | Louis Burda | 1 | +21 | -0 |
2023-03-13 18:40 | Simplify by removing HANDLE_ERR and forwarding errno to caller | Louis Burda | 6 | +101 | -117 |
2023-02-17 18:47 | Migrate out bitvec into separate library | Louis Burda | 8 | +62 | -291 |
2023-01-15 14:33 | Added bit vector implementation and optional error handling | Louis Burda | 9 | +342 | -39 |
2023-01-12 01:12 | Refactor abi for common use-cases and perf | Louis Burda | 6 | +164 | -198 |
2022-04-19 13:55 | Turn on assertions by default and fix | Louis Burda | 1 | +8 | -8 |
2022-03-31 10:23 | Include type in iter macro | Louis Burda | 1 | +4 | -3 |
2022-03-30 00:22 | Added VEC_ITER macro for for-loops | Louis Burda | 2 | +5 | -2 |
2022-03-29 16:11 | Disconnect data buf from struct and make definition public | Louis Burda | 6 | +168 | -83 |
2022-03-12 14:30 | Add methods for adding / removing mulitple items at a time | Louis Burda | 2 | +54 | -31 |
2022-02-12 14:54 | Core functionality | Louis Burda | 6 | +286 | -0 |