cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / lib /
12 days ago  Philippe Proulxsrc/cpp-common/bt2c: rename `span.hpp` -> `make-span...
2024-04-17  Simon MarchiChange naming convention for enum class enumerators
2024-03-26  Simon Marchilib/graph/iterator: use clock correlation validator...
2024-03-26  Simon Marchitests/lib/conds: test clock compatibility post conditions
2024-03-26  Simon Marchitests/lib/conds: make `condMain()` take a span for...
2024-03-26  Simon Marchitests/lib/conds: store triggers in a vector
2024-03-26  Simon Marchitests/lib/conds: change `nameSuffix` type to `bt2c...
2024-03-26  Simon Marchitests/lib/utils: add RunIn::onMsgIterNext()
2024-03-26  Simon Marchitests: fix some include guards
2024-02-29  Philippe Proulxtests/lib/conds/utils.cpp: condMain(): unset `BABELTRAC...
2024-02-29  Simon Marchitests/lib: C++ify run-in and condition trigger code
2024-02-29  Simon Marchitests/lib: use `sink.utils.dummy` in `utils/run-in...
2024-02-29  Simon Marchicpp-common/bt2: move findAllPluginsFromDir() to `plugin...
2024-02-29  Simon Marchicpp-common/bt2: move `ConstPluginSet` to `plugin-set...
2024-02-19  Simon Marchitests/lib: create and manipulate query executor using...
2024-02-19  Simon Marchitests/lib: create and manipulate graph using C++ bindin...
2024-02-19  Simon Marchitests/lib: create component classes using C++ bindings...
2024-02-19  Simon Marchitests/lib: C++ify `conds/utils.cpp` a bit
2024-02-19  Simon Marchitests/lib: C++ify `conds/conds-triggers.cpp`
2024-02-19  Simon Marchitests/lib: C++ify `test-fields-bin.cpp`
2024-02-19  Simon Marchitests/lib: pass C++ wrapper types to `RunIn` callbacks
2024-02-19  Simon Marchitests/lib/conds/test.py: use `tjson`, add type annotations
2024-02-12  Simon Marchitests/lib: remove some `Makefile.am`s
2024-02-08  Simon Marchitests/lib: reorganize Makefile.am a bit
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test() -> bt_run_p...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2() -> bt_run_in_py_...
2024-01-29  Simon MarchiFix: lib: handle BT_FUNC_STATUS_NOT_FOUND in bt_plugin_...
2024-01-29  Simon Marchitests: rename lib plugins test files
2024-01-23  Simon MarchiFix typos
2023-12-14  Philippe Proulxcpp-common: move `nlohmann/json.hpp` to `vendor`
2023-12-14  Simon MarchiRemove some unused includes in C++ files
2023-12-01  Simon MarchiSort includes in C++ files
2023-12-01  Simon Marchitests: normalize inclusions of tap/tap.h
2023-11-03  Michael JeansonReduce the number of Makefiles in 'src/' by one more
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-10-30  Philippe Proulxtests: normalize names of files and more
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-09-21  Simon Marchipython: run isort on everything
2023-06-06  Philippe Proulxtests/lib/utils/run-in.cpp: apply BT 2 C++ coding style
2023-06-05  Simon Marchitests: fix formatting of run-in.cpp
2023-05-31  Simon Marchitests: add bt_field_string_clear test
2023-05-31  Simon Marchitests: make pre/post-condition assertions test use...
2023-05-31  Simon Marchitests: add framework to run code in comp cls / comp...
2023-05-31  Simon Marchitests: use nlohmann's json lib to generate conds list
2023-05-31  Simon Marchitests: include babeltrace.h in conds/utils.hpp
2023-05-31  Simon Marchitests: re-format conds C++ files
2023-05-31  Simon Marchitests: convert lib conds test to C++
2023-05-23  Simon Marchitests: add a basic pre-condition assertion test
2023-03-10  Simon MarchiFix: tests: free message iterator class in test_graph_t...
2022-08-16  Simon Marchitests: use -z / -n to test for string empty / non-empty
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-09-28  Simon Marchitests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
2021-02-08  Simon MarchiFix: macro name for "get supported mip versions method...
2020-12-09  Fabrice Fontainetests/lib/test_trace_ir_ref.c: rename user structure
2020-10-28  Michael Jeansonport: add 'notext' keyword linker support
2020-07-16  Michael Jeansontests: return the proper TAP exit code
2020-04-23  Philippe Proulxtests: add libbabeltrace2 pre/postcondition testing...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-13  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-13  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-10  Philippe Proulxlib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAG...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-10  Philippe Proulxlib: append `_FUNC` to `BT_PLUGIN_{INITIALIZE,FINALIZE}*`
2020-01-08  Simon Marchilib: introduce bt_message_iterator_class
2019-12-12  Philippe Proulxlib: graph API: remove "listener removed" callback...
2019-12-12  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-11-21  Simon Marchitests: test removing a destruction listener from a...
2019-11-21  Simon Marchitests/lib/Makefile.am: Move libbabeltrace2-common and...
2019-11-19  Simon Marchilib: mark bt_common_assert_failed as hidden
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-11  Simon Marchitests: clear error in test_simple_sink
2019-10-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-26  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-10  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-08  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-09-30  Francis DeslauriersCleanup: tests: remove debugging `diag` leftover
2019-09-30  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-09-30  Francis DeslauriersRename `init` methods to `initialize`
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-08-16  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-14  Jonathan Rajottebt_uuid_compare: return actual comparison
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-06  Philippe ProulxAdd bt_graph_add_simple_sink_component() tests
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-24  Philippe Proulxlib: add bt_plugin_find_all()
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-10  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-09  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-06  Philippe Proulxtests: call bt_current_thread_clear_error() when handli...
2019-07-04  Michael Jeansontests: Remove stale tests launcher
2019-07-03  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
next
This page took 0.075548 seconds and 7 git commands to generate.