bt2: add option field class and field support
[babeltrace.git] / src / bindings /
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...
2019-07-25  Philippe Proulxbt2: import public names into `__init__.py`
2019-07-25  Philippe Proulxbt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxlib: add bt_plugin_find_all()
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxbt2: add interrupter support
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-24  Simon Marchibt2: fix some whitespace issues
2019-07-24  Simon Marchilib: make default query implementation return INVALID_O...
2019-07-24  Simon Marchilib: remove LOADING_ERROR status
2019-07-24  Simon Marchibt2: remove NonexistentClockSnapshot exception type
2019-07-24  Simon Marchibt2: prepend underscore to exceptions not meant to...
2019-07-24  Simon Marchibt2: rename CreationError to MemoryError, handle it...
2019-07-24  Simon Marchibt2: make bt2.Error wrap current thread's error
2019-07-24  Simon Marchibt2: make bt2 add graph listener wrappers append error...
2019-07-24  Simon Marchibt2: make bt_bt2_trace_{,class}_add_destruction_listene...
2019-07-24  Simon Marchibt2: remove utils._handle_ptr
2019-07-24  Simon Marchipy-common: make bt_py_common_format_exception accept...
2019-07-24  Simon MarchiFix: bt2: Make bindings target depend on convenience...
2019-07-23  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-07-23  Philippe Proulxbt2: do not require sink component's _graph_is_configur...
2019-07-23  Philippe Proulxbt2: move _bt_graph_is_configured_from_native() to...
2019-07-23  Michael JeansonUpdate python bindings gitignore for native_bt.c
2019-07-23  Simon Marchicli: automatically detect sources for leftover arguments
2019-07-21  Simon MarchiFix: bt2: incref Py_None in get_msg_range_common on...
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-20  Simon Marchibt2: fix: don't return in bt_bool out typemap
2019-07-20  Simon Marchibt2: remove unrelated comment from native_bt_integer_ra...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: bt_field_class_dynamic_array_create(): accept...
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-18  Philippe Proulxbt2: add integer range set support
2019-07-18  Simon Marchibt2: report errors from Python component and component...
2019-07-18  Simon Marchibt2: check for _graph_is_configured method in user...
2019-07-18  Simon Marchibt2: don't copy swig interface files to build directory
2019-07-18  Simon Marchibt2: run swig by hand instead of through "setup.py...
2019-07-16  Michael JeansonFix: bt2: remove circular import (not supported before...
2019-07-10  Simon MarchiFix: bt2: adjust reference counting of value objects
2019-07-10  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-09  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-05  Francis Deslauriersbt2: namespace private attributes of inheritable classes
2019-07-05  Simon Marchibt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBA...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe Proulxbt2: create_value(): check `numbers` and `collections...
2019-07-03  Philippe Proulxbt2: _ArrayField.__setitem__(): do not check type
2019-07-03  Philippe Proulxbt2: field.py: _value_to_int(): require `numbers.Integral`
2019-07-03  Philippe Proulxbt2: field.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: value.py: _IntegerValue._value_to_int(): require...
2019-07-03  Philippe Proulxbt2: value.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: make `BoolValue` inherit `_IntegralValue`
2019-07-03  Philippe Proulxbt2: field.py: refactor field comparison
2019-07-03  Philippe Proulxbt2: value.py: refactor value comparison
2019-07-03  Philippe Proulxbt2: make `_ArrayField` inherit `collections.abc.Mutabl...
2019-07-02  Simon Marchibt2: let Python message iterators implement seek beginning
2019-06-29  Philippe ProulxAdd `src/py-common`, containing bt_py_common_format_exc...
2019-06-28  Simon MarchiFix: bt2: fix reference counting of messages returned...
next
This page took 0.045581 seconds and 7 git commands to generate.