aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
Commit message (Collapse)AuthorAge
* Fixes and improvementsYaroslav de la Peña Smirnov2021-11-07
| | | | | | * Fix heap corruption on buffer growth. * Define as static functions that are not used outside a TU. * Other minor changes.
* Hashmap improvements and include guardsYaroslav de la Peña Smirnov2021-11-05
| | | | | Hashmap capacity can be set programmatically and it grows/shrinks in size when the load increases/decreases to avoid collisions/save memory.
* more preparation for supporting inheritanceDanny van Kooten2020-03-18
|
* first stab at supporting template inheritanceDanny van Kooten2020-03-17
|
* add vector typeDanny van Kooten2020-03-12
|
* evaluate for blocks correctlyDanny van Kooten2020-03-12
|
* add first template testsDanny van Kooten2020-03-12
|
* add some more test helpersDanny van Kooten2020-03-12