2019-08-16 |
Philippe Proulx | lib: make empty array/map appending/inserting functions... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: rename bt_value_array_get_size() -> bt_value_array... |
tree | commitdiff |
2019-08-14 |
Jonathan Rajotte | bt_uuid_compare: return actual comparison |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: bt_graph_create(): accept MIP version |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib, bt2: make query method receive custom data |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | Add bt_graph_add_simple_sink_component() tests |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | lib: prepare the ground for stateful query operations |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add bt_plugin_find_all() |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add bt_{graph,query_executor}_add_interrupter() |
tree | commitdiff |
2019-07-20 |
Philippe Proulx | lib: rename functions to clearly indicate API inheritance |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Standardize `strcmp(a, b) == 0` instead of `!strcmp... |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Move `include/babeltrace2/ctf-writer` -> `include/babel... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make packets and packet messages optional, disable... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | Tests: move `test_bitfield` outside lib tests, add... |
tree | commitdiff |
2019-07-08 |
Michael Jeanson | Replace libuuid with internal implementation |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | tests: call bt_current_thread_clear_error() when handli... |
tree | commitdiff |
2019-07-04 |
Michael Jeanson | tests: Remove stale tests launcher |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | Add back (adapted) `test_bt_values` and `test_graph_topo` |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | lib: strictly type function return status enumerations |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | tests/lib: remove `test_bt_values` and `test_graph_topo` |
tree | commitdiff |
2019-06-28 |
Michael Jeanson | tests: Rework test suite |
tree | commitdiff |
2019-06-26 |
Philippe Proulx | lib: bt_plugin_find*(): return status code; add "fail... |
tree | commitdiff |
2019-06-25 |
Simon Marchi | lib: remove "accept port" concept |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | lib: pass log level to bt_query_executor_query() |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | lib: set component's initial log level when adding... |
tree | commitdiff |
2019-06-13 |
Michael Jeanson | tests: Move ctf-writer to it's own directory |
tree | commitdiff |
2019-06-13 |
Michael Jeanson | tests: Move libtestcommon to utils |
tree | commitdiff |
2019-06-13 |
Michael Jeanson | Cleanup: remove private babeltrace.h |
tree | commitdiff |
2019-06-12 |
Michael Jeanson | Re-organize sources |
tree | commitdiff |
2019-06-11 |
Michael Jeanson | ctf-writer: externalize libbabeltrace2-ctf-writer |
tree | commitdiff |
2019-06-08 |
Philippe Proulx | Remove everything related to the `bt2.ctf_writer` Pytho... |
tree | commitdiff |
2019-06-07 |
Michael Jeanson | lib: rename include dir to babeltrace2 |
tree | commitdiff |
2019-06-07 |
Michael Jeanson | lib: Rename to libbabeltrace2 |
tree | commitdiff |
2019-06-06 |
Michael Jeanson | tests: build system spring cleanup |
tree | commitdiff |
2019-06-06 |
Mathieu Desnoyers | Cleanup: test_bitfield: nr_bits should be unsigned |
tree | commitdiff |
2019-06-05 |
Simon Marchi | lib: Make graph listeners return an error status |
tree | commitdiff |
2019-05-29 |
Mathieu Desnoyers | Fix: test_bitfield: extend coverage by removing off... |
tree | commitdiff |
2019-05-29 |
Mathieu Desnoyers | Fix: test_bitfield: extend coverage: 0-len signed write... |
tree | commitdiff |
2019-05-21 |
Mathieu Desnoyers | Fix: test_bitfield: buffer overrun accesses |
tree | commitdiff |
2019-05-17 |
Mathieu Desnoyers | Extend test_bitfield coverage |
tree | commitdiff |
2019-05-06 |
Philippe Proulx | lib: add unsigned and signed integer value API |
tree | commitdiff |
2019-05-03 |
Simon Marchi | tests: remove non-existent files from EXTRA_DIST |
tree | commitdiff |
2019-05-02 |
Simon Marchi | tests/bindings/python: Mark all tests as skipped |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Remove `test_bt_message_iterator` |
tree | commitdiff |
2019-05-02 |
Simon Marchi | Remove stale trace-ir test files |
tree | commitdiff |
2019-05-02 |
Francis Deslauriers | ctf-writer: Split clock and clock-class declarations... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: fully configure graph (add components, connect... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove CTF concepts of packet and event headers |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_field_class_*_create(): accept mandatory trace class |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_trace_class_create(): accept mandatory self component |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add aliases for Babeltrace enumeration types |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Plugin development API: use self enumeration and plugin... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove unused public `enum bt_plugin_status` |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename "notification" -> "message" |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename bt_plugin_create_all_*() -> bt_plugin_find_... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add aliases for Babeltrace structure types |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make public reference count functions have strict... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename plural file names to singular |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename "begin" to "beginning" when used as a noun |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_value_copy(): put output parameter as last parameter |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_value_map_extend(): put output parameter as last... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: split trace API into trace class and trace APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make graph API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make plugin API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make trace IR API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make values API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: bt_object_{get,put}_ref(): accept a `const` parameter |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | CTF writer: use own `bt_ctf_object` and `bt_ctf_value... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_port_output_notification_iterator_create(): remove... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: return `void` when setting a simple value with... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: graph: add "self" and some "private" APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: private functions: do not repeat `private` word |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Graph API: split into private and public APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Trace IR and notification APIs: split into private... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: standardize parameters and return values |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: split into private and public APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: bt_put(), bt_get() -> bt_object_put_ref(),... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: standardize function names |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: "float value" -> "real value" |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: field type -> field class |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | CTF IR -> Trace IR |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Make API CTF-agnostic |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: fully detach CTF IR and CTF writer implementations |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: bt_packet_create(): accept previous packet to... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: use priv connection priv notif iterator to create... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove clock class priority map, use default clock... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make the "port connected" method return a status |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: notification iterator: transfer a batch of notific... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: graph: remove useless checks, make functions inlin... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: update and simplify the `bt_object` API |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | test_ctf_writer.c: put statements outside BT_ASSERT() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: simplify the public notification iterator interfaces |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | tests: use BT_ASSERT() instead of assert() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: use object pool for event and packet notifications |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add internal object pool API and use it; adapt... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Split CTF IR and CTF writer APIs and implementations |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: metadata: transform fast path precond. checks... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Notification iterator: transform precondition checks... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Replace assert() -> BT_ASSERT() and some preconditions... |
tree | commitdiff |
next |