2017-05-28 |
Philippe Proulx | event-class-internal.h: fix include warning |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_plugin_find_component_class() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Use the same values for different status codes |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_class_is_source/filter/sink() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_port_is_input(), bt_port_is_output() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_is_source(), bt_component_is_filter... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Fix a few include warnings |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add BT_NOTIFICATION_ITERATOR_STATUS_AGAIN status |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add "port connected" component class method |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add `-internal` suffix to all internal header files |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_version_get_*() functions to dynamically get... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | bt_notification_event_create(): validate and freeze... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add inactivity notification |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add frozen property to notification objects |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | ir: bt_ctf_event_set_clock_value(): validate clock... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | CTF writer: restore native byte order is the CPU's... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_se... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename bt_ctf_type_id -> bt_ctf_field_type_id (and... |
tree | commitdiff |
2017-05-28 |
Julien Desfossez | debug-info filter plugin |
tree | commitdiff |
2017-05-28 |
Julien Desfossez | Make bt_ctf_field_structure_set_field public |
tree | commitdiff |
2017-05-28 |
Julien Desfossez | Allow to set the size of an integer type |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Event notification: pass CC priority map on creation |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Remove Babeltrace 1 files and reorganize the tree |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | trace.h: update API doc |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add clock class priority map object |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add user data for private port |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Call a single "ports connected/disconnected" graph... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Fix: call acting component's "port disconnected" method too |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | bt_graph_connect() -> bt_graph_connect_ports() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename <babeltrace/component/...> -> <babeltrace/graph... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Update notification iterator's "init" function signature |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Remove the need to implement the notification iterator... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | "destroy" method -> "finalize" method |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Accept port connection method: take other port as parameter |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Visibility: split graph API into public and private... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add graph event listeners |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Allow a component to remove a port and any user to... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Put Python plugin support in a separate shared object |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | CLI: add `run` command and make `convert` command use it |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Fix: release the reference held by a child to its forme... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Return component port counts by parameter |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Remove component prefix from graph, connection and... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Add missing include in component-sink-internal.h |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Add missing forward declarations to component-class.h |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Replace add_iterator methods by a single new_connection... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Implement the component graph interface |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Hide bt_component_sink_consume |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Hide filter iterator creation functions |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Hide source iterator creation functions |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Hide filter creation functions |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Add ports to the source, filter and sink component... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Add the component port interface |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Implement the component connection interface |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename "query info" to "query" everywhere, and "action... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | SO plugin API: add comp. class query info method macro... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_class_query_info() API |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | text plugin: add color support |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Make babeltrace(1)'s CLI Git-like and implement the... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Shared object plugin: add component class help support |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add component class help property |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_plugin_create_from_name() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add support for plugins written in Python |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | bt_ctf_event_set_clock_value() does not need a clock... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_ctf_clock_value_get_class() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Install notification headers in babeltrace/component... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename *create_iterator*() -> *create_notification_iter... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_*_create_iterator_with_init_method_data() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Remove unused bt_component_class_filter_init_iterator_m... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Rename input.h -> component-input-internal.h |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Set notification iterator methods to the component... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | plugin-dev.h: put selector (type) close to union in... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_create_with_init_method_data() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add plugin (user) version information |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Add bt_component_class_freeze() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Prefix {source,filter,sink}*.h file names with component- |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Refactor the component class and component API |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Move enum bt_component_type to component.h |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Refactor the plugin registration and loading machinery |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Decouple component class from plugin subsystem, remove... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | ref.h: doc: fix typo |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Writer: minimize packet padding |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | ref.h, values.h: doc: add #include in description |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | API doc: add more details about reference counting |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | values.h: doc: rephrase map foreach callback ref |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | Fix API doc's content and style for enum. FT mapping... |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Docs: document enumeration mapping iterator API |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Docs: add documentation for bt_ctf_field_type_enumerati... |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Add missing bt_ctf_field_type_enumeration_mapping_itera... |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Remove bt_ctf_field_type_enumeration_get_mapping_name |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Modify bt_ctf_field_enumeration_get_single_mapping... |
tree | commitdiff |
2017-05-27 |
Jérémie Galarneau | Fix: check enum overlap as long as the type is not... |
tree | commitdiff |
2017-05-27 |
Mathieu Desnoyers | Fix: allow duplicate keys and overlapping ranges in... |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | API doc: add int/float field type examples |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | stream-class.h: doc: fix trace/packet instead of stream... |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | Document fields.h (API) |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | field-types.h: doc: bt_ctf_field_type_copy(): add not... |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | field-types.h: doc: fix missing plural |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | field-types.h: doc: add note about freezing |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | ir: add bt_ctf_clock_class object, modify bt_ctf_clock... |
tree | commitdiff |
2017-05-27 |
Philippe Proulx | ir: stream: add bt_ctf_stream_is_writer() |
tree | commitdiff |
next |