lib: remove some unnecessary uses of `GString`
[babeltrace.git] / include / babeltrace / ctf-ir /
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-05-02  Philippe ProulxRename: field type -> field class
2019-05-02  Philippe ProulxCTF IR -> Trace IR
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: merge common CTF IR part with the remaining implem...
2019-05-02  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-02  Philippe Proulxlib: make bt_field_is_*() and bt_field_type_is_*()...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: remove internal stream destroy listener API
2019-05-02  Philippe Proulxlib: remove useless checks, make functions inline on...
2019-05-02  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe ProulxFix: freeze field type unconditionally
2019-05-02  Philippe ProulxUse "growing" `GArray` to store string field's payload
2019-05-02  Philippe ProulxFix: bt_field*_reset_recursive() returns nothing
2019-05-02  Philippe ProulxFix: bt_event_common_initialize(): use appropriate...
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxlib: add "borrow" functions where "get" functions exist
2019-05-02  Francis DeslauriersCleanup: remove GCC precompiled header leftover
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe Proulxlib: add internal bt_field_type_structure_replace_field()
2019-05-02  Philippe ProulxFix: CTF writer: validate and set `timestamp_begin...
2019-05-02  Philippe Proulxlib: add internal bt_field_sequence_get_int_length()
2019-05-02  Philippe Proulxlib: allow a single mapped clock class within a stream...
2019-05-02  Philippe Proulxbt_field_type_compare(): deep-compare mapped clock...
2019-05-02  Philippe Proulxlib: do not allow any mapped clock class in trace's...
2018-01-30  Jérémie GalarneauAdd missing clock.h compatiblity header under ctf-ir
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-16  Jérémie GalarneauOmit 'value' from is_set and reset field functions
2017-09-16  Jérémie GalarneauDocs: structure_set_field_by_name doesn't garantee...
2017-09-16  Jérémie GalarneauAdd field value is_set and reset functions to the publi...
2017-09-16  Jérémie GalarneauAllocate structure fields on creation
2017-09-16  Jérémie GalarneauUse boolean for frozen and set field states
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit clock value API from clock class API
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-07-18  Philippe ProulxFix: clock-class.c: cache ns from Epoch and check for...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-07-06  Philippe ProulxFix: allow NULL (unnamed) in bt_ctf_stream_class_{get...
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-14  Philippe Proulxir: fields.c: fix public function names to get/set...
2017-06-09  Philippe Proulxbt_ctf_field_type_integer_set_size(): take unsigned...
2017-06-09  Philippe Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
2017-06-09  Michael JeansonPort: Fix libuuid compat on mingw
2017-06-09  Philippe Proulxir: add BT_CTF_BYTE_ORDER_NONE and make it the default...
2017-06-09  Philippe ProulxAdd bt_ctf_trace_add_is_static_listener() and ..._remov...
2017-05-28  Philippe Proulxfield-path.c: add internal function to stringify a...
2017-05-28  Philippe Proulxir: add stream ID API
2017-05-28  Philippe ProulxFix warnings emitted by `gcc -Wall`
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/field-types.c: add verbose logging (modifyin...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/stream-class.c: add logging
2017-05-28  Philippe ProulxAdd internal bt_ctf_field_type_id_string()/byte_order_s...
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 ProulxNormalize public header include guards
2017-05-28  Philippe Proulxir: attributes: fix index and count integer types
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 ProulxRemove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
2017-05-28  Philippe ProulxInternalize trace listener API and bt_ctf_trace_get_met...
2017-05-28  Philippe Proulxir: make bt_ctf_trace_create() create an empty packet...
2017-05-28  Philippe Proulxtrace.h: API doc: do not mention listener (now internal)
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 CTF IR integer FT signedness functions to use...
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 Proulxfield-types.h: API doc: add missing prehot{}
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe Proulxevent-class-internal.h: fix include warning
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe Proulxbt_notification_event_create(): validate and freeze...
2017-05-28  Philippe Proulxir: bt_ctf_event_set_clock_value(): validate clock...
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
2017-05-28  Philippe Proulxtrace.h: update API doc
2017-05-28  Philippe ProulxAdd clock class priority map object
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
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 ProulxDecouple component class from plugin subsystem, remove...
2017-05-28  Jérémie GalarneauWriter: minimize packet padding
2017-05-27  Philippe ProulxFix API doc's content and style for enum. FT mapping...
2017-05-27  Jérémie GalarneauDocs: document enumeration mapping iterator API
next
This page took 0.091543 seconds and 8 git commands to generate.