babeltrace.git
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxctf plugin: notif iter: use "borrow" functions for...
2019-05-02  Philippe Proulxctf plugin: BTR: use "borrow" functions where possible
2019-05-02  Philippe Proulxsrc.ctf.fs: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.utils.counter: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.text.pretty: use "borrow" functions where possible
2019-05-02  Philippe Proulxcli: add short option `-l` for `--log-level`
2019-05-02  Philippe ProulxFix: bt_stream_common_finalize(): check `stream->destro...
2019-05-02  Philippe Proulxflt.utils.muxer: use "borrow" functions where possible
2019-05-02  Philippe Proulxlib: add "borrow" functions where "get" functions exist
2019-05-02  Philippe Proulxinclude/babeltrace/graph: fix some include guards
2019-05-02  Francis Deslauriersbt2: by-pass distutils changed file check
2019-05-02  Francis DeslauriersSilence unused variable warnings caused by BT_ASSERT...
2019-05-02  Francis Deslauriersbt2: typo staitc -> static
2019-05-02  Francis DeslauriersCleanup: remove GCC precompiled header leftover
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe Proulxlib: metadata: transform fast path precond. checks...
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe ProulxAdd internal BT_ASSERT() and BT_ASSERT_PRE() helpers
2019-05-02  Philippe Proulxlib: add BT_LIB_LOG*() macros to log/serialize library...
2019-05-02  Philippe ProulxCommon: add internal bt_common_custom_vsnprintf()
2019-05-02  Philippe ProulxLogging: use a TLS buffer and increase its size
2019-05-02  Philippe Proulxbt2: InactivityNotification, _Event: use mapping protoc...
2019-05-02  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2019-05-02  Philippe ProulxFix: call bt_stream_class_map_clock_class() in bt_event...
2019-05-02  Philippe ProulxAdd tests: CTF writer: `timestamp_begin`/`timestamp_end...
2019-05-02  Philippe ProulxFix: bt_stream_class_map_clock_class(): copy field...
2019-05-02  Philippe Proulxlib: add internal bt_field_type_structure_replace_field()
2019-05-02  Philippe Proulxlib: logging: change warnings from BT_LOGE to BT_LOGW
2019-05-02  Philippe ProulxFix: CTF writer: validate and set `timestamp_begin...
2019-05-02  Philippe Proulxlib: add internal bt_field_sequence_get_int_length()
2019-05-02  Philippe ProulxAdd stream class's single clock class tests
2019-05-02  Philippe Proulxlib: allow a single mapped clock class within a stream...
2019-05-02  Philippe ProulxFix: libctfcopytrace: replace clock classes in copies
2019-05-02  Philippe Proulxbt_field_type_compare(): deep-compare mapped clock...
2019-05-02  Philippe ProulxAdd test: no clock class in trace's packet header field...
2019-05-02  Philippe Proulxlib: do not allow any mapped clock class in trace's...
2019-05-02  Philippe Proulxtests/plugins/test_lttng_utils_debug_info.in: use speci...
2019-05-02  Philippe Proulxtests/utils/python/testrunner.py: add optional pattern...
2018-10-30  Jérémie GalarneauFix: invalid alignment of enumeration fields
2018-09-12  Michael JeansonAdd git version string
2018-05-31  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2018-05-18  Jérémie GalarneauFix: wrong type specifier used with long argument
2018-05-17  Jérémie GalarneauFix: POPT_ARG_LONGLONG does not exist in popt 1.13
2018-03-26  Michael JeansonFix: Use bash for all test scripts
2018-01-30  Jérémie GalarneauAdd missing clock.h compatiblity header under ctf-ir
2017-12-06  Philippe Proulxbabeltrace-filter.lttng-utils.debug-info(7): fix LTTng...
2017-12-02  Jérémie Galarneaubt2 tests: add unit tests for __str__ implementation...
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 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
next
This page took 0.03964 seconds and 4 git commands to generate.