babeltrace.git
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
2017-05-28  Philippe Proulxbt_ctf_event_set_clock_value() does not need a clock...
2017-05-28  Philippe ProulxAdd bt_ctf_clock_value_get_class()
2017-05-28  Philippe ProulxInstall notification headers in babeltrace/component...
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  Jérémie GalarneauWriter fix: set packet size to 0 on flush failure
2017-05-28  Jérémie GalarneauWriter: only reset automatically-set fields
2017-05-28  Jérémie GalarneauWriter: introduce try_set_structure_integer_field
2017-05-28  Jérémie GalarneauWriter: set the discarded events's value before serializing
2017-05-28  Jérémie GalarneauWriter: validating the packet header is not necessary
2017-05-28  Jérémie GalarneauTests: add empty packet writer test
2017-05-28  Jérémie GalarneauFix: only serialize a field if it is set
2017-05-28  Jérémie GalarneauFix: log structure field name on serialization failure
2017-05-28  Jérémie GalarneauTests: rename empty packet context test
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  Philippe ProulxRemove unused bt_component_class_filter_init_iterator_m...
2017-05-28  Jérémie GalarneauTests: close writer object before reading the trace...
2017-05-28  Jérémie GalarneauFix: missing NULL check in ctf_fs_iterator_destroy_data
2017-05-28  Jérémie GalarneauTest: remove produced trace at the end of the empty...
2017-05-28  Jérémie GalarneauClarify plug-in ABI version logging on plugin load
2017-05-28  Jérémie GalarneauAdd missing .gitignore entries
2017-05-28  Jérémie GalarneauTests: add the plugin tests to the make check target
2017-05-28  Jérémie GalarneauFix: add missing NULL check in ctf_fs_destroy_data
2017-05-28  Philippe ProulxFix Makefile.am files regarding headers
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 Proulxplugin-dev.h: put selector (type) close to union in...
2017-05-28  Philippe ProulxPlugins: use UNUSED_VAR instead of casting to void
2017-05-28  Philippe ProulxAdd bt_component_create_with_init_method_data()
2017-05-28  Philippe Proulxbabeltrace.c: print plugin version when available
2017-05-28  Philippe ProulxAdd tests for plugin version
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 ProulxMove enum bt_component_type to component.h
2017-05-28  Philippe ProulxRefactor the plugin registration and loading machinery
2017-05-28  Philippe ProulxAdd bt_plugin test
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-28  Philippe Proulxref.h: doc: fix typo
2017-05-28  Jérémie GalarneauWriter: don't allow more than one packet without packet...
2017-05-28  Jérémie GalarneauTests writer: write a trace defining no packet context
2017-05-28  Jérémie GalarneauWriter: minimize packet padding
2017-05-28  Jérémie GalarneauWriter: support traces defining no packet contexts
2017-05-28  Jérémie GalarneauUpdate test_ctf_writer.c header
2017-05-27  Jérémie GalarneauFix text plug-in: missing function name change
2017-05-27  Philippe ProulxAPI doc: document include files and how to build
2017-05-27  Philippe Proulxref.h, values.h: doc: add #include in description
2017-05-27  Philippe ProulxAPI doc: update main-page.dox
2017-05-27  Philippe ProulxAPI doc: add more details about reference counting
2017-05-27  Philippe Proulxvalues.h: doc: rephrase map foreach callback ref
2017-05-27  Philippe ProulxFix API doc's content and style for enum. FT mapping...
2017-05-27  Jérémie GalarneauFix: bt_config_init_from_args has no ownership of cfg
2017-05-27  Michael JeansonFix: prepend to $program_transform_name instead overrid...
2017-05-27  Jérémie GalarneauDocs: document enumeration mapping iterator API
2017-05-27  Jérémie GalarneauDocs: add documentation for bt_ctf_field_type_enumerati...
2017-05-27  Jérémie GalarneauAdd missing bt_ctf_field_type_enumeration_mapping_itera...
2017-05-27  Jérémie GalarneauRemove bt_ctf_field_type_enumeration_get_mapping_name
2017-05-27  Jérémie GalarneauModify bt_ctf_field_enumeration_get_single_mapping...
2017-05-27  Jérémie GalarneauFix: memory leak when using mapping iterator
2017-05-27  Jérémie GalarneauFix: check enum overlap as long as the type is not...
2017-05-27  Mathieu DesnoyersFix: allow duplicate keys and overlapping ranges in...
2017-05-27  Philippe ProulxAPI doc: add int/float field type examples
2017-05-27  Philippe Proulxstream-class.h: doc: fix trace/packet instead of stream...
2017-05-27  Philippe ProulxDocument fields.h (API)
2017-05-27  Philippe Proulxfield-types.h: doc: bt_ctf_field_type_copy(): add not...
next
This page took 0.040523 seconds and 4 git commands to generate.