Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |