bt2: Adapt test_field.py and make it pass
[babeltrace.git] / bindings / python / bt2 / bt2 /
2019-06-05  Simon Marchibt2: Adapt test_field.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_field_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_graph.py and make it pass
2019-06-05  Simon Marchilib: Make graph listeners return an error status
2019-06-05  Francis Deslaurierslib: remove unused _NO_SINK graph status
2019-06-05  Simon Marchibt2: Adapt test_packet.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_clock_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_event.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_event_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_stream.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_stream_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_trace.py and make it pass
2019-06-05  Simon Marchibt2: Add bindings for trace classes
2019-06-05  Simon Marchibt2: Adapt test_connection.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_port.py and make it pass
2019-05-31  Philippe Proulxlib: remove "unknown clock snapshot" concept
2019-05-31  Philippe Proulxbt2: always use staticmethod() with native function...
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-04  Simon Marchibt2: Make test_query_executor pass
2019-05-02  Simon Marchibt2: Add wrapper for bt_plugin_get_version
2019-05-02  Francis DeslauriersFix: bt2: enum-conversion warning in native_bt_componen...
2019-05-02  Francis DeslauriersFix: bt2: int-to-pointer-cast warnings in SWIG utils...
2019-05-02  Simon Marchibt2: update bindings to make test_plugins pass
2019-05-02  Simon Marchibt2: update bindings to make test_component pass
2019-05-02  Simon Marchibt2: update bindings to make test_component_class pass
2019-05-02  Simon Marchilib: Add functions to borrow specialized component...
2019-05-02  Simon Marchibt2: update value.py, make test_value pass
2019-05-02  Simon Marchibt2: update object model
2019-05-02  Simon MarchiRemove clock_class_priority_map.py
2019-05-02  Simon Marchibt2: Rename files to use singular form
2019-05-02  Simon Marchibt2: Mass clock_value -> clock_snapshot rename
2019-05-02  Simon Marchibt2: Mass field_types -> field_class rename
2019-05-02  Simon Marchibt2: Mass notification -> message rename
2019-05-02  Simon Marchibt2: Sync native_bt_field_class.i with field-class...
2019-05-02  Simon Marchibindings/python/bt2: Make the bt2 package importable
2019-05-02  Simon Marchibindings/python/bt2: Make the bt2 Python bindings build
2019-05-02  Francis Deslauriersbt2: typo staitc -> static
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe Proulxbt2: InactivityNotification, _Event: use mapping protoc...
2019-05-02  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2017-12-02  Jérémie GalarneauImplement __repr__ instead of __str__ for python Value
2017-12-02  Jérémie GalarneauReturn 'Unset' on unset field __repr__()
2017-11-23  Jérémie GalarneauImplement __repr__ for _StringField
2017-11-23  Jérémie GalarneauImplement __repr__ instead of __str__ for _NumericField
2017-11-23  Jérémie GalarneauImplement __repr__ for _ArraySequenceField
2017-11-23  Jérémie GalarneauImplement __repr__ for _VariantField
2017-11-23  Jérémie GalarneauImplement __repr__ for _StructureField
2017-11-23  Jérémie GalarneauImplement __repr__ for _EnumerationField
2017-11-02  Philippe Proulxbt2: TraceCollectionNotificationIterator: support custo...
2017-11-02  Philippe Proulxbt2, babeltrace: apply PEP 8 except for E501 and E722
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-18  Philippe ProulxFix: bt2: do not assign an exception to a local variable
2017-09-18  Jérémie GalarneauPython bt2 fix: missing import in CtfWriter
2017-09-17  Philippe Proulxbt2: trace collection notif. iter.: try to check the...
2017-09-16  Philippe Proulxbt2: __init__.py: remove unused NoSuchPlugin
2017-09-16  Philippe Proulxbt2: add trace collection notification iterator
2017-09-16  Philippe Proulxbt2: values: remove public `value` getter
2017-09-16  Jérémie GalarneauPython bt2 fix: erroneous imports following split of...
2017-09-16  Jérémie GalarneauOmit 'value' from is_set and reset field functions
2017-09-16  Jérémie GalarneauPython bt2: remove type restriction on structure __seti...
2017-09-16  Jérémie GalarneauFix Python bt2: sequence length field may be NULL
2017-09-16  Jérémie GalarneauPython bt2: value is a write-only property
2017-09-16  Jérémie GalarneauPython bt2: add reset and is_set to fields
2017-09-16  Jérémie GalarneauPython bt2: value properties for sequence and struct
2017-09-16  Jérémie GalarneauPython bt2 fix: _ClockValue is no longer part of bt2...
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe Proulxbt2: split clock value module from clock class module
2017-09-15  Philippe Proulxbt2: add bt2._OutputPort.create_notification_iterator()
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-15  Philippe ProulxFix: bindings/python/bt2: use appropriate log level...
2017-09-15  Philippe ProulxFix: component.py: pass `other_port`, not `other_port_p...
2017-09-15  Philippe ProulxAdd query executor
2017-08-30  Michael JeansonFix: import of ctf_writer in bt2.stream
2017-08-30  Michael JeansonFix: typo in ctf_writer error msg
2017-08-29  Michael JeansonFix: silence unused warning in native_bt
2017-08-29  Michael JeansonBuild Python bindings with distutils for consistent...
This page took 0.067154 seconds and 7 git commands to generate.