Fix graph facilities handling in writer component class
[babeltrace.git] / lib /
2017-05-28  Julien DesfossezAllow to set the size of an integer type
2017-05-28  Philippe ProulxEvent notification: pass CC priority map on creation
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe ProulxAdd clock class priority map object
2017-05-28  Philippe ProulxAdd user data for private port
2017-05-28  Philippe ProulxCall a single "ports connected/disconnected" graph...
2017-05-28  Philippe ProulxFix: call acting component's "port disconnected" method too
2017-05-28  Philippe Proulxbt_graph_connect() -> bt_graph_connect_ports()
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxUpdate notification iterator's "init" function signature
2017-05-28  Philippe ProulxRemove the need to implement the notification iterator...
2017-05-28  Philippe Proulx"destroy" method -> "finalize" method
2017-05-28  Philippe ProulxAccept port connection method: take other port as parameter
2017-05-28  Philippe ProulxVisibility: split graph API into public and private...
2017-05-28  Philippe ProulxAdd graph event listeners
2017-05-28  Philippe ProulxAllow a component to remove a port and any user to...
2017-05-28  Philippe ProulxPut Python plugin support in a separate shared object
2017-05-28  Jérémie GalarneauFix: bt_connection_get_*_port() must take a reference...
2017-05-28  Jérémie GalarneauFix: only remove newly added components on connection...
2017-05-28  Jérémie GalarneauFix: only add components to graph if they are not alrea...
2017-05-28  Jérémie GalarneauReturn component port counts by parameter
2017-05-28  Jérémie GalarneauRemove component prefix from graph, connection and...
2017-05-28  Jérémie GalarneauReplace add_iterator methods by a single new_connection...
2017-05-28  Jérémie GalarneauImplement the component graph interface
2017-05-28  Jérémie GalarneauHide bt_component_sink_consume
2017-05-28  Jérémie GalarneauHide source iterator creation functions
2017-05-28  Jérémie GalarneauHide filter creation functions
2017-05-28  Jérémie GalarneauAdd ports to the source, filter and sink component...
2017-05-28  Jérémie GalarneauAdd the component port interface
2017-05-28  Jérémie GalarneauImplement the component connection interface
2017-05-28  Philippe ProulxRename "query info" to "query" everywhere, and "action...
2017-05-28  Philippe ProulxSO plugin API: add comp. class query info method macro...
2017-05-28  Philippe ProulxAdd bt_component_class_query_info() API
2017-05-28  Philippe Proulxbabeltrace(1): add help command
2017-05-28  Philippe ProulxShared object plugin: add component class help support
2017-05-28  Philippe ProulxAdd component class help property
2017-05-28  Philippe ProulxAdd bt_plugin_create_from_name()
2017-05-28  Philippe ProulxAdd support for plugins written in Python
2017-05-28  Philippe Proulxcomponent.c: return NULL when there's no name, not ""
2017-05-28  Philippe Proulxcomponent.c: iterator init method is optional
2017-05-28  Philippe ProulxRename *create_iterator*() -> *create_notification_iter...
2017-05-28  Philippe ProulxAdd bt_component_*_create_iterator_with_init_method_data()
2017-05-28  Jérémie GalarneauClarify plug-in ABI version logging on plugin load
2017-05-28  Philippe ProulxRename input.h -> component-input-internal.h
2017-05-28  Philippe ProulxSet notification iterator methods to the component...
2017-05-28  Philippe ProulxAdd bt_component_create_with_init_method_data()
2017-05-28  Philippe ProulxAdd plugin (user) version information
2017-05-28  Philippe ProulxAdd bt_component_class_freeze()
2017-05-28  Philippe ProulxPrefix {source,filter,sink}*.h file names with component-
2017-05-28  Philippe ProulxRefactor the component class and component API
2017-05-28  Philippe ProulxRefactor the plugin registration and loading machinery
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-27  Mathieu DesnoyersMove print level of duplicate component warning to...
2017-05-27  Mathieu DesnoyersSupport standard timestamp formats for begin/end
2017-05-27  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauAdditional check added to bt_component_sink_validate
2017-05-27  Jérémie GalarneauImplement bt_notification_iterator_set_seek_time_cb
2017-05-27  Jérémie GalarneauClean-up notification iterator creation function
2017-05-27  Jérémie GalarneauAdd filter component creation and validation callback
2017-05-27  Jérémie GalarneauAdd branch prediction hints in ref count interface
2017-05-27  Jérémie GalarneauImplement the filter base class validation and creation
2017-05-27  Jérémie GalarneauImplement the Component Graph API
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Jérémie GalarneauAdd time seek interface stub
2017-05-27  Jérémie GalarneauMove component iterator creation to base component...
2017-05-27  Philippe Proulxvalues.c: completely initialize the bt_value_null_insta...
2017-05-27  Philippe Proulxvalues: add bt_value_map_extend()
2017-05-27  Jérémie GalarneauAllow ctf-writer to use new time-keeping facilities
2017-05-27  Jérémie GalarneauAdd bt_notification_get_stream interface
2017-05-27  Jérémie GalarneauValidate notification type before casting
2017-05-27  Jérémie GalarneauAllow user data in heap compare function
2017-05-27  Jérémie GalarneauImplement the notification heap interface
2017-05-27  Jérémie GalarneauFix space indentations
2017-05-27  Jérémie GalarneauAdd missing line-feeds in logging
2017-05-27  Jérémie GalarneauAdd support for statically-built plug-ins
2017-05-27  Jérémie GalarneauFix verbose and debug mode options
2017-05-27  Jérémie GalarneauAdd missing event notification implementation file
2017-05-27  Jérémie GalarneauImplement filter component type
2017-05-27  Jérémie GalarneauAdd filter component type
2017-05-27  Jérémie GalarneauSinks own their input iterators
2017-05-27  Jérémie Galarneauadd end of stream notification
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Jérémie GalarneauImplement notification iterator wrappers
2017-05-27  Jérémie GalarneauInit ctf fs data and metadata streams
2017-05-27  Jérémie GalarneauMove remaining protorectoral files to ctf fs plugin
2017-05-27  Jérémie GalarneauAdd ctf fs iterator initialization
2017-05-27  Jérémie GalarneauCheck for NULL user destroy in iterator
2017-05-27  Jérémie GalarneauImplement base iterator interface
2017-05-27  Jérémie GalarneauAdd notification utility library
2017-05-27  Jérémie GalarneauAdd implementation of bt_component_source_set_iterator_...
2017-05-27  Jérémie GalarneauAdd bt_component_source_validate() implementation
2017-05-27  Jérémie GalarneauWorkaround glib g_module_open bug
2017-05-27  Jérémie GalarneauMissing dirent include in component-factory.c
2017-05-27  Jérémie GalarneauTake ownership of component class in bt_component_sourc...
2017-05-27  Jérémie GalarneauImplement bt_component_sink_set_handle_notification_cb
2017-05-27  Jérémie GalarneauRegister sink components to the event notification...
2017-05-27  Jérémie GalarneauImplement sink validation function
2017-05-27  Jérémie GalarneauCall plugin exit function before unloading
2017-05-27  Jérémie GalarneauImplement bt_component_set_destroy_cb
2017-05-27  Jérémie GalarneauFix error check not checking for BT_COMPONENT_STATUS_OK
next
This page took 0.040488 seconds and 7 git commands to generate.