Add `sink.text.details`, a testing textual sink which prints details
[babeltrace.git] / include /
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 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 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: 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 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: 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 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_field*_reset_recursive() returns nothing
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 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 Proulxlib: add "borrow" functions where "get" functions exist
2019-05-02  Philippe Proulxinclude/babeltrace/graph: fix some include guards
2019-05-02  Francis DeslauriersSilence unused variable warnings caused by BT_ASSERT...
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 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 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-09-12  Michael JeansonAdd git version string
2018-01-30  Jérémie GalarneauAdd missing clock.h compatiblity header under ctf-ir
2017-11-13  Michael JeansonFix: Replace bt_timegm with a thread-safe implementation
2017-11-02  Michael JeansonPort: open files in binary mode on Windows
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 ProulxImplement bt_private_connection_notification_iterator_f...
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit clock value API from clock class API
2017-09-15  Philippe Proulxlib: add output port notification iterator
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-15  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-15  Philippe ProulxAdd query executor
2017-08-29  Michael JeansonFix: add missing void param to bt_clock_class_priority_...
2017-08-23  Jérémie GalarneauFix: global logging symbols defined multiple times
2017-08-22  Jérémie GalarneauPort fix: Windows does not allow read-only mappings...
2017-08-18  Michael JeansonTest: use static data in test_ctf_writer
2017-08-15  Mathieu DesnoyersFix: add missing overflow check in bt_ctf_stream_pos_ac...
next
This page took 0.052973 seconds and 7 git commands to generate.