lib, plugins: use bt_field_class_type_is() where suitable
[babeltrace.git] / src / bindings /
2019-10-15  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-08  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-04  Philippe Proulxfield_class.py: normalize field class names (`_NAME`)
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-04  Philippe Proulxlib: add option field classes with integer selectors
2019-10-03  Francis Deslauriersbt2: add `IntegerRangeSet` const classes
2019-10-03  Francis DeslauriersCleanup: bt2: typo "nsigned" -> "unsigned"
2019-10-03  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-09-30  Francis DeslauriersRename `init` methods to `initialize`
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-26  Simon Marchibt2: print actual and expected lengths in _StaticArrayF...
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-25  Simon Marchibt2: make it possible to remove a trace class or trace...
2019-09-25  Simon Marchibt2: make it work for Python 3.4
2019-09-24  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-09-23  Simon Marchibt2: remove unused import
2019-09-20  Simon Marchibt2: print error causes in bt2._Error.__str__
2019-09-17  Simon Marchibt2: remove native_bt.d in `make clean`
2019-09-17  Simon Marchibt2: expose seek_ns_from_origin and can_seek_ns_from_origin
2019-09-17  Simon Marchibt2: remove _GenericMessageIterator abstraction level
2019-09-17  Simon Marchibt2: make can_seek_beginning a method instead of a...
2019-09-17  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-09-17  Simon Marchibt2: rename _FieldPath to _FieldPathConst
2019-09-12  Simon Marchibt2: move _append_option to non-const versions of varia...
2019-09-12  Simon Marchibt2: assign non-const version of field_class_variant_op...
2019-09-12  Simon Marchibt2: field_class: rename range set Python class templat...
2019-09-12  Simon Marchibt2: allow getting self output port from user message...
2019-09-12  Simon Marchibt2: template borrow_user_attributes method in _TraceCl...
2019-09-12  Francis Deslauriersbt2: add `__hash__()` method on hashable fields
2019-09-10  Simon Marchibt2: Makefile: track dependencies of native_bt.c
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to non-user component-related...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_*Port` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_Connection` class and...
2019-09-10  Francis Deslauriersbt2: Add remaining trace-ir `*Const` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `_Clock*Const` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: Add `*ValueConst` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: field.py: add index check in `selected_option_inde...
2019-09-10  Francis Deslauriersbt2: field.py: add `_count` method to `_VariantField`
2019-09-09  Simon Marchibt2: fix _seek_beginning -> _user_seek_beginning in...
2019-09-09  Simon Marchibt2: fix trivial typo
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-09-06  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-04  Simon Marchibt2: pass all params to `babeltrace.trace-info` query...
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-08-27  Simon Marchibt2: add missing bt2 import in interrupter.py
2019-08-27  Simon Marchipython: fix all "do not use bare 'except'" warnings
2019-08-27  Simon Marchipython: fix all 'imported but unused' warnings
2019-08-27  Simon Marchibt2: make ComponentSpec take a component class object
2019-08-26  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-08-26  Simon Marchibt2: make _create_event_message's parent parameter...
2019-08-17  Simon Marchibt2: don't show warning when query method raises a...
2019-08-16  Francis Deslauriersbt2: add `StringValue.__contains__()` method
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-15  Philippe Proulxbt2: rename `_Trace.env` -> `_Trace.environment`
2019-08-15  Philippe Proulxbt2: add user attributes property support
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 Proulxbt2: add option field class and field support
2019-08-15  Philippe Proulxbt2: add boolean field class and field support
2019-08-14  Francis Deslauriersbt2: cleanup: Remove unused `_StreamClass` id setter
2019-08-14  Francis Deslauriersbt2: cleanup: Remove unused `_StreamClassIterator`...
2019-08-13  Philippe Proulxbt2: `TraceCollectionMessageIterator`: find greatest...
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-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 MarchiFix: bt2: replace bt2.CreationError instances with...
2019-08-12  Simon Marchibt2: add auto source discovery support to TraceCollecti...
2019-08-07  Simon MarchiFix: bt2: use unsigned iteration variable
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
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 Proulxbt2: pass custom Python object to Python component...
2019-08-05  Philippe Proulxbt2: remove BT CC entry from global HT in _UserComponen...
2019-08-02  Philippe Proulxbt2: move common internal functions to their own files
2019-08-02  Philippe Proulxbt2: native_bt_version.i: use `%include <babeltrace2...
2019-08-02  Philippe Proulxbt2: put SWIG interface file C code in separate files
2019-07-31  Francis Deslauriersbt2: stream.py: add `trace` property to _Stream
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe Proulxbt2: honor self component or query log level when logging
2019-07-26  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-07-26  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-26  Simon Marchibt2: move __version__ to version.py.in
2019-07-26  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-25  Philippe Proulxbt2: make `bt2._OverflowError` inherit `bt2._Error`
2019-07-25  Philippe Proulxbt2: _init_and_register_exit(): remove unused `version...
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-25  Philippe Proulxbt2: move `_ListenerHandle` to `utils.py`
2019-07-25  Philippe Proulxbt2: prepend `_` to names of exception classes the...
2019-07-25  Philippe Proulxlib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFL...
next
This page took 0.047595 seconds and 7 git commands to generate.