Add git-review config
[babeltrace.git] / lib /
2019-05-03  Philippe Proulxlib: trace IR, values: reset pointers to `NULL` on...
2019-05-03  Philippe Proulxlib: return `void` when setting a simple value with...
2019-05-03  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-03  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-03  Philippe ProulxGraph API: split into private and public APIs
2019-05-03  Philippe ProulxTrace IR and notification APIs: split into private...
2019-05-03  Philippe Proulxbt_value_map_extend(): make base/extension objects...
2019-05-03  Philippe ProulxValues API: standardize parameters and return values
2019-05-03  Philippe ProulxValues API: split into private and public APIs
2019-05-03  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-03  Philippe ProulxValues API: standardize function names
2019-05-03  Philippe ProulxRename: "float value" -> "real value"
2019-05-03  Philippe ProulxRemove unneeded `BT_VALUE_TYPE_UNKNOWN`
2019-05-03  Philippe ProulxRename: "field class ID" -> "field class type"
2019-05-03  Philippe ProulxRename: field type -> field class
2019-05-03  Philippe ProulxCTF IR -> Trace IR
2019-05-03  Philippe ProulxMake API CTF-agnostic
2019-05-03  Philippe Proulxlib: merge common CTF IR part with the remaining implem...
2019-05-03  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-03  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-03  Philippe Proulx_bt_packet_set_is_frozen(): fix logging statements
2019-05-03  Philippe ProulxFix: lib: do not check the frozen state in bt_X_set_is_...
2019-05-03  Philippe Proulxlib: make bt_field_is_*() and bt_field_type_is_*()...
2019-05-03  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-03  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-03  Philippe Proulxlib: make the "port connected" method return a status
2019-05-03  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-03  Philippe Proulxlib: remove internal stream destroy listener API
2019-05-03  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
2019-05-03  Philippe Proulxlib: remove useless checks, make functions inline on...
2019-05-03  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-03  Philippe ProulxFix: freeze field type unconditionally
2019-05-03  Philippe ProulxUse "growing" `GArray` to store string field's payload
2019-05-03  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-03  Philippe ProulxFix: bt_graph_consume(): return status
2019-05-03  Philippe ProulxFix: CTF writer: use appropriate enumerators
2019-05-03  Philippe ProulxFix: bt_field*_reset_recursive() returns nothing
2019-05-03  Philippe ProulxFix: bt_event_common_initialize(): use appropriate...
2019-05-03  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-03  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-03  Philippe ProulxFix: bt_stream_common_finalize(): check `stream->destro...
2019-05-03  Philippe Proulxlib: add "borrow" functions where "get" functions exist
2019-05-03  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-03  Philippe Proulxlib: metadata: transform fast path precond. checks...
2019-05-03  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-03  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-03  Philippe ProulxAdd internal BT_ASSERT() and BT_ASSERT_PRE() helpers
2019-05-03  Philippe Proulxlib: add BT_LIB_LOG*() macros to log/serialize library...
2019-05-03  Philippe ProulxFix: call bt_stream_class_map_clock_class() in bt_event...
2019-05-03  Philippe ProulxFix: bt_stream_class_map_clock_class(): copy field...
2019-05-03  Philippe Proulxlib: add internal bt_field_type_structure_replace_field()
2019-05-03  Philippe Proulxlib: logging: change warnings from BT_LOGE to BT_LOGW
2019-05-03  Philippe ProulxFix: CTF writer: validate and set `timestamp_begin...
2019-05-03  Philippe Proulxlib: add internal bt_field_sequence_get_int_length()
2019-05-03  Philippe Proulxlib: allow a single mapped clock class within a stream...
2019-05-03  Philippe Proulxbt_field_type_compare(): deep-compare mapped clock...
2019-05-03  Philippe Proulxlib: do not allow any mapped clock class in trace's...
2018-10-30  Jérémie GalarneauFix: invalid alignment of enumeration fields
2017-12-06  Philippe ProulxFix: stream.c: autopopulate timestamp fields even when...
2017-11-08  Jérémie GalarneauFix: uninitialized variable may be used warning
2017-11-02  Michael JeansonLazy load the python plugin provider
2017-11-02  Philippe Proulxctf, ir: escape and unescape enumeration FT labels...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-18  Jérémie GalarneauFix: ctf-writertype serialization must 'escape' '_...
2017-09-18  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-18  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-17  Jérémie GalarneauOmit 'value' from is_set and reset field functions
2017-09-17  Jérémie GalarneauCleanup: line exceeds 80 chars
2017-09-17  Jérémie GalarneauFix: ensure sequence length field value is set and...
2017-09-17  Jérémie GalarneauCleanup: coding style mandates space after cast operator
2017-09-17  Jérémie GalarneauAdd field value is_set and reset functions to the publi...
2017-09-17  Jérémie GalarneauAllocate structure fields on creation
2017-09-17  Jérémie GalarneauUse boolean for frozen and set field states
2017-09-17  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-17  Philippe Proulxlib/ctf-ir/utils.c: lazy-initialize the hash table...
2017-09-17  Philippe ProulxImplement bt_private_connection_notification_iterator_f...
2017-09-17  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-17  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-17  Philippe ProulxSplit clock value API from clock class API
2017-09-17  Philippe Proulxlib: add output port notification iterator
2017-09-17  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-17  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-17  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-17  Philippe Proulxlib: graph.c: call bt_graph_consume_no_check() in bt_gr...
2017-09-17  Philippe Proulxir: stream.c: do not truncate file at each packet flush
2017-09-17  Philippe ProulxAdd query executor
2017-08-21  Philippe Proulxlib/plugin/plugin.c: log more details when g_module_ope...
2017-08-21  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-21  Philippe Proulxlib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
2017-08-21  Philippe ProulxAdd built-in colander sink component class
2017-08-21  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-21  Philippe ProulxFix: CC prio. map. leak in event notification
2017-08-21  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-21  Philippe Proulxbt_ctf_clock_value_create(): freeze clock class
2017-08-21  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxbt_notification_inactivity_create(): create an empty...
2017-08-21  Philippe Proulxbt_notification_event_create(): create an empty CC...
2017-08-21  Philippe Proulxlib: use `enum bt_port_status` where possible
next
This page took 0.046477 seconds and 7 git commands to generate.