barectf: use package names (do not import "from")
[deliverable/barectf.git] / barectf /
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...
2016-03-18  Philippe Proulxconfig: string type object: null sets prop to default...
2016-03-18  Philippe ProulxFix: config: start from cur last value when updating...
2016-03-18  Philippe Proulxconfig: enum type object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: float type object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: int type object: null sets prop to default...
2016-03-18  Philippe ProulxWrite log level name to metadata comment if available
2016-03-18  Philippe ProulxUpdate copyright notices
2016-03-18  Philippe ProulxFix: config: check id (EH) and stream_id (PH) sizes
2016-03-18  Philippe Proulxconfig: error reporting: "ts" -> "timestamp"
2016-03-18  Philippe ProulxFix: config: timestamp_begin and timestamp_end must...
2016-03-18  Philippe ProulxFix: config: check for content_size gt packet_size
2016-03-18  Philippe ProulxFix: config: packet context type is mandatory and must...
2016-03-18  Philippe Proulxconfig: fix comment
2016-03-18  Philippe Proulxmetadata: add is_dynamic to type objs and fix align
2016-03-18  Philippe ProulxFix: config: entity type: check for struct type
2016-03-18  Philippe ProulxAdd a few provided includable config files
2016-03-17  Philippe ProulxFix: config: check for enum type member object value...
2016-03-17  Philippe ProulxFix: config: check for unknown props in enum type membe...
next
This page took 0.037631 seconds and 7 git commands to generate.