common: implement bt_common_g_string_append and bt_common_g_string_append_c
[babeltrace.git] / src /
2019-07-21  Mathieu Desnoyerscommon: implement bt_common_g_string_append and bt_comm...
2019-07-21  Mathieu Desnoyerscommon: implement bt_common_g_string_append_printf
2019-07-21  Simon MarchiFix: bt2: incref Py_None in get_msg_range_common on...
2019-07-21  Philippe Proulxlib: logging: add `%!R` conv. specifier for integer...
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-20  Michael JeansonFix: flt.utils.muxer: don't clear an empty `GPtrArray`
2019-07-20  Francis Deslauriersflt.utils.muxer: support stream messages with default...
2019-07-20  Simon Marchibt2: fix: don't return in bt_bool out typemap
2019-07-20  Simon Marchibt2: remove unrelated comment from native_bt_integer_ra...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: remove `BT_ASSERT_PRE_FUNC`
2019-07-18  Philippe Proulxlib: bt_field_class_dynamic_array_create(): accept...
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-18  Philippe Proulxbt2: add integer range set support
2019-07-18  Philippe Proulxlib: add integer range and integer range set API
2019-07-18  Philippe ProulxFix various "may be used uninitialized" warnings (GCC)
2019-07-18  Philippe ProulxFix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `...
2019-07-18  Simon Marchibt2: report errors from Python component and component...
2019-07-18  Simon Marchibt2: check for _graph_is_configured method in user...
2019-07-18  Simon Marchiplugins: log failure to load plugin as a warning
2019-07-18  Simon Marchibt2: don't copy swig interface files to build directory
2019-07-18  Simon Marchibt2: run swig by hand instead of through "setup.py...
2019-07-18  Simon Marchicli: move plugin loading code to its own file
2019-07-18  Simon Marchicli: Replace printf_err with BT_CLI_LOGE_APPEND_CAUSE
2019-07-16  Michael JeansonFix: bt2: remove circular import (not supported before...
2019-07-13  Francis DeslauriersFix: flt.lttng-utils.debug-info: possible leak of ...
2019-07-13  Francis Deslaurierslib: plugin-so.c: ERROR and INFO level messages logged...
2019-07-12  Michael Jeansonfix: use g_setenv for portability
2019-07-12  Francis DeslauriersDo not check `NULL` to call free(): free() accepts...
2019-07-12  Michael JeansonFix warnings with bison >= 3.4 and autoconf < 2.70
2019-07-11  Michael JeansonMake the in-tree CLI use the in-tree PPP
2019-07-11  Michael JeansonMake the Python plugin provider a libtool module
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-10  Philippe ProulxDo not check `NULL` to call g_free(): g_free() accepts...
2019-07-10  Simon MarchiFix: bt2: adjust reference counting of value objects
2019-07-10  Michael JeansonRename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
2019-07-10  Jonathan Rajottetrimmer: proper formatting of timestamp conversion...
2019-07-10  Jonathan RajotteFix: use return of bt_localtime_r as success criteria
2019-07-10  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-10  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-10  Philippe Proulxsrc/{ctfser,fd-cache}/Makefile.am: remove unneeded...
2019-07-10  Philippe ProulxFix: lib: conflicting types for `bt_plugin_set_get_plug...
2019-07-10  Philippe ProulxFix: CTF writer: make library have its own public ...
2019-07-09  Philippe Proulxlib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSE...
2019-07-09  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxsrc/lib/{current-thread,error}.c: put precond. assertio...
2019-07-09  Philippe Proulxlib/lib-logging.c: fix GCC warning: check return value...
2019-07-09  Philippe Proulxcli: append error cause when graph or query executor...
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-08  Philippe ProulxFix: bt_plugin_so_shared_lib_handle_destroy(): use...
2019-07-08  Philippe Proulxlib/graph/message/stream.c: fix clock snapshot leak
2019-07-08  Philippe Proulxlib/trace-ir/clock-snapshot.c: assert that the paramete...
2019-07-08  Philippe Proulxsink.text.details: write discarded events/packets CS...
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Philippe Proulxcli: move `--params` option's format parsing to its...
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-06  Philippe Proulxcli: print current thread's error causes, if any, befor...
2019-07-06  Philippe ProulxAdd bt_common_get_term_size()
2019-07-06  Philippe ProulxAdd bt_common_fold()
2019-07-06  Philippe Proulxsrc.ctf.fs: append error cause when no traces are found...
2019-07-06  Philippe Proulxlib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
2019-07-06  Philippe Proulxlib: add internal BT_LIB_LOG*_APPEND_CAUSE() macros
2019-07-06  Philippe Proulxcli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it...
2019-07-06  Philippe Proulxcli: clear current thread's error, if any, before exiting
2019-07-06  Philippe Proulxplugins: call bt_current_thread_clear_error() when...
2019-07-06  Philippe Proulxlib: add thread-safe error reporting API
2019-07-06  Philippe Proulxlib: keep plugin name, if any, in component class structure
2019-07-05  Francis Deslaurierssrc.ctf.fs: remove leftover use of pointer arithmetics
2019-07-05  Francis Deslauriersbt2: namespace private attributes of inheritable classes
2019-07-05  Simon Marchicli: fix typo in error message
2019-07-05  Francis DeslauriersFix: src.ctf.fs: segfault following `bt_msg_iter_seek()`
2019-07-05  Francis DeslauriersFix: src.ctf.fs: trace-info: port_name memory leak
2019-07-05  Simon Marchibt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBA...
2019-07-05  Simon Marchitrimmer: use g_match_info_free instead of g_match_info_...
2019-07-05  Francis DeslauriersFix: src.ctf.fs: pointer arithmetics on non-adjacent...
2019-07-04  Jonathan RajotteDo not use diagnostic pragma when GCC version is lower...
2019-07-04  Jonathan RajotteMissing define when not building with gcc
2019-07-04  Jonathan RajotteAssign *_STATUS_OK to ret
2019-07-04  Philippe ProulxFix: sink.text.pretty: support unknown event class...
2019-07-04  Jonathan RajotteFix: log_level usage on mingw platform
2019-07-03  Simon MarchiFix: trimmer: use regexes to parse dates and times
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Simon Marchitrimmer: remove unused function
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe ProulxFix: bt_packet_context_field_create(): remove "frozen...
2019-07-03  Philippe Proulxbt2: create_value(): check `numbers` and `collections...
2019-07-03  Philippe Proulxbt2: _ArrayField.__setitem__(): do not check type
2019-07-03  Philippe Proulxbt2: field.py: _value_to_int(): require `numbers.Integral`
2019-07-03  Philippe Proulxbt2: field.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: value.py: _IntegerValue._value_to_int(): require...
2019-07-03  Philippe Proulxbt2: value.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: make `BoolValue` inherit `_IntegralValue`
2019-07-03  Philippe Proulxbt2: field.py: refactor field comparison
2019-07-03  Philippe Proulxbt2: value.py: refactor value comparison
2019-07-03  Philippe Proulxbt2: make `_ArrayField` inherit `collections.abc.Mutabl...
2019-07-02  Simon Marchibt2: let Python message iterators implement seek beginning
2019-06-29  Philippe Proulxlib: internal: message.h: require logging
next
This page took 0.044084 seconds and 7 git commands to generate.