babeltrace.git
2017-05-28  Julien DesfossezFix graph facilities handling in writer component class
2017-05-28  Julien Desfossezfix trimmer compiled library name
2017-05-28  Julien Desfossezwriter: create event classes lazily
2017-05-28  Julien Desfossezlibcopytrace: export ctf_copy_event_header
2017-05-28  Julien DesfossezOverride clock fields in copied traces
2017-05-28  Julien DesfossezCreate a library to copy a CTF trace
2017-05-28  Julien DesfossezAllow to set the size of an integer type
2017-05-28  Julien DesfossezFix writer: leak of the event classes
2017-05-28  Julien DesfossezFix writer: missing put ref to values and types
2017-05-28  Julien DesfossezFix writer: leak of the header fields
2017-05-28  Philippe ProulxRename converter/ -> cli/ (it's more than a converter...
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 Proulxctf.fs: bt_ctf_notif_iter_create(): assert() that all...
2017-05-28  Philippe Proulxtrace.h: update API doc
2017-05-28  Philippe Proulxtests: add clock class priority map tests
2017-05-28  Philippe ProulxAdd clock class priority map object
2017-05-28  Philippe Proulxctf.fs: split streams, one per port
2017-05-28  Philippe ProulxAdd user data for private port
2017-05-28  Philippe ProulxAdd graph topology tests
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  Philippe ProulxAdd `babeltrace convert` argument tests
2017-05-28  Philippe ProulxCLI: add `run` command and make `convert` command use it
2017-05-28  Jérémie GalarneauFix: missing reference release in field reset
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 GalarneauFix: release the reference held by a child to its forme...
2017-05-28  Philippe Proulxbabeltrace-cfg.c: do not allow duplicate -v option
2017-05-28  Philippe Proulxbabeltrace-cfg.c: add "Command line error" prefix to...
2017-05-28  Philippe Proulxbabeltrace-cfg.c: do not infer text.text sink with -v
2017-05-28  Philippe Proulxbabeltrace(1): add --filter option to create filter...
2017-05-28  Philippe Proulxbabeltrace(1): escape '.' in PLUGIN.COMPCLS arguments
2017-05-28  Philippe Proulxcommon.c: bt_common_colors_supported(): add a few suppo...
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 GalarneauAdd missing include in component-sink-internal.h
2017-05-28  Jérémie GalarneauBuild and run hard-coded component graph in babeltrace.c
2017-05-28  Jérémie GalarneauUse graph facilities in dummy sink component class
2017-05-28  Jérémie GalarneauUse graph facilities in text component class
2017-05-28  Jérémie GalarneauUse graph facilities in trimmer component class
2017-05-28  Jérémie GalarneauUse graph facilities in writer component class
2017-05-28  Jérémie GalarneauAdd missing forward declarations to component-class.h
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 filter iterator creation functions
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 GalarneauText: print unknown enumeration mappings in red
2017-05-28  Jérémie GalarneauImplement the component connection interface
2017-05-28  Jérémie GalarneauText: tone down the rainbow text color scheme
2017-05-28  Philippe ProulxRename "query info" to "query" everywhere, and "action...
2017-05-28  Julien Desfosseztext: mask some internal fields
2017-05-28  Julien DesfossezAdd the verbose parameter to the legacy text options
2017-05-28  Philippe Proulxbabeltrace(1): support -o metadata legacy option
2017-05-28  Philippe Proulxctf.fs source: add `get-metadata-info` query info action
2017-05-28  Philippe Proulxbabeltrace(1): print value with colors
2017-05-28  Philippe Proulxbabeltrace(1): add the query-info command
2017-05-28  Philippe Proulxbabeltrace-cfg: put comp. class type within struct...
2017-05-28  Philippe Proulxbt2: test query info API
2017-05-28  Philippe Proulxbt2: add support for the "query info" API
2017-05-28  Philippe Proulxbt2: raise when bt2.create_plugin_from_name() finds...
2017-05-28  Philippe ProulxAdd query info API tests
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): handle legacy -o dummy option
2017-05-28  Philippe ProulxAdd utils.dummy component class, move plugins/trimmer...
2017-05-28  Philippe Proulxtext plugin: add color support
2017-05-28  Philippe Proulxbabeltrace(1): add --connect option and connection...
2017-05-28  Philippe Proulxbabeltrace convert: add --name option
2017-05-28  Philippe Proulxbabeltrace(1): add help command
2017-05-28  Philippe Proulxbabeltrace-cfg.c: improve error messages
2017-05-28  Philippe ProulxMake babeltrace(1)'s CLI Git-like and implement the...
2017-05-28  Philippe Proulxbabeltrace.c: replace printf_verbose() with printf...
2017-05-28  Philippe ProulxCleanup babeltrace-cfg, use BABELTRACE_PLUGIN_PATH
2017-05-28  Philippe Proulxbt2: test comp. class help attribute
2017-05-28  Philippe Proulxbt2: add support for comp. class help
2017-05-28  Philippe ProulxAdd shared object comp. class help attribute test
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 Proulxbt2: add create_plugin_from_name()
2017-05-28  Philippe ProulxAdd bt_plugin_create_from_name() tests
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 ProulxAdd Babeltrace 2 Python bindings tests
2017-05-28  Philippe ProulxAdd Babeltrace 2 Python bindings
next
This page took 0.04043 seconds and 4 git commands to generate.