2019-05-02 |
Philippe Proulx | lib: make plugin API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make trace IR API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make values API const-correct |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: bt_object_{get,put}_ref(): accept a `const` parameter |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | CTF writer: use own `bt_ctf_object` and `bt_ctf_value... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: move plugin set API declarations to `babeltrace... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: have separate `BT_QUERY_EXECUTOR_STATUS` and ... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR} |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_port_output_notification_iterator_create(): remove... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: plugin: reset pointers to `NULL` on destruction |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: return `void` when setting a simple value with... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: graph: add "self" and some "private" APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: private functions: do not repeat `private` word |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Graph API: split into private and public APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Trace IR and notification APIs: split into private... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_value_map_extend(): make base/extension objects... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: standardize parameters and return values |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: split into private and public APIs |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: bt_put(), bt_get() -> bt_object_put_ref(),... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Values API: standardize function names |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: "float value" -> "real value" |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Remove unneeded `BT_VALUE_TYPE_UNKNOWN` |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: "field class ID" -> "field class type" |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Rename: field type -> field class |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | CTF IR -> Trace IR |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Make API CTF-agnostic |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | assert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: bt_g_hash_table_contains(): handle `NULL`/0 values |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | assert-pre-internal.h: move include at correct line |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: merge common CTF IR part with the remaining implem... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: fully detach CTF IR and CTF writer implementations |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: bt_packet_create(): accept previous packet to... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make bt_field_is_*() and bt_field_type_is_*()... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: use priv connection priv notif iterator to create... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove clock class priority map, use default clock... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: make the "port connected" method return a status |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: notification iterator: transfer a batch of notific... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove internal stream destroy listener API |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: graph: remove useless checks, make functions inlin... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: remove useless checks, make functions inline on... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: update and simplify the `bt_object` API |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: freeze field type unconditionally |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Use "growing" `GArray` to store string field's payload |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: simplify the public notification iterator interfaces |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: bt_field*_reset_recursive() returns nothing |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: bt_event_common_initialize(): use appropriate... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | BT_ASSERT_PRE(): when disabled, use the expression... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: set BT object's shared flag in all modes |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: use object pool for event and packet notifications |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add internal object pool API and use it; adapt... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add "borrow" functions where "get" functions exist |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | include/babeltrace/graph: fix some include guards |
tree | commitdiff |
2019-05-02 |
Francis Deslauriers | Silence unused variable warnings caused by BT_ASSERT... |
tree | commitdiff |
2019-05-02 |
Francis Deslauriers | Cleanup: remove GCC precompiled header leftover |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Split CTF IR and CTF writer APIs and implementations |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Notification iterator: transform precondition checks... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Replace assert() -> BT_ASSERT() and some preconditions... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Add internal BT_ASSERT() and BT_ASSERT_PRE() helpers |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add BT_LIB_LOG*() macros to log/serialize library... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Common: add internal bt_common_custom_vsnprintf() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add internal bt_field_type_structure_replace_field() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | Fix: CTF writer: validate and set `timestamp_begin... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: add internal bt_field_sequence_get_int_length() |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: allow a single mapped clock class within a stream... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | bt_field_type_compare(): deep-compare mapped clock... |
tree | commitdiff |
2019-05-02 |
Philippe Proulx | lib: do not allow any mapped clock class in trace's... |
tree | commitdiff |
2018-01-30 |
Jérémie Galarneau | Add missing clock.h compatiblity header under ctf-ir |
tree | commitdiff |
2017-11-13 |
Michael Jeanson | Fix: Replace bt_timegm with a thread-safe implementation |
tree | commitdiff |
2017-11-02 |
Michael Jeanson | Port: open files in binary mode on Windows |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | Rename bt_ctf_X -> bt_X, maintain backward compat.... |
tree | commitdiff |
2017-09-16 |
Jérémie Galarneau | Omit 'value' from is_set and reset field functions |
tree | commitdiff |
2017-09-16 |
Jérémie Galarneau | Docs: structure_set_field_by_name doesn't garantee... |
tree | commitdiff |
2017-09-16 |
Jérémie Galarneau | Add field value is_set and reset functions to the publi... |
tree | commitdiff |
2017-09-16 |
Jérémie Galarneau | Allocate structure fields on creation |
tree | commitdiff |
2017-09-16 |
Jérémie Galarneau | Use boolean for frozen and set field states |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Implement bt_private_connection_notification_iterator_f... |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Rename bt_X_from_private_X() -> bt_X_from_private() |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Avoid unnecessary inclusions in public headers |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Split clock value API from clock class API |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | lib: add output port notification iterator |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Split notification iterator API into base and specializ... |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Remove notification iterator seeking API until it's... |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | lib: graph: disallow recursive consuming |
tree | commitdiff |
2017-09-15 |
Philippe Proulx | Add query executor |
tree | commitdiff |
2017-08-29 |
Michael Jeanson | Fix: add missing void param to bt_clock_class_priority_... |
tree | commitdiff |
2017-08-23 |
Jérémie Galarneau | Fix: global logging symbols defined multiple times |
tree | commitdiff |
2017-08-22 |
Jérémie Galarneau | Port fix: Windows does not allow read-only mappings... |
tree | commitdiff |
2017-08-18 |
Michael Jeanson | Test: use static data in test_ctf_writer |
tree | commitdiff |
2017-08-15 |
Mathieu Desnoyers | Fix: add missing overflow check in bt_ctf_stream_pos_ac... |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | Add built-in colander sink component class |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | Remove include of <babeltrace-internal.h> from public... |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | graph: check if graph has at least one sink to return... |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | lib: do not finalize a non-initialized notification... |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | Graph: pass remove listeners when adding listeners |
tree | commitdiff |
2017-08-11 |
Philippe Proulx | ir: trace: pass remove listeners when adding listeners |
tree | commitdiff |
2017-08-10 |
Philippe Proulx | include/babeltrace/graph/private-component.h: add missi... |
tree | commitdiff |
2017-08-10 |
Philippe Proulx | Remove bt_notification_discarded_{events,packets}_set_c... |
tree | commitdiff |
2017-08-10 |
Philippe Proulx | lib: move bt_notification_iterator_next_return to compo... |
tree | commitdiff |
2017-08-10 |
Philippe Proulx | lib: use `enum bt_port_status` where possible |
tree | commitdiff |
next |