babeltrace.git
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
2017-05-27  Jérémie GalarneauBuild CTF stream indexes from LTTng index files
2017-05-27  Mathieu DesnoyersAdd timerange, begin, end parameters
2017-05-27  Mathieu Desnoyerstrimmer: error checking, reporting, begin > end check
2017-05-27  Mathieu Desnoyerstrimmer: infer end date from begin date
2017-05-27  Mathieu DesnoyersSupport standard timestamp formats for begin/end
2017-05-27  Jérémie GalarneauTrimmer: Filter-out packet that are not in the specifie...
2017-05-27  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauFix: handle size 0 CTF fs streams
2017-05-27  Jérémie GalarneauWriter fix: don't skip first notification
2017-05-27  Jérémie GalarneauWriter: null contexts are not an error
2017-05-27  Julien Desfossezclock working
2017-05-27  Julien Desfossezfix: missing free on error path
2017-05-27  Julien Desfossezuse GString instead of non-portable char[PATH/NAME_MAX]
2017-05-27  Julien Desfossezfix: add .a of the ctf writer plugin in Makefile
2017-05-27  Julien DesfossezCTF Writer sink
2017-05-27  Jérémie GalarneauAdd a trimmer component to the graph if begin/end optio...
2017-05-27  Jérémie GalarneauAdditional check added to bt_component_sink_validate
2017-05-27  Jérémie GalarneauImplement bt_notification_iterator_set_seek_time_cb
2017-05-27  Jérémie GalarneauClean-up notification iterator creation function
2017-05-27  Jérémie GalarneauAdd filter component creation and validation callback
2017-05-27  Jérémie GalarneauAdd branch prediction hints in ref count interface
2017-05-27  Jérémie GalarneauClean-up: Add missing forward declaration
2017-05-27  Jérémie GalarneauAdd bt_notification_iterator_seek_time_cb to notificati...
2017-05-27  Jérémie GalarneauImplement the filter base class validation and creation
2017-05-27  Jérémie GalarneauImplement the trimmer plug-in
2017-05-27  Jérémie GalarneauAdd a "set" attribute to component begin/end config
2017-05-27  Jérémie GalarneauComponent iterator points to first notification on...
2017-05-27  Julien Desfossezgitignore TAGS and cscope
2017-05-27  Jérémie GalarneauClean-up component-class internal header
2017-05-27  Jérémie GalarneauImplement the Component Graph API
2017-05-27  Philippe Proulxfield-types.h: doc: use FT/field aliases
2017-05-27  Philippe Proulxdoc/api: Doxyfile: add FT/field aliases
2017-05-27  Philippe Proulxtrace.h: doc: add missing end of group
2017-05-27  Philippe Proulxpacket.h: doc: add missing end of group
2017-05-27  Philippe ProulxDocument field-types.h (API)
2017-05-27  Philippe Proulxvalues.h: doc: fix doc
2017-05-27  Philippe Proulxtrace.h: doc: ctfirfieldtype -> ctfirfieldtypes
2017-05-27  Philippe Proulxdoc/api/dox: update pages
2017-05-27  Philippe Proulxapi/doc: update Doxyfile.in and add custom layout file
2017-05-27  Philippe Proulxbt_ctf_field_type_get_byte_order(): support enum FT
2017-05-27  Philippe Proulxfield-types.c: check that we don't add self FT to struc...
2017-05-27  Philippe ProulxAPI doc: CTF IR writer -> CTF writer
2017-05-27  Jérémie GalarneauAdd trimmer plug-in skeleton
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Mathieu DesnoyersCleanup: object-internal.h static inlines
2017-05-27  Mathieu DesnoyersFix: ctf_fs debug variable should be extern
2017-05-27  Jérémie GalarneauDocs: allow NULL packet, stream and event headers,...
2017-05-27  Jérémie GalarneauAllow NULL bt_ctf_packet_set_header and bt_ctf_packet_s...
2017-05-27  Jérémie GalarneauHandle NULL stream/packet/event headers, contexts and...
2017-05-27  Mathieu Desnoyerstext output plugin: print time delta
2017-05-27  Mathieu Desnoyerstext output: wire up clock options, error checking
2017-05-27  Mathieu DesnoyersRemove callsite text output code
2017-05-27  Mathieu DesnoyersPrint other fields
2017-05-27  Jérémie GalarneauAllow NULL (unset) packet, stream and event headers...
2017-05-27  Jérémie GalarneauAdd time seek interface stub
2017-05-27  Jérémie GalarneauMove component iterator creation to base component...
2017-05-27  Philippe Proulxevent.h: doc: put @cond/@endcond on single lines
2017-05-27  Philippe Proulxref.h: doc: clarify descriptions
2017-05-27  Philippe ProulxAPI doc: add notes about automatic resolving
2017-05-27  Philippe ProulxDocument field-path.h (API)
2017-05-27  Philippe Proulxevent.h: doc: add missing parameter
2017-05-27  Philippe ProulxAPI doc: add missing @postrefcountsame conditions
2017-05-27  Philippe ProulxAPI doc: add #include line in the detailed description
2017-05-27  Philippe ProulxDocument event.h (API)
2017-05-27  Philippe Proulxstream.h: doc: add missing type doc
2017-05-27  Philippe Proulxevent-class.h: doc: reorder functions
next
This page took 0.03697 seconds and 4 git commands to generate.