projects
/
babeltrace.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
lib: Add functions to borrow specialized component classes from specialized components
[babeltrace.git]
/
include
/
babeltrace
/
plugin
/
2019-05-02
Simon Marchi
python-plugin-provider: Make it build
tree
|
commitdiff
2019-05-02
Philippe Proulx
Fix: lib: `_const_const` -> `_const`
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: add sink component class's "graph is configured...
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: add seeking (beginning, ns from origin), with...
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: fully configure graph (add components, connect...
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: update copyrights
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: bt_object_{get,put}_ref(): accept a `const` parameter
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: move plugin set API declarations to `babeltrace...
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: plugin: reset pointers to `NULL` on destruction
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: graph: add "self" and some "private" APIs
tree
|
commitdiff
2019-05-02
Philippe Proulx
Rename: bt_put(), bt_get() -> bt_object_put_ref(),...
tree
|
commitdiff
2019-05-02
Philippe Proulx
lib: update and simplify the `bt_object` API
tree
|
commitdiff
2019-05-02
Philippe Proulx
Replace assert() -> BT_ASSERT() and some preconditions...
tree
|
commitdiff
2017-09-15
Philippe Proulx
Avoid unnecessary inclusions in public headers
tree
|
commitdiff
2017-09-15
Philippe Proulx
Remove notification iterator seeking API until it's...
tree
|
commitdiff
2017-08-11
Philippe Proulx
Remove include of <babeltrace-internal.h> from public...
tree
|
commitdiff
2017-07-05
Michael Jeanson
Port: plugin system compat for mingw / macOS
tree
|
commitdiff
2017-06-09
Philippe Proulx
lib/plugin/plugin-so.c: add logging
tree
|
commitdiff
2017-05-28
Philippe Proulx
lib/plugin/plugin.c: add logging
tree
|
commitdiff
2017-05-28
Philippe Proulx
Do not use `bool` type; use new `bt_bool` instead
tree
|
commitdiff
2017-05-28
Philippe Proulx
Standardize *get_*() functions
tree
|
commitdiff
2017-05-28
Philippe Proulx
Standardize *get_*_count() functions
tree
|
commitdiff
2017-05-28
Philippe Proulx
Add bt_plugin_set object
tree
|
commitdiff
2017-05-28
Philippe Proulx
Notification iterator: generate automatic notifications...
tree
|
commitdiff
2017-05-28
Philippe Proulx
Add bt_plugin_find_component_class()
tree
|
commitdiff
2017-05-28
Philippe Proulx
Add "port connected" component class method
tree
|
commitdiff
2017-05-28
Philippe Proulx
Rename <babeltrace/component/...> -> <babeltrace/graph...
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
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
Jérémie Galarneau
Replace add_iterator methods by a single new_connection...
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
Shared object plugin: add component class help support
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
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 plugin (user) version information
tree
|
commitdiff
2017-05-28
Philippe Proulx
Refactor the component class and component API
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-27
Jérémie Galarneau
Rename bt_notification_packet_start to "begin"
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Clean-up: Add missing forward declaration
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add bt_notification_iterator_seek_time_cb to notificati...
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Clean-up component-class internal header
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Implement the Component Graph API
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add trimmer plug-in skeleton
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add time seek interface stub
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Move component iterator creation to base component...
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add bt_notification_get_stream interface
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Merge streams in ctf fs component
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Allow user data in heap compare function
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Implement the notification heap interface
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add support for statically-built plug-ins
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Implement filter component type
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add filter component type
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Sinks own their input iterators
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
add end of stream notification
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Plugins are alive!
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
add debug printout
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Implement ctf fs iterator functions
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Init ctf fs data and metadata streams
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add ctf fs iterator initialization
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add notification utility library
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Reorder bt_component_status enum
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add CTF-IR visitor interface
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Docs: fix comment
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Clarify bt_component_sink_handle_notification_cb semantics
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Clarify bt_component_destroy_cb semantics
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add bt_component_sink_register_notification_type
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Initialize component class init callback
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Remove bt_component_set_error_stream
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Warn on duplicate component class registration
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Don't load plug-ins recursively by default
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Add base plug-in skeletons
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
List detected component classes
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Fix header guard
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Component creation
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Introduce public component class interface
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Remove specialized reference counting functions
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Plugin symbol resolving fix
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Build fix
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Create sink plugins
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Discover plugins in converter.c
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Adapt plugin system to use unified reference counting
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
ctf-text plugin stub
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Introduce bt_plugin and bt_component_class
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Load plugins and components
tree
|
commitdiff
2017-05-27
Jérémie Galarneau
Start of bt_component_factory implementation
tree
|
commitdiff
next
This page took
0.052767 seconds
and
6
git commands to generate.