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 |
2016-04-06 |
Philippe Proulx | tests/config/fail/config: add config options tests |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | config: add configuration options |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Philippe Proulx | barectf v2.2.0-dev |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Philippe Proulx | README.md: specify Ubuntu versions |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Philippe Proulx | README.md: add PPA instructions for Ubuntu |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | README.md: add AUR package instructions for Arch Linux |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | README.md: "philosphy" -> "philosophy" |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | barectf v2.1.4 |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | templates: fix generated indentation |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | gen: statically compute event field sizes when possible |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Philippe Proulx | Add barectf(1) man page |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Philippe Proulx | config: is_valid_identifier() -> _is_valid_identifier() |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Philippe Proulx | config: override default env entries |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Philippe Proulx | tests/config/fail/metadata: add multiple streams, no... |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Philippe Proulx | config: add "(more than one X)" in missing id/stream_id... |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Philippe Proulx | Fix: tsdl182gen: do not write stream_id/id when PH... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | tests/config/pass/everything: add no payload type test |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | barectf v2.1.3 |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | doc/example: add .gitignores |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | tests/config/fail/event: add empty event test |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | doc/examples/linux-fs-simple: add events with no payloa... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Philippe Proulx | Support empty payload type, as long as the event is... |
commit | commitdiff | tree | snapshot |
next |