babeltrace.git
2017-09-18  Jérémie GalarneauUpdate version to v2.0.0-pre4 v2.0.0-pre4
2017-09-18  Michael JeansonFix: use the configured swig executable
2017-09-18  Jérémie GalarneauTests python: reference ctf traces are not copied to...
2017-09-18  Philippe ProulxFix: tests/Makefile.am: add missing LOG_DRIVER
2017-09-18  Jérémie GalarneauTests: moved files pointed-to in Makefile
2017-09-18  Jérémie GalarneauPython babeltrace docs: Add missing sphinx dist file
2017-09-18  Philippe ProulxDoc: babeltrace: update the Read the Docs Sphinx theme
2017-09-18  Philippe ProulxDoc: babeltrace: mention _legacy_ Python bindings
2017-09-18  Philippe ProulxFix: doc/bindings/python: make the doc buildable
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 GalarneauSet version to 2.0-pre4
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-18  Jérémie GalarneauTests babeltrace: adapt python tests to use unittest
2017-09-18  Jérémie GalarneauFix: ctf-writertype serialization must 'escape' '_...
2017-09-18  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-18  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
2017-09-18  Jérémie GalarneauTests: confusion between python bindings and plugins...
2017-09-17  Jérémie GalarneauUpdate .gitignore: ignore generated API doc files
2017-09-17  Jérémie GalarneauUpdate .gitignore: ignore generated __init__.py file
2017-09-17  Philippe Proulxcli: do not use --component in query command, use lefto...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: test structure field name...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: open trace with `-o dummy...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: update number of tests
2017-09-17  Philippe ProulxAdd bindings/python/babeltrace/.gitignore
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-17  Philippe Proulxbt2: trace collection notif. iter.: try to check the...
2017-09-17  Philippe Proulxctf: do not add `intersection-range-ns` in `trace-info...
2017-09-17  Philippe ProulxFix: ctf: notif-iter: accept EOF at beginning of packet...
2017-09-17  Jérémie GalarneauTests: add tests for the babeltrace python package
2017-09-17  Jérémie Galarneaupython: reimplement the babeltrace package as a bt2...
2017-09-17  Jérémie Galarneaupython: Remove native code from babeltrace package
2017-09-17  Philippe ProulxAdd `bt2.TraceCollectionNotificationIterator` tests
2017-09-17  Philippe Proulxbt2: __init__.py: remove unused NoSuchPlugin
2017-09-17  Philippe Proulxbt2: add trace collection notification iterator
2017-09-17  Philippe Proulxflt.utils.trimmer: allow `begin`/`end` params. to be...
2017-09-17  Philippe Proulxbt2: values: remove public `value` getter
2017-09-17  Jérémie GalarneauPython bt2 fix: erroneous imports following split of...
2017-09-17  Jérémie GalarneauOmit 'value' from is_set and reset field functions
2017-09-17  Jérémie GalarneauPython bt2: remove type restriction on structure __seti...
2017-09-17  Jérémie GalarneauCleanup: line exceeds 80 chars
2017-09-17  Jérémie GalarneauFix: ensure sequence length field value is set and...
2017-09-17  Jérémie GalarneauCleanup: coding style mandates space after cast operator
2017-09-17  Jérémie GalarneauFix Python bt2: sequence length field may be NULL
2017-09-17  Jérémie GalarneauPython bt2: value is a write-only property
2017-09-17  Jérémie GalarneauPython bt2: add reset and is_set to fields
2017-09-17  Jérémie GalarneauDocs: structure_set_field_by_name doesn't garantee...
2017-09-17  Jérémie GalarneauAdd field value is_set and reset functions to the publi...
2017-09-17  Jérémie GalarneauAllocate structure fields on creation
2017-09-17  Jérémie GalarneauPython test: remove useless test
2017-09-17  Jérémie GalarneauPython bt2: value properties for sequence and struct
2017-09-17  Jérémie GalarneauUse boolean for frozen and set field states
2017-09-17  Jérémie GalarneauUpdate .gitignore exclusions
2017-09-17  Jérémie GalarneauTests: use of non-existant API in bt2 python package...
2017-09-17  Jérémie GalarneauPython bt2 fix: _ClockValue is no longer part of bt2...
2017-09-17  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: add step to add env. var. name to...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: MY_MODULE_LOGGING_H -> BABELTRACE_MY...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: document BT_LOG*_ERRNO() macros
2017-09-17  Philippe ProulxAdd CONTRIBUTING.adoc
2017-09-17  Philippe Proulxlib/ctf-ir/utils.c: lazy-initialize the hash table...
2017-09-17  Philippe ProulxImplement bt_private_connection_notification_iterator_f...
2017-09-17  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-17  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-17  Philippe Proulxbt2: split clock value module from clock class module
2017-09-17  Philippe ProulxSplit clock value API from clock class API
2017-09-17  Philippe Proulxtests: remove `check` targets in subdirectories
2017-09-17  Philippe ProulxTest bt2._OutputPort.create_notification_iterator()
2017-09-17  Philippe Proulxbt2: add bt2._OutputPort.create_notification_iterator()
2017-09-17  Philippe ProulxTest output port notification iterator
2017-09-17  Philippe Proulxlib: add output port notification iterator
2017-09-17  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-17  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-17  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-17  Philippe Proulxlib: graph.c: call bt_graph_consume_no_check() in bt_gr...
2017-09-17  Philippe Proulxir: stream.c: do not truncate file at each packet flush
2017-09-17  Philippe ProulxFix: bindings/python/bt2: use appropriate log level...
2017-09-17  Philippe ProulxPython plugin provider: only finalize interpreter if...
2017-09-17  Philippe ProulxFix: common: improve color support handling
2017-09-17  Philippe ProulxFix: component.py: pass `other_port`, not `other_port_p...
2017-09-17  Philippe ProulxAdd query executor
2017-09-17  Jérémie GalarneauTests: erroneous usage of if preprocessor directive
2017-09-17  Michael JeansonFix: remove g_spawn_check_exit_status to support glib...
2017-09-17  Michael JeansonPort: don't quote wc output in test scripts
2017-09-17  Jérémie GalarneauMissing stamp file in .gitignore
2017-09-17  Michael JeansonFix: import of ctf_writer in bt2.stream
2017-09-17  Michael JeansonFix: typo in ctf_writer error msg
2017-09-17  Jérémie Galarneaufilter.lttng-utils.debug-info fix: wrong type used...
2017-09-17  Jérémie Galarneausrc.ctf.fs fix: wrong type specifier used in logging...
2017-09-17  Michael JeansonTest fix: python plugin provider with new bindings
2017-09-17  Michael JeansonFix: silence unused warning in native_bt
2017-09-17  Michael JeansonFix: python bindings OOT build
2017-09-17  Michael JeansonRemove the python bindinds tests switch from configure
2017-09-17  Michael JeansonAdd python tap runner to the tree
2017-09-17  Michael JeansonBuild Python bindings with distutils for consistent...
2017-08-29  Michael JeansonFix: add missing void param to bt_clock_class_priority_...
next
This page took 0.037286 seconds and 4 git commands to generate.