projects
/
babeltrace.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix: ctf plugin: returning bt_message_iterator_status from src.ctf.fs
[babeltrace.git]
/
lib
/
plugin
/
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: 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: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
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-11-02
Michael Jeanson
Lazy load the python plugin provider
tree
|
commitdiff
2017-09-15
Philippe Proulx
Split notification iterator API into base and specializ...
tree
|
commitdiff
2017-09-15
Philippe Proulx
Remove notification iterator seeking API until it's...
tree
|
commitdiff
2017-08-18
Philippe Proulx
lib/plugin/plugin.c: log more details when g_module_ope...
tree
|
commitdiff
2017-08-11
Philippe Proulx
lib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
tree
|
commitdiff
2017-07-17
Michael Jeanson
Fix: Don't override user variables within the build...
tree
|
commitdiff
2017-07-05
Michael Jeanson
Port: plugin system compat for mingw / macOS
tree
|
commitdiff
2017-07-05
Michael Jeanson
Port: Replace readdir_r by nftw
tree
|
commitdiff
2017-06-12
Michael Jeanson
Don't add module symbols to global namespace
tree
|
commitdiff
2017-06-09
Mathieu Desnoyers
plugin-so: use list of components instead of glib hash...
tree
|
commitdiff
2017-06-09
Michael Jeanson
Port: Plugin extension is platform specific
tree
|
commitdiff
2017-06-09
Philippe Proulx
Remove warnings when using bt_plugin_create_all_from_dir()
tree
|
commitdiff
2017-06-09
Philippe Proulx
python-plugin-provider/python-plugin-provider.c: add...
tree
|
commitdiff
2017-06-09
Philippe Proulx
lib/plugin/plugin-so.c: add logging
tree
|
commitdiff
2017-06-09
Philippe Proulx
lib/plugin/plugin.c: improve log levels
tree
|
commitdiff
2017-05-28
Philippe Proulx
lib/plugin/plugin.c: add logging
tree
|
commitdiff
2017-05-28
Philippe Proulx
Replace all assert(false) and assert(0) with abort()
tree
|
commitdiff
2017-05-28
Philippe Proulx
plugin-so.c: use BABELTRACE_NO_DLCLOSE env. var. to...
tree
|
commitdiff
2017-05-28
Philippe Proulx
Do not use `bool` type; use new `bt_bool` instead
tree
|
commitdiff
2017-05-28
Philippe Proulx
Do not use printf_warning() in the library
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
bt_plugin_create_append_all_from_dir(): use printf_verb...
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
Add `-internal` suffix to all internal header files
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
Jérémie Galarneau
Clarify plug-in ABI version logging on plugin load
tree
|
commitdiff
2017-05-28
Philippe Proulx
Set notification iterator methods to the component...
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
This page took
0.058602 seconds
and
7
git commands to generate.