docs: cleanup: Rephrase and correct typos
[barectf.git] / barectf /
2023-06-20  Erica BugdenCheck that native byte orders match at compilation
2023-05-17  Philippe Proulxbarectf/cgen.py: add missing `Optional` type hint
2023-05-16  Erica BugdenFix: Handle barectf 2 configurations with any configure...
2023-04-28  Erica BugdenFix: Make traces with no data stream type ID readable...
2022-12-13  Philippe ProulxFix: default value of `origin-is-unix-epoch` property...
2022-11-21  Philippe ProulxFix: _process_trace_node_include(): `type` property...
2022-11-14  Philippe ProulxPrepare for barectf v3.2.0
2022-03-15  Philippe Proulxbarectf v3.1.0 v3.1.0
2022-03-08  Jon Lambbarectf: add support for packet sequence number
2020-10-06  Philippe ProulxFix: barectf_packet_set_buf(): keep full packet state
2020-09-25  Philippe ProulxPrepare for barectf v3.1.0
2020-09-25  Philippe Proulxbarectf v3.0.0 v3.0.0
2020-09-24  Philippe ProulxFix: schemas/config/3/config.yaml: allow `uuid-field...
2020-09-24  Philippe Proulxbarectf/schemas/config/3/config.yaml: `True` -> `true`
2020-09-24  Philippe Proulxbarectf.c.j2: only declare `ts` variable when needed
2020-09-24  Philippe Proulxbarectf: add pre-release version information (`barectf...
2020-09-24  Philippe ProulxFix: YAML: force enumeration FT objects to have at...
2020-09-24  Philippe Proulxbarectf/templates: use `loop.last` instead of hack...
2020-09-23  Philippe Proulxbarectf/templates/c: name `void *` context parameters...
2020-09-23  Philippe Proulxbarectf.h.j2: add barectf_packet_buf_addr()
2020-09-23  Philippe Proulxbarectf.h.j2: add barectf_discarded_event_records_count()
2020-09-23  Philippe Proulxbarectf.h.j2: rename "clock callbacks" -> "clock source...
2020-09-23  Philippe Proulxbarectf/templates/c: rename "back-end" -> "back end"
2020-09-23  Philippe ProulxStandardize root field type prefixes
2020-09-21  Philippe ProulxAdd missing `serialize-write-timestamp-statements.j2...
2020-09-21  Philippe ProulxEnable discarded event records snapshot FT DST feature...
2020-09-21  Philippe ProulxRename "time" -> "timestamp" (terminology)
2020-09-18  Philippe ProulxRename "target byte order" -> "native byte order"
2020-09-18  Philippe Proulxconfig.py: move target byte order property from config...
2020-09-17  Philippe Proulxbarectf.h.j2: use more accurate definition names
2020-09-17  Philippe ProulxRename "event type" -> "event record type", "stream...
2020-09-10  Philippe Proulxconfig.py, tsdl182gen.py: fix Mypy/Pylint errors
2020-09-10  Philippe ProulxFix: include/3/stdreal.yaml: `align` -> `alignment`
2020-09-10  Philippe ProulxAdd user dynamic array field support
2020-09-09  Philippe Proulxconfig.py: UnsignedIntegerFieldType.__init__(): forward...
2020-09-09  Philippe ProulxAdd user static array field support (with recursion)
2020-09-09  Philippe ProulxFix: config.py: implement _ArrayFieldType.size_is_dynamic()
2020-09-09  Philippe Proulxserialize-write-bit-array-statements.j2: increment...
2020-09-09  Philippe Proulxcgen.py: use C type classes for _CodeGen._ft_c_type()
2020-09-08  Philippe ProulxFix: barectf/include/3: remove `byte-order` properties
2020-09-08  Philippe ProulxFix: size-write-struct-statements.j2: use `ev_type...
2020-09-08  Philippe Proulxconfig_parse_v2.py: fix typing issue
2020-09-08  Philippe Proulxstruct-ft.j2: use a single line for array indices
2020-09-08  Philippe Proulxcgen.py, templates: use new `_CompoundOp` for structure...
2020-09-08  Philippe Proulxserialize-write-bit-array-statements.j2: use memcpy...
2020-09-08  Philippe Proulxserialize-write-time-statements.j2: capitalize C comment
2020-09-08  Philippe Proulxbitfield.h.j2: keep a single version for the target...
2020-09-08  Philippe Proulxconfig.py: remove bit array field type's byte order...
2020-09-04  Philippe Proulxtemplates: rename "licence" -> "license"
2020-09-04  Philippe Proulxbitfield.h.j2: restore `bitfield.h`'s original copyright
2020-09-04  Philippe Proulxbitfield.h.j2: remove `_BYTE_ORDER` definition; set...
2020-09-04  Philippe Proulxbarectf: fix Flake8 errors
2020-09-04  Philippe Proulxconfig_parse_v3.py: fix Pylint errors/warnings
2020-09-04  Philippe Proulxbarectf.c.j2: remove superfluous empty line
2020-09-04  Philippe Proulxcgen.py: _CodeGen.gen_src(): remove ugly empty lines...
2020-09-04  Philippe Proulxconfig: replace trace type's default BO with configurat...
2020-09-04  Philippe ProulxFix: _effective_config_file(): get root node to have...
2020-09-03  Philippe Proulxbarectf: fix Flake8 errors
2020-09-03  Philippe Proulxcodegen.py, cgen.py: fix Pylint errors/warnings
2020-09-03  Philippe Proulxcgen.py: add type hints
2020-09-03  Philippe Proulxcodegen.py: add type hints
2020-09-03  Philippe ProulxReorganize JSON schemas under `barectf/schemas/config`
2020-09-03  Philippe Proulxbarectf.c.j2: use single return points
2020-09-03  Philippe Proulxbarectf.c.j2: do not pass useless parameters to _ev_siz...
2020-09-03  Philippe Proulx`_FieldType`: add `size_is_dynamic` property
2020-09-03  Philippe Proulxtemplates: capitalize C comments
2020-09-03  Philippe ProulxPut C code generator in its own module
2020-09-03  Philippe Proulxtemplates: use Jinja 2's `true`, not Python's `True`
2020-09-03  Philippe ProulxMake generated C code as `const` as possible
2020-09-03  Philippe Proulxbarectf.c.j2: _ALIGN(): make it explicit that `_at_var...
2020-09-03  Philippe Proulxgen.py, templates: use root FT prefixes which match...
2020-09-03  Philippe Proulxmetadata.j2: root_ft(): do not indent within macro
2020-09-03  Philippe Proulxbarectf.c.j2: packet closing function: do not repeat...
2020-09-03  Philippe Proulxbitfield.h.j2: do not prefix bitfield functions
2020-09-03  Philippe Proulxtemplates: commonize the licence header
2020-09-03  Philippe Proulxtemplates: add licence headers to all templates
2020-09-03  Philippe Proulxbarectf/templates/metadata/*.j2: normalize
2020-09-03  Philippe ProulxFix: _IntegerFieldType.__init__(): use correct alignment
2020-09-03  Philippe Proulx_CCodeGenerator.generate_c_src(): use Jinja 2 templates
2020-08-28  Philippe Proulxtsdl182gen.py: remove unused `jinja2` import
2020-08-28  Philippe Proulx_CCodeGenerator.generate_header(): use Jinja 2 templates
2020-08-27  Philippe ProulxAdd `common.j2` template
2020-08-27  Philippe ProulxJinja 2 templates: stylize block comments like C block...
2020-08-27  Philippe Proulxbarectf.h: do not include `barectf-bitfield.h`
2020-08-27  Philippe Proulxbitfield.h.j2: prefix `CAST_PTR` with the uppercase...
2020-08-27  Philippe Proulx_CCodeGenerator.generate_bitfield_header(): use a Jinja...
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`
next
This page took 0.039464 seconds and 7 git commands to generate.