bt2: _EventConst.__getitem__(): use a single temporary variable
[babeltrace.git] / src / cli /
2020-02-26  Simon MarchiFix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of print...
2020-01-21  Philippe Proulxcli: colorize version printing
2020-01-21  Philippe Proulxcli: print full version name
2020-01-21  Philippe Proulxcommon: support custom, extra information for build...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-20  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-20  Simon Marchicli: free log level string value
2020-01-20  Simon Marchicli: fix bt_plugin leak when using `-i ctf`
2020-01-20  Simon Marchicli: remove unused structures and enums
2020-01-20  Philippe Proulxlib: graph API: remove "listener removed" callback...
2020-01-20  Simon MarchiUse argpar from upstream
2020-01-20  Simon Marchistring-format: introduce function to format a bt_error
2020-01-20  Simon Marchistring-format: introduce function to format component...
2019-11-26  Simon Marchicli: print error causes in all error paths
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Philippe ProulxEmit dedicated bright terminal color codes if supported
2019-11-14  Francis DeslauriersCleanup: cli: move LOGE statements closer to the source
2019-11-14  Francis Deslaurierscli: exit with status 2 when interrupted by SIGINT
2019-11-14  Francis Deslaurierscli: set `bt_config::command_name` field for all commands
2019-11-14  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-11-01  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-11-01  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-30  Simon Marchicli: Remove unnecessary NULL check in print_value_rec
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-30  Francis DeslauriersCleanup: babeltrace2-cfg-cli-args.c: coding style
2019-10-30  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-30  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-30  Francis DeslauriersFix: shadowed variables
2019-10-30  Simon Marchilib: remove includes from logging.h
2019-10-30  Francis DeslauriersCleanup: Dead assignments
2019-10-17  Francis Deslaurierscli: ensure queries always receive a map
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-09  Michael Jeansonport: fix link order of babeltrace2.exe
2019-10-09  Simon MarchiMove CLI params parsing to its own lib
2019-10-09  Simon Marchicli: update error message in set_stream_intersections
2019-10-03  Simon Marchicli: print map value in ASCII-betical order of keys
2019-10-03  Simon MarchiFix: cli: don't log error when using help command with...
2019-10-03  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-10-03  Simon MarchiFix: output non-LTTng CTF trace with same relative...
2019-10-03  Simon Marchicli: don't include version.h in babeltrace2-cfg-cli...
2019-09-10  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-10  Simon Marchicli: improve error logging in set_stream_intersections
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-09-04  Simon Marchicli: remove unused path variable in set_stream_intersec...
2019-09-04  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-09-04  Simon MarchiFix: cli: check return value of bt_value_array_append_s...
2019-09-04  Philippe ProulxFix: cli: replace remaining log level `V` (verbose...
2019-09-04  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-09-04  Philippe ProulxFix: pass `inputs` parameter to implicit `src.ctf.lttng...
2019-09-04  Simon Marchicli: allow map values in --params arguments
2019-09-04  Simon Marchicli: exit with error if a plugin fails to load
2019-09-04  Simon Marchicli: set log levels earlier
2019-09-04  Simon Marchicli: return if bt_plugin_find_all_from_dir fails in...
2019-09-04  Simon MarchiFix: cli: increment bt_value_null ref count when return...
2019-09-04  Philippe Proulxcli: "Babeltrace configuration" -> "Babeltrace CLI...
2019-09-04  Philippe Proulxcli: `convert` command: do not allow more than one...
2019-09-04  Philippe Proulxcli: make --plugin-path and --omit-{system,home}-plugin...
2019-09-04  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-09-04  Philippe Proulxcli: find greatest operative MIP version to create...
2019-09-04  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-09-04  Simon Marchicli: mention path separator for Windows in comment
2019-09-04  Simon MarchiMove autodisc to its own convenience library
2019-09-04  Philippe ProulxFix: cli/babeltrace2.c: logically dead code
2019-09-04  Philippe ProulxFix: babeltrace2-cfg-cli-args.c: uninitialized pointer...
2019-08-07  Philippe Proulxcli, tests: rename "leftover" terms to "non-option"
2019-08-07  Simon Marchicli: free auto_source_discovery_result::original_input_...
2019-08-07  Simon Marchicli: free leftover_params and leftover_loglevels
2019-08-07  Simon Marchicli: apply log levels (`--log-level` option) to leftovers
2019-08-07  Simon Marchicli: apply parameters (`--params` option) to leftovers
2019-08-07  Simon Marchicli: handle leftovers in the same loop as components
2019-08-07  Simon Marchicli: remove `run` and `convert` commands' --name option
2019-08-07  Simon Marchicli: remove `convert` command's --path and --url options
2019-08-07  Simon MarchiRemove popt from project's dependencies
2019-08-07  Simon Marchicli: remove babeltrace2-log
2019-08-07  Simon Marchicli: use argpar for parsing query command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing list-plugin command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing help command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing convert command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing run command's arguments
2019-08-07  Simon Marchicli: use argpar for top-level args
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Simon Marchicli: fix "permission denied" test after g_dir_open
2019-08-07  Simon Marchilib: remove INVALID_PARAMS status
2019-08-07  Philippe Proulxcli: remove the global volatile `interrupted` variable
2019-08-07  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-08-07  Simon Marchilib: make default query implementation return INVALID_O...
2019-08-07  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-08-07  Simon Marchicli: automatically detect sources for leftover arguments
2019-08-07  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-18  Michael Jeansonfix: use g_setenv for portability
2019-07-18  Michael JeansonMake the in-tree CLI use the in-tree PPP
2019-07-18  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-18  Philippe ProulxRename WARN log level to WARNING
2019-07-18  Philippe Proulxcli: append error cause when graph or query executor...
next
This page took 0.053394 seconds and 7 git commands to generate.