cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / data / plugins /
2024-04-17  Philippe Proulxsink.text.details: don't write empty strings
2024-03-26  Jérémie GalarneauTests: src.ctf.lttng-live: stream creation while trace...
2024-03-26  Jérémie GalarneauTests: lttng_live_server: support trace creation timestamps
2024-02-07  Olivier Diontests: add `src.ctf.fs` single field testing framework
2024-01-23  Simon MarchiFix typos
2023-10-31  Simon Marchitests: retry os.rename on PermissionError failure in...
2023-10-30  Philippe Proulxtests: normalize names of files and more
2023-10-24  Michael JeansonAdd test to parse lf/crlf metadata
2023-10-20  Simon Marchictf: grow stored_values array when necessary
2023-10-20  Simon Marchitests: make lttng_live_server.py write temp port filena...
2023-10-20  Simon Marchitests: make lttng_live_server.py print session URLs
2023-10-20  Simon Marchitests: remove isdir/isfile asserts from lttng_live_serv...
2023-10-20  Simon Marchitests: change lttng_live_server.py's --sessions-filenam...
2023-10-20  Simon Marchitests: make --port-filename optional in lttng_live_serv...
2023-10-20  Simon Marchitests: remove UnexpectedInput from lttng_live_server.py
2023-10-20  Simon Marchitests: add typing annotations to lttng_live_server.py
2023-09-21  Simon Marchitests: fix all basic type check issues of lttng_live_se...
2023-09-21  Simon Marchitests: move classes around in lttng_live_server.py
2023-09-21  Simon Marchipython: run isort on everything
2023-09-18  Simon MarchiBump black to version 23
2023-09-11  Simon Marchitests: add `--port` option to lttng_live_server.py
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2022-06-13  Simon MarchiFix: tests: create correct field class in bt_plugin_tes...
2022-02-24  Francis DeslauriersTests: src.ctf.lttng-live: split metadata sections
2021-08-06  Francis DeslauriersFix: src.ctf.fs: Not resolving event common ctx
2020-12-03  Simon MarchiFix: sink.ctf.fs: fix logic of make_unique_stream_file_name
2020-12-03  Simon MarchiFix: sink.ctf.fs: remove spurious directory level when...
2020-09-10  Philippe ProulxReformat Python files with Black v20.8b1
2020-09-10  Philippe ProulxFix: `ctf` plugin: use element FC's alignment as array...
2020-08-06  Geneviève BastienTests: sink.text.pretty: Add unit tests for enum fields...
2020-06-06  Jérémie GalarneauTests: src.ctf.lttng-live: add discarded packets inacti...
2020-06-06  Jérémie GalarneauTests: src.ctf.lttng-live: add support for beacon injec...
2020-06-06  Jérémie GalarneauTests: src.ctf.lttng-live: use JSON description for...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-02-19  Simon Marchitests: improve flt.utils.trimmer/test_trimming to test...
2019-11-15  Simon MarchiSave and restore error in ctf_fs_iterator_next, muxer_m...
2019-10-29  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-23  Francis DeslauriersTests: debug-info: compare output of `CompleteSrc`
2019-10-18  Simon MarchiFix: consider index of all files for data stream groups...
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-10-02  Simon Marchitests: use os.rename instead of os.replace in lttng_liv...
2019-10-02  Simon Marchicli: print map value in ASCII-betical order of keys
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-26  Jonathan RajotteFix: tests: live: listen on python < 3.5 needs backlog...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-25  Philippe Proulxsink.text.details: add `with-data` initialization parameter
2019-09-25  Philippe ProulxAdd basic `sink.text.details` tests
2019-09-24  Philippe Proulxsink.text.details: don't write `:` after `Packet beginn...
2019-09-24  Philippe ProulxAdd LTTng-independent `src.ctf.lttng-live` tests
2019-09-20  Francis Deslaurierssrc.ctf.fs: add `force-clock-class-origin-unix-epoch...
2019-09-04  Simon Marchictf: make src.ctf.fs group inputs by UUID in `babeltrac...
2019-08-27  Simon Marchipython: fix all 'is assigned to but never used' warnings
2019-08-16  Francis DeslauriersTests: ctf: add basic `metadata-info` query test
2019-08-16  Francis DeslauriersTests: ctf: add tracers timestamp quirks workaround...
2019-08-10  Francis DeslauriersTests: flt.utils.muxer: run `black` on bt_plugin_muxer_...
2019-08-08  Francis DeslauriersTests: flt.utils.muxer: add message ordering tests
2019-08-05  Philippe Proulxbt2: pass custom Python object to Python component...
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-20  Francis DeslauriersTests: flt.lttng-utils.debug-info: update debug-info...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-13  Francis Deslaurierstests: src.ctf.fs: add 2packets test trace
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-08  Philippe Proulxsink.text.details: write discarded events/packets CS...
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-06-21  Michael Jeansontests: Move data files to a common directory
This page took 0.107081 seconds and 7 git commands to generate.