lib: rename functions to clearly indicate API inheritance
[babeltrace.git] / src / bindings /
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...
2019-06-28  Francis Deslauriersbt2: use `_extract_value()` on comparison
2019-06-27  Francis DeslauriersFix: bt2: erroneous integer comparison of Field and...
2019-06-27  Francis Deslauriersbt2: remove __le__() method already provided by @total_...
2019-06-27  Simon Marchibt2: fix formatting of C code in native_bt_component_cl...
2019-06-27  Simon Marchibt2: rename native_bt_notifier.i to native_bt_message_i...
2019-06-27  Simon Marchibt2: remove unused double* typemap
2019-06-27  Simon Marchibt2: replace copy of headers for SWIG with includes
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-21  Simon Marchibt2: add missing parameter to _UserComponentType._query
2019-06-20  Philippe ProulxRename VERBOSE log level to TRACE
2019-06-20  Simon Marchibt2: Rename _set_default_clock_snapshot_ptr callback...
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-20  Philippe ProulxLogging: standardize logging tags
2019-06-18  Philippe Proulxbt2: message_iterator.py: packet beginning/end messages...
2019-06-18  Philippe Proulxbt2: stream activity messages: create with unknown...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.065354 seconds and 7 git commands to generate.