deliverable/barectf.git
2020-05-29  Philippe Proulxconfig_parse.py: fix PEP 8 errors, as reported by ...
2020-05-29  Philippe Proulxtox.ini: make `flake8` ignore `templates.py`
2020-05-29  Philippe Proulxtox.ini: run `flake8` for the `barectf` directory only
2020-05-29  Philippe Proulxconfig_parse.py: comment `_ConfigParseErrorCtx` and...
2020-05-29  Philippe Proulx_YamlConfigParser: rename field type creation methods...
2020-05-29  Philippe Proulx_YamlConfigParser: rename `_root_yaml_path` 👉 `_root_path`
2020-05-29  Philippe Proulxconfig_parse.py: use a `_YamlConfigParser` object a...
2020-05-29  Philippe Proulxconfig_parse.py: normalize exception contexts and messages
2020-05-29  Philippe Proulxconfig_parse.py: update/improve comments
2020-05-29  Philippe Proulxbarectf: rename `ConfigParseError` 👉 `_ConfigParseError`
2020-05-29  Philippe Proulxbarectf: use JSON schema to validate special root field...
2020-05-29  Philippe Proulxbarectf: schemas: use conditionals intead of `oneOf...
2020-05-29  Philippe Proulx_SchemaValidator.validate(): use "element" prefix for...
2020-05-29  Philippe ProulxLICENSE: reflow licence header for 72 columns
2020-05-29  Philippe ProulxLICENSE: update copyright years
2020-05-29  Philippe Proulxbarectf: reflow licence headers for 72 columns
2020-05-29  Philippe Proulxbarectf: update copyright years
2020-05-29  Philippe Proulxgen.py, templates.py: replace double quotes with backti...
2020-05-29  Philippe Proulxcli.py, config_parse.py: replace double quotes with...
2020-05-29  Philippe ProulxUse JSON schemas to validate the layout and types of...
2020-05-22  Philippe Proulxconfig_parse.py: add _append_error_ctx() to remove...
2020-05-22  Philippe ProulxMake configuration and metadata objects immutable
2020-05-22  Philippe ProulxCapitalize exception messages and what the CLI prints
2020-05-22  Philippe Proulxtest.bash: pass all `.bats` files to `bats`
2020-05-22  Philippe Proulxbarectf_config_check_fail(): check that failure is...
2020-05-22  Philippe Proulxtests/config/pass/everything/pass.bats: quote `$CC`
2020-05-22  Philippe Proulxtests/config/pass/everything/pass.bats: make test direc...
2020-05-22  Philippe Proulxtests/config/fail/yaml/invalid.yaml: fix invalid YAML...
2020-05-22  Philippe Proulxcli: print traceback for unknown exceptions
2020-05-22  Philippe ProulxAppend context to a `ConfigError` instead of wrapping...
2020-05-22  Philippe ProulxRemove everything related to CTF sequences and variants
2020-05-22  Philippe ProulxConvert project to a Poetry project
2020-05-14  Philippe Proulxbarectf/__init__.py: build version string instead of...
2019-06-04  Michael JeansonAdd git-review config
2019-03-25  Philippe Proulxbarectf v2.3.1
2019-03-25  Philippe ProulxFix: do not sample clock when closing/opening a packet...
2019-01-11  Philippe ProulxFix: use the same actions to compute event size and...
2017-10-17  Philippe Proulxbarectf v2.3.0
2017-10-17  Philippe Proulxtox.ini: no `pep8` env by default, fix testenv:pep8 env
2017-10-17  Philippe Proulxbarectf/config.py: fix whitespaces (PEP 8)
2017-10-17  Michael Jeansontox: Add usedevelop
2017-10-17  Michael JeansonFix: fail tests succeed on env failure
2017-10-17  Philippe Proulxtests/common.bash: use $status, not $?, when using...
2017-10-17  Philippe ProulxMerge branch 'tox' of https://github.com/mjeanson/barectf
2017-10-17  Michael JeansonAdd tox support
2017-10-17  Philippe ProulxMerge branch 'master' of https://github.com/mjeanson...
2017-10-17  Philippe ProulxFix: templates.py: call bt_piecewise_rshift() with...
2017-10-17  Michael JeansonFix: return proper exit code on test failure
2016-11-19  Philippe Proulxlinux-fs-simple example Makefile: make platform depend...
2016-11-19  Philippe ProulxAdd tracing activity and tracing section API
2016-11-15  Philippe ProulxREADME.md: fix links
2016-11-15  Philippe Proulxbarectf v2.2.1
2016-11-15  Philippe ProulxREADME.md: update content
2016-11-15  Philippe Proulxdoc/examples: use -ansi flag to ensure ANSI C compatibility
2016-11-10  Philippe Proulxbarectf(1): write short option's argument too
2016-11-10  Philippe ProulxClaim to generate ANSI C code
2016-11-10  Philippe ProulxRemove <stdint.h> include in generated bitfield.h
2016-11-10  Philippe ProulxRemove unused macros from generated bitfield header
2016-11-10  Philippe Proulxgen.py: put union variable at the top of a nested block
2016-11-10  Philippe ProulxRemove dependency on GNU C extensions
2016-11-09  Philippe ProulxSupport C++ build of generated and linux-fs platform...
2016-11-09  Philippe Proulxbarectf-platform-linux-fs.h: add __cplusplus check
2016-11-09  Philippe Proulxbarectf.c: remove unused _packet_is_full()
2016-11-09  Philippe Proulxbarectf.h: add __cplusplus check
2016-09-08  Michael JeansonMerge pull request #11 from mjeanson/master
2016-08-29  Michael JeansonUpdate CI link in README.md
2016-07-13  Philippe ProulxRefer to official website barectf.org
2016-07-13  Philippe ProulxAdd MIT license header to generated files
2016-07-12  Philipp WagnerFix package name in Ubuntu install instructions
2016-04-14  Philippe ProulxMake sure all source files have a MIT license header
2016-04-14  Philippe Proulxexamples/barectf-tracepoint: fix comment
2016-04-14  Philippe Proulxdoc/man: update man page's date and version
2016-04-13  Philippe Proulxbarectf v2.2.0
2016-04-13  Philippe Proulxdocs/examples/.gitignore: ignore "metadata"
2016-04-13  Philippe Proulxbarectf-tracepoint: add QEMU ARM target example
2016-04-12  Philippe Proulxbarectf-tracepoint ex: rename "barectf" -> "barectf...
2016-04-12  Philippe Proulxbarectf-tracepoint ex: put platform-specific stuff...
2016-04-07  Philippe Proulxdoc/examples/linux-fs-simple: use $(BARECTF), no view...
2016-04-07  Philippe ProulxAdd doc/examples/barectf-tracepoint
2016-04-07  Philippe ProulxAdd extra/barectf-tracepoint.h (tracepoint() macro...
2016-04-07  Philippe Proulxtests/config/fail/stream: add tests for "$default"...
2016-04-07  Philippe Proulxtests/config/fail/metadata: add tests for default strea...
2016-04-07  Philippe Proulxtests/config/fail: remove .c/.h files
2016-04-07  Philippe Proulxtests/config/pass/everything: fix gen-default-stream-def
2016-04-07  Philippe Proulxdoc/examples/linux-fs-simple: generate prefix/def strea...
2016-04-07  Philippe Proulxtests/config/fail/config: remove options-gen-default...
2016-04-07  Philippe ProulxMake config option "gen-default-stream-def" a boolean
2016-04-06  Philippe Proulxdoc/examples/linux-fs-simple: use 2.2 config with defau...
2016-04-06  Philippe Proulxgen, templates: generate default stream trace definitions
2016-04-06  Philippe Proulxconfig: specify default stream in metadata/stream objects
2016-04-06  Philippe Proulxgen, templates: generate prefix/default stream definitions
2016-04-06  Philippe Proulxtests/config/pass/everything: add config options to...
2016-04-06  Philippe Proulxtests/config/fail/config: add config options tests
2016-04-06  Philippe Proulxconfig: add configuration options
2016-04-06  Philippe Proulxbarectf v2.2.0-dev
2016-03-31  Philippe ProulxREADME.md: specify Ubuntu versions
2016-03-31  Philippe ProulxREADME.md: add PPA instructions for Ubuntu
2016-03-30  Philippe ProulxREADME.md: add AUR package instructions for Arch Linux
2016-03-30  Philippe ProulxREADME.md: "philosphy" -> "philosophy"
2016-03-30  Philippe Proulxbarectf v2.1.4
next
This page took 0.037995 seconds and 4 git commands to generate.