aboutsummaryrefslogtreecommitdiff
path: root/src/build/cmeta.h
Commit message (Collapse)AuthorAgeFilesLines
* Support deferring cvar registrationGravatar Michael Smith 2022-03-201-1/+1
| | | | | | | | 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/+44
With code from Bill. Thanks Bill!