| 1 | 2020-01-22 Babeltrace 2.0.0 (National Hot Sauce Day) |
| 2 | * cli: colorize version printing |
| 3 | * cli: print full version name |
| 4 | * lib: add bt_version_get_extra_{name,description,patch_names} |
| 5 | * lib: add bt_version_get_vcs_revision_description() |
| 6 | * common: support custom, extra information for build's version |
| 7 | * configure.ac, lib: rename "extra" (version) to "development stage" |
| 8 | * lib: add bt_version_get_name() and bt_version_get_name_description() |
| 9 | * lib: bt_version_get_extra(): return `NULL` if none instead of empty str. |
| 10 | * configure.ac: add version name/description definitions and report them |
| 11 | * Document libbabeltrace2's C API |
| 12 | * Fix: src.ctf.lttng-live: emitting stream end msg with no stream |
| 13 | * lib: msg. iter. inactivity message has a simple CS, not a default CS |
| 14 | * lib: remove self component param. from msg. iterator init. method |
| 15 | * lib: graph API: return borrowed references when adding to an object |
| 16 | * lib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAGE_ITERATOR_CLASS` |
| 17 | * lib: rename "self comp. input port message iter." -> "message iterator" |
| 18 | * lib: append `_FUNC` to `BT_PLUGIN_{INITIALIZE,FINALIZE}*` |
| 19 | * Replace `diamon.org/babeltrace` with `babeltrace.org` |
| 20 | * lib: create common base for bt_component_class_{source,filter} |
| 21 | * lib: introduce bt_message_iterator_class |
| 22 | * lib: run most of bt_self_component_port_input_message_iterator_try_finalize when iterator is in NON_INITIALIZED state |
| 23 | * tests: plug memory leak in test_bin_info |
| 24 | * debug-info: free existing build-id in bin_info_set_build_id |
| 25 | * cli: free log level string value |
| 26 | * bt2: free port user data when finalizing components |
| 27 | * build: try calling python-config with --embed |
| 28 | * tests: remove unnecessary message iterator classes |
| 29 | * tests: make test_sink_self_port_user_data actually test a sink |
| 30 | * lib: remove unnecessary (void *) cast in extend_map_element |
| 31 | * cli: fix bt_plugin leak when using `-i ctf` |
| 32 | * cli: remove unused structures and enums |
| 33 | * tests: fix test failure with msys2's Python 3.8.1-1 package |
| 34 | * trimmer: free GMatchInfo object in set_bound_from_str |
| 35 | * bt2: rename `object` parameter -> `object_name` |
| 36 | * lib: remove bt_query_executor_interrupt, add bt_query_executor_borrow_default_interrupter |
| 37 | * lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter |
| 38 | * lib: graph API: remove "listener removed" callback parameters |
| 39 | * lib, bt2: graph API: remove "ports connected" listeners |
| 40 | * babeltrace2-plugin-ctf(7): "theirs" -> "its" (single CTF trace) |
| 41 | * .gitignore: add missing `/tests/lib/test_remove_..._destruction_listener` |
| 42 | * Sync argpar with upstream |
| 43 | * Use argpar from upstream |
| 44 | * bt2: use format_bt_error and format_bt_error_cause to generate _Error and _ErrorCause string representations |
| 45 | * string-format: introduce function to format a bt_error_cause |
| 46 | * string-format: introduce function to format a bt_error |
| 47 | * string-format: introduce function to format component class name |
| 48 | * common: introduce struct bt_common_color_codes and function bt_common_color_get_codes |
| 49 | * lib: standardize variant field option function names |
| 50 | * bt2: don't print previous causes in causes created from bt2._Error |
| 51 | * bt2: reverse order of printed causes in _Error.__str__ |
| 52 | * bt2: remove ptr parameter of _Error.__init__ |
| 53 | * tests: add test for list-plugins CLI command |
| 54 | * tests: test removing a destruction listener from a destruction listener |
| 55 | * tests/lib/Makefile.am: Move libbabeltrace2-common and libbabeltrace2-logging to COMMON_TEST_LDADD |
| 56 | * bt2: make _ListenerHandle not hold a strong reference on the target object |
| 57 | * bt2: fix error message in trace_class.py |
| 58 | * bt2: make Graph add listener methods return None |
| 59 | * param-parse: allow duplicate map keys |
| 60 | * bt2: validate parameters to _StreamClass.create_event_class before creating the native object |
| 61 | * bt2: add invalid parameter type test for _UserComponent._create_trace_class |
| 62 | * src.ctf.fs: sort inputs paths |
| 63 | * cli: print error causes in all error paths |
| 64 | * tests: add missing backslash in tests/Makefile.am |
| 65 | * tests: test_auto_source_discovery_grouping: remove dir_sep variable |
| 66 | * tests: silence "variable/expression in single quote" shellcheck warnings |
| 67 | * tests: quote ${BT_CTF_TRACES_PATH} in test_trace_read and test_trace_copy |
| 68 | * tests: declare and assign variables separately in test_exit_status |
| 69 | * Make some bt_param_validation_map_value_entry_descr variables static |
| 70 | * src.ctf.fs: make ctf_fs_ds_group_medops symbol hidden |
| 71 | * ctf: make ctf scanner symbols hidden |
| 72 | * param-validation: make symbols hidden |
| 73 | * python-plugin-provider: make python_state static |
| 74 | * lib: add comments to exposed but internal symbols |
| 75 | * lib: add comment to bt_plugin_so_create_all_from_static |
| 76 | * lib: make bt_object_pool symbols hidden |
| 77 | * lib: make symbols in prio-head hidden |
| 78 | * tests: add CLI query tests |
| 79 | * param-parse: use g_string_append_c instead of g_string_append_printf |
| 80 | * lib: remove bt_packet_context_field API |
| 81 | * ctf: make msg-iter not use bt_packet_context_field |
| 82 | * ctf: remove ctf_msg_iter::set_stream |
| 83 | * src.ctf.fs: fix typo in comment |
| 84 | * lib: mark bt_common_assert_failed as hidden |