babeltrace.git
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
2019-06-20  Philippe Proulx`ctf` plugin: `bt_msg_iter`: use object's log level
2019-06-20  Philippe Proulx`ctf` plugin: `bt_bfcr`: use object's log level
2019-06-20  Philippe Proulxutils.sink.counter: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: honor component's initial...
2019-06-20  Philippe Proulxlib: rename `lib-logging.h` to `logging.h`
2019-06-20  Philippe ProulxLogging: define `BT_LOG*_SUPPORTED` when logging is...
2019-06-20  Philippe Proulxflt.utils.muxer: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxflt.utils.trimmer: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe Proulxsrc.text.dmesg: use BT_COMP_LOG*() instead of BT_LOG*()
2019-06-20  Philippe ProulxLogging: add `src/plugins/comp-logging.h` (BT_COMP_LOG*())
2019-06-20  Philippe Proulxflt.utils.trimmer: honor component's initial log level
2019-06-20  Philippe Proulxflt.utils.muxer: honor component's initial log level
2019-06-20  Philippe ProulxMove bt_{self_component,message_iterator}_status_string...
2019-06-20  Philippe Proulxsink.utils.counter: honor component's initial log level
2019-06-20  Philippe Proulxsrc.text.dmesg: honor component's initial log level
2019-06-20  Philippe Proulxtests: bt2: add query log level tests
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe ProulxLogging: pass dynamic log level to common functions...
2019-06-20  Philippe Proulxsrc/logging/log.h: add BT_LOG_WRITE_CUR_LVL(), BT_LOG_W...
2019-06-20  Philippe Proulxcli: add component-specific `--log-level` option (run...
2019-06-20  Philippe Proulxsink.text.pretty: remove logging (not used)
2019-06-20  Philippe Proulxtest_graph.py: add bt2.Graph.add_component() logging...
2019-06-20  Philippe Proulxtest_component.py: add `logging_level` property tests
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-20  Philippe ProulxAdd internal bt_common_logging_level_string()
2019-06-20  Philippe Proulxcli: use log level integer instead of letter in configu...
2019-06-20  Philippe Proulxsrc/logging/log.h: add utility functions for log level...
2019-06-20  Philippe ProulxLogging: standardize logging tags
2019-06-20  Philippe Proulxconfigure.ac: change default minimal log level from...
2019-06-20  Philippe Proulxsink.text.pretty: remove message iterator inactivity...
2019-06-20  Philippe Proulxlib: plugin.h: force header user to include "lib/logging.h"
2019-06-20  Philippe ProulxLogging: check `BT_DEBUG_MODE` instead of `NDEBUG`
2019-06-20  Philippe Proulxlib: `component-class-sink-colander.c`: remove useless...
2019-06-20  Philippe ProulxRename: <some/internal-header.h> -> "some/internal...
2019-06-20  Philippe ProulxStandardize log levels used by logging statements acros...
2019-06-18  Philippe Proulxbt2: message_iterator.py: packet beginning/end messages...
2019-06-18  Philippe Proulxbt2: stream activity messages: create with unknown...
2019-06-17  Philippe ProulxPut `flt.lttng-utils.debug-info` tests into their own...
2019-06-17  Philippe ProulxRemove unused `tests/plugins/test_utils_muxer_complete.in`
2019-06-17  Philippe ProulxAdd facilities to test CLI and plugin regressions with...
2019-06-17  Philippe ProulxAdd `sink.text.details`, a testing textual sink which...
2019-06-17  Philippe ProulxAdd bt_common_sep_digits()
2019-06-14  Michael Jeansonfix: Add missing glib include on MINGW
2019-06-13  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-13  Michael Jeansontests: Move libtestcommon to utils
2019-06-13  Michael JeansonCleanup: remove plugin-common.h
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-13  Michael Jeansonfix: Static build fails with ctfser missing symbols
2019-06-12  Michael JeansonRe-organize sources
2019-06-12  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-06-12  Francis DeslauriersFix: src.ctf.fs: increment packet offset before init...
2019-06-11  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-11  Michael JeansonCleanup: Move build logic to python-plugin-provider...
2019-06-08  Michael JeansonCleanup: remove useless Makefiles from extras
2019-06-08  Philippe ProulxFix: use `babeltrace2` instead of `babeltrace` in plugi...
2019-06-08  Philippe ProulxFix: doc/bindings/python/Makefile.am: run the `sphinx...
2019-06-08  Philippe Proulxbt2: add `_Trace.cls` property
2019-06-08  Philippe Proulxbt2: rename object's own BT class property to `cls`
2019-06-08  Philippe Proulxbt2: prepend `_` prefix to names of classes that the...
2019-06-08  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-08  Philippe ProulxRemove everything related to the `babeltrace` Python...
2019-06-07  Simon Marchitests: clean up test_trimmer
2019-06-07  Philippe Proulxlib: make precondition failure messages more clear...
2019-06-07  Francis Deslaurierssrc.ctf.fs: trace-info: omit stream `range-ns` field...
2019-06-07  Michael Jeansondoc: Rename to babeltrace2
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-07  Michael Jeansonlib: Reset libbabeltrace2 to SONANE 0
2019-06-07  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-07  Michael Jeansoncli: Rename to babeltrace2
2019-06-06  Simon MarchiFix: lib: expose bt_lib_log_level symbol
2019-06-06  Michael JeansonAdd missing test_output_ctf_metadata to gitignore
2019-06-06  Michael JeansonCleanup: use detected asciidoc to build CONTRIBUTING...
2019-06-06  Francis DeslauriersFix: src.ctf.fs: trace-info: fields no appended if...
2019-06-06  Francis Deslaurierssrc.ctf.fs: merge all indexes to the fs_ds_group level
2019-06-06  Francis Deslaurierssrc.ctf.fs: bubble up `ctf_fs_ds_file_group_create...
next
This page took 0.038804 seconds and 4 git commands to generate.