babeltrace.git
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::parseJson() functions (listen...
2024-09-04  Philippe Proulxsrc/cpp-common: add `bt2c::StrScanner` class
2024-09-04  Simon Marchicpp-common/bt2c: add `Regex`
2024-09-04  Simon Marchicpp-common/bt2c/logging.hpp: add text location logging
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::textLocStr() function
2024-09-04  Philippe Proulxsrc/cpp-common: add `bt2c::TextLoc` class
2024-09-04  Simon Marchilib: add enum bt_resolve_field_xref_status
2024-09-04  Simon Marchilib: rename bt_resolve_field_path_context to bt_resolve...
2024-09-04  Simon Marchilib: add new clock class origin API
2024-09-04  Simon Marchilib: restrict bt_clock_class_{g,s}et_uuid to MIP 0
2024-09-04  Simon Marchilib: record MIP version in clock class
2024-09-04  Simon Marchilib: add bt_trace_{get,set}_uid
2024-09-04  Simon Marchilib: add field location-related functions
2024-09-04  Simon Marchilib: add logging format specifier for bt_field_location
2024-09-04  Simon Marchilib: add field location API
2024-09-04  Simon Marchilib: add MIP 1 pre-conditions for functions taking...
2024-09-04  Simon Marchilib: record effective MIP version in field and trace...
2024-09-04  Simon Marchilib: increase maximal MIP version number
2024-09-04  Simon Marchictf: silence some -Wnull-dereference errors
2024-09-04  Simon Marchitests/lib: convert `test-plugins` to C++
2024-09-04  Simon Marchitests/lib: compile `test-plugins` as C++
2024-09-04  Simon Marchicpp-common/bt2: add shared() methods on component classes
2024-09-04  Simon Marchicpp-common/bt2c: add {fmt} formatter for `bt2::ConstValue`
2024-09-04  Simon Marchicpp-common/bt2: add `findAllPluginsFromFile()`
2024-09-04  Simon MarchiFix: cpp-common/bt2: make QueryExecutor take ConstValue...
2024-09-04  Simon Marchicpp-common/bt2: add plugin accessors to `bt2::ConstPlug...
2024-07-11  Simon Marchitests: remove problematic (and unnecessary) type annotation
2024-07-11  Simon MarchiChange syntax of some initialization lists to please...
2024-07-11  Simon Marchicpp-common/bt2c: adjust syntax of operator"" to please...
2024-05-31  Simon Marchi.gitignore: add some more IDE / tools related file
2024-05-27  Simon MarchiRe-format with clang-format 16
2024-05-24  Simon MarchiNormalize C/C++ include guards
2024-05-24  Simon Marchitools: add include guard check script
2024-05-15  Philippe Proulxdoc/api/libbabeltrace2/DoxygenLayout.xml: use `topics...
2024-05-10  Philippe Proulxtest-field.sh: make sure bt_run_in_py_env() and bt_cli...
2024-05-10  Philippe Proulxtests/utils/utils.sh: bt_diff(): validate that both...
2024-05-09  Simon Marchicommon: remove `prio-heap.{c,h}`
2024-05-09  Simon Marchicommon: remove `BT_MOVE_REF`
2024-05-07  Simon Marchilib: remove some unnecessary uses of `GString`
2024-05-07  Simon Marchispan-lite: backport fix to avoid -Wundef error in C++20
2024-05-07  Simon Marchisrc.ctf.fs: remove stray `}` in fmt format string
2024-05-07  Simon Marchicpp-common/bt2c/logging.hpp: change type of `fmt` param...
2024-04-30  Simon Marchicpp-common/bt2c/fmt.hpp: use `wise_enum::string_type...
2024-04-26  Philippe Proulxbt2c::Logger: remove unused cLevel() method
2024-04-25  Simon Marchi.clang-tidy: add some checks
2024-04-25  Philippe Proulxbt2::CommonEnumerationFieldClass::addMapping(): add...
2024-04-25  Philippe Proulxcpp-common/bt2c/logging.hpp: remove no-formatting ...
2024-04-25  Philippe ProulxFix: cpp-common/bt2c/logging.hpp: add missing `template...
2024-04-24  Philippe ProulxKeep a single `.gitignore` file
2024-04-24  Philippe Proulx.gitignore: categorize rules and sort them per category
2024-04-24  Philippe Proulx.gitignore: ignore all `*.egg-info`
2024-04-24  Philippe Proulx.gitignore: ignore all `/src/plugins/ctf/[...]/tsdl...
2024-04-24  Philippe Proulx.gitignore: ignore all `/src/cli/*.bin`
2024-04-24  Philippe Proulx.gitignore: cleanup test files
2024-04-24  Simon Marchitests: test_dwarf.c: initialize `tag` variable
2024-04-24  Simon Marchicpp-common/bt2c: remove `dummy.cpp`
2024-04-23  Philippe Proulx.gitignore: add missing test binaries
2024-04-23  Philippe Proulxbt2c/logging.hpp: use `std::span<const std::uint8_t...
2024-04-23  Philippe ProulxCONTRIBUTING.adoc: mention bt2c::makeSpan()
2024-04-23  Philippe Proulxsrc/cpp-common/bt2c: rename `span.hpp` -> `make-span...
2024-04-23  Philippe ProulxCONTRIBUTING.adoc: "make_unique" -> "make-unique"
2024-04-23  Philippe Proulxcpp-common/bt2c/logging.hpp: use camel case for param...
2024-04-23  Philippe Proulxbt2c::Logger: make `Level` enumerators more readable
2024-04-23  Simon Marchitests: LD_PRELOAD libstdc++.so in bt_run_in_py_env
2024-04-17  Simon Marchisrc.ctf.lttng-live: remove some goto error-handling
2024-04-17  Simon Marchisrc.ctf.lttng-live: viewer-connection.cpp: remove goto...
2024-04-17  Simon Marchisrc.ctf.lttng-live: use viewer_connection_close_socket...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make queries report errors with...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make queries output a bt2::Value
2024-04-17  Simon Marchisrc.ctf.lttng-live: use C++ value wrappers for query...
2024-04-17  Simon Marchisrc.ctf.lttng-live: add bt_common_lttng_live_url_parts_...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce lttng_live_msg_iter:...
2024-04-17  Simon Marchisrc.ctf.lttng-live: add lttng_live_msg_iter destructor
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce live_viewer_connection...
2024-04-17  Simon Marchisrc.ctf.lttng-live: add live_viewer_connection destructor
2024-04-17  Simon Marchisrc.ctf.lttng-live: make live_viewer_connection::{relay...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make live_viewer_connection::url...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_msg_iter::sessions...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce lttng_live_session::UP...
2024-04-17  Simon Marchisrc.ctf.lttng-live: add lttng_live_session destructor
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_session::{hostname...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_session::traces...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce lttng_live_trace::UP...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_trace::stream_itera...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce and use lttng_live_stream...
2024-04-17  Simon Marchisrc.ctf.lttng-live: add lttng_live_stream_iterator...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_stream_iterator...
2024-04-17  Simon Marchictf: remove tabs used for indentation
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_stream_iterator...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_stream_iterator...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_stream_iterator...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_stream_iterator...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce lttng_live_metadata:...
2024-04-17  Simon Marchisrc.ctf.lttng-live: introduce lttng_live_component...
2024-04-17  Simon Marchisrc.ctf.lttng-live: use GCharUP in lttng_live_component...
2024-04-17  Simon Marchisrc.ctf.lttng-live: remove lttng_live_component_destroy...
2024-04-17  Simon Marchisrc.ctf.lttng-live: change lttng_live_component::params...
2024-04-17  Simon Marchisrc.ctf.fs: make create_streams_for_trace use bt2:...
2024-04-17  Simon Marchisrc.ctf.fs: pass path to ctf_fs_ds_index_entry constructor
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file_group_create, add...
next
This page took 0.038633 seconds and 4 git commands to generate.