babeltrace.git
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-10  Michael Jeanson.gitignore: generated files moved to cpp
2022-03-08  Simon MarchiFix: src.text.details: use write_uint_prop_value to...
2022-02-24  Francis DeslauriersTests: src.ctf.lttng-live: split metadata sections
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 MarchiAdjust .editorconfig
2022-01-28  Simon Marchisrc.ctf.fs: fix switch cases using wrong enumerator
2022-01-28  Simon Marchisrc.ctf.fs: add status conversion function
2022-01-28  Philippe Proulxtools/format-cpp: enforce clang-format 13
2022-01-28  Philippe Proulx.clang-format: update for clang-format 13
2021-12-10  Michael Jeansonfix: don't add libelf and libdw to global LIBS
2021-12-07  Francis DeslauriersCleanup: src.ctf.lttng-live: missing comma between...
2021-12-06  Jérémie GalarneauDoc: query executor: extra 'get' in sentence
2021-11-22  Michael Jeansonfix: remove autoconf features default value in help...
2021-11-22  Simon MarchiUpdate CONTRIBUTING.adoc to mention tests/utils/env.sh
2021-11-18  Michael Jeansonconfigure: Introduce macro ae_in_git_repo
2021-11-18  Michael Jeansonconfigure: centralize version information
2021-11-18  Michael Jeansonconfigure: regroup program checks
2021-11-18  Michael Jeansonconfigure: Normalize indentation to 2 spaces
2021-11-18  Michael Jeansonconfigure: cleanup typos and sorting
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-11-12  Francis Deslauriersctf: logging: missing comma and space between fields
2021-11-12  Michael JeansonAdd a single generated env file to the test suite
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-28  Simon Marchitests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
2021-09-13  Francis DeslauriersFix: build with `--enable-python-bindings` fails
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 ProulxAdd `tools/format-cpp` script
2021-08-31  Philippe Proulxsrc/common/common.h: do not use `void *` in arithmetic
2021-08-31  Philippe Proulxsrc/common/{common,safe}.h: wrap code in C++ guards
2021-08-27  Simon Marchicli: make config cli args functions return a status...
2021-08-27  Simon MarchiFix: cli: use correct argument index in subcommand...
2021-08-27  Simon Marchicli: sync argpar - adjust to iterator API
2021-08-20  Philippe ProulxFix: clear_string_field(): set first character to 0
2021-08-20  Philippe ProulxAPI doc: use minus sign (U+2212) where appropriate...
2021-08-20  Philippe ProulxFix: doc: field-class.h: signed integer field class...
2021-08-06  Francis DeslauriersFix: src.ctf.fs: Not resolving event common ctx
2021-05-28  Bernhard RosenkränzerFix: ctf-writer: list of reserved keywords
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-02-19  Michael JeansonFix: bootstrap with autoconf >= 2.70
2021-02-08  Philippe Duplessis... Fix: lib: assert if an error occurs in `bt_message_iter...
2021-02-08  Simon MarchiFix: macro name for "get supported mip versions method...
2021-01-26  Michael JeansonFix: disable deprecation warnings for SWIG generated...
2021-01-26  Simon MarchiFix: configure: support Autoconf 2.70
2020-12-10  Philippe ProulxAdd `dev-requirements.txt` for pip
2020-12-09  Fabrice Fontainetests/lib/test_trace_ir_ref.c: rename user structure
next
This page took 0.040659 seconds and 4 git commands to generate.