babeltrace.git
2019-11-01  Jérémie GalarneauUpdate version to v2.0.0-rc2 v2.0.0-rc2
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: add missing `#include...
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: remove usage of `bt_object`
2019-11-01  Francis Deslaurierslib: lib-logging.c: `Babeltrace library` -> `libbabeltr...
2019-11-01  Francis Deslauriersctf: msg-iter.c: rename `notit` to `msg_it`
2019-11-01  Francis Deslauriersctf: msg-iter.c: use `_APPEND_CAUSE` variants of loggin...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: use `_APPEND_CAUSE` variants of...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: make `lttng_live_attach_session...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: make `lttng_live_get_one_metadata_p...
2019-11-01  Simon Marchilogging: ignore -Wundef in log.c
2019-11-01  Francis Deslaurierslib: Make `bt_version_get_*() return unsigned int
2019-11-01  Francis DeslauriersRename `BT_RANGE_SET_` to `BT_INTEGER_RANGE_SET_`
2019-11-01  Simon Marchibt2: validate parameters to _TraceClass.create_stream_c...
2019-11-01  Simon Marchitests: use assertRaisesRegex instead of assertRaises...
2019-11-01  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-11-01  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-11-01  Francis DeslauriersCleanup: ctf: msg-iter.c: rename `ret` to `status`
2019-11-01  Francis DeslauriersCleanup: ctf: remove duplicated logging statement
2019-11-01  Francis DeslauriersCleanup: msg-iter.c: make `create_msg_*()` return msg
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: NULL check already done...
2019-10-30  Simon Marchicli: Remove unnecessary NULL check in print_value_rec
2019-10-30  Jérémie Galarneausource.ctf.lttng-live: clean-up: don't restart session...
2019-10-30  Jérémie Galarneausource.ctf.lttng-live: clean-up: don't restart stream...
2019-10-30  Jérémie GalarneauFix: source.ctf.lttng-live: assertion on equal messages
2019-10-30  Jérémie GalarneauAdd compile_commands.json to .gitignore
2019-10-30  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-30  Simon MarchiFix: add missing decoder-packetized-file-stream-to...
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Simon Marchictf: Remove redundant declarations of lexer/parser...
2019-10-30  Simon Marchictf-writer: Fix -Wredundant-decls warning
2019-10-30  Simon MarchiFix: ctf-writer: field_type_common_has_known_id always...
2019-10-30  Simon MarchiFix -Wshadow warnings
2019-10-30  Simon Marchidebug-info: fix one -Wnull-dereference warning
2019-10-30  Simon Marchictf: define yystrlen to strlen
2019-10-30  Simon Marchictf: Fix one -Wnull-dereference warning
2019-10-30  Simon Marchictf, ctf-writer: Fix -Wnull-dereference warnings
2019-10-30  Simon MarchiFix -Wjump-misses-init warnings
2019-10-30  Simon MarchiFix -Wmissing-include-dirs warnings
2019-10-30  Simon MarchiFix -Wduplicated-cond warnings
2019-10-30  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-30  Francis DeslauriersFix: log.h: missing defines of `_ERRNO()` macros to...
2019-10-30  Simon MarchiFix -Wsuggest-attribute warnings
2019-10-30  Simon MarchiFix -Wstrict-prototypes warnings
2019-10-30  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-30  Simon MarchiFix: tests: add cli/params/test_params to Makefile...
2019-10-30  Francis DeslauriersCleanup: babeltrace2-cfg-cli-args.c: coding style
2019-10-30  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-30  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-30  Francis Deslaurierslib: make `bt_attributes_get_count()` return uint64_t
2019-10-30  Simon MarchiUse typeof instead of __auto_type
2019-10-30  Simon MarchiFix: src.ctf.fs: free ds_file_info when add_ds_file_to_...
2019-10-30  Simon MarchiFix: define macros for logging levels
2019-10-30  Francis DeslauriersTests: debug-info: compare output of `CompleteSrc`
2019-10-30  Francis DeslauriersTests: debug-info: compare without `debug-info` component
2019-10-30  Francis Deslauriersdebug-info: have `copy_*_content()` function return...
2019-10-30  Francis Deslauriersflt.lttng-utils.debug-info: add all SC and EC to output...
2019-10-30  Simon MarchiFix: param-validation: remove memory leaks
2019-10-30  Francis DeslauriersFix: shadowed variables
2019-10-30  Simon Marchisrc.ctf.fs: append error causes in ctf_fs_file_open
2019-10-30  Simon Marchilib: add _msg parameters to _ERRNO logging macros
2019-10-30  Philippe Proulxlib: remove plugin's ABI version
2019-10-30  Philippe ProulxRemove unused `src/lib/trace-ir/clock-snapshot-set.h`
2019-10-30  Philippe Proulxlib: remove unused bt_graph_remove_unconnected_component()
2019-10-30  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-30  Simon Marchilib: remove includes from logging.h
2019-10-30  Simon Marchibt2: make log functions clear error indicator
2019-10-30  Simon MarchiFix: bt2: clear Python error indicator in trace and...
2019-10-30  Simon Marchibt2: normalize the code to use some commonly used patterns
2019-10-30  Simon Marchibt2: rename exception handling functions
2019-10-30  Simon Marchisrc.ctf.fs: error out when failing to create index
2019-10-30  Francis Deslauriersbt2: Force usage of MapValue object on component init
2019-10-30  Simon MarchiFix: consider index of all files for data stream groups...
2019-10-30  Simon MarchiUse assertRegex instead of assertRegexpMatches
2019-10-30  Simon MarchiFix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_...
2019-10-30  Francis DeslauriersCleanup: Dead assignments
2019-10-30  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: Dead assignment
2019-10-17  Jérémie GalarneauUpdate version to v2.0.0-rc1 v2.0.0-rc1
2019-10-17  Simon MarchiFix: avoid double-free in build_index_from_idx_file
2019-10-17  Francis DeslauriersFix: ctf: query.c: Unchecked fclose() return value
2019-10-17  Simon MarchiBump required glib version to 2.28
2019-10-17  Simon Marchitests: test eq and ne operators of fields and values...
2019-10-17  Simon Marchitests: test_field.py: enable tests using _test_binop_lh...
2019-10-17  Philippe Proulxbabeltrace2-intro(7): refer to `babeltrace2(1)` i/o...
2019-10-17  Philippe Proulxbabeltrace2-intro(7): add more changes since Babeltrace 1
2019-10-17  Francis DeslauriersCleanup: src.ctf.lttng-live: Dead assignment
2019-10-17  Simon Marchitests: remove test_ctf_writer_clock.py
2019-10-17  Francis DeslauriersFix: flt.lttng-utils.debug-info: Dereference after...
2019-10-17  Philippe Proulxdoc/man/common-footer.txt: fix Git repository and bug...
2019-10-17  Philippe ProulxUpdate project's README
2019-10-17  Philippe Proulxdoc/man/common-footer.txt: refer to `#lttng` IRC channe...
2019-10-17  Philippe Proulxdoc/man/common-footer.txt: update bug tracker resource
2019-10-17  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-17  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-17  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-17  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-17  Simon MarchiFix: destroy_pretty_data: move NULL check earlier
2019-10-17  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-17  Simon MarchiFix: check for NULL in destroy_pretty_data
2019-10-17  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-17  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: coding style fixes
next
This page took 0.039559 seconds and 4 git commands to generate.