gen.py: add _CCodeGenerator._create_{file_}template() methods
[deliverable/barectf.git] / barectf /
2020-08-27  Philippe Proulxgen.py: add _CCodeGenerator._create_{file_}template...
2020-08-27  Philippe Proulxtemplate.py: define a `_Template` class instead of...
2020-08-20  Philippe ProulxUse Jinja 2 templates to generate the `metadata` file
2020-08-11  Philippe Proulxcli.py: fix Pylint errors
2020-08-11  Philippe ProulxAdd Python type hints
2020-08-10  Philippe Proulxv3 YAML config: require `$default-byte-order` property
2020-08-08  Philippe Proulx__init__.py: remove `barectf_config_file` name
2020-08-08  Philippe Proulxcli.py: fix wrong comment
2020-08-07  Philippe Proulxcli: add short command descriptions to their help text
2020-08-07  Philippe Proulxcli: add `--help` usage and description in command...
2020-08-07  Philippe Proulxcli: add `show-configuration-version` command
2020-08-07  Philippe Proulxcli: add `show-effective-configuration` command
2020-08-07  Philippe Proulxcli: introduce Git-like commands
2020-07-30  Philippe ProulxFix: remove import cycles from `config.py`
2020-07-29  Philippe ProulxUse barectf.cli._run() as the CLI's starting function
2020-07-29  Philippe ProulxAdd package inclusion dir. at the API level
2020-07-28  Philippe ProulxIntroduce new barectf configuration API and YAML config...
2020-06-01  Philippe ProulxRename `msg`/`ctx` properties 👉 `message`/`context`
2020-05-29  Philippe Proulxbarectf: use package names (do not import "from")
2020-05-29  Philippe Proulxcli.py: fix PEP 8 errors, as reported by `flake8`
2020-05-29  Philippe Proulxcli.py: format
2020-05-29  Philippe Proulxcli.py: standardize `exc` as exception name
2020-05-29  Philippe Proulxcli.py: replace `'...'.format(...)` with f-strings
2020-05-29  Philippe Proulxconfig_parse.py: replace `'...'.format()` with f-strings
2020-05-29  Philippe Proulxconfig_parse.py: fix PEP 8 errors, as reported by ...
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 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 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-14  Philippe Proulxbarectf/__init__.py: build version string instead of...
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 Proulxbarectf/config.py: fix whitespaces (PEP 8)
2017-10-17  Philippe ProulxMerge branch 'tox' of https://github.com/mjeanson/barectf
2017-10-17  Philippe ProulxMerge branch 'master' of https://github.com/mjeanson...
2017-10-17  Philippe ProulxFix: templates.py: call bt_piecewise_rshift() with...
2016-11-19  Philippe ProulxAdd tracing activity and tracing section API
2016-11-15  Philippe Proulxbarectf v2.2.1
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.c: remove unused _packet_is_full()
2016-11-09  Philippe Proulxbarectf.h: add __cplusplus check
2016-07-13  Philippe ProulxRefer to official website barectf.org
2016-07-13  Philippe ProulxAdd MIT license header to generated files
2016-04-13  Philippe Proulxbarectf v2.2.0
2016-04-07  Philippe ProulxMake config option "gen-default-stream-def" a boolean
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 Proulxconfig: add configuration options
2016-04-06  Philippe Proulxbarectf v2.2.0-dev
2016-03-30  Philippe Proulxbarectf v2.1.4
2016-03-30  Philippe Proulxtemplates: fix generated indentation
2016-03-30  Philippe Proulxgen: statically compute event field sizes when possible
2016-03-26  Philippe Proulxconfig: is_valid_identifier() -> _is_valid_identifier()
2016-03-26  Philippe Proulxconfig: override default env entries
2016-03-26  Philippe Proulxconfig: add "(more than one X)" in missing id/stream_id...
2016-03-26  Philippe ProulxFix: tsdl182gen: do not write stream_id/id when PH...
2016-03-25  Philippe Proulxbarectf v2.1.3
2016-03-25  Philippe ProulxSupport empty payload type, as long as the event is...
2016-03-19  Philippe Proulxbarectf v2.1.2
2016-03-19  Philippe ProulxFix: stdint.yaml: fix self-aligned signed ints size
2016-03-19  Philippe Proulxbarectf v2.1.1
2016-03-19  Philippe ProulxFix: config: clock offset object: null sets prop to...
2016-03-19  Philippe Proulxbarectf v2.1.0
2016-03-18  Philippe Proulxcli: error msg: specify "regular file"
2016-03-18  Philippe ProulxFix: gen: use appropriate prefix for event context...
2016-03-18  Philippe ProulxFix: templates: use prefix in _write_cstring()
2016-03-18  Philippe Proulxconfig: null $include means no inclusions
2016-03-18  Philippe Proulxconfig: config object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: metadata object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: trace object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: stream object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: event object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: clock object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: variant type object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: struct type object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: array type object: null sets prop to default...
next
This page took 0.038546 seconds and 7 git commands to generate.