Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / cli /
2019-10-31  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-10-31  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-30  Simon Marchicli: Remove unnecessary NULL check in print_value_rec
2019-10-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-28  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-26  Francis DeslauriersCleanup: babeltrace2-cfg-cli-args.c: coding style
2019-10-26  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-26  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-22  Francis DeslauriersFix: shadowed variables
2019-10-22  Simon Marchilib: remove includes from logging.h
2019-10-18  Francis DeslauriersCleanup: Dead assignments
2019-10-10  Francis Deslaurierscli: ensure queries always receive a map
2019-10-10  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-09  Michael Jeansonport: fix link order of babeltrace2.exe
2019-10-08  Simon MarchiMove CLI params parsing to its own lib
2019-10-07  Simon Marchicli: update error message in set_stream_intersections
2019-10-02  Simon Marchicli: print map value in ASCII-betical order of keys
2019-09-29  Simon MarchiFix: cli: don't log error when using help command with...
2019-09-20  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-09-19  Simon MarchiFix: output non-LTTng CTF trace with same relative...
2019-09-18  Simon Marchicli: don't include version.h in babeltrace2-cfg-cli...
2019-09-06  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-06  Simon Marchicli: improve error logging in set_stream_intersections
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-08-29  Simon Marchicli: remove unused path variable in set_stream_intersec...
2019-08-26  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-08-26  Simon MarchiFix: cli: check return value of bt_value_array_append_s...
2019-08-25  Philippe ProulxFix: cli: replace remaining log level `V` (verbose...
2019-08-17  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-08-17  Philippe ProulxFix: pass `inputs` parameter to implicit `src.ctf.lttng...
2019-08-17  Simon Marchicli: allow map values in --params arguments
2019-08-17  Simon Marchicli: exit with error if a plugin fails to load
2019-08-17  Simon Marchicli: set log levels earlier
2019-08-17  Simon Marchicli: return if bt_plugin_find_all_from_dir fails in...
2019-08-17  Simon MarchiFix: cli: increment bt_value_null ref count when return...
2019-08-16  Philippe Proulxcli: "Babeltrace configuration" -> "Babeltrace CLI...
2019-08-16  Philippe Proulxcli: `convert` command: do not allow more than one...
2019-08-16  Philippe Proulxcli: make --plugin-path and --omit-{system,home}-plugin...
2019-08-16  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-13  Philippe Proulxcli: find greatest operative MIP version to create...
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-12  Simon Marchicli: mention path separator for Windows in comment
2019-08-12  Simon MarchiMove autodisc to its own convenience library
2019-08-09  Philippe ProulxFix: cli/babeltrace2.c: logically dead code
2019-08-09  Philippe ProulxFix: babeltrace2-cfg-cli-args.c: uninitialized pointer...
2019-08-05  Philippe Proulxcli, tests: rename "leftover" terms to "non-option"
2019-08-05  Simon Marchicli: free auto_source_discovery_result::original_input_...
2019-08-05  Simon Marchicli: free leftover_params and leftover_loglevels
2019-08-03  Simon Marchicli: apply log levels (`--log-level` option) to leftovers
2019-08-03  Simon Marchicli: apply parameters (`--params` option) to leftovers
2019-08-02  Simon Marchicli: handle leftovers in the same loop as components
2019-08-02  Simon Marchicli: remove `run` and `convert` commands' --name option
2019-08-02  Simon Marchicli: remove `convert` command's --path and --url options
2019-08-02  Simon MarchiRemove popt from project's dependencies
2019-08-02  Simon Marchicli: remove babeltrace2-log
2019-08-02  Simon Marchicli: use argpar for parsing query command's arguments
2019-08-02  Simon Marchicli: use argpar for parsing list-plugin command's arguments
2019-08-02  Simon Marchicli: use argpar for parsing help command's arguments
2019-08-02  Simon Marchicli: use argpar for parsing convert command's arguments
2019-08-02  Simon Marchicli: use argpar for parsing run command's arguments
2019-08-02  Simon Marchicli: use argpar for top-level args
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-26  Simon Marchicli: fix "permission denied" test after g_dir_open
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxcli: remove the global volatile `interrupted` variable
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Simon Marchilib: make default query implementation return INVALID_O...
2019-07-23  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-07-23  Simon Marchicli: automatically detect sources for leftover arguments
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Simon Marchicli: move plugin loading code to its own file
2019-07-18  Simon Marchicli: Replace printf_err with BT_CLI_LOGE_APPEND_CAUSE
2019-07-12  Michael Jeansonfix: use g_setenv for portability
2019-07-11  Michael JeansonMake the in-tree CLI use the in-tree PPP
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxcli: append error cause when graph or query executor...
2019-07-08  Philippe Proulxcli: move `--params` option's format parsing to its...
2019-07-06  Philippe Proulxcli: print current thread's error causes, if any, befor...
2019-07-06  Philippe Proulxcli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it...
2019-07-06  Philippe Proulxcli: clear current thread's error, if any, before exiting
2019-07-05  Simon Marchicli: fix typo in error message
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-06-27  Simon Marchicli: add missing line in --plugin-path help
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: remove "accept port" concept
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  Philippe Proulxlib: use `LIBBABELTRACE2_INIT_LOG_LEVEL` env. var....
2019-06-20  Philippe Proulxsrc.ctf.fs: honor component's initial log level
2019-06-20  Philippe Proulxsink.text.details: honor component's initial log level
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 ProulxRemove unused `src/plugins/ctf/common/utils`
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
next
This page took 0.047684 seconds and 7 git commands to generate.