babeltrace.git
2 days ago  Simon Marchicpp-common/bt2c/fmt.hpp: use `wise_enum::string_type... master
6 days ago  Philippe Proulxbt2c::Logger: remove unused cLevel() method
6 days ago  Simon Marchi.clang-tidy: add some checks
6 days ago  Philippe Proulxbt2::CommonEnumerationFieldClass::addMapping(): add...
6 days ago  Philippe Proulxcpp-common/bt2c/logging.hpp: remove no-formatting ...
6 days ago  Philippe ProulxFix: cpp-common/bt2c/logging.hpp: add missing `template...
7 days ago  Philippe ProulxKeep a single `.gitignore` file
7 days ago  Philippe Proulx.gitignore: categorize rules and sort them per category
7 days ago  Philippe Proulx.gitignore: ignore all `*.egg-info`
7 days ago  Philippe Proulx.gitignore: ignore all `/src/plugins/ctf/[...]/tsdl...
7 days ago  Philippe Proulx.gitignore: ignore all `/src/cli/*.bin`
7 days ago  Philippe Proulx.gitignore: cleanup test files
7 days ago  Simon Marchitests: test_dwarf.c: initialize `tag` variable
8 days ago  Simon Marchicpp-common/bt2c: remove `dummy.cpp`
8 days ago  Philippe Proulx.gitignore: add missing test binaries
8 days ago  Philippe Proulxbt2c/logging.hpp: use `std::span<const std::uint8_t...
8 days ago  Philippe ProulxCONTRIBUTING.adoc: mention bt2c::makeSpan()
8 days ago  Philippe Proulxsrc/cpp-common/bt2c: rename `span.hpp` -> `make-span...
8 days ago  Philippe ProulxCONTRIBUTING.adoc: "make_unique" -> "make-unique"
8 days ago  Philippe Proulxcpp-common/bt2c/logging.hpp: use camel case for param...
8 days ago  Philippe Proulxbt2c::Logger: make `Level` enumerators more readable
8 days ago  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...
2024-04-17  Simon Marchisrc.ctf.fs: change a pointer parameter to a reference...
2024-04-17  Simon Marchictf: convert ctx_destroy to ~ctf_visitor_generate_ir
2024-04-17  Simon Marchisrc.ctf.fs: pass clkClsCfg to ctf_fs_component constructor
2024-04-17  Simon Marchisrc.ctf.fs: modernize read_src_fs_parameters
2024-04-17  Simon Marchisrc.ctf.fs: change two functions to take ctf_fs_ds_inde...
2024-04-17  Simon Marchisrc.ctf.fs: make set_trace_name use bt2::Trace
2024-04-17  Simon Marchictf: make ctf_trace_class_configure_ir_trace use bt2...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_trace::trace a...
2024-04-17  Simon Marchisrc.ctf.lttng-live: make lttng_live_trace::trace_class...
2024-04-17  Simon Marchisrc.ctf.lttng-live: use std::string in list_append_session
2024-04-17  Simon Marchisrc.ctf.lttng-live: use std::vector in lttng_live_get_o...
2024-04-17  Simon Marchisrc.ctf.lttng-live: lttng_live_metadata_update: use...
2024-04-17  Simon Marchisrc.ctf.fs: make ds_file_group_insert_ds_file_info_sort...
2024-04-17  Simon Marchisrc.ctf.fs: fs.cpp: declare variables on first use
2024-04-17  Simon Marchisrc.ctf.fs: data-stream-file.cpp: declare variables...
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_index::UP
2024-04-17  Simon Marchisrc.ctf.fs: store index entry objects instead of pointers
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_index_entry_create
2024-04-17  Simon Marchisrc.ctf.fs: initialize ctf_fs_ds_index_entry::packet_se...
2024-04-17  Simon Marchisrc.ctf.fs: remove goto error handling from data-stream...
2024-04-17  Simon Marchisrc.ctf.fs: remove goto error handling from fs.cpp
2024-04-17  Simon Marchisrc.ctf.fs: use GMappedFileUP in build_index_from_idx_file
2024-04-17  Simon Marchisrc.ctf.fs: use std::string in build_index_from_idx_file
2024-04-17  Simon Marchisrc.ctf.fs: use GCharUP in build_index_from_idx_file
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_index_create
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_component_create
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_file_create
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_make_port_name return std:...
2024-04-17  Simon Marchisrc.ctf.fs: use GDirUp in create_ds_file_groups
2024-04-17  Simon Marchisrc.ctf.fs: use std::vector<std::string> in ctf_fs_comp...
2024-04-17  Simon Marchisrc.ctf.fs: use std::string in path_is_ctf_trace
2024-04-17  Simon Marchisrc.ctf.fs: use std::string in set_trace_name
2024-04-17  Simon Marchisrc.ctf.fs: make get_stream_instance_unique_name return...
2024-04-17  Simon Marchisrc.ctf.fs: use GStringUP in ctf_fs_component_create_ct...
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_trace_destroy
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_trace::metadata a unique_ptr
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_metadata_init and ctf_fs_meta...
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_metadata::trace_class a bt2...
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_visitor_generate_ir::trace_class...
2024-04-17  Simon Marchisrc.ctf.fs: remove ctf_fs_metadata::text
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_trace::path an std::string
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_trace::trace a bt2::Trace:...
next
This page took 0.037382 seconds and 5 git commands to generate.