Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-02-26 | hscript: Refactor Keys to be owned by a Script* | A. Wilcox | 1 | -3/+3 |
2019-11-07 | hscript: nevermind, that causes obj sizes to bloat | A. Wilcox | 1 | -0/+4 |
2019-11-07 | hscript: Key dtor doesn't need out-of-line definition | A. Wilcox | 1 | -3/+0 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 1 | -3/+3 |
2019-10-12 | hscript: Pass opts to all validate()s, implement 'mount' validation | A. Wilcox | 1 | -2/+2 |
2019-10-08 | hscript: Ensure Key vtable isn't duped in every object | A. Wilcox | 1 | -0/+3 |
2019-10-08 | hscript: Add StringKey helper class | A. Wilcox | 1 | -0/+5 |
2019-10-08 | hscript: Code | A. Wilcox | 1 | -1/+1 |
2019-10-07 | hscript: Allocate +lower+ properly | A. Wilcox | 1 | -1/+1 |
2019-10-07 | hscript: Generalise BooleanKey failure mode for all keys | A. Wilcox | 1 | -1/+6 |
2019-10-07 | hscript: Fix up Key class, add BooleanKey class | A. Wilcox | 1 | -0/+33 |