tests: Parametrize test_bin_info to handle multiarch artifacts
[babeltrace.git] / bindings /
2019-06-06  Simon Marchibt2: change some bt2.CreationError usages to ValueError
2019-06-05  Simon Marchibt2: remove unused exception types
2019-06-05  Simon Marchisrc.ctf.fs: add stream port name to trace-info query...
2019-06-05  Simon Marchibt2: Adapt test_trace_collection_message_iterator.py...
2019-06-05  Simon Marchibt2: let components attach "user data" to ports
2019-06-05  Simon Marchibt2: Adapt test_message_iterator.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_message.py and make it pass
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-31  Philippe Proulxbindings/python/bt2/setup.py.in: put native module...
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-04  Simon Marchibt2: Make test_query_executor pass
2019-05-04  Simon Marchibt2: Fix Makefile dependency tracking when building...
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 Marchibabeltrace: Remove leftovers
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  Simon MarchiRemove babeltrace 1 Python bindings and tests
2019-05-02  Francis Deslauriersbt2: by-pass distutils changed file check
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-23  Francis DeslauriersFix: typo using bt2.ClockClassOffset constructor
2017-11-23  Philippe ProulxFix: writer.py: make `uint64_ft` a 64-bit (instead...
2017-11-02  Philippe Proulxbt2: TraceCollectionNotificationIterator: support custo...
2017-11-02  Michael JeansonFix: legacy python bindings Makefile
2017-11-02  Philippe Proulxbt2, babeltrace: apply PEP 8 except for E501 and E722
2017-11-02  Philippe ProulxFix: babeltrace: writer.py: do not use += on bt2.trace...
2017-11-02  Philippe Proulxbindings/python/babeltrace/Makefile.am: do not clean...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-18  Michael JeansonFix: use the configured swig executable
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-18  Jérémie GalarneauPython babeltrace fix: handle bt2.Error exception on...
2017-09-18  Jérémie GalarneauPython babeltrace fix: allow None for event header...
2017-09-18  Jérémie GalarneauPython babeltrace fix: missing return statement in...
2017-09-18  Jérémie GalarneauPython babeltrace fix: initialize stream class with...
2017-09-18  Jérémie GalarneauPython babeltrace: use long form attribute names
2017-09-17  Jérémie GalarneauUpdate .gitignore: ignore generated __init__.py file
2017-09-17  Philippe ProulxAdd bindings/python/babeltrace/.gitignore
2017-09-17  Philippe Proulxbt2: trace collection notif. iter.: try to check the...
2017-09-17  Jérémie Galarneaupython: reimplement the babeltrace package as a bt2...
2017-09-16  Jérémie Galarneaupython: Remove native code from babeltrace package
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...
next
This page took 0.042421 seconds and 7 git commands to generate.