aboutsummaryrefslogtreecommitdiff
path: root/src/build/codegen.c
Commit message (Collapse)AuthorAgeFilesLines
* Support deferring cvar registrationGravatar Michael Smith 2022-03-201-29/+28
| | | | | | | | This allows stuff to be registered conditionally. Unfortunately cmeta is now truly the worst thing of all time, but cleaning it up isn't a huge priority. On the plus side, codegen actually got simpler.
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+95
With code from Bill. Thanks Bill!