summaryrefslogtreecommitdiff
path: root/src/select/select_generator.py
Commit message (Collapse)AuthorAgeFilesLines
* Select generator: Squash undefined behaviour in generated code.Michael Drake2018-07-281-1/+1
| | | | | | | uint8_t is promoted to int instead of unsigned, so it can't hold the values we try to store. Reran `make select_generator` to update generated code.
* Selection: Autogenerated propset: Fix release of previous strings.Michael Drake2017-11-251-2/+2
|
* Select: Bug fixes in the generator.lcneves/select-autogenLucas Neves2017-11-191-13/+12
|
* Select: autogenerator for computed.h, propset.h and propget.h.Lucas Neves2017-11-131-0/+832