summaryrefslogtreecommitdiff
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-025-15/+194
* Sorta refactorThomas Voss 2022-12-312-73/+72
* Use private members and update FOREACH macrosThomas Voss 2022-12-312-78/+67
* Fix exampleThomas Voss 2022-12-311-1/+1
* Add the GEHASHMAP_DEF macroThomas Voss 2022-12-312-36/+42
* Simplify everythingThomas Voss 2022-12-311-41/+32
* Sort thingsThomas Voss 2022-12-311-1/+1
* Make vector lengths “public”Thomas Voss 2022-12-312-36/+48
* Update gevector exampleThomas Voss 2022-12-311-9/+11
* 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
* Compile examples with warningsThomas Voss 2022-12-243-9/+9
* 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-242-0/+48
* Add vectorsThomas Voss 2022-12-244-8/+94
* Simplify hashmaps by not freeing keysThomas Voss 2022-12-242-13/+8
* Include more maps and functions in hashmap exampleThomas Voss 2022-12-231-17/+65
* You don’t need to escape the newline in commentsThomas Voss 2022-12-231-22/+22
* Totally rework the gehashmap implementationThomas Voss 2022-12-232-287/+214
* Make the Makefile more extendableThomas Voss 2022-12-231-2/+14
* Pass the -I flag to the compilerThomas Voss 2022-12-231-1/+1
* Fix commentThomas Voss 2022-12-211-1/+1
* Genesis commitThomas Voss 2022-12-217-0/+372