babeltrace.git
2019-05-03  Francis DeslauriersFix: maybe-uninitialized warning in create_relative_fie...
2019-05-03  Francis DeslauriersFix: unused-variable warnings in lib/graph/iterator.c
2019-05-03  Francis DeslauriersFix: maybe-uninitialized warning in bt_ctf_stream_flush()
2019-05-03  Francis DeslauriersFix: unused-variable warnings in bt_X_freeze() when...
2019-05-03  Francis DeslauriersFix: src.ctf.fs: metadata-info: sanitize `path` param
2019-05-03  Francis DeslauriersFix: flt.lttng-utils.debug-info: extra colon in `bin...
2019-05-03  Simon Marchidebug info: Skip test that depends on Python bindings
2019-05-03  Simon Marchibabeltrace: Remove leftovers
2019-05-03  Simon Marchidoc: Make python bindings doc build
2019-05-03  Simon Marchipython-plugin-provider: Make it build
2019-05-03  Simon MarchiRemove clock_class_priority_map.py
2019-05-03  Philippe ProulxFix: headers: make static inline upcasts compatible...
2019-05-03  Philippe ProulxFix: headers: add missing end of `extern "C"` curly...
2019-05-03  Philippe ProulxFix: include/Makefile.am: add missing `babeltrace/ctf...
2019-05-03  Simon Marchibt2: Rename files to use singular form
2019-05-03  Simon Marchibt2: Mass clock_value -> clock_snapshot rename
2019-05-03  Simon Marchibt2: Mass field_types -> field_class rename
2019-05-03  Simon Marchibt2: Mass notification -> message rename
2019-05-03  Simon Marchibt2: Sync native_bt_field_class.i with field-class...
2019-05-03  Philippe Proulxlib: have dedicated, unique unsigned and signed enum...
2019-05-03  Simon Marchitests/bindings/python: Mark all tests as skipped
2019-05-03  Simon Marchibindings/python/bt2: Make the bt2 package importable
2019-05-03  Simon Marchilib: Fix function name to match declaration
2019-05-03  Simon MarchiAdd env wrapper to facilitate importing the in-tree...
2019-05-03  Simon Marchibindings/python/bt2: Make the bt2 Python bindings build
2019-05-03  Simon Marchilib: Make bt_value_null a const pointer
2019-05-03  Simon Marchictf: Add dash to stream name suffixes
2019-05-03  Simon Marchictf: Use environment fields provided by LTTng to make...
2019-05-03  Philippe Proulxcli: put space after comma between array elements
2019-05-03  Philippe ProulxFix: test_convert_args: fix malformed test line
2019-05-03  Philippe Proulxtest_convert_args: test multiple leftover arguments
2019-05-03  Philippe ProulxFix: test_convert_args: fix expected arguments
2019-05-03  Francis Deslaurierscli: mimic behavior of BT1 when trying to attach to...
2019-05-03  Simon Marchiplugins/ctf/fs-src: Session rotation support: merge...
2019-05-03  Simon Marchicli, plugins/ctf/fs-src: Make src.ctf.fs accept multipl...
2019-05-03  Simon Marchicli: Make append_parameter_to_args accept a bt_value...
2019-05-03  Simon Marchicli: Remove support for --key and --value arguments
2019-05-03  Simon Marchicli: Support arrays in parameters
2019-05-03  Simon Marchicli: Adjust integer range check, replace magic numbers...
2019-05-03  Simon Marchicli: Refactor command line value parsing code
2019-05-03  Simon Marchicli: Refactor handling of negative numbers
2019-05-03  Philippe ProulxFix: tests/Makefile.am: do not run missing `flt.utils...
2019-05-03  Francis DeslauriersAdapt `src.ctf.lttng-live` to current API
2019-05-03  Francis Deslaurierssink.text.pretty: print inactivity msg handling with...
2019-05-03  Francis Deslauriersgraph: Fix: bt_graph_configure() does not propagate...
2019-05-03  Francis DeslauriersFix: flt.lttng-utils.debug-info: leaking `bin_dir`...
2019-05-03  Francis DeslauriersFix: flt.lttng-utils.debug-info: ".debug" extension...
2019-05-03  Philippe Proulxlib: field path: have a specific item for "current...
2019-05-03  Philippe ProulxFix: bfcr_get_sequence_length_cb(): do not set text...
2019-05-03  Philippe ProulxFix: `tests/Makefile.am`: do not run missing tests
2019-05-03  Philippe ProulxFix: `tests/ctf-traces/succeed` traces: change CTF...
2019-05-03  Philippe ProulxFix: `test_packet_seq_num.in`: change expected disc...
2019-05-03  Philippe ProulxFix: flt.utils.trimmer: accept inited streams ending...
2019-05-03  Philippe ProulxFix: cli: `flt.utils.trimmer` now expect the `gmt`...
2019-05-03  Philippe ProulxRemove `test_bt_message_iterator`
2019-05-03  Simon MarchiFix: cli: Acquire reference on bt_value_null while...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: cleanup: create dedicated...
2019-05-03  Francis Deslaurierstests: remove unused automake variable
2019-05-03  Francis DeslauriersFix: lib: Mismatch in function declarations and definitions
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: Don't copy trace class...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: Implement file descriptor...
2019-05-03  Francis DeslauriersCleanup: Move `debug-info` in its own sub-directory
2019-05-03  Francis DeslauriersFix: flt.lttng-utils.debug-info: Error in src line...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: cleanup: remove usage old...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: cleanup: only print debug...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: use glib memory and string...
2019-05-03  Francis Deslaurierssink.ctf.fs: Remove unused function
2019-05-03  Simon Marchiplugins/ctf: Remove unused uuid-related fields in struc...
2019-05-03  Philippe Proulx.editorconfig: add `charset = utf-8`
2019-05-03  Simon MarchiAdd .editorconfig file
2019-05-03  Simon MarchiRemove babeltrace 1 Python bindings and tests
2019-05-03  Simon MarchiRemove stale trace-ir test files
2019-05-03  Philippe ProulxBT_ASSERT(): update rendering
2019-05-03  Simon MarchiRe-implement BT_ASSERT without using the assert macro
2019-05-03  Simon MarchiAdjust bt_component_borrow_class to match declaration
2019-05-03  Simon MarchiSmall fixes to include/
2019-05-03  Francis Deslauriersctf-writer: Split clock and clock-class declarations...
2019-05-03  Philippe ProulxAdapt `sink.ctf.fs` to current API
2019-05-03  Philippe Proulxctfser: have dedicated signed/unsigned integer writing...
2019-05-03  Philippe Proulxsrc.ctf.fs: keep empty structures
2019-05-03  Philippe Proulxlib: add structure FC member and variant FC option...
2019-05-03  Philippe ProulxFix: pretty/print.c: print comma and space after trace...
2019-05-03  Philippe ProulxFix: update_field_class_in_ir(): do not have special...
2019-05-03  Philippe ProulxFix: msg-iter.c: accept no packet total and content...
2019-05-03  Philippe ProulxFix: handle_conversion_specifier_std(): use `sizeof...
2019-05-03  Philippe Proulxlib-logging-internal.h: fix minor documentation mistakes
2019-05-03  Philippe ProulxFix: decoder.c: remove forgotten TODO section
2019-05-03  Philippe Proulx`ctf` plugin: infer packet's total size from packet...
2019-05-03  Philippe ProulxFix: msg-iter.c: create packet message with correct...
2019-05-03  Philippe ProulxFix: src.ctf.fs: do not use trace IR objects in queries
2019-05-03  Philippe Proulxflt.utils.muxer: validate clock classes on stream begin...
2019-05-03  Philippe ProulxFix: add_component_with_init_method_data(): freeze...
2019-05-03  Francis Deslauriersplugins/ctf/common: remove unused borrow_named_int_fiel...
2019-05-03  Francis Deslauriersflt.utils.trimmer: fix: variables used uninitialized
2019-05-03  Francis Deslaurierslib: remove unused port_connection_iterators_are_finali...
2019-05-03  Francis Deslaurierslib: remove unused precondition utility function
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: fix: set but not used warnings
2019-05-03  Philippe Proulxlib: mark graph as faulty when adding a comp. or connec...
2019-05-03  Philippe Proulxbt_port_output_message_iterator_create(): check that...
2019-05-03  Philippe Proulxlib: remove bt_connection_is_ended()
next
This page took 0.039941 seconds and 4 git commands to generate.