Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / src / bindings /
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...
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...
next
This page took 0.077217 seconds and 7 git commands to generate.