babeltrace.git
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...
2017-05-27  Philippe Proulxfield-types.h: doc: fix missing plural
2017-05-27  Philippe Proulxdoc/api/README.adoc: fix double "followed by"
2017-05-27  Philippe Proulxfield-types.h: doc: add note about freezing
2017-05-27  Jérémie GalarneauTest fix: a stream class' clock must be associated...
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
2017-05-27  Philippe Proulxir: stream: add bt_ctf_stream_is_writer()
2017-05-27  Philippe ProulxFix: remove assert() for existing SC field types
2017-05-27  Jérémie GalarneauOnly output configuration diagnostic information in...
2017-05-27  Michael JeansonUpdate .gitignore
2017-05-27  Jérémie GalarneauGenerate a binary looking for in-tree plug-ins
2017-05-27  Jérémie GalarneauTrimmer fix: don't emit end of trace on out-of-bound...
2017-05-27  Jérémie GalarneauTrimmer fix: forward evaluation result to downstream...
2017-05-27  Jérémie GalarneauClean-up indentation in babeltrace-cfg.c
2017-05-27  Jérémie Galarneauctf-fs fix: only apply timestamp end field on packet end
2017-05-27  Jérémie GalarneauFix: don't attempt to mmap packet at end of file
2017-05-27  Mathieu DesnoyersFix: print usage even if omit arguments are received
2017-05-27  Mathieu DesnoyersFix: integration of legacy mode with implicit source
2017-05-27  Jérémie GalarneauTests: adapt writer tests as IR now allows NULL headers...
2017-05-27  Jérémie GalarneauStop trimmer iteration when end bound is reached
2017-05-27  Jérémie GalarneauFix: passing NULL to glib mapped file unref function...
2017-05-27  Jérémie GalarneauFix IR visitor: set min alignment on structure field...
2017-05-27  Mathieu DesnoyersFix: don't use implicit source in legacy mode
2017-05-27  Mathieu DesnoyersFix: babeltrace launch wrapper script
2017-05-27  Mathieu DesnoyersUse build tree plugins when executing from build tree
2017-05-27  Mathieu DesnoyersMove print level of duplicate component warning to...
2017-05-27  Mathieu DesnoyersHandle system and home plugin paths
2017-05-27  Mathieu DesnoyersFix: params arg parsing: apply to current component...
2017-05-27  Mathieu DesnoyersImplement implicit source component
2017-05-27  Jérémie GalarneauRemove unused index version fields
next
This page took 0.040264 seconds and 4 git commands to generate.