`_FieldType`: add `size_is_dynamic` property
[deliverable/barectf.git] / barectf / config.py
2020-09-03  Philippe Proulx`_FieldType`: add `size_is_dynamic` property
2020-09-03  Philippe ProulxFix: _IntegerFieldType.__init__(): use correct alignment
2020-08-20  Philippe ProulxUse Jinja 2 templates to generate the `metadata` file
2020-08-11  Philippe ProulxAdd Python type hints
2020-07-30  Philippe ProulxFix: remove import cycles from `config.py`
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-05-29  Philippe Proulxbarectf: rename `ConfigParseError` 👉 `_ConfigParseError`
2020-05-29  Philippe Proulxbarectf: reflow licence headers for 72 columns
2020-05-29  Philippe Proulxbarectf: update copyright years
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 ProulxAppend context to a `ConfigError` instead of wrapping...
2020-05-22  Philippe ProulxRemove everything related to CTF sequences and variants
2017-10-17  Philippe Proulxbarectf/config.py: fix whitespaces (PEP 8)
2016-04-07  Philippe ProulxMake config option "gen-default-stream-def" a boolean
2016-04-06  Philippe Proulxconfig: specify default stream in metadata/stream objects
2016-04-06  Philippe Proulxconfig: add configuration options
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-25  Philippe ProulxSupport empty payload type, as long as the event is...
2016-03-19  Philippe ProulxFix: config: clock offset object: null sets prop to...
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: 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...
2016-03-17  Philippe Proulxconfig: "integer type" -> "value type" (for enum type)
2016-03-17  Philippe Proulxconfig: error reporting: type obj can be an assoc array...
2016-03-17  Philippe ProulxFix: config: check unknown props in float type object...
2016-03-17  Philippe ProulxFix: config: check for unknown "base" values in int...
2016-03-17  Philippe ProulxFix: config: check for trace object's "byte-order"...
2016-03-17  Philippe ProulxFix: config: check PH "uuid" field's element type's...
2016-03-17  Philippe ProulxFix: do not allow negative log level values
2016-03-17  Philippe Proulxconfig: make event's log-level property accept integer
2016-03-17  Philippe Proulxconfig: prefer using $log-levels prop in 2.1
2016-03-17  Philippe ProulxFix: config: check for unknown props in config object
2016-03-17  Philippe ProulxAdd include functionality
2016-03-17  Philippe ProulxFix: config: check for node type before checking props
2016-03-17  Philippe Proulxconfig: prefer using $inherit prop in 2.1
2016-03-17  Philippe Proulxconfig: prefer using $return-ctype prop in 2.1
2016-03-17  Philippe Proulxconfig: convert config version to integer
2015-07-21  Philippe Proulxbarectf v2.0.0
This page took 0.108389 seconds and 73 git commands to generate.