2019-08-13 |
Philippe Proulx | lib: add component descriptor set API |
blob | commitdiff | raw |
2019-08-05 |
Philippe Proulx | lib: remove output port message iterator |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Philippe Proulx | lib: prepare the ground for stateful query operations |
blob | commitdiff | raw | diff to current |
2019-07-24 |
Philippe Proulx | lib: add interrupter API |
blob | commitdiff | raw | diff to current |
2019-07-18 |
Philippe Proulx | lib: add integer range and integer range set API |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Philippe Proulx | Move `include/babeltrace2/ctf-writer` -> `include/babel... |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Philippe Proulx | Remove legacy `include/babeltrace2/{ctf-ir,ctf}` direct... |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Philippe Proulx | lib: force user to include `<babeltrace2/babeltrace.h>` |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Philippe Proulx | Fix: CTF writer: make library have its own public ... |
blob | commitdiff | raw | diff to current |
2019-07-08 |
Simon Marchi | lib: remove stream activity messages |
blob | commitdiff | raw | diff to current |
2019-07-06 |
Philippe Proulx | lib: add thread-safe error reporting API |
blob | commitdiff | raw | diff to current |
2019-07-03 |
Philippe Proulx | lib: strictly type function return status enumerations |
blob | commitdiff | raw | diff to current |
2019-06-12 |
Michael Jeanson | Re-organize sources |
blob | commitdiff | raw | diff to current |
2019-06-11 |
Michael Jeanson | ctf-writer: externalize libbabeltrace2-ctf-writer |
blob | commitdiff | raw | diff to current |
2019-06-07 |
Michael Jeanson | lib: rename include dir to babeltrace2 |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Simon Marchi | include: add missing files to dist tarball |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Fix: include/Makefile.am: add missing `babeltrace/ctf... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add a common, internal CTF serialization library; make... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Francis Deslauriers | lib: rename inactivity msg to msg iterator inactivity msg |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | include/Makefile.am: add missing files |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: add discarded packets message |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: add discarded events message |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: add stream activity beginning/end messages |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: add seeking (beginning, ns from origin), with... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: remove CTF concepts of packet and event headers |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | bt_clock_class_create(): accept mandatory trace class |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: rename "clock value" -> "clock snapshot" |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: rename "notification" -> "message" |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: make public reference count functions have strict... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: rename plural file names to singular |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: split trace API into trace class and trace APIs |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: make graph API const-correct |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: make plugin API const-correct |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: make trace IR API const-correct |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: make values API const-correct |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: move plugin set API declarations to `babeltrace... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: graph: add "self" and some "private" APIs |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Graph API: split into private and public APIs |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Trace IR and notification APIs: split into private... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Values API: split into private and public APIs |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Rename: bt_put(), bt_get() -> bt_object_put_ref(),... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Rename: field type -> field class |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | CTF IR -> Trace IR |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Make API CTF-agnostic |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: fully detach CTF IR and CTF writer implementations |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: remove clock class priority map, use default clock... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: update and simplify the `bt_object` API |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: use object pool for event and packet notifications |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: add internal object pool API and use it; adapt... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Split CTF IR and CTF writer APIs and implementations |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add internal BT_ASSERT() and BT_ASSERT_PRE() helpers |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: do not allow any mapped clock class in trace's... |
blob | commitdiff | raw | diff to current |
2018-09-12 |
Michael Jeanson | Add git version string |
blob | commitdiff | raw | diff to current |
2018-01-30 |
Jérémie Galarneau | Add missing clock.h compatiblity header under ctf-ir |
blob | commitdiff | raw | diff to current |
2017-09-15 |
Philippe Proulx | Split clock value API from clock class API |
blob | commitdiff | raw | diff to current |
2017-09-15 |
Philippe Proulx | lib: add output port notification iterator |
blob | commitdiff | raw | diff to current |
2017-09-15 |
Philippe Proulx | Split notification iterator API into base and specializ... |
blob | commitdiff | raw | diff to current |
2017-09-15 |
Philippe Proulx | Add query executor |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Michael Jeanson | Test: use static data in test_ctf_writer |
blob | commitdiff | raw | diff to current |
2017-08-11 |
Philippe Proulx | Add built-in colander sink component class |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Completely rework configure.ac |
blob | commitdiff | raw | diff to current |
2017-07-06 |
Philippe Proulx | Automatically generate discarded packets/events notific... |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Port: Add winsock support to live for mingw |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Port: dirfd is not portable, replace it |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Mathieu Desnoyers | Fix: add missing files to make dist, disable python... |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Michael Jeanson | Port: Add utsname.h compat for mingw |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Michael Jeanson | Port: Add time.h compat for mingw |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Michael Jeanson | Port: Add bt_common_get_page_size |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | lib/values.c: logging: log value's type name |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Do not use `bool` type; use new `bt_bool` instead |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Move library's version API to include/babeltrace/version.h |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | include/Makefile.am: add titles (comments) to groups... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Remove "end of trace" notification headers |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add logging API (internal to log, public to set the... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Remove notification-schema.h: not needed for 2.0 |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Fix a few include warnings |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add `-internal` suffix to all internal header files |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add inactivity notification |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Julien Desfossez | debug-info filter plugin |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Remove Babeltrace 1 files and reorganize the tree |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add clock class priority map object |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Rename <babeltrace/component/...> -> <babeltrace/graph... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Visibility: split graph API into public and private... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Put Python plugin support in a separate shared object |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Jérémie Galarneau | Remove component prefix from graph, connection and... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Jérémie Galarneau | Add the component port interface |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Jérémie Galarneau | Implement the component connection interface |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add bt_plugin_create_from_name() |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add support for plugins written in Python |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Install notification headers in babeltrace/component... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Rename input.h -> component-input-internal.h |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Prefix {source,filter,sink}*.h file names with component- |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Refactor the component class and component API |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Decouple component class from plugin subsystem, remove... |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Philippe Proulx | ir: add bt_ctf_clock_class object, modify bt_ctf_clock... |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Jérémie Galarneau | Implement the Component Graph API |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Jérémie Galarneau | Implement the notification heap interface |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Jérémie Galarneau | Implement filter component type |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Jérémie Galarneau | add end of stream notification |
blob | commitdiff | raw | diff to current |
2017-05-27 |
Jérémie Galarneau | Add CTF-IR visitor interface |
blob | commitdiff | raw | diff to current |
next |