babeltrace.git
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: rename bt_plugin_create_all_*() -> bt_plugin_find_...
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-02  Philippe Proulxlib: make public reference count functions have strict...
2019-05-02  Philippe Proulxlib: update copyrights
2019-05-02  Philippe Proulxlib: rename plural file names to singular
2019-05-02  Philippe Proulxlib: rename "begin" to "beginning" when used as a noun
2019-05-02  Philippe Proulxbt_value_copy(): put output parameter as last parameter
2019-05-02  Philippe Proulxbt_value_map_extend(): put output parameter as last...
2019-05-02  Philippe ProulxFix typo: "field classe" -> "field class"
2019-05-02  Philippe Proulxlib: split trace API into trace class and trace APIs
2019-05-02  Philippe Proulxlib: make graph API const-correct
2019-05-02  Philippe Proulxlib: make plugin API const-correct
2019-05-02  Philippe ProulxFix: notif-iter.c: handle single/implicit SC/EC correctly
2019-05-02  Philippe ProulxFix: ctf-meta-update-meanings.c: only update if root...
2019-05-02  Philippe Proulxlib: make trace IR API const-correct
2019-05-02  Philippe Proulxlib: make values API const-correct
2019-05-02  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-02  Philippe ProulxCTF writer: use own `bt_ctf_object` and `bt_ctf_value...
2019-05-02  Philippe Proulxlib: move plugin set API declarations to `babeltrace...
2019-05-02  Philippe Proulxlib: have separate `BT_QUERY_EXECUTOR_STATUS` and ...
2019-05-02  Philippe Proulxlib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
2019-05-02  Philippe Proulxbt_port_output_notification_iterator_create(): remove...
2019-05-02  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
2019-05-02  Philippe Proulxlib: plugin: reset pointers to `NULL` on destruction
2019-05-02  Philippe Proulxlib: trace IR, values: reset pointers to `NULL` on...
2019-05-02  Philippe Proulxlib: return `void` when setting a simple value with...
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxGraph API: split into private and public APIs
2019-05-02  Philippe ProulxTrace IR and notification APIs: split into private...
2019-05-02  Philippe Proulxbt_value_map_extend(): make base/extension objects...
2019-05-02  Philippe ProulxValues API: standardize parameters and return values
2019-05-02  Philippe ProulxValues API: split into private and public APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe ProulxValues API: standardize function names
2019-05-02  Philippe ProulxRename: "float value" -> "real value"
2019-05-02  Philippe ProulxRemove unneeded `BT_VALUE_TYPE_UNKNOWN`
2019-05-02  Philippe ProulxRename: "field class ID" -> "field class type"
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 Proulxassert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX()
2019-05-02  Philippe ProulxFix: bt_g_hash_table_contains(): handle `NULL`/0 values
2019-05-02  Philippe Proulxassert-pre-internal.h: move include at correct line
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 Proulxsink.text.pretty: print discarded events/packets warning
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-02  Philippe Proulx_bt_packet_set_is_frozen(): fix logging statements
2019-05-02  Philippe ProulxFix: lib: do not check the frozen state in bt_X_set_is_...
2019-05-02  Philippe Proulxlib: make bt_field_is_*() and bt_field_type_is_*()...
2019-05-02  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: remove internal stream destroy listener API
2019-05-02  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
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 Proulxtest_ctf_writer.c: put statements outside BT_ASSERT()
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 Proulxlib: simplify the public notification iterator interfaces
2019-05-02  Philippe ProulxFix: bt_graph_consume(): return status
2019-05-02  Philippe ProulxFix: CTF writer: use appropriate enumerators
2019-05-02  Philippe ProulxFix: bt_field*_reset_recursive() returns nothing
2019-05-02  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-02  Philippe ProulxFix: bt_event_common_initialize(): use appropriate...
2019-05-02  Philippe ProulxBT_ASSERT_PRE(): when disabled, use the expression...
2019-05-02  Philippe ProulxFix: set BT object's shared flag in all modes
2019-05-02  Philippe Proulxctf: notif-iter: avoid reallocation in stack
2019-05-02  Philippe Proulxctf: btr: avoid reallocation in stack
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxctf plugin: notif iter: use "borrow" functions for...
2019-05-02  Philippe Proulxctf plugin: BTR: use "borrow" functions where possible
2019-05-02  Philippe Proulxsrc.ctf.fs: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.utils.counter: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.text.pretty: use "borrow" functions where possible
2019-05-02  Philippe Proulxcli: add short option `-l` for `--log-level`
2019-05-02  Philippe ProulxFix: bt_stream_common_finalize(): check `stream->destro...
2019-05-02  Philippe Proulxflt.utils.muxer: use "borrow" functions where possible
2019-05-02  Philippe Proulxlib: add "borrow" functions where "get" functions exist
2019-05-02  Philippe Proulxinclude/babeltrace/graph: fix some include guards
2019-05-02  Francis Deslauriersbt2: by-pass distutils changed file check
2019-05-02  Francis DeslauriersSilence unused variable warnings caused by BT_ASSERT...
2019-05-02  Francis Deslauriersbt2: typo staitc -> static
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 Proulxlib: metadata: transform fast path precond. checks...
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe ProulxAdd internal BT_ASSERT() and BT_ASSERT_PRE() helpers
2019-05-02  Philippe Proulxlib: add BT_LIB_LOG*() macros to log/serialize library...
2019-05-02  Philippe ProulxCommon: add internal bt_common_custom_vsnprintf()
2019-05-02  Philippe ProulxLogging: use a TLS buffer and increase its size
2019-05-02  Philippe Proulxbt2: InactivityNotification, _Event: use mapping protoc...
2019-05-02  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2019-05-02  Philippe ProulxFix: call bt_stream_class_map_clock_class() in bt_event...
next
This page took 0.041562 seconds and 4 git commands to generate.