barectf: fix Flake8 errors |
|
More...
|
almost 5 years ago
|
README.md: indicate that this README might be incorrect before v3 |
|
More...
|
almost 5 years ago
|
tox.ini: add `mypy` environment |
|
More...
|
almost 5 years ago
|
Use Poetry to manage Pylint dev dependency |
|
More...
|
almost 5 years ago
|
Use Poetry to manage Flake8 dev dependency |
|
More...
|
almost 5 years ago
|
poetry.lock: update |
|
More...
|
almost 5 years ago
|
codegen.py, cgen.py: fix Pylint errors/warnings |
|
More...
|
almost 5 years ago
|
cgen.py: add type hints |
|
More...
|
almost 5 years ago
|
codegen.py: add type hints |
|
More...
|
almost 5 years ago
|
Reorganize JSON schemas under `barectf/schemas/config` |
|
More...
|
almost 5 years ago
|
barectf.c.j2: use single return points |
|
More...
|
almost 5 years ago
|
barectf.c.j2: do not pass useless parameters to _ev_size_*() functions |
|
More...
|
almost 5 years ago
|
`_FieldType`: add `size_is_dynamic` property |
|
More...
|
almost 5 years ago
|
templates: capitalize C comments |
|
More...
|
almost 5 years ago
|
Put C code generator in its own module |
|
More...
|
almost 5 years ago
|
templates: use Jinja 2's `true`, not Python's `True` |
|
More...
|
almost 5 years ago
|
Make generated C code as `const` as possible |
|
More...
|
almost 5 years ago
|
barectf.c.j2: _ALIGN(): make it explicit that `_at_var` is a var. name |
|
More...
|
almost 5 years ago
|
gen.py, templates: use root FT prefixes which match their name |
|
More...
|
almost 5 years ago
|
metadata.j2: root_ft(): do not indent within macro |
|
More...
|
almost 5 years ago
|
barectf.c.j2: packet closing function: do not repeat member names |
|
More...
|
almost 5 years ago
|
bitfield.h.j2: do not prefix bitfield functions |
|
More...
|
almost 5 years ago
|
templates: commonize the licence header |
|
More...
|
almost 5 years ago
|
templates: add licence headers to all templates |
|
More...
|
almost 5 years ago
|
barectf/templates/metadata/*.j2: normalize |
|
More...
|
almost 5 years ago
|
Fix: _IntegerFieldType.__init__(): use correct alignment |
|
More...
|
almost 5 years ago
|
_CCodeGenerator.generate_c_src(): use Jinja 2 templates |
|
More...
|
almost 5 years ago
|
tsdl182gen.py: remove unused `jinja2` import |
|
More...
|
almost 5 years ago
|
_CCodeGenerator.generate_header(): use Jinja 2 templates |
|
More...
|
almost 5 years ago
|
Add `common.j2` template |
|
More...
|
almost 5 years ago
|