Fix: unused-variable warnings in bt_X_freeze() when not in DEV_MODE
[babeltrace.git] / include / babeltrace / plugin /
2019-05-02  Simon Marchipython-plugin-provider: Make it build
2019-05-02  Philippe ProulxFix: lib: `_const_const` -> `_const`
2019-05-02  Philippe Proulxlib: add sink component class's "graph is configured...
2019-05-02  Philippe Proulxlib: add seeking (beginning, ns from origin), with...
2019-05-02  Philippe Proulxlib: fully configure graph (add components, connect...
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: update copyrights
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: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-02  Philippe Proulxlib: move plugin set API declarations to `babeltrace...
2019-05-02  Philippe Proulxlib: plugin: reset pointers to `NULL` on destruction
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-08-11  Philippe ProulxRemove include of <babeltrace-internal.h> from public...
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-06-09  Philippe Proulxlib/plugin/plugin-so.c: add logging
2017-05-28  Philippe Proulxlib/plugin/plugin.c: add logging
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxAdd bt_plugin_set object
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxAdd bt_plugin_find_component_class()
2017-05-28  Philippe ProulxAdd "port connected" component class method
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
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 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 GalarneauReplace add_iterator methods by a single new_connection...
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 ProulxShared object plugin: add component class help support
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 ProulxSet notification iterator methods to the component...
2017-05-28  Philippe Proulxplugin-dev.h: put selector (type) close to union in...
2017-05-28  Philippe ProulxAdd plugin (user) version information
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  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauClean-up: Add missing forward declaration
2017-05-27  Jérémie GalarneauAdd bt_notification_iterator_seek_time_cb to notificati...
2017-05-27  Jérémie GalarneauClean-up component-class internal header
2017-05-27  Jérémie GalarneauImplement the Component Graph API
2017-05-27  Jérémie GalarneauAdd trimmer plug-in skeleton
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  Jérémie GalarneauAdd bt_notification_get_stream interface
2017-05-27  Jérémie GalarneauMerge streams in ctf fs component
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 GalarneauAdd support for statically-built plug-ins
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 Galarneauadd debug printout
2017-05-27  Jérémie GalarneauImplement ctf fs iterator functions
2017-05-27  Jérémie GalarneauInit ctf fs data and metadata streams
2017-05-27  Jérémie GalarneauAdd ctf fs iterator initialization
2017-05-27  Jérémie GalarneauAdd notification utility library
2017-05-27  Jérémie GalarneauReorder bt_component_status enum
2017-05-27  Jérémie GalarneauAdd CTF-IR visitor interface
2017-05-27  Jérémie GalarneauDocs: fix comment
2017-05-27  Jérémie GalarneauClarify bt_component_sink_handle_notification_cb semantics
2017-05-27  Jérémie GalarneauClarify bt_component_destroy_cb semantics
2017-05-27  Jérémie GalarneauAdd bt_component_sink_register_notification_type
2017-05-27  Jérémie GalarneauInitialize component class init callback
2017-05-27  Jérémie GalarneauRemove bt_component_set_error_stream
2017-05-27  Jérémie GalarneauWarn on duplicate component class registration
2017-05-27  Jérémie GalarneauDon't load plug-ins recursively by default
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
2017-05-27  Jérémie GalarneauList detected component classes
2017-05-27  Jérémie GalarneauFix header guard
2017-05-27  Jérémie GalarneauComponent creation
2017-05-27  Jérémie GalarneauIntroduce public component class interface
2017-05-27  Jérémie GalarneauRemove specialized reference counting functions
2017-05-27  Jérémie GalarneauPlugin symbol resolving fix
2017-05-27  Jérémie GalarneauBuild fix
2017-05-27  Jérémie GalarneauCreate sink plugins
2017-05-27  Jérémie GalarneauDiscover plugins in converter.c
2017-05-27  Jérémie GalarneauAdapt plugin system to use unified reference counting
2017-05-27  Jérémie Galarneauctf-text plugin stub
2017-05-27  Jérémie GalarneauIntroduce bt_plugin and bt_component_class
2017-05-27  Jérémie GalarneauLoad plugins and components
2017-05-27  Jérémie GalarneauStart of bt_component_factory implementation
next
This page took 0.05131 seconds and 7 git commands to generate.