summaryrefslogtreecommitdiff
path: root/src/gehashmap.h
Commit message (Expand)AuthorAgeFilesLines
* Add _empty() functionsThomas Voss 2023-01-021-0/+8
* Add setsThomas Voss 2023-01-021-1/+9
* Sorta refactorThomas Voss 2022-12-311-70/+69
* Use private members and update FOREACH macrosThomas Voss 2022-12-311-75/+64
* Add the GEHASHMAP_DEF macroThomas Voss 2022-12-311-32/+40
* Fix for-loop syntaxThomas Voss 2022-12-311-3/+3
* Use for-loops instead of while-loopsThomas Voss 2022-12-241-6/+3
* Use GEHASHMAP_FOREACH_SAFE() in n##_free()Thomas Voss 2022-12-241-8/+3
* Remove useless parenthesisThomas Voss 2022-12-241-2/+2
* Align backslashesThomas Voss 2022-12-241-181/+181
* Add the FOREACH and FOREACH_SAFE macrosThomas Voss 2022-12-241-0/+32
* Simplify hashmaps by not freeing keysThomas Voss 2022-12-241-10/+5
* You don’t need to escape the newline in commentsThomas Voss 2022-12-231-22/+22
* Totally rework the gehashmap implementationThomas Voss 2022-12-231-275/+195
* Genesis commitThomas Voss 2022-12-211-0/+290