projects
/
babeltrace.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
lib: introduce bt_message_iterator_class
[babeltrace.git]
/
tests
/
lib
/
test_graph_topo.c
2020-01-08
Simon Marchi
lib: introduce bt_message_iterator_class
blob
|
commitdiff
|
raw
2019-12-12
Philippe Proulx
lib: graph API: remove "listener removed" callback...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-12
Philippe Proulx
lib, bt2: graph API: remove "ports connected" listeners
blob
|
commitdiff
|
raw
|
diff to current
2019-09-30
Francis Deslauriers
Rename `init` methods to `initialize`
blob
|
commitdiff
|
raw
|
diff to current
2019-09-25
Simon Marchi
lib: pass config objects to component init methods
blob
|
commitdiff
|
raw
|
diff to current
2019-08-13
Philippe Proulx
lib: bt_graph_create(): accept MIP version
blob
|
commitdiff
|
raw
|
diff to current
2019-07-06
Philippe Proulx
tests: call bt_current_thread_clear_error() when handli...
blob
|
commitdiff
|
raw
|
diff to current
2019-07-03
Philippe Proulx
Add back (adapted) `test_bt_values` and `test_graph_topo`
blob
|
commitdiff
|
raw
|
diff to current
2019-07-03
Philippe Proulx
tests/lib: remove `test_bt_values` and `test_graph_topo`
blob
|
commitdiff
|
raw
2019-06-25
Simon Marchi
lib: remove "accept port" concept
blob
|
commitdiff
|
raw
|
diff to current
2019-06-20
Philippe Proulx
lib: set component's initial log level when adding...
blob
|
commitdiff
|
raw
|
diff to current
2019-06-12
Michael Jeanson
Re-organize sources
blob
|
commitdiff
|
raw
|
diff to current
2019-06-07
Michael Jeanson
lib: rename include dir to babeltrace2
blob
|
commitdiff
|
raw
|
diff to current
2019-06-05
Simon Marchi
lib: Make graph listeners return an error status
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Philippe Proulx
lib: fully configure graph (add components, connect...
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Philippe Proulx
lib: add aliases for Babeltrace enumeration types
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: add aliases for Babeltrace structure types
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: make graph 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: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
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
lib: private functions: do not repeat `private` word
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
Rename: bt_put(), bt_get() -> bt_object_put_ref(),...
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Philippe Proulx
lib: make the "port connected" method return a status
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Philippe Proulx
lib: notification iterator: transfer a batch of notific...
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Philippe Proulx
tests: use BT_ASSERT() instead of assert()
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
2017-09-15
Philippe Proulx
Rename bt_X_from_private_X() -> bt_X_from_private()
blob
|
commitdiff
|
raw
|
diff to current
2017-09-15
Philippe Proulx
Avoid unnecessary inclusions in public headers
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-08-11
Philippe Proulx
Graph: pass remove listeners when adding listeners
blob
|
commitdiff
|
raw
|
diff to current
2017-07-19
Michael Jeanson
Port: handle 'size_t' / 'off_t' on Solaris
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Philippe Proulx
Add bt_graph_add_component(), make bt_component_create...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Philippe Proulx
Make bt_private_component_*_add_*_port() return a statu...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Philippe Proulx
Make bt_graph_connect_ports() return a status code
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Philippe Proulx
Make bt_graph_add_*_listener() function return a listen...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
Replace all assert(false) and assert(0) with abort()
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
Remove default port API
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
Set private port's user data on creation
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
Standardize *get_*() functions
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
test_graph_topo: test both "port connected" and "accept...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
Philippe Proulx
Add graph topology tests
blob
|
commitdiff
|
raw
|
diff to current
This page took
0.147425 seconds
and
52
git commands to generate.