Test debug-info
[babeltrace.git] / lib / ctf-ir /
2017-06-16  Julien DesfossezFix: event_header is optional
2017-06-16  Julien DesfossezFix: wrong return code check on try_set
2017-06-16  Julien DesfossezFix: the fields to reset are optional
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-16  Jérémie GalarneauFix: Stream classes' id field is always serialized
2017-06-16  Julien DesfossezFix: flush stream without packet_context
2017-06-14  Philippe Proulxir: fields.c: fix public function names to get/set...
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
2017-06-09  Mathieu DesnoyersFix: event, stream names can be strings
2017-06-09  Philippe Proulxbt_ctf_field_type_integer_set_size(): take unsigned...
2017-06-09  Philippe Proulxbt_ctf_stream_get_discarded_events_count(): return int
2017-06-09  Philippe Proulxir: do not automatically generate a UUID in bt_ctf_cloc...
2017-06-09  Philippe Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
2017-06-09  Philippe Proulxir: do not try to create initial packet/event fields...
2017-06-09  Michael JeansonAdd missing include of unistd.h
2017-06-09  Michael JeansonPort: replace strerror_r() with glib g_strerror()
2017-06-09  Michael JeansonPort: Fix libuuid compat on mingw
2017-06-09  Michael JeansonPort: Add bt_common_get_page_size
2017-06-09  Philippe Proulxir: do not create empty structure for optional scope...
2017-06-09  Philippe Proulxir: add BT_CTF_BYTE_ORDER_NONE and make it the default...
2017-06-09  Philippe Proulxstream.c: allow stream PC's `events_discarded` field...
2017-06-09  Philippe ProulxAdd bt_ctf_trace_add_is_static_listener() and ..._remov...
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxbt_ctf_stream_map_component_to_port(): log before and...
2017-05-28  Philippe Proulxbt_ctf_trace_destroy(): logging: difference between...
2017-05-28  Philippe Proulxbt_ctf_stream_class_destroy(): log what is being destro...
2017-05-28  Philippe Proulxlib/ctf-ir/event-class.c: minor logging message edit
2017-05-28  Philippe Proulxlib/ctf-ir/validation.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/resolve.c: add logging
2017-05-28  Philippe Proulxfield-path.c: add internal function to stringify a...
2017-05-28  Philippe Proulxlib/ctf-ir/trace.c: add logging
2017-05-28  Philippe Proulxir: add stream ID API
2017-05-28  Philippe ProulxFix warnings emitted by `gcc -Wall`
2017-05-28  Philippe ProulxLogging: fix wrong parameters, superfluous commas,...
2017-05-28  Philippe Proulxlib/ctf-ir/event.c: replace some BT_LOGE() with BT_LOGW()
2017-05-28  Philippe ProulxCTF writer: stream: handle automatic fields more securely
2017-05-28  Philippe ProulxValidate CTF semantics in selected CTF IR functions
2017-05-28  Philippe Proulxlib/ctf-ir/stream.c: add logging
2017-05-28  Philippe Proulxfields.c: get non-existing field: log level WARN -...
2017-05-28  Philippe Proulxbt_ctf_event_serialize(): do not log whole function...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: use `int`, not `int64_t`...
2017-05-28  Philippe ProulxFix: lib/ctf-ir/event-class.c: fix warnings on `ret...
2017-05-28  Philippe ProulxFix: g_quark_try_string() is usually not a WARN trigger
2017-05-28  Philippe ProulxFix: set no field in event/packet without warnings...
2017-05-28  Philippe Proulxlib/ctf-ir/utils.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/fields.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/packet.c: add more debug logging
2017-05-28  Philippe Proulxlib/ctf-ir/event-class.c: add more verbose/debug logging
2017-05-28  Philippe Proulxlib/ctf-ir/attributes.c: add assert()
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: logging: log more details
2017-05-28  Philippe Proulxlib/ctf-ir/event.c: logging: fix log levels and more...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: logging: log struct/var FT...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: logging: log only specific...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: logging: log more details...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: add verbose logging (modifyin...
2017-05-28  Philippe Proulxlib/ctf-ir/stream-class.c: logging: fix typo
2017-05-28  Philippe ProulxLogging: use WARN level where appropriate
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/field-path.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/stream-class.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/event.c: logging: remove some context given...
2017-05-28  Philippe Proulxlib/ctf-ir/event-class.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/event.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/clock-class.c: improve logging with clock...
2017-05-28  Philippe ProulxInclude <babeltrace/lib-logging-internal.h> before...
2017-05-28  Philippe Proulxlib/ctf-ir/packet.c: add logging
2017-05-28  Philippe Proulxinclude/babeltrace/object-internal.h: add logging
2017-05-28  Philippe Proulxir: utils: use `bt_bool` instead of `int` where appropriate
2017-05-28  Philippe Proulxir: fields/field-types: use `bt_bool` instead of `int...
2017-05-28  Philippe Proulxir: clock class: use bt_bool instead of int for boolean...
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe Proulxlib/ctf-ir/clock-class.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/attributes.c: add logging
2017-05-28  Philippe Proulxir: attributes: fix index and count integer types
2017-05-28  Philippe ProulxFix: ir: bt_ctf_field_type_variant_validate(): do not...
2017-05-28  Philippe ProulxMake bt_ctf_event_class_create() create an empty context FT
2017-05-28  Philippe ProulxAdd bt_ctf_stream_class_create_empty()
2017-05-28  Philippe Proulxir: make bt_ctf_trace_create() create an empty packet...
2017-05-28  Philippe ProulxRename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_ge...
2017-05-28  Philippe Proulxir: add trace UUID getter and setter
2017-05-28  Philippe ProulxRemove bt_ctf_stream_class_get_event_class_by_name()
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxRename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_c...
2017-05-28  Philippe ProulxAdd the concept of a static trace
2017-05-28  Philippe ProulxAdd bt_ctf_trace_get_stream_count() and bt_ctf_trace_ge...
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxRemove notification-schema.h: not needed for 2.0
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe Proulxir: bt_ctf_event_set_clock_value(): validate clock...
2017-05-28  Philippe Proulxir: make sure you can't add a SC to a trace with a...
2017-05-28  Philippe ProulxRename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_se...
2017-05-28  Philippe ProulxRename bt_ctf_type_id -> bt_ctf_field_type_id (and...
2017-05-28  Julien DesfossezMake bt_ctf_field_structure_set_field public
2017-05-28  Julien DesfossezAllow to set the size of an integer type
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
This page took 0.055955 seconds and 7 git commands to generate.