aboutsummaryrefslogtreecommitdiff
path: root/src/ptr_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* `gb_internal` a lotgingerBill2022-12-181-42/+42
* Replace compiler for loops for the hash-table types to simplify code usagegingerBill2022-12-091-0/+21
* Improve `ptr_map_hash_key`gingerBill2021-11-161-5/+7
* Simplification to `ptr_map_hash_key`gingerBill2021-11-051-15/+5
* Improve `ptr_map_hash_key`gingerBill2021-11-051-9/+27
* Be more correct with `MapIndex` usagegingerBill2021-11-051-4/+4
* Unify `MapFindResult` typesgingerBill2021-11-051-2/+2
* Remove `map.cpp` codegingerBill2021-11-051-0/+9
* Move more things to `PtrMap`gingerBill2021-11-051-1/+1
* Increase usage of `PtrMap`gingerBill2021-11-051-2/+6
* Remove HashKey usage for `PtrMap` callsgingerBill2021-11-051-4/+4
* Correct `map_remove(PtrMap)`gingerBill2021-11-051-1/+1
* Add `PtrMap`, begin working change `Map` to `PtrMap` where possiblegingerBill2021-11-051-0/+318