tests: use assertRaisesRegex instead of assertRaises in test_stream_class.py
[babeltrace.git] / include /
2019-11-01  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Simon MarchiFix: define macros for logging levels
2019-10-30  Philippe Proulxlib: remove plugin's ABI version
2019-10-30  Simon Marchilib: remove includes from logging.h
2019-10-17  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-17  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-17  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
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-09  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-09  Philippe Proulxlib: add option field classes with integer selectors
2019-10-09  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-03  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-10-03  Francis DeslauriersRename `init` methods to `initialize`
2019-10-03  Francis Deslaurierslib: split real FC/field into single and double prec...
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-10-03  Simon Marchilib: remove END values from bt_message_iterator_seek_...
2019-10-03  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-10-03  Simon Marchilib: remove bt_self_port{,_input,_output}
2019-09-10  Francis Deslaurierslib: add non-const FC borrow functions for container FCs
2019-09-10  Francis Deslaurierslib: add `bt_field_borrow_class()` function declaration
2019-09-10  Simon Marchilib: make message iterator creation functions return...
2019-09-04  Simon Marchictf: make src.ctf.fs append error causes
2019-09-04  Simon Marchilib: make g++ happy with plugin-dev.h macros
2019-09-04  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-09-04  Philippe Proulxlib: remove unneeded `enum` tags in public headers
2019-09-04  Philippe Proulxlib: assign values to all public enumerators
2019-09-04  Philippe Proulxlib: standardize status of bt_util_clock_cycles_to_ns_f...
2019-09-04  Philippe Proulxlib: graph.h: fix formatting
2019-09-04  Philippe Proulxlib: remove unused `enum bt_self_component_port_status`
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-09-04  Philippe Proulxlib: add user attributes property to metadata, stream...
2019-09-04  Philippe Proulxlib: add bt_field_class_variant_borrow_option_by_{index...
2019-09-04  Philippe Proulxlib: add bit array field class and field types
2019-09-04  Philippe Proulxlib: add option field class and field types
2019-09-04  Philippe Proulxlib: add boolean field class and field types
2019-09-04  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-09-04  Philippe Proulxlib: add bt_get_{greatest_operative,maximal}_mip_versio...
2019-09-04  Philippe ProulxFix: {graph,query-executor}.h: missing `STATUS_` before...
2019-09-04  Philippe Proulxlib: add "get supported MIP versions" method support
2019-09-04  Philippe Proulxlib: add component descriptor set API
2019-08-07  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-07  Philippe Proulxlib: add bt_graph_add_simple_sink_component()
2019-08-07  Philippe Proulxlib: remove output port message iterator
2019-08-07  Philippe Proulxlib: rename bt_graph_consume() -> bt_graph_run_once()
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-08-07  Philippe Proulxlib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFL...
2019-08-07  Simon Marchilib: remove INVALID_PARAMS status
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: add interrupter API
2019-08-07  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-08-07  Simon Marchilib: make default query implementation return INVALID_O...
2019-08-07  Simon Marchilib: remove LOADING_ERROR status
2019-08-07  Simon Marchibt2: make bt2.Error wrap current thread's error
2019-08-07  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Philippe Proulxlib: bt_field_class_dynamic_array_create(): accept...
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-18  Philippe Proulxlib: add integer range and integer range set API
2019-07-18  Philippe ProulxFix: CTF writer: bt_ctf_field_unsigned_integer_set_valu...
2019-07-18  Simon Marchibt2: report errors from Python component and component...
2019-07-18  Philippe ProulxFix: current-thread.h: append from message iterator...
2019-07-18  Philippe Proulxlib: put __BT_UPCAST() and __BT_UPCAST_CONST() in ...
2019-07-18  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-18  Philippe ProulxRemove legacy `include/babeltrace2/{ctf-ir,ctf}` direct...
2019-07-18  Philippe Proulxlib: standardize public header copyright notice
2019-07-18  Philippe Proulxlib: remove "For *" comments in public headers
2019-07-18  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-18  Philippe Proulxlib: standardize public include guards
2019-07-18  Philippe ProulxFix: CTF writer: make library have its own public ...
2019-07-18  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-18  Philippe ProulxRename WARN log level to WARNING
2019-07-18  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-18  Michael JeansonReplace libuuid with internal implementation
2019-07-18  Simon Marchilib: remove stream activity messages
2019-07-18  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-18  Philippe Proulxlib: add thread-safe error reporting API
2019-07-18  Philippe Proulxlib: strictly type function return status enumerations
2019-07-18  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-07-18  Simon Marchilib: rename parameter of bt_self_component_filter_add_...
2019-07-18  Simon Marchilib: remove "accept port" concept
2019-07-18  Philippe ProulxRename VERBOSE log level to TRACE
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-13  Michael JeansonRe-organize sources
2019-06-13  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-13  Philippe ProulxFix: use `babeltrace2` instead of `babeltrace` in plugi...
2019-06-13  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-13  Philippe ProulxRename "default beginning/end CS" -> "beginning/end...
2019-06-13  Philippe Proulxlib: make discarded events/packets support and clock...
2019-06-13  Simon Marchilib: Make graph listeners return an error status
2019-06-13  Francis Deslaurierslib: remove unused _NO_SINK graph status
2019-06-13  Philippe Proulxlib: make packet beginning/end default CS optional
2019-06-13  Philippe Proulxlib: remove "unknown clock snapshot" concept
2019-05-17  Mathieu DesnoyersCleanup: bitfields: streamline use of underscores
next
This page took 0.04558 seconds and 7 git commands to generate.