Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Hashmap improvements and include guards | Yaroslav de la Peña Smirnov | 2021-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 inheritance | Danny van Kooten | 2020-03-18 |
| | |||
* | first stab at supporting template inheritance | Danny van Kooten | 2020-03-17 |
| | |||
* | add vector type | Danny van Kooten | 2020-03-12 |
| | |||
* | evaluate for blocks correctly | Danny van Kooten | 2020-03-12 |
| | |||
* | add first template tests | Danny van Kooten | 2020-03-12 |
| | |||
* | add some more test helpers | Danny van Kooten | 2020-03-12 |