Fix: variable declaration shadows previously declared variable
[babeltrace.git] / include /
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...
2017-08-11  Philippe ProulxAdd built-in colander sink component class
2017-08-11  Philippe ProulxRemove include of <babeltrace-internal.h> from public...
2017-08-11  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-11  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-10  Philippe Proulxinclude/babeltrace/graph/private-component.h: add missi...
2017-08-10  Philippe ProulxRemove bt_notification_discarded_{events,packets}_set_c...
2017-08-10  Philippe Proulxlib: move bt_notification_iterator_next_return to compo...
2017-08-10  Philippe Proulxlib: use `enum bt_port_status` where possible
2017-08-10  Philippe ProulxRemove unused bt_port_remove_from_component()
2017-07-19  Michael JeansonPort: __STRINGIFY exists on Cygwin
2017-07-19  Michael JeansonPort: unlink() requires unistd.h on Solaris and macOS
2017-07-19  Michael JeansonPort: replace strerror_r() by g_strerror()
2017-07-19  Michael JeansonPort: replace setenv() by g_setenv()
2017-07-19  Michael JeansonPort: do not include malloc.h
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Michael JeansonFix: logging in socket-internal.h
2017-07-18  Philippe ProulxFix: clock-class.c: cache ns from Epoch and check for...
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-06  Philippe ProulxAutomatically generate discarded packets/events notific...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-07-06  Philippe ProulxBT_LOG_WRITE_ERRNO(): use `_msg ": %s" _fmt` format
2017-07-06  Philippe ProulxFix: allow NULL (unnamed) in bt_ctf_stream_class_{get...
2017-07-06  Philippe Proulxplugins/utils/muxer/muxer.c: add logging
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-07-05  Michael JeansonPort: Add winsock support to live for mingw
2017-07-05  Michael JeansonPort: dirfd is not portable, replace it
2017-07-05  Michael JeansonPort: use ghashtable in mman compat
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-16  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()
next
This page took 0.040102 seconds and 7 git commands to generate.