babeltrace.git
2019-07-04  Michael Jeansontests: Remove stale tests launcher
2019-07-04  Jonathan Rajottetests: Add ".exe" when running on a mingw system
2019-07-04  Jonathan RajotteFix: log_level usage on mingw platform
2019-07-04  Simon Marchitests: add python plugin provider path to lib search...
2019-07-03  Simon MarchiFix: trimmer: use regexes to parse dates and times
2019-07-03  Simon Marchitests: Use diff -u
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Simon Marchitrimmer: remove unused function
2019-07-03  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe ProulxAllow only TRACE, DEBUG, and INFO as the build-time...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe Proulxtests/lib: remove `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe ProulxFix: bt_packet_context_field_create(): remove "frozen...
2019-07-03  Philippe Proulxtest_{field,value}.py: array test cases: add non-sequen...
2019-07-03  Philippe Proulxtest_{field,value}.py: test complex number RHS for...
2019-07-03  Philippe Proulxtest_value.py: make `BoolValueTestCase` inherit `_TestN...
2019-07-03  Philippe Proulxtest_value.py: _inject_numeric_testing_methods(): remov...
2019-07-03  Philippe Proulxtest_{field,value}.py: add comments
2019-07-03  Philippe Proulxbt2: create_value(): check `numbers` and `collections...
2019-07-03  Philippe Proulxbt2: _ArrayField.__setitem__(): do not check type
2019-07-03  Philippe Proulxbt2: field.py: _value_to_int(): require `numbers.Integral`
2019-07-03  Philippe Proulxbt2: field.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: value.py: _IntegerValue._value_to_int(): require...
2019-07-03  Philippe Proulxbt2: value.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: make `BoolValue` inherit `_IntegralValue`
2019-07-03  Philippe Proulxbt2: field.py: refactor field comparison
2019-07-03  Philippe Proulxbt2: value.py: refactor value comparison
2019-07-03  Philippe Proulxbt2: make `_ArrayField` inherit `collections.abc.Mutabl...
2019-07-02  Simon Marchibt2: let Python message iterators implement seek beginning
2019-06-29  Philippe Proulxlib: internal: message.h: require logging
2019-06-29  Philippe Proulxlib: internal: object-pool.h: require logging
2019-06-29  Philippe ProulxFix: CTF writer: include CTF writer (own) version of...
2019-06-29  Philippe Proulxlib: internal: clock-snapshot-set.h: require logging
2019-06-29  Philippe Proulxlib: internal: graph.h: require logging and BT_ASSERT_...
2019-06-29  Philippe Proulxlib: internal: define `BT_ASSERT_{PRE,POST}_SUPPORTED...
2019-06-29  Philippe Proulxlib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST...
2019-06-29  Philippe Proulxlib: internal: add BT_ASSERT_POST()
2019-06-29  Philippe ProulxAdd `src/py-common`, containing bt_py_common_format_exc...
2019-06-28  Michael Jeansonfix: don't use realpath from GNU coreutils
2019-06-28  Simon Marchilib: validate monotonicity of messages from upstream...
2019-06-28  Simon MarchiFix: bt2: fix reference counting of messages returned...
2019-06-28  Simon Marchilib: fix compilation for glib < 2.40
2019-06-28  Michael Jeansontests: Rework test suite
2019-06-28  Michael Jeansonport: Use sig_t instead of sighandler_t
2019-06-28  Francis Deslauriersbt2: use `_extract_value()` on comparison
2019-06-27  Francis DeslauriersFix: bt2: erroneous integer comparison of Field and...
2019-06-27  Francis Deslauriersbt2: remove __le__() method already provided by @total_...
2019-06-27  Michael Jeansonfix: Use python-config 'ldflags' instead of 'libs'
2019-06-27  Simon Marchilib: add logic in auto-seek to recreate stream state
2019-06-27  Philippe ProulxAppend "library" to pkg-config packages names
2019-06-27  Michael JeansonProvide proper pkg-config .pc files
2019-06-27  Simon Marchiiterator: save original next callback in iterator struct
2019-06-27  Simon Marchiiterator: move auto-seek data in its own struct, add...
2019-06-27  Michael Jeansonfix: Add missing include on macOs
2019-06-27  Jonathan Rajottetests: remove carriage return when using diff
2019-06-27  Jonathan Rajottelibs: Do not rely on nftw for detecting the validity...
2019-06-27  Jonathan RajotteFix: return status instead of ret
2019-06-27  Philippe Proulxlib: rename `BABELTRACE_NO_DLCLOSE` -> `LIBBABELTRACE2_...
2019-06-27  Simon Marchibt2: fix formatting of C code in native_bt_component_cl...
2019-06-27  Simon Marchicli: add missing line in --plugin-path help
2019-06-27  Simon Marchilib: reverse order of bt_self_component_port_input_mess...
2019-06-27  Simon Marchibt2: rename native_bt_notifier.i to native_bt_message_i...
2019-06-27  Simon Marchibt2: remove unused double* typemap
2019-06-27  Simon Marchibt2: replace copy of headers for SWIG with includes
2019-06-27  Philippe ProulxRename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
2019-06-27  Philippe ProulxDo not require logging support for BT_[CTF_]ASSERT_PRE()
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: rename parameter of bt_self_component_filter_add_...
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-21  Philippe ProulxFix: `ctf` plugin: do not have an `mdec` variable where...
2019-06-21  Michael Jeansontests: Add missing copyright headers
2019-06-21  Michael Jeansontests: Move data files to a common directory
2019-06-21  Simon Marchibt2: add missing parameter to _UserComponentType._query
2019-06-21  Simon Marchitest utils: add failfast option to our testrunner.py
2019-06-21  Michael Jeansonfix: move static functions inside ifdef
2019-06-20  Philippe ProulxFix: bt_config_convert_from_args(): set default log...
2019-06-20  Philippe ProulxRename VERBOSE log level to TRACE
2019-06-20  Simon Marchibt2: Rename _set_default_clock_snapshot_ptr callback...
2019-06-20  Jonathan RajotteFix: Unmap before truncating
2019-06-20  Michael Jeansonfix: Add missing stdint include on Windows
2019-06-20  Michael Jeansonfix: test_trimmer on macOs and Solaris
2019-06-20  Philippe Proulxlib: remove BT_LIB_LOG*() macro usage comment
2019-06-20  Philippe ProulxUpdate `CONTRIBUTING.adoc`
2019-06-20  Philippe Proulxlib: add comment about why `bt_lib_log_level` is exported
2019-06-20  Philippe Proulxlib: use `LIBBABELTRACE2_INIT_LOG_LEVEL` env. var....
2019-06-20  Philippe Proulxsrc.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxsrc.ctf.fs: honor component's initial log level
2019-06-20  Philippe Proulxsrc.ctf.lttng-live: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxsink.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxsink.text.details: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxsink.text.details: honor component's initial log level
2019-06-20  Philippe Proulx`ctf` plugin: metadata: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulx`ctf` plugin: `bt_msg_iter`: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulx`ctf` plugin: `bt_bfcr`: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulxsink.ctf.fs: honor component's initial log level
2019-06-20  Philippe Proulxsrc.ctf.lttng-live: honor component's initial log level...
2019-06-20  Philippe Proulxlib/object.h: log conditionally to `BT_OBJECT_DONT_LOG...
2019-06-20  Philippe ProulxRemove unused `src/plugins/ctf/print.h`
2019-06-20  Philippe ProulxRemove unused `src/plugins/ctf/common/utils`
2019-06-20  Philippe Proulx`ctf` plugin: metadata: use local log level
next
This page took 0.040991 seconds and 4 git commands to generate.