babeltrace.git
2019-08-15  Philippe Proulxlib: add bt_field_class_variant_borrow_option_by_{index...
2019-08-15  Philippe Proulxbt2: rename `_Field.field_class` -> `_Field.cls`
2019-08-15  Philippe Proulxbt2: add bit array field class and field support
2019-08-15  Philippe Proulxsink.ctf.fs: write bit array field classes and fields
2019-08-15  Philippe Proulxsink.text.details: print bit array field classes and...
2019-08-15  Philippe Proulxsink.text.pretty: print bit array fields
2019-08-15  Philippe Proulxflt.lttng-utils.debug-info: copy bit array field class...
2019-08-15  Philippe Proulxlib: add bit array field class and field types
2019-08-15  Philippe Proulxbt2: add option field class and field support
2019-08-15  Philippe Proulxsink.ctf.fs: write option field classes and fields
2019-08-15  Philippe Proulxsink.text.details: use write_none_prop_value() for...
2019-08-15  Philippe Proulxsink.text.details: print option field classes and fields
2019-08-15  Philippe Proulxsink.text.pretty: print option fields
2019-08-15  Philippe Proulxflt.lttng-utils.debug-info: copy option field class...
2019-08-15  Philippe Proulxlib: add option field class and field types
2019-08-15  Philippe Proulxbt2: add boolean field class and field support
2019-08-15  Philippe Proulxsink.ctf.fs: write boolean field classes and fields
2019-08-15  Philippe Proulxsink.text.details: print boolean field classes and...
2019-08-15  Philippe Proulxsink.text.pretty: print boolean fields
2019-08-15  Philippe Proulxflt.lttng-utils.debug-info: copy boolean field class...
2019-08-15  Philippe Proulxlib: add boolean field class and field types
2019-08-14  Francis Deslauriersbt2: cleanup: Remove unused `_StreamClass` id setter
2019-08-14  Francis Deslauriersbt2: cleanup: Remove unused `_StreamClassIterator`...
2019-08-14  Simon Marchitests: return 0 instead of None for unknown file in...
2019-08-14  Jonathan Rajottebt_uuid_compare: return actual comparison
2019-08-14  Jonathan Rajottesink.ctf.fs: isa_length is now architecture_bit_width
2019-08-14  Jonathan Rajottesrc.ctf.lttng-live: consider youngest only when timesta...
2019-08-14  Jonathan RajotteUse uuid as first comparison criteria
2019-08-13  Francis Deslaurierssrc.ctf.lttng-live: cleanup: rename functions and variables
2019-08-13  Francis DeslauriersFix: src.ctf.lttng-live: missing ordering within traces...
2019-08-13  Philippe Proulxbt2: `TraceCollectionMessageIterator`: find greatest...
2019-08-13  Philippe Proulxcli: find greatest operative MIP version to create...
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-13  Philippe Proulxbt2: add bt2.get_{greatest_operative,maximal}_mip_version()
2019-08-13  Philippe Proulxbt2: add "get supported MIP versions" method support
2019-08-13  Philippe Proulxbt2: _IntegerRangeSet.add(): make it possible to add...
2019-08-13  Philippe Proulxbt2: add `ComponentDescriptor` class and test
2019-08-13  Philippe Proulxlib: add bt_get_{greatest_operative,maximal}_mip_versio...
2019-08-13  Philippe ProulxFix: {graph,query-executor}.h: missing `STATUS_` before...
2019-08-13  Philippe Proulxlib: add "get supported MIP versions" method support
2019-08-13  Philippe Proulxlib: graph.c: add missing `enum` and `const` keywords
2019-08-13  Philippe Proulxlib: add component descriptor set API
2019-08-12  Philippe Proulxbt2: py_plugin.py: cache `_PluginInfo` objects
2019-08-12  Simon Marchibt2: remove unused imports
2019-08-12  Simon Marchibt2: raise an exception if an AutoSourceComponentSpec...
2019-08-12  Simon Marchitests: remove bt_diff_cli_sorted from utils.sh
2019-08-12  Simon Marchitests: use os.pathsep when appending to BABELTRACE_PLUG...
2019-08-12  Simon Marchicli: mention path separator for Windows in comment
2019-08-12  Philippe Proulxtest_plugin.py: do not search in user/system directorie...
2019-08-12  Simon MarchiFix: bt2: replace bt2.CreationError instances with...
2019-08-12  Simon Marchibt2: add auto source discovery support to TraceCollecti...
2019-08-12  Simon Marchitests: move auto source discovery test artifacts
2019-08-12  Simon MarchiMove autodisc to its own convenience library
2019-08-12  Simon Marchitests: make auto-source-discovery-{log_level,params...
2019-08-12  Simon Marchitests: make auto-source-discovery-grouping test use...
2019-08-12  Simon Marchitests: print executed CLI command line in bt_cli
2019-08-12  Simon Marchitests: make bt_diff check a single file pair
2019-08-12  Simon Marchitests: add bt_cli util function
2019-08-11  Philippe Proulxm4/pprint.m4: check that the terminal supports at least...
2019-08-10  Francis DeslauriersFix: flt.utils.muxer: Explicit null dereferenced
2019-08-10  Simon MarchiFix: muxer: check for MUXER_MSG_ITER_CLOCK_CLASS_EXPECT...
2019-08-10  Francis DeslauriersTests: flt.utils.muxer: run `black` on bt_plugin_muxer_...
2019-08-10  Francis Deslaurierssrc.ctf.lttng-live: use `common_muxing_compare_messages...
2019-08-10  Francis DeslauriersAdd message compare common func/library; make flt.utils...
2019-08-10  Philippe Proulxlogging/log.h: always write the source file name and...
2019-08-09  Francis DeslauriersFix: tests: flt.utils.muxer: missing '../' in path...
2019-08-09  Philippe ProulxFix: visitor-generate-ir.c: dereference after `NULL...
2019-08-09  Philippe ProulxFix: plugin-so.c: dereference after `NULL` check
2019-08-09  Philippe ProulxFix: plugin-so.c: dereference before `NULL` check
2019-08-09  Philippe ProulxFix: common.c: logically dead code
2019-08-09  Philippe ProulxFix: cli/babeltrace2.c: logically dead code
2019-08-09  Philippe ProulxFix: dmesg.c: deference before `NULL` check
2019-08-09  Philippe ProulxFix: translate-trace-ir-to-ctf-ir.c: dereference after...
2019-08-09  Philippe ProulxFix: argpar.c: logically dead code
2019-08-09  Philippe ProulxFix: babeltrace2-cfg-cli-args.c: uninitialized pointer...
2019-08-09  Francis DeslauriersFix: src.ctf.lttng-live: omitting stream end on stream...
2019-08-09  Philippe ProulxFix: muxer.c: compare_events(): initialize `ret` to 0
2019-08-08  Jérémie Galarneausrc.ctf.lttng-live fix: remove overly strict check...
2019-08-08  Francis DeslauriersTests: flt.utils.muxer: add message ordering tests
2019-08-08  Francis Deslauriersflt.utils.muxer: deterministically order messages of...
2019-08-08  Jérémie GalarneauFix: extra '%' causes babeltrace2 to abort() in logging...
2019-08-07  Simon MarchiFix: bt2: use unsigned iteration variable
2019-08-06  Philippe ProulxFix: `ctf` plugin: msg-iter.c: do not switch packet...
2019-08-06  Philippe Proulxsrc.ctf.lttng-live: `live_viewer_connection`: make...
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-06  Philippe ProulxAdd bt_graph_add_simple_sink_component() tests
2019-08-06  Philippe ProulxFix: src/lib/graph/graph.h: do not override `comp_statu...
2019-08-06  Philippe Proulxlib: add bt_graph_add_simple_sink_component()
2019-08-06  Philippe Proulxlib: remove colander sink component class
2019-08-05  Philippe Proulxcli, tests: rename "leftover" terms to "non-option"
2019-08-05  Philippe Proulxtest_try_again_many_times(): use three times `None...
2019-08-05  Philippe Proulxlib: remove output port message iterator
2019-08-05  Philippe Proulxbt2: make `TraceCollectionMessageIterator` not use...
2019-08-05  Philippe Proulxbt2: wrap bt_graph_run_once() (Graph.run_once())
2019-08-05  Philippe Proulxlib: rename bt_graph_consume() -> bt_graph_run_once()
2019-08-05  Philippe Proulxbt2: pass custom Python object to Python component...
2019-08-05  Philippe Proulxbt2: remove BT CC entry from global HT in _UserComponen...
2019-08-05  Simon Marchicli: free auto_source_discovery_result::original_input_...
2019-08-05  Simon Marchicli: free leftover_params and leftover_loglevels
2019-08-03  Simon Marchicli: apply log levels (`--log-level` option) to leftovers
next
This page took 0.039662 seconds and 4 git commands to generate.