Update python bindings gitignore for native_bt.c
[babeltrace.git] / tests /
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
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 Proulxtests: bt2: add query log level tests
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe ProulxLogging: pass dynamic log level to common functions...
2019-06-20  Philippe Proulxcli: add component-specific `--log-level` option (run...
2019-06-20  Philippe Proulxtest_graph.py: add bt2.Graph.add_component() logging...
2019-06-20  Philippe Proulxtest_component.py: add `logging_level` property tests
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-18  Philippe Proulxbt2: stream activity messages: create with unknown...
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 Jeansontests: Move ctf-writer to it's own directory
2019-06-13  Michael Jeansontests: Move libtestcommon to utils
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-12  Michael JeansonRe-organize sources
2019-06-11  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-08  Philippe Proulxbt2: add `_Trace.cls` property
2019-06-08  Philippe Proulxbt2: rename object's own BT class property to `cls`
2019-06-08  Philippe Proulxbt2: prepend `_` prefix to names of classes that the...
2019-06-08  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-08  Philippe ProulxRemove everything related to the `babeltrace` Python...
2019-06-07  Simon Marchitests: clean up test_trimmer
2019-06-07  Francis Deslaurierssrc.ctf.fs: trace-info: omit stream `range-ns` field...
next
This page took 0.043603 seconds and 7 git commands to generate.