projects
/
deliverable
/
barectf.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
deliverable/barectf.git
2020-09-03
Philippe Proulx
templates: use Jinja 2's `true`, not Python's `True`
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
Make generated C code as `const` as possible
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
barectf.c.j2: _ALIGN(): make it explicit that `_at_var...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
gen.py, templates: use root FT prefixes which match...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
metadata.j2: root_ft(): do not indent within macro
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
barectf.c.j2: packet closing function: do not repeat...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
bitfield.h.j2: do not prefix bitfield functions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
templates: commonize the licence header
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
templates: add licence headers to all templates
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
barectf/templates/metadata/*.j2: normalize
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
Fix: _IntegerFieldType.__init__(): use correct alignment
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Philippe Proulx
_CCodeGenerator.generate_c_src(): use Jinja 2 templates
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Philippe Proulx
tsdl182gen.py: remove unused `jinja2` import
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Philippe Proulx
_CCodeGenerator.generate_header(): use Jinja 2 templates
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
Add `common.j2` template
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
Jinja 2 templates: stylize block comments like C block...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
barectf.h: do not include `barectf-bitfield.h`
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
bitfield.h.j2: prefix `CAST_PTR` with the uppercase...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
_CCodeGenerator.generate_bitfield_header(): use a Jinja...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
gen.py: add _CCodeGenerator._create_{file_}template...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Philippe Proulx
template.py: define a `_Template` class instead of...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-20
Philippe Proulx
Use Jinja 2 templates to generate the `metadata` file
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Philippe Proulx
cli.py: fix Pylint errors
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Philippe Proulx
Add Python type hints
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Philippe Proulx
v3 YAML config: require `$default-byte-order` property
commit
|
commitdiff
|
tree
|
snapshot
2020-08-08
Philippe Proulx
__init__.py: remove `barectf_config_file` name
commit
|
commitdiff
|
tree
|
snapshot
2020-08-08
Philippe Proulx
cli.py: fix wrong comment
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Philippe Proulx
cli: add short command descriptions to their help text
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Philippe Proulx
cli: add `--help` usage and description in command...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Philippe Proulx
cli: add `show-configuration-version` command
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Philippe Proulx
cli: add `show-effective-configuration` command
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Philippe Proulx
cli: introduce Git-like commands
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Philippe Proulx
Fix: add missing `tests/config/2/fail/metadata` directory
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Philippe Proulx
Fix: remove import cycles from `config.py`
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Philippe Proulx
Use barectf.cli._run() as the CLI's starting function
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Philippe Proulx
Add package inclusion dir. at the API level
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Philippe Proulx
tox.ini: keep a single `pylint` environment (warnings...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Philippe Proulx
tox.ini: rename `pep8` environment to `flake8`
commit
|
commitdiff
|
tree
|
snapshot
2020-07-28
Philippe Proulx
Introduce new barectf configuration API and YAML config...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-27
Philippe Proulx
poetry.lock: update
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Philippe Proulx
Rename `msg`/`ctx` properties 👉 `message`/`context`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: use package names (do not import "from")
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
cli.py: fix PEP 8 errors, as reported by `flake8`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
cli.py: format
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
cli.py: standardize `exc` as exception name
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
cli.py: replace `'...'.format(...)` with f-strings
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: replace `'...'.format()` with f-strings
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
pyproject.toml: require Python 3.6+
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: fix PEP 8 errors, as reported by ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
tox.ini: make `flake8` ignore `templates.py`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
tox.ini: run `flake8` for the `barectf` directory only
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: comment `_ConfigParseErrorCtx` and...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
_YamlConfigParser: rename field type creation methods...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
_YamlConfigParser: rename `_root_yaml_path` 👉 `_root_path`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: use a `_YamlConfigParser` object a...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: normalize exception contexts and messages
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
config_parse.py: update/improve comments
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: rename `ConfigParseError` 👉 `_ConfigParseError`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: use JSON schema to validate special root field...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: schemas: use conditionals intead of `oneOf...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
_SchemaValidator.validate(): use "element" prefix for...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
LICENSE: reflow licence header for 72 columns
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
LICENSE: update copyright years
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: reflow licence headers for 72 columns
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
barectf: update copyright years
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
gen.py, templates.py: replace double quotes with backti...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
cli.py, config_parse.py: replace double quotes with...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Philippe Proulx
Use JSON schemas to validate the layout and types of...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
config_parse.py: add _append_error_ctx() to remove...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
Make configuration and metadata objects immutable
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
Capitalize exception messages and what the CLI prints
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
test.bash: pass all `.bats` files to `bats`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
barectf_config_check_fail(): check that failure is...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
tests/config/pass/everything/pass.bats: quote `$CC`
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
tests/config/pass/everything/pass.bats: make test direc...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
tests/config/fail/yaml/invalid.yaml: fix invalid YAML...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
cli: print traceback for unknown exceptions
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
Append context to a `ConfigError` instead of wrapping...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
Remove everything related to CTF sequences and variants
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Philippe Proulx
Convert project to a Poetry project
commit
|
commitdiff
|
tree
|
snapshot
2020-05-14
Philippe Proulx
barectf/__init__.py: build version string instead of...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-04
Michael Jeanson
Add git-review config
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Philippe Proulx
barectf v2.3.1
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Philippe Proulx
Fix: do not sample clock when closing/opening a packet...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Philippe Proulx
Fix: use the same actions to compute event size and...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
barectf v2.3.0
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
tox.ini: no `pep8` env by default, fix testenv:pep8 env
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
barectf/config.py: fix whitespaces (PEP 8)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Michael Jeanson
tox: Add usedevelop
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Michael Jeanson
Fix: fail tests succeed on env failure
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
tests/common.bash: use $status, not $?, when using...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
Merge branch 'tox' of https://github.com/mjeanson/barectf
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Michael Jeanson
Add tox support
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
Merge branch 'master' of https://github.com/mjeanson...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Philippe Proulx
Fix: templates.py: call bt_piecewise_rshift() with...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Michael Jeanson
Fix: return proper exit code on test failure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Philippe Proulx
linux-fs-simple example Makefile: make platform depend...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Philippe Proulx
Add tracing activity and tracing section API
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Philippe Proulx
README.md: fix links
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Philippe Proulx
barectf v2.2.1
commit
|
commitdiff
|
tree
|
snapshot
next
This page took
0.04088 seconds
and
4
git commands to generate.