lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
[babeltrace.git] / tests / lib /
2020-01-20  Philippe Proulxlib: graph API: remove "listener removed" callback...
2020-01-20  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-11-26  Simon Marchitests: test removing a destruction listener from a...
2019-11-26  Simon Marchitests/lib/Makefile.am: Move libbabeltrace2-common and...
2019-11-26  Simon Marchilib: mark bt_common_assert_failed as hidden
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Simon Marchitests: clear error in test_simple_sink
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-09  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-03  Francis DeslauriersCleanup: tests: remove debugging `diag` leftover
2019-10-03  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-10-03  Francis DeslauriersRename `init` methods to `initialize`
2019-10-03  Simon Marchilib: pass config object to message iterator init method...
2019-10-03  Simon Marchilib: pass config objects to component init methods
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  Jonathan Rajottebt_uuid_compare: return actual comparison
2019-09-04  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-07  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-07  Philippe ProulxAdd bt_graph_add_simple_sink_component() tests
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe Proulxlib: add bt_plugin_find_all()
2019-08-07  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-08-07  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-18  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-18  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-18  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-18  Michael JeansonReplace libuuid with internal implementation
2019-07-18  Philippe Proulxtests: call bt_current_thread_clear_error() when handli...
2019-07-18  Michael Jeansontests: Remove stale tests launcher
2019-07-18  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
2019-07-18  Philippe Proulxlib: strictly type function return status enumerations
2019-07-18  Philippe Proulxtests/lib: remove `test_bt_values` and `test_graph_topo`
2019-07-18  Michael Jeansontests: Rework test suite
2019-07-18  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-07-18  Simon Marchilib: remove "accept port" concept
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-18  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-18  Michael Jeansontests: Move libtestcommon to utils
2019-06-18  Michael JeansonCleanup: remove private babeltrace.h
2019-06-13  Michael JeansonRe-organize sources
2019-06-13  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-13  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-13  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-13  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-13  Michael Jeansontests: build system spring cleanup
2019-06-13  Mathieu DesnoyersCleanup: test_bitfield: nr_bits should be unsigned
2019-06-13  Simon Marchilib: Make graph listeners return an error status
2019-05-29  Mathieu DesnoyersFix: test_bitfield: extend coverage by removing off...
2019-05-29  Mathieu DesnoyersFix: test_bitfield: extend coverage: 0-len signed write...
2019-05-21  Mathieu DesnoyersFix: test_bitfield: buffer overrun accesses
2019-05-17  Mathieu DesnoyersExtend test_bitfield coverage
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-03  Simon Marchitests: remove non-existent files from EXTRA_DIST
2019-05-03  Simon Marchitests/bindings/python: Mark all tests as skipped
2019-05-03  Philippe ProulxRemove `test_bt_message_iterator`
2019-05-03  Simon MarchiRemove stale trace-ir test files
2019-05-03  Francis Deslauriersctf-writer: Split clock and clock-class declarations...
2019-05-03  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-03  Philippe Proulxlib: remove CTF concepts of packet and event headers
2019-05-03  Philippe Proulxbt_field_class_*_create(): accept mandatory trace class
2019-05-03  Philippe Proulxbt_trace_class_create(): accept mandatory self component
2019-05-03  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-03  Philippe ProulxPlugin development API: use self enumeration and plugin...
2019-05-03  Philippe Proulxlib: remove unused public `enum bt_plugin_status`
2019-05-03  Philippe Proulxlib: rename "notification" -> "message"
2019-05-03  Philippe Proulxlib: rename bt_plugin_create_all_*() -> bt_plugin_find_...
2019-05-03  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-03  Philippe Proulxlib: make public reference count functions have strict...
2019-05-03  Philippe Proulxlib: rename plural file names to singular
2019-05-03  Philippe Proulxlib: rename "begin" to "beginning" when used as a noun
2019-05-03  Philippe Proulxbt_value_copy(): put output parameter as last parameter
2019-05-03  Philippe Proulxbt_value_map_extend(): put output parameter as last...
2019-05-03  Philippe Proulxlib: split trace API into trace class and trace APIs
2019-05-03  Philippe Proulxlib: make graph API const-correct
2019-05-03  Philippe Proulxlib: make plugin API const-correct
2019-05-03  Philippe Proulxlib: make trace IR API const-correct
2019-05-03  Philippe Proulxlib: make values API const-correct
2019-05-03  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-03  Philippe ProulxCTF writer: use own `bt_ctf_object` and `bt_ctf_value...
2019-05-03  Philippe Proulxbt_port_output_notification_iterator_create(): remove...
2019-05-03  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
2019-05-03  Philippe Proulxlib: return `void` when setting a simple value with...
2019-05-03  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-03  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-03  Philippe ProulxGraph API: split into private and public APIs
2019-05-03  Philippe ProulxTrace IR and notification APIs: split into private...
2019-05-03  Philippe ProulxValues API: standardize parameters and return values
2019-05-03  Philippe ProulxValues API: split into private and public APIs
2019-05-03  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-03  Philippe ProulxValues API: standardize function names
2019-05-03  Philippe ProulxRename: "float value" -> "real value"
2019-05-03  Philippe ProulxRename: field type -> field class
2019-05-03  Philippe ProulxCTF IR -> Trace IR
2019-05-03  Philippe ProulxMake API CTF-agnostic
2019-05-03  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
next
This page took 0.057081 seconds and 7 git commands to generate.