babeltrace.git
2017-11-23  Philippe ProulxAdd bindings/python/babeltrace/test_ctf_writer.py test
2017-11-23  Philippe ProulxFix: stream.c: autopopulate timestamp fields even when...
2017-11-23  Philippe ProulxFix: writer.py: make `uint64_ft` a 64-bit (instead...
2017-11-13  Michael JeansonFix: Replace bt_timegm with a thread-safe implementation
2017-11-13  Michael JeansonTypo: informations -> information
2017-11-13  Michael JeansonTypo: paramater -> parameter
2017-11-13  Michael JeansonTypo: priorty -> priority
2017-11-08  Jérémie GalarneauFix: uninitialized variable may be used warning
2017-11-08  Philippe Proulxcli: support --output opt. for -o ctf-metadata and...
2017-11-02  Philippe ProulxFix: doc/man/Makefile.am: use appropriate variable...
2017-11-02  Philippe ProulxAdd basic flt.lttng-utils.debug-info tests
2017-11-02  Philippe Proulxbt2: TraceCollectionNotificationIterator: support custo...
2017-11-02  Philippe ProulxFix: debug-info: remove `_` prefix when finding fields...
2017-11-02  Philippe ProulxRemove doc/API.txt (Babeltrace 1.x API documentation)
2017-11-02  Philippe ProulxAdd modern Babeltrace man pages
2017-11-02  Philippe ProulxRemove `PLUGIN` from component class log level environm...
2017-11-02  Philippe Proulxsink.text.dmesg: remove `read-from-stdin` parameter...
2017-11-02  Michael JeansonLazy load the python plugin provider
2017-11-02  Michael JeansonPort: no sighandlers on Windows
2017-11-02  Michael JeansonPort: normalize path in test_plugin_bt2
2017-11-02  Michael JeansonPort: fix library load in python tests on Windows
2017-11-02  Michael JeansonFix: use configured python in test_python_plugin_provider
2017-11-02  Michael JeansonPort: open files in binary mode on Windows
2017-11-02  Philippe ProulxFix: ctf: notif-iter: do not call request_medium_bytes...
2017-11-02  Philippe Proulxflt.lttng-utils.debug-info: `dir`/`debug-dir` param...
2017-11-02  Philippe Proulxcli: do not automatically create an implicit filter...
2017-11-02  Philippe Proulxctf, ir: escape and unescape enumeration FT labels...
2017-11-02  Philippe Proulxcli: --stream-intersection is not an implicit src.ctf...
2017-11-02  Philippe Proulxcli: do not use --component in help command, only use...
2017-11-02  Philippe ProulxAdd compat layer's log level env. var. to CLI's list...
2017-11-02  Philippe Proulxcli: put the project's version on the first line with...
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-10-05  Jérémie GalarneauFix: variable declaration shadows previously declared...
2017-10-04  Mathieu DesnoyersFix: use tabs rather than spaces in makefile
2017-10-04  Michael JeansonPort: do not depend on GNU readlink
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-17  Jérémie GalarneauFix: ctf-writertype serialization must 'escape' '_...
2017-09-17  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-17  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
2017-09-17  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-16  Jérémie Galarneaupython: Remove native code from babeltrace package
2017-09-16  Philippe ProulxAdd `bt2.TraceCollectionNotificationIterator` tests
2017-09-16  Philippe Proulxbt2: __init__.py: remove unused NoSuchPlugin
2017-09-16  Philippe Proulxbt2: add trace collection notification iterator
2017-09-16  Philippe Proulxflt.utils.trimmer: allow `begin`/`end` params. to be...
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 GalarneauCleanup: line exceeds 80 chars
2017-09-16  Jérémie GalarneauFix: ensure sequence length field value is set and...
2017-09-16  Jérémie GalarneauCleanup: coding style mandates space after cast operator
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 GalarneauDocs: structure_set_field_by_name doesn't garantee...
2017-09-16  Jérémie GalarneauAdd field value is_set and reset functions to the publi...
2017-09-16  Jérémie GalarneauAllocate structure fields on creation
2017-09-16  Jérémie GalarneauPython test: remove useless test
2017-09-16  Jérémie GalarneauPython bt2: value properties for sequence and struct
2017-09-16  Jérémie GalarneauUse boolean for frozen and set field states
2017-09-16  Jérémie GalarneauUpdate .gitignore exclusions
2017-09-16  Jérémie GalarneauTests: use of non-existant API in bt2 python package...
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 ProulxCONTRIBUTING.adoc: add step to add env. var. name to...
2017-09-15  Philippe ProulxCONTRIBUTING.adoc: MY_MODULE_LOGGING_H -> BABELTRACE_MY...
next
This page took 0.038475 seconds and 4 git commands to generate.