tools/format-cpp: run `xargs` with `-P$(nproc)` (format in parallel)
[babeltrace.git] / src /
2023-04-27  Michael Jeansonfix: pass exec-prefix to python bindings install
2023-04-03  Simon Marchicli: use return value of g_string_free
2023-03-30  Michael Jeansonfix: visibility of bt_plugin_python_create_all_from_file
2023-03-30  Michael JeansonShow python bindings install output in verbose builds
2023-03-30  Simon MarchiVisibility hidden by default
2023-03-14  Simon MarchiFix: ctf: verify that field class is int before calling...
2023-03-10  Michael Jeansonfix: python: monkey patch the proper sysconfig implemen...
2023-03-07  Michael Jeansonpython: replace distutils with setuptools
2023-03-07  Michael Jeansonpython: Use standalone 'sysconfig' module
2023-03-07  Michael Jeansonfix: 1 byte overflow in UuidView
2023-03-07  Jérémie Galarneauerror.c: clean-up: remove dead error cause clean-up...
2023-03-07  Simon Marchictf-writer: avoid using NULL pointer in BT_CTF_TO_COMMON
2023-03-07  Simon Marchictf-writer: avoid undefined behavior left shift
2023-03-07  Simon Marchictf: avoid using computing offset from nullptr pointer
2023-03-07  Simon Marchilib: remove one BT_LIB_LOGD from init_error_cause
2023-03-07  Simon Marchilib: add null checks before "casting" to "base class"
2023-03-02  Michael Jeansonport: fix -Wdeprecated-declarations warning about sprin...
2023-03-01  Francis Deslaurierscli: Rename `logging.c` to `logging.cpp` to force C...
2023-02-23  Simon Marchibt2: ignore -Wredundant-decls warning
2023-02-23  Simon Marchictf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
2023-02-23  Simon Marchictf-writer: fix -Wformat-overflow errors in resolve.c
2022-12-15  Jérémie GalarneauFix: ctf-writer: null dereference in bt_ctf_trace_commo...
2022-08-19  Simon MarchiFix: compat: include common/macros.h in mman.h
2022-08-18  Simon MarchiSilence -Wunused-but-set-variable error with clang
2022-08-18  Philippe Proulxsrc/common/align.h: remove unused macros
2022-08-01  Simon MarchiFix: autodisc: make sure auto_discover_source_for_input...
2022-06-30  Simon MarchiFix: bt2: autodisc: remove thread error while inserting...
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2022-06-15  Simon MarchiFix: common: handle missing status in bt_common_func_st...
2022-06-15  Simon Marchictf: rename identifiers ERROR and DEBUG_PROCESS
2022-06-15  Simon Marchiflt.utils.muxer: replace queue with array
2022-06-15  Simon Marchilogging: use G_UNLIKELY in BT_LOG_ON macros
2022-06-15  Simon Marchisrc.ctf.lttng-live: remove unused variable in live_get_...
2022-06-13  Simon MarchiFix: python: don't get extra references when creating...
2022-06-13  Simon MarchiFix: python: free py_config_ptr in component_class_mess...
2022-05-10  Simon MarchiFix: lib: pass down API function name to some helpers
2022-05-10  Simon Marchisrc.ctf.fs: remove unused ctf_fs_ds_file::self_msg_iter...
2022-04-01  Jérémie GalarneauClean-up: lttng-live: left-over tabs in comment
2022-03-11  Michael JeansonUse Black stable to format python code
2022-03-10  Michael Jeansonfix: add dependency between cli bin and plugins when...
2022-03-08  Simon MarchiFix: src.text.details: use write_uint_prop_value to...
2022-02-24  Francis DeslauriersFix: src.ctf.lttng-live: consider empty metadata packet...
2022-02-24  Francis DeslauriersFix: ctf: wrongfully requiring CTF metadata signature...
2022-02-24  Francis DeslauriersFix: src.ctf.lttng-live: session closed before any...
2022-02-24  Francis Deslaurierssrc.ctf.lttng-live: add comments and debug statements
2022-02-16  Francis DeslauriersFix: C++ bindings typos in lib function name
2022-02-16  Simon MarchiFix: lib: fix memory leak in simple_sink_init error...
2022-02-16  Simon MarchiFix: src.ctf.lttng-live: return correct error status...
2022-02-16  Simon Marchisrc.ctf.lttng-live: remove unnecessary assignment in...
2022-02-16  Simon Marchisrc.ctf.lttng-live: remove unnecessary assignment in...
2022-02-16  Simon MarchiFix: lib: add NULL check for destroy_listeners in destr...
2022-02-16  Simon Marchiparam-parse: remove unnecessary variable assignment
2022-02-16  Simon Marchiparam-validation: add static creation methods to bt_par...
2022-01-28  Philippe ProulxAdd `src/cpp-common/bt2/logging.hpp`
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_message...
2022-01-28  Philippe ProulxAdd missing C++ interface for the libbabeltrace2 trace...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_field...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_field_clas...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_field_path...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_clock_snap...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_clock_clas...
2022-01-28  Philippe ProulxAdd `bt2_common::UuidView`
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_integer_ra...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_integer_ra...
2022-01-28  Philippe ProulxAdd C++ interface for the libbabeltrace2 `bt_value...
2022-01-28  Philippe ProulxAdd `src/cpp-common/bt2/internal/utils.hpp` (validateCr...
2022-01-28  Philippe ProulxAdd `src/cpp-common/bt2/lib-error.hpp`
2022-01-28  Philippe ProulxAdd `std::string_view` replacement (`bpstd::string_view`)
2022-01-28  Philippe ProulxAdd `std::optional` replacement (`nonstd::optional`)
2022-01-28  Philippe ProulxAdd libbabeltrace2 C++ interface base
2022-01-28  Simon MarchiRe-format new C++ files
2022-01-28  Simon Marchictf: compile plugin as C++
2022-01-28  Simon Marchicompat: fix compilation with !BABELTRACE_HAVE_OPEN_MEMS...
2022-01-28  Simon Marchictf/visitor-generate-ir: rename struct ctf to ctf_visit...
2022-01-28  Simon Marchicommon: rename struct mmap_align to mmap_align_data
2022-01-28  Simon MarchiUse __typeof__ instead of typeof
2022-01-28  Simon Marchisrc.ctf.fs: fix switch cases using wrong enumerator
2022-01-28  Simon Marchisrc.ctf.fs: add status conversion function
2021-12-07  Francis DeslauriersCleanup: src.ctf.lttng-live: missing comma between...
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-11-12  Francis Deslauriersctf: logging: missing comma and space between fields
2021-11-12  Francis Deslauriersctf: change logging of raw packet data to TRACE level
2021-11-12  Francis DeslauriersFix: src.ctf.lttng-live: leaking late message after...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: use optional pattern for `ctf_strea...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: add detailed error reporting for...
2021-11-11  Francis DeslauriersFix: src.ctf.lttng-live: using `last_inactivity_ts...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Extract `handle_late_message()...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Add setter for stream iterator...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Add debug statements and comments
2021-11-11  Simon MarchiMove bt_message_type_string to common
2021-11-11  Simon MarchiFix: add missing cases in enum-to-string functions
2021-09-10  Simon Marchictf: append error causes when returning errors
2021-09-10  Simon MarchiFix: ctf: free all scopes of ctf_scanner
2021-09-10  Simon MarchiFix: ctf: set `ret` on error paths
2021-09-10  Simon Marchilib: make auto-seek skip over packet messages without...
2021-09-10  Simon Marchitrimmer: don't get clock snapshots from messages that...
2021-09-10  Simon Marchilib: enforce preconditions when getting packet message...
2021-09-10  Simon Marchicommon: move bt_component_class_type_string here, use...
2021-08-31  Philippe Proulxsrc/common/uuid.h: wrap code in C++ guards
2021-08-31  Philippe Proulxsrc/common/common.h: do not use `void *` in arithmetic
next
This page took 0.043563 seconds and 7 git commands to generate.