Fix: flt.utils.muxer: Potential memory leak
[babeltrace.git] / bindings /
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...
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 JeansonFix: python bindings OOT build
2017-08-29  Michael JeansonBuild Python bindings with distutils for consistent...
2017-08-15  Philippe ProulxUpdate Python bindings and tests to match the latest API
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-06-09  Mathieu DesnoyersFix: add missing files to make dist, disable python...
2017-05-28  Philippe ProulxRename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_c...
2017-05-28  Philippe ProulxRename "query info" to "query" everywhere, and "action...
2017-05-28  Philippe Proulxbt2: add support for the "query info" API
2017-05-28  Philippe Proulxbt2: raise when bt2.create_plugin_from_name() finds...
2017-05-28  Philippe Proulxbt2: add support for comp. class help
2017-05-28  Philippe Proulxbt2: add create_plugin_from_name()
2017-05-28  Philippe ProulxAdd support for plugins written in Python
2017-05-28  Philippe ProulxAdd Babeltrace 2 Python bindings
2016-07-25  Simon MarchiCTF writer: Add function to add an integer environment...
2016-07-25  Simon Marchipython: Add stream event context support
2016-05-13  Jérémie GalarneauCopy bindings sources to build directory
2016-05-13  Jérémie GalarneauMove Python bindings to babeltrace subfolder
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
2016-05-11  Jérémie GalarneauPython bindings: PEP8 mandates two blank lines before...
2016-04-29  Antoine BusquePython bindings: add has_intersection property to Trace...
next
This page took 0.052298 seconds and 7 git commands to generate.