Fix: bt_component_create is not hidden
[babeltrace.git] / include /
2017-06-21  Philippe ProulxRemove the concept of event class attributes
2017-06-21  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-21  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-21  Jérémie GalarneauAdd BT_LOG*_ERRNO() logging macros
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-14  Philippe Proulxir: fields.c: fix public function names to get/set...
2017-06-09  Mathieu DesnoyersFix: add missing files to make dist, disable python...
2017-06-09  Philippe Proulxinclude/babeltrace/graph/private-connection.h: add...
2017-06-09  Philippe Proulxbt_ctf_field_type_integer_set_size(): take unsigned...
2017-06-09  Philippe Proulxbt_ctf_stream_get_discarded_events_count(): return int
2017-06-09  Mathieu Desnoyersplugin-so: use list of components instead of glib hash...
2017-06-09  Philippe ProulxFix build with BUILT_IN_PLUGINS=1
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxEnd connection on destruction
2017-06-09  Philippe Proulxconnection.c: refuse to create a notif. iter. when...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxRefuse to add port to component when parent graph is...
2017-06-09  Philippe ProulxAdd internal bt_component_borrow_graph()
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Philippe ProulxAdd bt_connection_is_ended()
2017-06-09  Philippe Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
2017-06-09  Philippe ProulxFix: do not allow a notif. iter. to call the user's...
2017-06-09  Philippe ProulxUse abort() instead of a false assertion
2017-06-09  Michael JeansonPort: internal logging print format for mingw
2017-06-09  Michael JeansonPort: replace strerror_r() with glib g_strerror()
2017-06-09  Michael JeansonPort: Add missing includes for mingw
2017-06-09  Michael JeansonPort: memstream compat for mingw
2017-06-09  Michael JeansonPort: add missing include for stdio.h compat
2017-06-09  Michael JeansonPort: Add utsname.h compat for mingw
2017-06-09  Michael JeansonPort: Add mman.h compat for mingw
2017-06-09  Michael JeansonPort: Add posix_fallocate compat for mingw
2017-06-09  Michael JeansonPort: Add timegm compat for mingw
2017-06-09  Michael JeansonPort: Add time.h compat for mingw
2017-06-09  Michael JeansonPort: win32 DLLs don't support hidden symbols
2017-06-09  Michael JeansonPort: Add missing byteswap compat for mingw
2017-06-09  Michael JeansonPort: Fix libuuid compat on mingw
2017-06-09  Michael JeansonPort: Add bt_common_get_page_size
2017-06-09  Michael JeansonPort: use portable pointer type in bt_list_entry
2017-06-09  Philippe Proulxlogging-internal.h: add BT_LOG_LEVEL_EXTERN_SYMBOL...
2017-06-09  Philippe ProulxLogging: require modules to define BT_LOG_OUTPUT_LEVEL
2017-06-09  Philippe Proulxbitfield-internal.h: fix negative value shifting warnings
2017-06-09  Philippe Proulxir: add BT_CTF_BYTE_ORDER_NONE and make it the default...
2017-06-09  Philippe ProulxDocs: add informal comments to common-internal.h
2017-06-09  Philippe ProulxAdd bt_common_normalize_path()
2017-06-09  Philippe ProulxFix: make Python plugin provider have its own log level
2017-06-09  Philippe ProulxAdd bt_log_get_level_from_env() and use it
2017-06-09  Philippe Proulxlib/plugin/plugin-so.c: add logging
2017-06-09  Philippe ProulxAdd bt_ctf_trace_add_is_static_listener() and ..._remov...
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Philippe Proulxlib/plugin/plugin.c: add logging
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxlib/graph/iterator.c: add logging
2017-05-28  Philippe ProulxRemove useless component/iterator validation functions
2017-05-28  Philippe Proulxlib/graph/connection.c: add logging
2017-05-28  Philippe ProulxRemove component's initialization state flag
2017-05-28  Philippe Proulxlib/graph/component.c: add logging
2017-05-28  Philippe Proulxlib/graph/graph.c: add logging
2017-05-28  Philippe ProulxRemove bt_graph_add_component_as_sibling()
2017-05-28  Philippe Proulxfield-path.c: add internal function to stringify a...
2017-05-28  Philippe Proulxir: add stream ID API
2017-05-28  Philippe ProulxFix warnings emitted by `gcc -Wall`
2017-05-28  Philippe Proulxlogging-internal.h: use __attribute__((format)) to...
2017-05-28  Philippe ProulxCTF writer: stream: handle automatic fields more securely
2017-05-28  Philippe ProulxValidate CTF semantics in selected CTF IR functions
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: add verbose logging (modifyin...
2017-05-28  Philippe Proulxlib/ctf-ir/field-types.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/stream-class.c: add logging
2017-05-28  Philippe ProulxAdd internal bt_ctf_field_type_id_string()/byte_order_s...
2017-05-28  Philippe Proulxlib/values.c: logging: log value's type name
2017-05-28  Philippe Proulxlogging-internal.h: fix include name in comments
2017-05-28  Philippe Proulxinclude/babeltrace/object-internal.h: add logging
2017-05-28  Philippe ProulxCollect useless graph's connections
2017-05-28  Philippe ProulxFix possible leaks in graph's current design
2017-05-28  Philippe ProulxBT_GRAPH_STATUS_CANCELED is not an error, thus use...
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxAdd graph cancellation API
2017-05-28  Philippe Proulxport.{h,c}: use `bt_bool` instead of `int` where approp...
2017-05-28  Philippe Proulxir: utils: use `bt_bool` instead of `int` where appropriate
2017-05-28  Philippe Proulxir: fields/field-types: use `bt_bool` instead of `int...
2017-05-28  Philippe Proulxir: clock class: use bt_bool instead of int for boolean...
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxUpdate include/babeltrace/babeltrace.h
2017-05-28  Philippe ProulxMove library's version API to include/babeltrace/version.h
2017-05-28  Philippe Proulxinclude/Makefile.am: add titles (comments) to groups...
2017-05-28  Philippe ProulxRemove "end of trace" notification headers
2017-05-28  Philippe ProulxNormalize public header include guards
2017-05-28  Philippe Proulxir: attributes: fix index and count integer types
2017-05-28  Philippe ProulxFix CLI to work with multiple ports and dynamically...
2017-05-28  Philippe ProulxAdd logging API (internal to log, public to set the...
2017-05-28  Philippe Proulxbt_common_shell_quote(): accept new parameter `with_sin...
2017-05-28  Philippe Proulxbabeltrace-internal.h: remove unused declarations
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe ProulxMake bt_ctf_event_class_create() create an empty context FT
2017-05-28  Philippe ProulxAdd bt_ctf_stream_class_create_empty()
2017-05-28  Philippe ProulxRemove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
2017-05-28  Philippe ProulxInternalize trace listener API and bt_ctf_trace_get_met...
2017-05-28  Philippe Proulxir: make bt_ctf_trace_create() create an empty packet...
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe Proulxtrace.h: API doc: do not mention listener (now internal)
next
This page took 0.041109 seconds and 7 git commands to generate.