Add git-review config
[babeltrace.git] / tests /
2019-05-03  Simon Marchibt2: update bindings to make test_plugins pass
2019-05-03  Simon Marchibt2: update bindings to make test_component pass
2019-05-03  Simon Marchibt2: update bindings to make test_component_class pass
2019-05-03  Simon Marchibt2: update value.py, make test_value pass
2019-05-03  Simon Marchidebug info: Skip test that depends on Python bindings
2019-05-03  Simon Marchibabeltrace: Remove leftovers
2019-05-03  Simon Marchipython-plugin-provider: Make it build
2019-05-03  Simon MarchiRemove clock_class_priority_map.py
2019-05-03  Simon Marchibt2: Rename files to use singular form
2019-05-03  Simon Marchibt2: Mass clock_value -> clock_snapshot rename
2019-05-03  Simon Marchibt2: Mass field_types -> field_class rename
2019-05-03  Simon Marchibt2: Mass notification -> message rename
2019-05-03  Simon Marchitests/bindings/python: Mark all tests as skipped
2019-05-03  Simon MarchiAdd env wrapper to facilitate importing the in-tree...
2019-05-03  Philippe Proulxcli: put space after comma between array elements
2019-05-03  Philippe ProulxFix: test_convert_args: fix malformed test line
2019-05-03  Philippe Proulxtest_convert_args: test multiple leftover arguments
2019-05-03  Philippe ProulxFix: test_convert_args: fix expected arguments
2019-05-03  Simon Marchicli: Remove support for --key and --value arguments
2019-05-03  Philippe ProulxFix: tests/Makefile.am: do not run missing `flt.utils...
2019-05-03  Philippe ProulxFix: `tests/Makefile.am`: do not run missing tests
2019-05-03  Philippe ProulxFix: `tests/ctf-traces/succeed` traces: change CTF...
2019-05-03  Philippe ProulxFix: `test_packet_seq_num.in`: change expected disc...
2019-05-03  Philippe ProulxRemove `test_bt_message_iterator`
2019-05-03  Francis Deslaurierstests: remove unused automake variable
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: Implement file descriptor...
2019-05-03  Francis DeslauriersCleanup: Move `debug-info` in its own sub-directory
2019-05-03  Simon MarchiRemove babeltrace 1 Python bindings and tests
2019-05-03  Simon MarchiRemove stale trace-ir test files
2019-05-03  Simon MarchiRe-implement BT_ASSERT without using the assert macro
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
2019-05-03  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-03  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-03  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-03  Philippe Proulxlib: make the "port connected" method return a status
2019-05-03  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-03  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
2019-05-03  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-03  Philippe Proulxtest_ctf_writer.c: put statements outside BT_ASSERT()
2019-05-03  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-03  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-03  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-03  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-03  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-03  Philippe Proulxlib: metadata: transform fast path precond. checks...
2019-05-03  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-03  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-03  Philippe Proulxbt2: InactivityNotification, _Event: use mapping protoc...
2019-05-03  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2019-05-03  Philippe ProulxAdd tests: CTF writer: `timestamp_begin`/`timestamp_end...
2019-05-03  Philippe ProulxFix: CTF writer: validate and set `timestamp_begin...
2019-05-03  Philippe ProulxAdd stream class's single clock class tests
2019-05-03  Philippe ProulxAdd test: no clock class in trace's packet header field...
2019-05-03  Philippe Proulxtests/plugins/test_lttng_utils_debug_info.in: use speci...
2019-05-03  Philippe Proulxtests/utils/python/testrunner.py: add optional pattern...
2018-03-26  Michael JeansonFix: Use bash for all test scripts
2017-12-06  Jérémie Galarneaubt2 tests: add unit tests for __str__ implementation...
2017-12-06  Philippe ProulxAdd bindings/python/babeltrace/test_ctf_writer.py test
2017-12-06  Michael JeansonFix: Replace bt_timegm with a thread-safe implementation
2017-11-02  Philippe ProulxAdd basic flt.lttng-utils.debug-info tests
2017-11-02  Philippe Proulxbt2: TraceCollectionNotificationIterator: support custo...
2017-11-02  Michael JeansonPort: normalize path in test_plugin_bt2
next
This page took 0.043598 seconds and 7 git commands to generate.