Generate a binary looking for in-tree plug-ins
[babeltrace.git] / formats /
2017-05-27  Jérémie GalarneauTests: adapt writer tests as IR now allows NULL headers...
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  Jérémie GalarneauAllow NULL bt_ctf_packet_set_header and bt_ctf_packet_s...
2017-05-27  Mathieu DesnoyersPrint other fields
2017-05-27  Jérémie GalarneauAllow NULL (unset) packet, stream and event headers...
2017-05-27  Philippe ProulxRename visitor and element names
2017-05-27  Jérémie GalarneauAllow ctf-writer to use new time-keeping facilities
2017-05-27  Jérémie GalarneauAdd a shadow HT to query event classes by id
2017-05-27  Jérémie GalarneauPrint timestamps in text plug-in
2017-05-27  Jérémie GalarneauReplace hackish use of bt_ctf_field_validate by is_set
2017-05-27  Jérémie GalarneauFix logging typo
2017-05-27  Jérémie GalarneauImplement bt_ctf_field_is_set()
2017-05-27  Jérémie GalarneauImplement bt_ctf_clock_value interface
2017-05-27  Jérémie GalarneauTrack clock states in notification iterator
2017-05-27  Philippe ProulxFreeze original field type copied on validation
2017-05-27  Jérémie GalarneauAdd trace name attribute
2017-05-27  Jérémie GalarneauAdd logging to validation and serialization failure...
2017-05-27  Jérémie Galarneaufix leak in structure validation logging
2017-05-27  Jérémie GalarneauAllow stream_id change in event class attributes
2017-05-27  Jérémie GalarneauAdd field validation logging
2017-05-27  Jérémie GalarneauLarge performance improvement by caching event class...
2017-05-27  Jérémie GalarneauFix: ensure that a stream class is not associated to...
2017-05-27  Jérémie GalarneauAdd bt_ctf_field_variant_get_tag
2017-05-27  Jérémie GalarneauAdd bt_ctf_event_get_packet
2017-05-27  Jérémie GalarneauFix verbose and debug mode options
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Philippe Proulxir: make bt_ctf_field_type_copy() public
2017-05-27  Jérémie GalarneauAllow NULL clock name
2017-05-27  Philippe Proulxir: allow the creation of an empty clock (nameless)
2017-05-27  Jérémie GalarneauImplement trace listener interface
2017-05-27  Jérémie GalarneauChange "handler" terminology to the more specific listener
2017-05-27  Jérémie GalarneauAdd CTF-IR visitor interface
2017-05-27  Jérémie GalarneauAdd trace moficiation notification handler interface
2017-05-27  Jérémie GalarneauStart of bt_component_factory implementation
2017-05-26  Michael JeansonCleanup: bt namespace for compat memstream.h
2017-05-26  Michael JeansonUse glib portable macros to convert gpointer to int
2017-04-10  Julien DesfossezFix: text output missing separator when printing the...
2016-12-13  Jérémie GalarneauFix: perform an explicit stdout flush in live even...
2016-09-14  Jérémie GalarneauAdd empty plug-in hooks to prevent their elimination...
2016-08-19  Nathan LynchDo not use g_quark_from_static_string in unloadable...
2016-07-25  Simon MarchiCTF writer: Add function to add an integer environment...
2016-05-31  Michael Jeansonsys/param.h is required for MAXNAMLEN on musl libc
2016-05-30  Jérémie GalarneauFix: undefined bit shift operation when printing octal...
2016-05-30  Jérémie GalarneauFix: unchecked bt_ctf_field_type_set_alignment return...
2016-05-30  Jérémie GalarneauFix: unchecked return value of bt_ctf_field_type_varian...
2016-05-30  Jérémie GalarneauFix: validate return value of bt_ctf_field_get_type_id
2016-05-30  Michael JeansonFix: Don't dereference null ptr in error path
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
2016-05-06  Mathieu DesnoyersFix: ctf-text: signed base 8, 16 printout
2016-05-05  Michael JeansonFix: warnings on Solaris10
2016-05-05  Jérémie GalarneauFix: report error when lttng-live is provided with...
2016-05-03  Jérémie GalarneauFix: invalid mix of ctf_type_id and bt_ctf_scope enums
2016-05-03  Jérémie GalarneauClean-up: Missing space after cast operator
2016-05-03  Jérémie GalarneauFix: overflow of signed integer results in undefined...
2016-04-27  Jérémie GalarneauWarning fix: pointer may be uninitialized if assertions...
2016-04-21  Antoine BusqueAdd --debug-info-target-prefix
2016-04-20  Jérémie GalarneauAdd --debug-info-full-path option and shorten source...
2016-04-20  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-04-20  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-20  Mathieu DesnoyersFix: lttng-live flush when output to file
2016-04-19  Mathieu DesnoyersFix: lttng-live use g_free rather than free
2015-09-12  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-04  Jérémie GalarneauRephrase error message
2016-04-04  Julien DesfossezOption to only show streams' intersection
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
2016-02-24  Philippe ProulxFix: do not set event's parent to a non-writer stream
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-24  Philippe Proulxir: bt_ctf_event_set_packet(): check for common stream...
2016-02-22  Jérémie GalarneauSolaris build fix: missing inclusion of endian.h
2016-02-22  Jérémie GalarneauCleanup: lift function call outside of condition
2016-02-22  Philippe Proulxir: add bt_ctf_clock_ns_from_value() utility
2016-02-22  Philippe Proulxir: disable clock value accessors in non-writer mode
2016-02-22  Philippe Proulxir: add bt_ctf_event_get_clock_value()
2016-02-22  Philippe Proulxir: bt_ctf_stream_append_event(): do not append event...
2016-02-22  Philippe Proulxir: remove unused event header/context fields from...
2016-02-22  Philippe Proulxir: add optional name property to stream
2016-02-22  Philippe Proulxir: make bt_ctf_stream_create() public
2016-02-22  Philippe Proulxir: bt_ctf_trace_add_stream_class(): add stream class...
2016-02-22  Philippe Proulxir: remove unused bt_ctf_event_copy()
2016-02-22  Philippe Proulxir: verify stream mode in stream functions
2016-02-22  Philippe Proulxir: freeze event on bt_ctf_stream_append_event()
2016-02-22  Philippe Proulxir: add bt_ctf_event_freeze()
2016-02-22  Philippe Proulxir: add bt_ctf_field_freeze()
2016-02-19  Philippe Proulxir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
2016-02-19  Philippe Proulxir: add bt_ctf_event_set_packet()
2016-02-19  Philippe Proulxir: add public bt_ctf_packet object
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: validate integer FT's mapped clock against signedness
2016-02-19  Philippe Proulxir: clock: use value in cycles instead of ns
2016-02-19  Philippe Proulxir: freeze mapped clock when freezing integer FT
2016-02-19  Philippe Proulxir: freeze clocks when freezing a trace
2016-02-19  Philippe Proulxir: split event files into event and event-class files
2016-02-19  Philippe Proulxir: rename event-fields/event-types -> fields/field...
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-19  Philippe Proulxir: rename ctf_string_encoding -> bt_ctf_string_encoding
2016-02-19  Philippe Proulxir: rename bt_ctf_field_path_get_root()
2016-02-19  Philippe Proulxir: rename bt_ctf_node -> bt_ctf_scope
next
This page took 0.039799 seconds and 7 git commands to generate.