Add `sink.text.details`, a testing textual sink which prints details
[babeltrace.git] / tests / lib /
2019-06-13  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-13  Michael Jeansontests: Move libtestcommon to utils
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-12  Michael JeansonRe-organize sources
2019-06-11  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-08  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-07  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-06  Michael Jeansontests: build system spring cleanup
2019-06-06  Mathieu DesnoyersCleanup: test_bitfield: nr_bits should be unsigned
2019-06-05  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-02  Simon Marchitests/bindings/python: Mark all tests as skipped
2019-05-02  Philippe ProulxRemove `test_bt_message_iterator`
2019-05-02  Simon MarchiRemove stale trace-ir test files
2019-05-02  Francis Deslauriersctf-writer: Split clock and clock-class declarations...
2019-05-02  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-02  Philippe Proulxlib: remove CTF concepts of packet and event headers
2019-05-02  Philippe Proulxbt_field_class_*_create(): accept mandatory trace class
2019-05-02  Philippe Proulxbt_trace_class_create(): accept mandatory self component
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-02  Philippe ProulxPlugin development API: use self enumeration and plugin...
2019-05-02  Philippe Proulxlib: remove unused public `enum bt_plugin_status`
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: rename bt_plugin_create_all_*() -> bt_plugin_find_...
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-02  Philippe Proulxlib: make public reference count functions have strict...
2019-05-02  Philippe Proulxlib: rename plural file names to singular
2019-05-02  Philippe Proulxlib: rename "begin" to "beginning" when used as a noun
2019-05-02  Philippe Proulxbt_value_copy(): put output parameter as last parameter
2019-05-02  Philippe Proulxbt_value_map_extend(): put output parameter as last...
2019-05-02  Philippe Proulxlib: split trace API into trace class and trace APIs
2019-05-02  Philippe Proulxlib: make graph API const-correct
2019-05-02  Philippe Proulxlib: make plugin API const-correct
2019-05-02  Philippe Proulxlib: make trace IR API const-correct
2019-05-02  Philippe Proulxlib: make values API const-correct
2019-05-02  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-02  Philippe ProulxCTF writer: use own `bt_ctf_object` and `bt_ctf_value...
2019-05-02  Philippe Proulxbt_port_output_notification_iterator_create(): remove...
2019-05-02  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
2019-05-02  Philippe Proulxlib: return `void` when setting a simple value with...
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxGraph API: split into private and public APIs
2019-05-02  Philippe ProulxTrace IR and notification APIs: split into private...
2019-05-02  Philippe ProulxValues API: standardize parameters and return values
2019-05-02  Philippe ProulxValues API: split into private and public APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe ProulxValues API: standardize function names
2019-05-02  Philippe ProulxRename: "float value" -> "real value"
2019-05-02  Philippe ProulxRename: field type -> field class
2019-05-02  Philippe ProulxCTF IR -> Trace IR
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-02  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
2019-05-02  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe Proulxtest_ctf_writer.c: put statements outside BT_ASSERT()
2019-05-02  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-02  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe Proulxlib: metadata: transform fast path precond. checks...
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2019-05-02  Philippe ProulxAdd tests: CTF writer: `timestamp_begin`/`timestamp_end...
2019-05-02  Philippe ProulxAdd stream class's single clock class tests
2019-05-02  Philippe ProulxAdd test: no clock class in trace's packet header field...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-10-04  Michael JeansonPort: do not depend on GNU readlink
2017-09-18  Jérémie GalarneauTests babeltrace: adapt python tests to use unittest
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: test structure field name...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: open trace with `-o dummy...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: update number of tests
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe Proulxtests: remove `check` targets in subdirectories
2017-09-15  Philippe ProulxTest output port notification iterator
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-15  Philippe ProulxAdd query executor
2017-08-31  Jérémie GalarneauTests: erroneous usage of if preprocessor directive
2017-08-31  Michael JeansonFix: remove g_spawn_check_exit_status to support glib...
2017-08-21  Michael JeansonTest fix: use portable path code in test_plugin
2017-08-21  Michael JeansonTest: rework shell test scripts
2017-08-21  Jérémie GalarneauTest fix: free() of uninitialized pointer on error...
2017-08-18  Michael JeansonPort: Replace fork() in test_ctf_writer
2017-08-18  Michael JeansonTest: use static data in test_ctf_writer
next
This page took 0.04826 seconds and 7 git commands to generate.