sink.ctf.fs: remove unusued _is_variant_field_class_tag_valid()
[babeltrace.git] / tests /
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe Proulxtests/bindings/python/bt2: remove unneeded `import...
2019-07-26  Philippe ProulxTest `bt2` public names (`test_package.py`)
2019-07-26  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-26  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-07-26  Philippe Proulxtests/Makefile.am: add `test_auto_source_discovery...
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-25  Philippe Proulxtest_error.py: remove dangling print()
2019-07-25  Philippe Proulxbt2: prepend `_` to names of exception classes the...
2019-07-25  Philippe Proulxbt2: import public names into `__init__.py`
2019-07-25  Philippe Proulxbt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxlib: add bt_plugin_find_all()
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxbt2: add interrupter support
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-24  Simon Marchibt2: remove NonexistentClockSnapshot exception type
2019-07-24  Simon Marchibt2: prepend underscore to exceptions not meant to...
2019-07-24  Simon Marchibt2: make bt2.Error wrap current thread's error
2019-07-23  Michael Jeansontests: fix Windows support in test_convert_args
2019-07-23  Michael Jeansontests: readlink 'canonicalize' is GNU specific
2019-07-23  Michael Jeansontests: fix Python plugin provider tests on Windows
2019-07-23  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-07-23  Simon Marchicli: automatically detect sources for leftover arguments
2019-07-21  Philippe Proulxtests/Makefile.am: remove needless comment
2019-07-21  Simon MarchiFix: bt2: incref Py_None in get_msg_range_common on...
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-20  Francis DeslauriersTests: flt.lttng-utils.debug-info: update debug-info...
2019-07-20  Jonathan Rajotte`test_plugin.py`: use absolute paths for plugin path...
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-18  Philippe Proulxbt2: add integer range set support
2019-07-18  Simon Marchibt2: check for _graph_is_configured method in user...
2019-07-18  Simon Marchitests: run_python_bt2: error out if BT_TESTS_BUILDDIR...
2019-07-16  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2019-07-13  Francis Deslaurierstests: bt2: remove test_clock_class_priority_map.py
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-12  Jonathan Rajottetests: on Windows the plugin object extension is 'dll...
2019-07-12  Jonathan RajotteFix: cygwin does not honour LD_LIBRARY_PATH
2019-07-11  Michael JeansonMake the Python plugin provider a libtool module
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-10  Simon MarchiFix: bt2: adjust reference counting of value objects
2019-07-10  Michael Jeansontests: update test_trimming to remove the wrapper
2019-07-10  Jonathan Rajottetests: specify the timezone offset
2019-07-10  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-10  Philippe ProulxRemove legacy `include/babeltrace2/{ctf-ir,ctf}` direct...
2019-07-10  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-10  Philippe ProulxFix: CTF writer: make library have its own public ...
2019-07-09  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-09  Jonathan Rajottefix: test_trimmer on macOs and Solaris
2019-07-09  Jonathan Rajottetests: Use DYLD_LIBRARY_PATH on macOSX
2019-07-09  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-08  Philippe Proulxsink.text.details: write discarded events/packets CS...
2019-07-08  Michael Jeansontests: replace xargs workaround with bash array expansion
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-08  Simon Marchitests: don't swallow stderr when running babeltrace CLI
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-06  Philippe Proulxtests: call bt_current_thread_clear_error() when handli...
2019-07-05  Francis Deslaurierstests: bt2: use `addr` attribute instead of private...
2019-07-05  Francis Deslaurierstests: bt2: Fix `run_python_bt2` usage example
2019-07-05  Francis Deslaurierstests: bt2: add `--test-case` argument to testrunner.py
2019-07-04  Michael Jeansontests: Remove stale tests launcher
2019-07-04  Jonathan Rajottetests: Add ".exe" when running on a mingw system
2019-07-04  Simon Marchitests: add python plugin provider path to lib search...
2019-07-03  Simon MarchiFix: trimmer: use regexes to parse dates and times
2019-07-03  Simon Marchitests: Use diff -u
2019-07-03  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe Proulxtests/lib: remove `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe Proulxtest_{field,value}.py: array test cases: add non-sequen...
2019-07-03  Philippe Proulxtest_{field,value}.py: test complex number RHS for...
2019-07-03  Philippe Proulxtest_value.py: make `BoolValueTestCase` inherit `_TestN...
2019-07-03  Philippe Proulxtest_value.py: _inject_numeric_testing_methods(): remov...
2019-07-03  Philippe Proulxtest_{field,value}.py: add comments
2019-07-03  Philippe Proulxbt2: field.py: _value_to_int(): require `numbers.Integral`
2019-07-03  Philippe Proulxbt2: field.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: value.py: _IntegerValue._value_to_int(): require...
2019-07-03  Philippe Proulxbt2: value.py: numeric classes: remove __i*__ operators
2019-07-02  Simon Marchibt2: let Python message iterators implement seek beginning
2019-06-28  Michael Jeansonfix: don't use realpath from GNU coreutils
2019-06-28  Simon MarchiFix: bt2: fix reference counting of messages returned...
2019-06-28  Michael Jeansontests: Rework test suite
2019-06-27  Francis DeslauriersFix: bt2: erroneous integer comparison of Field and...
2019-06-27  Jonathan Rajottetests: remove carriage return when using diff
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-21  Michael Jeansontests: Add missing copyright headers
2019-06-21  Michael Jeansontests: Move data files to a common directory
2019-06-21  Simon Marchitest utils: add failfast option to our testrunner.py
2019-06-20  Michael Jeansonfix: test_trimmer on macOs and Solaris
next
This page took 0.043926 seconds and 7 git commands to generate.