| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow all set entry types to be implicitly cast to their key/value type to ↵ | gingerBill | 2023-01-03 | 1 | -4/+11 |
| | | | | | allow for easier iteration | ||||
| * | Use heap_allocator for all hash set types | gingerBill | 2023-01-03 | 1 | -5/+13 |
| | | |||||
| * | Use `*_set_update` where possible | gingerBill | 2022-12-20 | 1 | -26/+26 |
| | | |||||
| * | Replace compiler for loops for the hash-table types to simplify code usage | gingerBill | 2022-12-09 | 1 | -0/+18 |
| | | |||||
| * | Make the link order of foreign imports deterministic | gingerBill | 2022-05-04 | 1 | -0/+29 |
| | | |||||
| * | Clean up logic | gingerBill | 2021-11-05 | 1 | -31/+50 |
| | | |||||
| * | Unify `MapFindResult` types | gingerBill | 2021-11-05 | 1 | -34/+30 |
| | | |||||
| * | Simplify compiler's `Map` and create a `StringMap` specifically for strings | gingerBill | 2020-04-13 | 1 | -21/+26 |
| | | |||||
| * | Remove unneeded disabled warnings for MSVC | gingerBill | 2018-02-25 | 1 | -16/+0 |
| | | |||||
| * | Add string_set.cpp; Code clean up | gingerBill | 2017-10-30 | 1 | -0/+184 |