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 |
2016-11-15 |
Philippe Proulx | README.md: update content |
commit | commitdiff | tree | snapshot |
2016-11-15 |
Philippe Proulx | doc/examples: use -ansi flag to ensure ANSI C compatibility |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | barectf(1): write short option's argument too |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | Claim to generate ANSI C code |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | Remove <stdint.h> include in generated bitfield.h |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | Remove unused macros from generated bitfield header |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | gen.py: put union variable at the top of a nested block |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Philippe Proulx | Remove dependency on GNU C extensions |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Philippe Proulx | Support C++ build of generated and linux-fs platform... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Philippe Proulx | barectf-platform-linux-fs.h: add __cplusplus check |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Philippe Proulx | barectf.c: remove unused _packet_is_full() |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Philippe Proulx | barectf.h: add __cplusplus check |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Michael Jeanson | Merge pull request #11 from mjeanson/master |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Michael Jeanson | Update CI link in README.md |
commit | commitdiff | tree | snapshot |
2016-07-13 |
Philippe Proulx | Refer to official website barectf.org |
commit | commitdiff | tree | snapshot |
2016-07-13 |
Philippe Proulx | Add MIT license header to generated files |
commit | commitdiff | tree | snapshot |
2016-07-12 |
Philipp Wagner | Fix package name in Ubuntu install instructions |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Philippe Proulx | Make sure all source files have a MIT license header |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Philippe Proulx | examples/barectf-tracepoint: fix comment |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Philippe Proulx | doc/man: update man page's date and version |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Philippe Proulx | barectf v2.2.0 |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Philippe Proulx | docs/examples/.gitignore: ignore "metadata" |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Philippe Proulx | barectf-tracepoint: add QEMU ARM target example |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Philippe Proulx | barectf-tracepoint ex: rename "barectf" -> "barectf... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Philippe Proulx | barectf-tracepoint ex: put platform-specific stuff... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | doc/examples/linux-fs-simple: use $(BARECTF), no view... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | Add doc/examples/barectf-tracepoint |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | Add extra/barectf-tracepoint.h (tracepoint() macro... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | tests/config/fail/stream: add tests for "$default"... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | tests/config/fail/metadata: add tests for default strea... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | tests/config/fail: remove .c/.h files |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | tests/config/pass/everything: fix gen-default-stream-def |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | doc/examples/linux-fs-simple: generate prefix/def strea... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | tests/config/fail/config: remove options-gen-default... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Philippe Proulx | Make config option "gen-default-stream-def" a boolean |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | doc/examples/linux-fs-simple: use 2.2 config with defau... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | gen, templates: generate default stream trace definitions |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | config: specify default stream in metadata/stream objects |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | gen, templates: generate prefix/default stream definitions |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | tests/config/pass/everything: add config options to... |
commit | commitdiff | tree | snapshot |
next |