aboutsummaryrefslogtreecommitdiff
path: root/src/string_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow all set entry types to be implicitly cast to their key/value type to al...gingerBill2023-01-031-4/+11
* Use heap_allocator for all hash set typesgingerBill2023-01-031-5/+13
* Use `*_set_update` where possiblegingerBill2022-12-201-26/+26
* Replace compiler for loops for the hash-table types to simplify code usagegingerBill2022-12-091-0/+18
* Make the link order of foreign imports deterministicgingerBill2022-05-041-0/+29
* Clean up logicgingerBill2021-11-051-31/+50
* Unify `MapFindResult` typesgingerBill2021-11-051-34/+30
* Simplify compiler's `Map` and create a `StringMap` specifically for stringsgingerBill2020-04-131-21/+26
* Remove unneeded disabled warnings for MSVCgingerBill2018-02-251-16/+0
* Add string_set.cpp; Code clean upgingerBill2017-10-301-0/+184