summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the _intersects() functionHEADmasterThomas Voss 2023-01-021-0/+11
* Add _empty() functionsThomas Voss 2023-01-022-0/+15
* Add setsThomas Voss 2023-01-022-1/+116
* 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
* Simplify everythingThomas Voss 2022-12-311-41/+32
* Sort thingsThomas Voss 2022-12-311-1/+1
* Make vector lengths “public”Thomas Voss 2022-12-311-29/+44
* Add GEVECTOR_DEF, some iter macros, s/append/pushThomas Voss 2022-12-311-42/+54
* Fix for-loop syntaxThomas Voss 2022-12-311-3/+3
* Add n##_remove() and s/size/lengthThomas Voss 2022-12-261-6/+15
* 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
* Fix weird edge-case when cap == 1 and gf == 1.5fThomas Voss 2022-12-241-5/+8
* Remember to actually return 0Thomas Voss 2022-12-241-0/+1
* Fix capacity bugThomas Voss 2022-12-241-1/+1
* Add the FOREACH and FOREACH_SAFE macrosThomas Voss 2022-12-241-0/+32
* Add vectorsThomas Voss 2022-12-241-0/+63
* 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