| 2026-03-11 22:24 | Fix unchecked _GNU_SOURCE definition | Robin Bron | 1 | +2 | -0 |
| 2024-03-18 20:11 | Removed self-dependency on __DIRNAME | Yersa Nordman | 2 | +1 | -4 |
| 2024-03-17 20:57 | Mark patterns used for searching as const in args | Yersa Nordman | 4 | +21 | -6 |
| 2024-03-12 22:26 | Made purge method optional | Yersa Nordman | 1 | +6 | -4 |
| 2024-03-11 19:39 | Upgrade to checkout v4, install stddoc in ci | Yersa Nordman | 1 | +20 | -10 |
| 2024-03-11 19:24 | Moved readme to be sourced from the main header file ; exporting mindex_find fn | Yersa Nordman | 3 | +230 | -43 |
| 2024-03-02 23:17 | Update dep refs in package.ini | Yersa Nordman | 1 | +4 | -2 |
| 2024-03-02 23:17 | Update gfs-managed files | Yersa Nordman | 1 | +1 | -0 |
| 2024-02-18 20:14 | Purge the old item, not the newly stored item in mindex_set | Yersa Nordman | 1 | +1 | -1 |
| 2024-02-18 19:50 | Added mindex_nth method | Yersa Nordman | 2 | +8 | -0 |
| 2023-10-07 18:21 | Minor speed improvement in the benchmark random_str method | Yersa Nordman | 1 | +4 | -8 |
| 2023-10-01 21:21 | Fix const warnings around purge | Yersa Nordman | 4 | +5 | -5 |
| 2023-10-01 21:19 | Fix compilation with optimization flags | Yersa Nordman | 1 | +27 | -21 |
| 2023-10-01 21:04 | Merge branch 'optimization' | Yersa Nordman | 4 | +146 | -118 |
| 2023-10-01 21:02 | Use single-step insertion sort during set instead of always qsorting | Yersa Nordman | 4 | +109 | -103 |
| 2023-10-01 19:17 | Added an actual benchmark | Yersa Nordman | 1 | +39 | -17 |
| 2023-03-24 23:18 | Add benchmarks for other configurations as well | Yersa Nordman | 1 | +53 | -1 |
| 2023-03-24 23:16 | Run benchmark in gha as well | Yersa Nordman | 2 | +12 | -1 |
| 2023-03-24 23:15 | Use standalone benchmark library instead of locally defined | Yersa Nordman | 2 | +9 | -134 |
| 2023-03-22 21:32 | Added basic benchmarking tool for finding bottlenecks | Yersa Nordman | 3 | +181 | -3 |
| 2023-03-09 22:34 | Fix segfault after mindex_delete due to invalid memmove size | Robin Bron | 1 | +1 | -1 |
| 2023-03-09 22:02 | Handle delete of non-existing pattern | Robin Bron | 1 | +5 | -2 |
| 2023-03-04 23:30 | Added structs test as well | Yersa Nordman | 2 | +50 | -16 |
| 2023-03-04 23:23 | Consistent compare_fn calling, fix segfaults | Yersa Nordman | 1 | +10 | -1 |
| 2023-03-04 22:20 | Default cflags now without debugging symbols | Yersa Nordman | 1 | +1 | -1 |
| 2023-03-04 22:18 | Add CI testing with different optimization flags | Yersa Nordman | 1 | +54 | -2 |
| 2023-03-04 21:47 | Initialized basic readme | Yersa Nordman | 1 | +97 | -0 |
| 2023-03-04 21:43 | mindex_delete always calls purge now | Yersa Nordman | 1 | +2 | -5 |
| 2023-03-04 21:39 | Using noporpoise/sort_r instead of direct qsort_r | Yersa Nordman | 4 | +10 | -8 |
| 2023-03-04 21:10 | Added license | Robin Bron | 1 | +7 | -0 |
| 2023-03-02 21:29 | Added config.mk and exports in package.ini | Yersa Nordman | 4 | +9 | -1 |
| 2023-03-02 21:25 | Added usage of mindex_free to poke for a segfault | Yersa Nordman | 1 | +2 | -0 |
| 2023-03-02 21:24 | Initial implementation & basic testing | Yersa Nordman | 4 | +217 | -8 |
| 2023-03-02 19:26 | Make empty test succeed | Yersa Nordman | 1 | +3 | -1 |
| 2023-03-02 19:25 | Initialized main structure | Yersa Nordman | 7 | +101 | -0 |
| 2023-03-02 09:24 | Project init | Yersa Nordman | 4 | +24 | -0 |