| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the _intersects() functionHEADmaster | Thomas Voss | 2023-01-02 | 1 | -0/+11 | 
| * | Add _empty() functions | Thomas Voss | 2023-01-02 | 2 | -0/+15 | 
| * | Add sets | Thomas Voss | 2023-01-02 | 5 | -15/+194 | 
| * | Sorta refactor | Thomas Voss | 2022-12-31 | 2 | -73/+72 | 
| * | Use private members and update FOREACH macros | Thomas Voss | 2022-12-31 | 2 | -78/+67 | 
| * | Fix example | Thomas Voss | 2022-12-31 | 1 | -1/+1 | 
| * | Add the GEHASHMAP_DEF macro | Thomas Voss | 2022-12-31 | 2 | -36/+42 | 
| * | Simplify everything | Thomas Voss | 2022-12-31 | 1 | -41/+32 | 
| * | Sort things | Thomas Voss | 2022-12-31 | 1 | -1/+1 | 
| * | Make vector lengths “public” | Thomas Voss | 2022-12-31 | 2 | -36/+48 | 
| * | Update gevector example | Thomas Voss | 2022-12-31 | 1 | -9/+11 | 
| * | Add GEVECTOR_DEF, some iter macros, s/append/push | Thomas Voss | 2022-12-31 | 1 | -42/+54 | 
| * | Fix for-loop syntax | Thomas Voss | 2022-12-31 | 1 | -3/+3 | 
| * | Add n##_remove() and s/size/length | Thomas Voss | 2022-12-26 | 1 | -6/+15 | 
| * | Use for-loops instead of while-loops | Thomas Voss | 2022-12-24 | 1 | -6/+3 | 
| * | Use GEHASHMAP_FOREACH_SAFE() in n##_free() | Thomas Voss | 2022-12-24 | 1 | -8/+3 | 
| * | Remove useless parenthesis | Thomas Voss | 2022-12-24 | 1 | -2/+2 | 
| * | Align backslashes | Thomas Voss | 2022-12-24 | 1 | -181/+181 | 
| * | Fix weird edge-case when cap == 1 and gf == 1.5f | Thomas Voss | 2022-12-24 | 1 | -5/+8 | 
| * | Compile examples with warnings | Thomas Voss | 2022-12-24 | 3 | -9/+9 | 
| * | Remember to actually return 0 | Thomas Voss | 2022-12-24 | 1 | -0/+1 | 
| * | Fix capacity bug | Thomas Voss | 2022-12-24 | 1 | -1/+1 | 
| * | Add the FOREACH and FOREACH_SAFE macros | Thomas Voss | 2022-12-24 | 2 | -0/+48 | 
| * | Add vectors | Thomas Voss | 2022-12-24 | 4 | -8/+94 | 
| * | Simplify hashmaps by not freeing keys | Thomas Voss | 2022-12-24 | 2 | -13/+8 | 
| * | Include more maps and functions in hashmap example | Thomas Voss | 2022-12-23 | 1 | -17/+65 | 
| * | You don’t need to escape the newline in comments | Thomas Voss | 2022-12-23 | 1 | -22/+22 | 
| * | Totally rework the gehashmap implementation | Thomas Voss | 2022-12-23 | 2 | -287/+214 | 
| * | Make the Makefile more extendable | Thomas Voss | 2022-12-23 | 1 | -2/+14 | 
| * | Pass the -I flag to the compiler | Thomas Voss | 2022-12-23 | 1 | -1/+1 | 
| * | Fix comment | Thomas Voss | 2022-12-21 | 1 | -1/+1 | 
| * | Genesis commit | Thomas Voss | 2022-12-21 | 7 | -0/+372 |