babeltrace.git
2019-10-15  Philippe ProulxUpdate project's README
2019-10-15  Philippe Proulxdoc/man/common-footer.txt: refer to `#lttng` IRC channe...
2019-10-15  Philippe Proulxdoc/man/common-footer.txt: update bug tracker resource
2019-10-15  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-15  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-15  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-15  Simon MarchiFix: destroy_pretty_data: move NULL check earlier
2019-10-15  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-15  Simon MarchiFix: check for NULL in destroy_pretty_data
2019-10-13  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-13  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: coding style fixes
2019-10-11  Simon MarchiFix: avoid -Wmaybe-uninitialized warning in validate_ma...
2019-10-11  Simon MarchiFix: actually run the param validation test
2019-10-11  Simon MarchiFix: don't use BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_...
2019-10-11  Simon Marchifilter.utils.trimmer: validate parameters using param...
2019-10-11  Simon Marchifilter.utils.muxer: validate parameters using param...
2019-10-11  Simon Marchisink.utils.dummy: validate parameters using param-valid...
2019-10-11  Simon Marchisink.utils.counter: validate parameters using param...
2019-10-11  Simon Marchisink.text.pretty: validate parameters using param-valid...
2019-10-11  Simon Marchisrc.text.dmesg: validate parameters using param-validation
2019-10-11  Simon Marchisink.text.details: validate parameters using param...
2019-10-11  Simon Marchiflt.lttng-utils.debug-info: validate parameters using...
2019-10-11  Simon Marchiflt.lttng-utils.debug-info: tidy up component initializ...
2019-10-11  Simon Marchisrc.ctf.lttng-live: validate parameters using param...
2019-10-11  Simon Marchisink.ctf.fs: validate parameters using param-validation
2019-10-11  Simon Marchisrc.ctf.fs: validate parameters using param-validation
2019-10-11  Simon MarchiAdd parameter validation utility
2019-10-10  Francis Deslaurierscli: ensure queries always receive a map
2019-10-10  Francis DeslauriersCleanup: ctf: logically dead code
2019-10-10  Simon Marchitests: rename PRINT_FORMAT to TAP_PRINTF_FORMAT
2019-10-10  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-10  Simon Marchitests: make test names in plugins/flt.utils.trimmer...
2019-10-10  Simon MarchiFix: format string warnings on mingw
2019-10-09  Francis DeslauriersFix: lib: field-class.c: memory leak on error
2019-10-09  Francis DeslauriersCleanup: lib: field-class.c: fix logging message for...
2019-10-09  Michael JeansonRequire automake >= 1.12
2019-10-09  Simon MarchiFix: fix wint_t warning on MSYS2/mingw
2019-10-09  Simon Marchisrc.ctf.lttng-live: make lttng_live_component_create...
2019-10-09  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: coding style
2019-10-09  Michael Jeansonport: fix link order of babeltrace2.exe
2019-10-08  Francis DeslauriersFix: lib: field.c: calling _PUT_REF() on unique objects...
2019-10-08  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-08  Francis DeslauriersCleanup: lib: graph.c: dead assignment
2019-10-08  Simon MarchiFix: fix some warnings shown with -Wextra on gcc 9.1.0
2019-10-08  Simon Marchitests: test_output_path_ctf_non_lttng_trace_output...
2019-10-08  Simon MarchiMove CLI params parsing to its own lib
2019-10-07  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: remove leftover...
2019-10-07  Simon MarchiFix: tests: remove unused imports
2019-10-07  Simon Marchicli: update error message in set_stream_intersections
2019-10-07  Simon Marchitests: get rid of missing-field-initializers warning...
2019-10-07  Simon Marchitests: constify format strings in tap.h
2019-10-07  Simon Marchitests: add format attributes to functions receiving...
2019-10-04  Philippe Proulxtrace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST...
2019-10-04  Philippe Proulxlib: rename `bt_object_{get,put}_no` -> `bt_object_...
2019-10-04  Philippe Proulxtest_package.py: use list of public names instead of...
2019-10-04  Philippe Proulxfield_class.py: normalize field class names (`_NAME`)
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-04  Philippe Proulxlib: add option field classes with integer selectors
2019-10-04  Philippe Proulxfs-sink-trace.c: lttng_validate_datetime(): ignore...
2019-10-04  Philippe ProulxFix: iterator.c: initialize `status` (may be used unini...
2019-10-04  Simon Marchim4: sync ax_pthread.m4 with autoconf archive
2019-10-03  Francis Deslauriersbt2: add `IntegerRangeSet` const classes
2019-10-03  Francis DeslauriersTests: bt2: move `_create_const_field()` to utils.py
2019-10-03  Francis DeslauriersCleanup: bt2: typo "nsigned" -> "unsigned"
2019-10-03  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-10-02  Simon Marchitests: remove CR characters from expected file in test_live
2019-10-02  Simon Marchitests: use os.rename instead of os.replace in lttng_liv...
2019-10-02  Simon Marchitests: convert paths passed to lttng_live_server.py
2019-10-02  Simon Marchitests: name temporary files in test_live
2019-10-02  Simon MarchiFix: ctf: open metadata file using mode "rb"
2019-10-02  Simon Marchicli: print map value in ASCII-betical order of keys
2019-09-30  Simon Marchitests: use bt_cli in test_trace_copy
2019-09-30  Michael Jeansonport: mmap offset alignment on Windows
2019-09-30  Simon Marchitests: delete temporary files in cli/test_help
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-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-29  Simon MarchiFix: cli: don't log error when using help command with...
2019-09-26  Simon MarchiFix: bt2: duplicate test name in test_field.py
2019-09-26  Simon Marchibt2: remove unused variable in UserMessageIteratorSeekN...
2019-09-26  Simon MarchiFix: bt2: duplicate test name in _IntegerRangeTestCase
2019-09-26  Simon MarchiFix: bt2: use of undefined variable in _VariantFieldCla...
2019-09-26  Simon MarchiFix: bt2: unused assignments in test_field_class.py
2019-09-26  Simon Marchibt2: print actual and expected lengths in _StaticArrayF...
2019-09-26  Simon Marchibt2: ignore comparison to None flake8 warnings in test_...
2019-09-26  Simon Marchibt2: remove duplicate test test_create_from_vint in...
2019-09-26  Simon Marchibt2: remove duplicated test test_setitem_none in ArrayV...
2019-09-26  Simon Marchibt2: rename test with conflicting name in test_trace.py
2019-09-26  Simon MarchiAdd setup.cfg with sensible flake8 configuration
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-26  Jonathan RajotteFix: tests: live: listen on python < 3.5 needs backlog...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-25  Simon Marchibt2: make it possible to remove a trace class or trace...
2019-09-25  Simon Marchibt2: make it work for Python 3.4
2019-09-25  Philippe ProulxUpdate project plugins's properties
2019-09-25  Philippe Proulxutils.sh: expand `${extra_details_args[@]}` conditionally
2019-09-25  Philippe Proulxsink.text.details: add `with-data` initialization parameter
next
This page took 0.040296 seconds and 4 git commands to generate.