Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 1 | -0/+32 |
| | |||||
* | Add vectors | Thomas Voss | 2022-12-24 | 1 | -0/+63 |
| | |||||
* | Simplify hashmaps by not freeing keys | Thomas Voss | 2022-12-24 | 1 | -10/+5 |
| | |||||
* | 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 | 1 | -275/+195 |
| | |||||
* | Genesis commit | Thomas Voss | 2022-12-21 | 1 | -0/+290 |