Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Tomasz Kramkowski | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | README updates | Tomasz Kramkowski | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | test_gen: unpack_gen now takes const struct fmtinfo *fi | Tomasz Kramkowski | 2021-06-03 | 1 | -10/+5 |
| | | | | | Also not sure why this wasn't the case from the beginning. The code is shorter now. | ||||
* | test_gen: remove enum fmt | Tomasz Kramkowski | 2021-06-03 | 1 | -28/+13 |
| | | | | Not sure why the code was written that way, seems fragile in retrospect. | ||||
* | test_gen: rename unpack generators | Tomasz Kramkowski | 2021-05-31 | 1 | -9/+9 |
| | | | | In preparation for adding pack test generators in the future. | ||||
* | test: Fix Reorder test names and descriptions | Tomasz Kramkowski | 2020-09-12 | 1 | -2/+2 |
| | |||||
* | Implement unpacking arrays | Tomasz Kramkowski | 2020-09-10 | 1 | -1/+4 |
| | |||||
* | Configurable array size | Tomasz Kramkowski | 2020-09-10 | 1 | -7/+14 |
| | |||||
* | Use sections to generate list of tests | Tomasz Kramkowski | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | Remove unused data array | Tomasz Kramkowski | 2020-09-10 | 1 | -3/+0 |
| | |||||
* | Abstract away check generation | Tomasz Kramkowski | 2020-09-10 | 1 | -13/+43 |
| | |||||
* | Use arrays to simplify future refactoring | Tomasz Kramkowski | 2020-09-10 | 1 | -7/+7 |
| | |||||
* | Stop naming variables after the format | Tomasz Kramkowski | 2020-09-10 | 1 | -10/+10 |
| | | | | This was stupid and unnecessary | ||||
* | Make prefix explicit in format information | Tomasz Kramkowski | 2020-09-10 | 1 | -14/+12 |
| | |||||
* | Centralise format information for test generation | Tomasz Kramkowski | 2020-09-10 | 1 | -21/+52 |
| | |||||
* | Fix type complaints | Tomasz Kramkowski | 2020-09-09 | 1 | -2/+2 |
| | |||||
* | Make functions static | Tomasz Kramkowski | 2020-09-09 | 1 | -6/+6 |
| | |||||
* | Make sure constants don't become unsigned | Tomasz Kramkowski | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | Improved testing | Tomasz Kramkowski | 2020-09-09 | 1 | -0/+114 |