Writer: validating the packet header is not necessary
[babeltrace.git] / formats / ctf / ir /
2017-05-28  Jérémie GalarneauWriter: validating the packet header is not necessary
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  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-28  Jérémie GalarneauWriter: don't allow more than one packet without packet...
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-27  Philippe ProulxFix API doc's content and style for enum. FT mapping...
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 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 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 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-26  Michael JeansonUse glib portable macros to convert gpointer to int
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-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-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
2016-02-19  Philippe Proulxir: add public bt_ctf_field_path object
2016-02-19  Philippe Proulxir: rename bt_ctf_field_type_variant_set_tag()
2016-02-19  Philippe Proulxir: freeze attributes when freezing an event
2016-02-19  Jérémie GalarneauFix scan-build warning of potential NULL dereference
2016-02-19  Philippe Proulxir: refactor FT validation and resolving
2016-02-19  Philippe Proulxir: allow to set variant FT's tag FT even when frozen
2016-02-19  Philippe Proulxir: add internal bt_ctf_field_path_clear()
2016-02-19  Philippe Proulxir: validate field types on field creation
2016-02-19  Philippe ProulxFix: bt_ctf_field_type_floating_point_copy(): set self...
2016-02-19  Philippe ProulxAdd bt_ctf_field_type_compare(): field type deep comparison
2016-02-19  Philippe Proulxir: add user byte order to integer/float types
next
This page took 0.042993 seconds and 7 git commands to generate.