2020-04-14 |
Simon Marchi | lib: add precondition checks that count of discarded... |
tree | commitdiff |
2020-04-14 |
Simon Marchi | bt2: check that port is connected when creating message... |
tree | commitdiff |
2020-04-14 |
Simon Marchi | lib, bt2: add precondition check for port name unicity |
tree | commitdiff |
2020-04-14 |
Simon Marchi | lib: add precond. check for begin <= end on pkt./ev... |
tree | commitdiff |
2020-04-14 |
Simon Marchi | Fix: bt2: read properties on _DiscardedEventsMessage |
tree | commitdiff |
2020-04-14 |
Simon Marchi | tests: add tests for discarded events/packets creation |
tree | commitdiff |
2020-04-11 |
Simon Marchi | Fix: bt2: add precond. check, for stream class supporti... |
tree | commitdiff |
2020-04-10 |
Michael Jeanson | Move to kernel style SPDX license identifiers |
tree | commitdiff |
2020-04-08 |
Philippe Proulx | bt2: make `_EventConst` a mapping |
tree | commitdiff |
2020-04-08 |
Philippe Proulx | Fix: bt2: _EventConst.__getitem__(): check if event... |
tree | commitdiff |
2020-01-15 |
Philippe Proulx | lib: msg. iter. inactivity message has a simple CS... |
tree | commitdiff |
2020-01-10 |
Philippe Proulx | lib: rename "self comp. input port message iter." ... |
tree | commitdiff |
2020-01-08 |
Simon Marchi | lib: run most of bt_self_component_port_input_message_i... |
tree | commitdiff |
2020-01-08 |
Simon Marchi | bt2: free port user data when finalizing components |
tree | commitdiff |
2020-01-07 |
Simon Marchi | tests: remove unnecessary message iterator classes |
tree | commitdiff |
2020-01-07 |
Simon Marchi | tests: make test_sink_self_port_user_data actually... |
tree | commitdiff |
2019-12-17 |
Simon Marchi | lib: remove bt_query_executor_interrupt, add bt_query_e... |
tree | commitdiff |
2019-12-17 |
Simon Marchi | lib: remove bt_graph_interrupt, add bt_graph_borrow_def... |
tree | commitdiff |
2019-12-12 |
Philippe Proulx | lib, bt2: graph API: remove "ports connected" listeners |
tree | commitdiff |
2019-12-05 |
Simon Marchi | bt2: use format_bt_error and format_bt_error_cause... |
tree | commitdiff |
2019-11-21 |
Simon Marchi | bt2: make _ListenerHandle not hold a strong reference... |
tree | commitdiff |
2019-11-21 |
Simon Marchi | bt2: fix error message in trace_class.py |
tree | commitdiff |
2019-11-20 |
Simon Marchi | bt2: validate parameters to _StreamClass.create_event_c... |
tree | commitdiff |
2019-11-20 |
Simon Marchi | bt2: add invalid parameter type test for _UserComponent... |
tree | commitdiff |
2019-10-31 |
Simon Marchi | bt2: validate parameters to _TraceClass.create_stream_c... |
tree | commitdiff |
2019-10-31 |
Simon Marchi | tests: use assertRaisesRegex instead of assertRaises... |
tree | commitdiff |
2019-10-29 |
Francis Deslauriers | black: run `black` version 19.10b0 on entire project |
tree | commitdiff |
2019-10-21 |
Simon Marchi | Fix: bt2: clear Python error indicator in trace and... |
tree | commitdiff |
2019-10-21 |
Francis Deslauriers | bt2: Force usage of MapValue object on component init |
tree | commitdiff |
2019-10-16 |
Simon Marchi | tests: test eq and ne operators of fields and values... |
tree | commitdiff |
2019-10-16 |
Simon Marchi | tests: test_field.py: enable tests using _test_binop_lh... |
tree | commitdiff |
2019-10-15 |
Simon Marchi | tests: remove test_ctf_writer_clock.py |
tree | commitdiff |
2019-10-15 |
Philippe Proulx | lib: have dedicated "dynamic array FC with/without... |
tree | commitdiff |
2019-10-07 |
Simon Marchi | Fix: tests: remove unused imports |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | test_package.py: use list of public names instead of... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib, bt2: rename "signed/unsigned sel." -> "integer... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib: add option field classes with integer selectors |
tree | commitdiff |
2019-10-03 |
Francis Deslauriers | bt2: add `IntegerRangeSet` const classes |
tree | commitdiff |
2019-10-03 |
Francis Deslauriers | Tests: bt2: move `_create_const_field()` to utils.py |
tree | commitdiff |
2019-10-03 |
Simon Marchi | lib: make it mandatory to have seek_X if can_seek_X... |
tree | commitdiff |
2019-10-03 |
Simon Marchi | lib: make can_seek_ns_from_origin logic use `can_seek_f... |
tree | commitdiff |
2019-09-30 |
Francis Deslauriers | lib: split real FC/field into single and double prec... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | Fix: bt2: duplicate test name in test_field.py |
tree | commitdiff |
2019-09-26 |
Simon Marchi | bt2: remove unused variable in UserMessageIteratorSeekN... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | Fix: bt2: duplicate test name in _IntegerRangeTestCase |
tree | commitdiff |
2019-09-26 |
Simon Marchi | Fix: bt2: use of undefined variable in _VariantFieldCla... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | Fix: bt2: unused assignments in test_field_class.py |
tree | commitdiff |
2019-09-26 |
Simon Marchi | bt2: ignore comparison to None flake8 warnings in test_... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | bt2: remove duplicate test test_create_from_vint in... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | bt2: remove duplicated test test_setitem_none in ArrayV... |
tree | commitdiff |
2019-09-26 |
Simon Marchi | bt2: rename test with conflicting name in test_trace.py |
tree | commitdiff |
2019-09-26 |
Simon Marchi | lib: pass config object to message iterator init method... |
tree | commitdiff |
2019-09-25 |
Simon Marchi | lib: pass config objects to component init methods |
tree | commitdiff |
2019-09-25 |
Simon Marchi | bt2: make it possible to remove a trace class or trace... |
tree | commitdiff |
2019-09-25 |
Philippe Proulx | Update project plugins's properties |
tree | commitdiff |
2019-09-24 |
Francis Deslauriers | bt2: field.py: raise ValueError when setting out of... |
tree | commitdiff |
2019-09-20 |
Simon Marchi | bt2: print error causes in bt2._Error.__str__ |
tree | commitdiff |
2019-09-18 |
Simon Marchi | bt2: add `if __name__ == '__main__'` snippet to all... |
tree | commitdiff |
2019-09-17 |
Simon Marchi | bt2: expose seek_ns_from_origin and can_seek_ns_from_origin |
tree | commitdiff |
2019-09-17 |
Simon Marchi | bt2: test_message_iterator: use assertIs instead of... |
tree | commitdiff |
2019-09-17 |
Simon Marchi | bt2: make can_seek_beginning a method instead of a... |
tree | commitdiff |
2019-09-17 |
Simon Marchi | lib: make can_seek_beginning and can_seek_ns_from_origi... |
tree | commitdiff |
2019-09-17 |
Simon Marchi | bt2: refactor test_message_iterator |
tree | commitdiff |
2019-09-12 |
Simon Marchi | bt2: allow getting self output port from user message... |
tree | commitdiff |
2019-09-12 |
Francis Deslauriers | bt2: add `__hash__()` method on hashable fields |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: tests: Assert CC type, not if a subclass |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add `Const` suffix to non-user component-related... |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add `Const` suffix to `_*Port` classes and adapt... |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add `Const` suffix to `_Connection` class and... |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add remaining trace-ir `*Const` classes and adapt... |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add `_Clock*Const` classes and adapt tests |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: Add `*ValueConst` classes and adapt tests |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: field.py: add index check in `selected_option_inde... |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | bt2: field.py: add `_count` method to `_VariantField` |
tree | commitdiff |
2019-09-06 |
Simon Marchi | lib: make message iterator creation functions return... |
tree | commitdiff |
2019-09-06 |
Simon Marchi | rename `babeltrace.trace-info` to `babeltrace.trace... |
tree | commitdiff |
2019-09-04 |
Simon Marchi | bt2: pass all params to `babeltrace.trace-info` query... |
tree | commitdiff |
2019-08-27 |
Simon Marchi | tests: fix 'expected 2 blank lines, found 1' warning... |
tree | commitdiff |
2019-08-27 |
Simon Marchi | python: fix all 'imported but unused' warnings |
tree | commitdiff |
2019-08-27 |
Simon Marchi | python: fix all 'is assigned to but never used' warnings |
tree | commitdiff |
2019-08-27 |
Simon Marchi | bt2: make ComponentSpec take a component class object |
tree | commitdiff |
2019-08-17 |
Simon Marchi | bt2: don't show warning when query method raises a... |
tree | commitdiff |
2019-08-16 |
Francis Deslauriers | bt2: add `StringValue.__contains__()` method |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: rename `_Trace.env` -> `_Trace.environment` |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: add user attributes property support |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: rename `_Field.field_class` -> `_Field.cls` |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: add bit array field class and field support |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: add option field class and field support |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: add boolean field class and field support |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: bt_graph_create(): accept MIP version |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | bt2: add bt2.get_{greatest_operative,maximal}_mip_version() |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | bt2: _IntegerRangeSet.add(): make it possible to add... |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | bt2: add `ComponentDescriptor` class and test |
tree | commitdiff |
2019-08-12 |
Simon Marchi | bt2: remove unused imports |
tree | commitdiff |
2019-08-12 |
Simon Marchi | bt2: raise an exception if an AutoSourceComponentSpec... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: use os.pathsep when appending to BABELTRACE_PLUG... |
tree | commitdiff |
2019-08-12 |
Philippe Proulx | test_plugin.py: do not search in user/system directorie... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | bt2: add auto source discovery support to TraceCollecti... |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib, bt2: make query method receive custom data |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | test_try_again_many_times(): use three times `None... |
tree | commitdiff |
next |