ctf-writer: externalize libbabeltrace2-ctf-writer
[babeltrace.git] / lib / graph /
2019-06-07  Philippe Proulxlib: make precondition failure messages more clear...
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-06  Philippe ProulxRename "default beginning/end CS" -> "beginning/end...
2019-06-06  Philippe Proulxlib: make discarded events/packets support and clock...
2019-06-06  Philippe Proulxlib: create_packet_message(): make assertion message...
2019-06-06  Philippe Proulxlib: create_packet_message(): use pool to determine...
2019-06-06  Simon MarchiFix: lib: set iterator state even in non-dev mode
2019-06-05  Simon Marchilib: Make graph listeners return an error status
2019-06-05  Francis Deslaurierslib: remove unused _NO_SINK graph status
2019-06-05  Simon MarchiFix: lib: usage of output port message iterator
2019-05-31  Philippe Proulxlib: make packet beginning/end default CS optional
2019-05-31  Philippe Proulxlib: remove "unknown clock snapshot" concept
2019-05-07  Francis DeslauriersFix: lib/graph: Dereference before null checks
2019-05-02  Philippe Proulxlib: bt_graph_{consume,run}(): add unlikely() to unlike...
2019-05-02  Simon Marchilib: Add functions to borrow specialized component...
2019-05-02  Francis DeslauriersFix: unused-function warnings in lib/graph/iterator.c
2019-05-02  Francis DeslauriersFix: unused-variable warnings in lib/graph/iterator.c
2019-05-02  Simon MarchiAdjust bt_component_borrow_class to match declaration
2019-05-02  Philippe ProulxFix: add_component_with_init_method_data(): freeze...
2019-05-02  Francis Deslaurierslib: remove unused port_connection_iterators_are_finali...
2019-05-02  Francis Deslaurierslib: remove unused precondition utility function
2019-05-02  Philippe Proulxlib: mark graph as faulty when adding a comp. or connec...
2019-05-02  Philippe Proulxbt_port_output_message_iterator_create(): check that...
2019-05-02  Philippe Proulxlib: remove bt_connection_is_ended()
2019-05-02  Philippe Proulxcommon-internal.h: prefix functions with `bt_common_`
2019-05-02  Philippe ProulxFix: lib: stop auto-seeking when getting the first...
2019-05-02  Philippe ProulxFix: lib: auto_seek_handle_message(): set `msg` to...
2019-05-02  Philippe Proulxlib: iterator auto-seeking: handle intersecting discard...
2019-05-02  Francis Deslaurierslib: rename inactivity msg to msg iterator inactivity msg
2019-05-02  Francis Deslaurierslib: Pass raw snapshot value to bt_message_inactivity_c...
2019-05-02  Philippe Proulxlib: add sink component class's "graph is configured...
2019-05-02  Philippe Proulxlib: message API: add fast default clock class accessors
2019-05-02  Philippe Proulxiterator.c: auto-seeking: use packet messages's clock...
2019-05-02  Philippe Proulxlib: have default clock snapshot in event message
2019-05-02  Philippe Proulxdiscarded-items.c: add clock class's existence precondi...
2019-05-02  Philippe Proulxlib: add default clock snapshot property to packet...
2019-05-02  Philippe Proulxlib: iterator.c: auto-seek: handle new message types
2019-05-02  Philippe ProulxMake parent parameters const for some object creation...
2019-05-02  Philippe Proulxlib: add discarded packets message
2019-05-02  Philippe Proulxlib: add discarded events message
2019-05-02  Philippe Proulxlib: set clock snapshot member to `NULL` after bt_clock...
2019-05-02  Philippe Proulxlib: add stream activity beginning/end messages
2019-05-02  Philippe Proulxlib: remove CV snapshot property from stream beginning...
2019-05-02  Philippe Proulxlib: add seeking (beginning, ns from origin), with...
2019-05-02  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-02  Francis DeslauriersFix: setting the wrong status variable on query canceled
2019-05-02  Francis DeslauriersCleanup: remove bt_clock_snapshot_set_value_inline...
2019-05-02  Philippe Proulxlib: do not allow port to be removed when message itera...
2019-05-02  Philippe Proulxlib: "msgied" -> "notified" (remaining of a previous...
2019-05-02  Philippe ProulxFix: graph API: add listeners to support filter-to...
2019-05-02  Philippe ProulxComponent class API: use status
2019-05-02  Philippe ProulxClock snapshot API: use status
2019-05-02  Philippe ProulxRemove unused lib/graph/message/discarded-{events,packe...
2019-05-02  Philippe Proulxlib: rename "clock value" -> "clock snapshot"
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
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 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 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 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: 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 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 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: bt_packet_create(): accept previous packet to...
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 Proulxlib: simplify the public notification iterator interfaces
2019-05-02  Philippe ProulxFix: bt_graph_consume(): return status
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 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...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-17  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-17  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
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()
next
This page took 0.056872 seconds and 7 git commands to generate.