Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for-loop syntax | Thomas Voss | 2022-12-31 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Add the FOREACH and FOREACH_SAFE macros | Thomas Voss | 2022-12-24 | 1 | -0/+32 |
| | |||||
* | 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 |