src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / src / plugins / ctf / fs-src / fs.cpp
45 hours ago  Simon Marchictf: remove tabs used for indentation
45 hours ago  Simon Marchisrc.ctf.fs: make create_streams_for_trace use bt2:...
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file_group_create, add...
45 hours ago  Simon Marchisrc.ctf.fs: pass clkClsCfg to ctf_fs_component constructor
45 hours ago  Simon Marchisrc.ctf.fs: modernize read_src_fs_parameters
45 hours ago  Simon Marchisrc.ctf.fs: change two functions to take ctf_fs_ds_inde...
45 hours ago  Simon Marchisrc.ctf.fs: make set_trace_name use bt2::Trace
45 hours ago  Simon Marchictf: make ctf_trace_class_configure_ir_trace use bt2...
45 hours ago  Simon Marchisrc.ctf.fs: make ds_file_group_insert_ds_file_info_sort...
45 hours ago  Simon Marchisrc.ctf.fs: fs.cpp: declare variables on first use
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_index::UP
45 hours ago  Simon Marchisrc.ctf.fs: store index entry objects instead of pointers
45 hours ago  Simon Marchisrc.ctf.fs: remove goto error handling from fs.cpp
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_index_create
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_component_create
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_file_create
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_make_port_name return std:...
45 hours ago  Simon Marchisrc.ctf.fs: use GDirUp in create_ds_file_groups
45 hours ago  Simon Marchisrc.ctf.fs: use std::vector<std::string> in ctf_fs_comp...
45 hours ago  Simon Marchisrc.ctf.fs: use std::string in path_is_ctf_trace
45 hours ago  Simon Marchisrc.ctf.fs: use std::string in set_trace_name
45 hours ago  Simon Marchisrc.ctf.fs: make get_stream_instance_unique_name return...
45 hours ago  Simon Marchisrc.ctf.fs: use GStringUP in ctf_fs_component_create_ct...
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_trace_destroy
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_trace::metadata a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_metadata_init and ctf_fs_meta...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_metadata::trace_class a bt2...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_trace::path an std::string
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_trace::trace a bt2::Trace:...
45 hours ago  Simon Marchisrc.ctf.fs: introduce and use ctf_fs_msg_iter_data::UP
45 hours ago  Simon Marchisrc.ctf.fs: use ctf_msg_iter_up in decode_clock_snapsho...
45 hours ago  Simon Marchisrc.ctf.fs: use ctf_msg_iter_up in add_ds_file_to_ds_fi...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_msg_iter_data::msg_iter a ctf_m...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_msg_iter_create return a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: remove ctf_fs_destroy
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops_data_create...
45 hours ago  Simon Marchisrc.ctf.fs: use ctf_fs_ds_file::UP in add_ds_file_to_ds...
45 hours ago  Simon Marchisrc.ctf.fs: use ctf_fs_ds_file::UP in decode_clock_snap...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_create return a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: rename ctf_fs_ds_file_destroy to ~ctf_fs_ds...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_file::path an std::string
45 hours ago  Simon Marchisrc.ctf.fs: use ctf_fs_file::UP in create_ds_file_groups
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_file_create return a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file::stream a bt2::Stream...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_group::stream a bt2...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_index::entries a vector...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_group::index a ctf_fs_d...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_index_create return a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_group::ds_file_infos...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_info_create return...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_info::path an std:...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_trace::ds_file_groups a vector...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_ds_file_group_create return...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_component::port_data a vector
45 hours ago  Simon Marchisrc.ctf.fs: move `ctf_fs_ds_*` structures and functions...
45 hours ago  Simon Marchisrc.ctf.fs: switch to using ctf_fs_trace::UP where...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_trace_create return ctf_fs_trac...
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_component::trace a unique_ptr
45 hours ago  Simon Marchisrc.ctf.fs: use DataLen in ctf_fs_ds_index_entry
45 hours ago  Simon Marchictf: add ClkClsConfig and use it
45 hours ago  Simon Marchisrc.ctf.fs: remove uneeded check in create_streams_for_...
45 hours ago  Simon Marchisrc.ctf.fs: use C++ value wrappers in queries
45 hours ago  Simon Marchisrc.ctf.fs: make ctf_fs_make_port_name return a GCharUP
45 hours ago  Simon Marchisrc.ctf.fs: use unique_ptr to manage ctf_fs_component...
45 hours ago  Simon Marchictf: add try/catch at entry points
45 hours ago  Simon Marchictf: use `bt2c::Logger` throughout `src.ctf.fs`, `src...
2024-03-28  Simon Marchictf: allocate some structures with new
2024-03-28  Philippe Proulxsrc/plugins/ctf/common: restructure subtree
2024-01-23  Simon MarchiFix typos
2023-12-14  Simon Marchilogging: strip down and clean `log.h` and `log.c`
2023-12-14  Simon MarchiRemove some unused includes in C++ files
2023-12-14  Simon MarchiRemove stdbool.h includes from C++ files
2023-12-01  Simon MarchiSort includes in C++ files
2023-11-03  Simon Marchisrc.ctf.fs: remove parameter from create_one_port_for_trace
2023-11-03  Simon Marchisrc.ctf.fs: remove unused parameter from ctf_fs_compone...
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-03-30  Simon MarchiVisibility hidden by default
2022-05-10  Simon Marchisrc.ctf.fs: remove unused ctf_fs_ds_file::self_msg_iter...
2022-02-16  Simon Marchiparam-validation: add static creation methods to bt_par...
2022-01-28  Simon MarchiRe-format new C++ files
2022-01-28  Simon Marchictf: compile plugin as C++
This page took 0.109394 seconds and 6 git commands to generate.