cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins /
2019-07-20  Jonathan Rajotte`test_query_trace_info.py`: adapt regex to NT path...
2019-07-20  Francis Deslaurierstests/plugins/flt.utils.trimmer/Makefile.am: remove...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-13  Francis Deslaurierstests: src.ctf.fs: add 2packets test trace
2019-07-13  Francis Deslaurierstests: bt_diff_cli: compare expected `stderr` too
2019-07-12  Francis DeslauriersDo not check `NULL` to call free(): free() accepts...
2019-07-10  Michael Jeansontests: update test_trimming to remove the wrapper
2019-07-10  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-10  Philippe ProulxFix: CTF writer: make library have its own public ...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-08  Michael Jeansontests: replace xargs workaround with bash array expansion
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-05  Francis Deslaurierstests: bt2: add `--test-case` argument to testrunner.py
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-06-28  Michael Jeansontests: Rework test suite
2019-06-21  Michael Jeansontests: Add missing copyright headers
2019-06-21  Michael Jeansontests: Move data files to a common directory
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: honor component's initial...
2019-06-20  Philippe ProulxLogging: pass dynamic log level to common functions...
2019-06-17  Philippe ProulxPut `flt.lttng-utils.debug-info` tests into their own...
2019-06-17  Philippe ProulxRemove unused `tests/plugins/test_utils_muxer_complete.in`
2019-06-17  Philippe ProulxAdd facilities to test CLI and plugin regressions with...
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-12  Michael JeansonRe-organize sources
2019-06-07  Francis Deslaurierssrc.ctf.fs: trace-info: omit stream `range-ns` field...
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-07  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-06  Michael Jeansontests: build system spring cleanup
2019-06-06  Michael Jeansontests: replace BT_ASSERT with exit in test_bin_info
2019-06-06  Michael Jeansontests: Add expected failure test to test_dwarf
2019-06-06  Michael Jeansontests: Add powerpc64le-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Add powerpc-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Add i386-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Parametrize test_bin_info to handle multiarch...
2019-06-06  Michael Jeansontests: Build new x86_64-linux-gnu debug-info artifacts
2019-06-05  Simon Marchisrc.ctf.fs: add stream port name to trace-info query...
2019-05-21  Francis DeslauriersCleanup: tests: use underscores in filename
2019-05-04  Philippe Proulxtests/plugins/ctf/Makefile.am: do not set `TESTS` in...
2019-05-03  Simon Marchisrc.ctf.fs: make trace-info query accept clock-class...
2019-05-02  Simon Marchidebug info: Skip test that depends on Python bindings
2019-05-02  Francis Deslaurierstests: remove unused automake variable
2019-05-02  Francis Deslauriersflt.lttng-utils.debug-info: Implement file descriptor...
2019-05-02  Francis DeslauriersCleanup: Move `debug-info` in its own sub-directory
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-02  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-02  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe Proulxtests/plugins/test_lttng_utils_debug_info.in: use speci...
2018-03-26  Michael JeansonFix: Use bash for all test scripts
2017-11-02  Philippe ProulxAdd basic flt.lttng-utils.debug-info tests
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-10-04  Michael JeansonPort: do not depend on GNU readlink
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe Proulxtests: remove `check` targets in subdirectories
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-08-29  Michael JeansonTest: run debug-info even with built-in plugins
2017-08-29  Michael JeansonFix test: don't link tests directly with plugins
2017-08-21  Michael JeansonTest: rework shell test scripts
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-10  Julien DesfossezRe-enable the bin-info and dward tests
2017-08-07  Michael JeansonFix tests: run plugins test wrapper script
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-06-09  Philippe ProulxFix build with BUILT_IN_PLUGINS=1
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Philippe ProulxFix: test-utils-muxer.c: initialize "next" return with...
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Jérémie GalarneauFix: unchecked bt_ctf_event_set_clock_value return...
2017-05-28  Jérémie GalarneauClean-up: unused next_return assignation in muxer test
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe Proulxtests: put TESTS list in each Makefile.am
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe Proulxutils.muxer: fix bad behaviour caused by notification...
2017-05-28  Philippe ProulxSet private port's user data on creation
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxAdd basic utils.muxer tests
This page took 0.107806 seconds and 7 git commands to generate.