projects
/
babeltrace.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sink.utils.counter: remove unnecessary check in counter_consume()
[babeltrace.git]
/
src
/
plugins
/
text
/
2024-01-23
Simon Marchi
Fix typos
tree
|
commitdiff
2023-11-03
Simon Marchi
sink.text.details: remove unused parameter from configu...
tree
|
commitdiff
2023-11-02
Michael Jeanson
Reduce the number of Makefiles in 'src/' even MOAR!
tree
|
commitdiff
2023-11-02
Michael Jeanson
configure: re-enable '-Wunused-parameter'
tree
|
commitdiff
2023-10-26
Michael Jeanson
Reduce the number of Makefiles in 'src/'
tree
|
commitdiff
2023-10-26
Michael Jeanson
Reduce the number of Makefiles in 'src/plugins/text'
tree
|
commitdiff
2023-10-20
Simon Marchi
common: introduce bt_g_array_index
tree
|
commitdiff
2023-03-30
Simon Marchi
Visibility hidden by default
tree
|
commitdiff
2022-03-08
Simon Marchi
Fix: src.text.details: use write_uint_prop_value to...
tree
|
commitdiff
2021-11-12
Simon Marchi
Add --enable-asan configure option
tree
|
commitdiff
2020-10-28
Michael Jeanson
port: add 'notext' keyword linker support
tree
|
commitdiff
2020-08-06
Geneviève Bastien
sink.text.pretty: add optional `print-enum-flags` parameter
tree
|
commitdiff
2020-04-21
Simon Marchi
Fix: sink.text.pretty: assign status at the end of...
tree
|
commitdiff
2020-04-15
Simon Marchi
sink.text.pretty: append error causes where applicable
tree
|
commitdiff
2020-04-15
Simon Marchi
sink.text.pretty: simplify error handling in pretty_consume
tree
|
commitdiff
2020-04-15
Simon Marchi
sink.text.pretty: update logging macros
tree
|
commitdiff
2020-04-15
Simon Marchi
Fix: sink.text.pretty: check that port is connected...
tree
|
commitdiff
2020-04-11
Simon Marchi
source.text.dmesg: use BT_COMP_LOGE_APPEND_CAUSE
tree
|
commitdiff
2020-04-11
Simon Marchi
source.text.dmesg: replace switch to convert status...
tree
|
commitdiff
2020-04-11
Simon Marchi
configure: remove -Wno-format-nonliteral
tree
|
commitdiff
2020-04-11
Simon Marchi
sink.text.details: sprinkle BT_COMP_LOGE_APPEND_CAUSE...
tree
|
commitdiff
2020-04-11
Simon Marchi
sink.text.details: replace switch to convert status...
tree
|
commitdiff
2020-04-10
Simon Marchi
Fix: src.text.dmesg: add missing assignment of `status...
tree
|
commitdiff
2020-04-10
Simon Marchi
Fix: sink.text.details: goto error when failing to...
tree
|
commitdiff
2020-04-10
Michael Jeanson
Move to kernel style SPDX license identifiers
tree
|
commitdiff
2020-03-12
Simon Marchi
sink.text.details: remove LOG_WRONG_PARAM_TYPE
tree
|
commitdiff
2020-03-09
Simon Marchi
common: cast arguments to character classification...
tree
|
commitdiff
2020-03-06
Simon Marchi
sink.text.pretty: remove error checks for bt_field_borr...
tree
|
commitdiff
2020-01-15
Philippe Proulx
lib: msg. iter. inactivity message has a simple CS...
tree
|
commitdiff
2020-01-13
Philippe Proulx
lib: remove self component param. from msg. iterator...
tree
|
commitdiff
2020-01-10
Philippe Proulx
lib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAG...
tree
|
commitdiff
2020-01-10
Philippe Proulx
lib: rename "self comp. input port message iter." ...
tree
|
commitdiff
2020-01-08
Simon Marchi
lib: introduce bt_message_iterator_class
tree
|
commitdiff
2019-11-20
Simon Marchi
Make some bt_param_validation_map_value_entry_descr...
tree
|
commitdiff
2019-11-15
Philippe Proulx
lib: make bt_value_map_foreach_entry_{const_}func(...
tree
|
commitdiff
2019-11-12
Philippe Proulx
Emit dedicated bright terminal color codes if supported
tree
|
commitdiff
2019-11-04
Simon Marchi
Rename pc_msg_iter fields to self_msg_iter
tree
|
commitdiff
2019-11-03
Philippe Proulx
Add bt_common_abort() and use it instead of abort(...
tree
|
commitdiff
2019-10-31
Francis Deslauriers
Cleanup: add `#include <stdbool.h>` whenever `bool...
tree
|
commitdiff
2019-10-29
Simon Marchi
Fix -Wmissing-prototypes/-Wmissing-declarations warnings
tree
|
commitdiff
2019-10-29
Simon Marchi
Fix -Wmissing-include-dirs warnings
tree
|
commitdiff
2019-10-22
Francis Deslauriers
Fix: shadowed variables
tree
|
commitdiff
2019-10-22
Philippe Proulx
Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
tree
|
commitdiff
2019-10-15
Philippe Proulx
lib, plugins: use bt_field_class_type_is() where suitable
tree
|
commitdiff
2019-10-15
Philippe Proulx
lib: rename option/var. "selector" to "selector field"
tree
|
commitdiff
2019-10-15
Philippe Proulx
lib: have dedicated "dynamic array FC with/without...
tree
|
commitdiff
2019-10-15
Simon Marchi
Fix: destroy_pretty_data: move NULL check earlier
tree
|
commitdiff
2019-10-15
Simon Marchi
Fix: check for NULL in destroy_pretty_data
tree
|
commitdiff
2019-10-11
Simon Marchi
sink.text.pretty: validate parameters using param-valid...
tree
|
commitdiff
2019-10-11
Simon Marchi
src.text.dmesg: validate parameters using param-validation
tree
|
commitdiff
2019-10-11
Simon Marchi
sink.text.details: validate parameters using param...
tree
|
commitdiff
2019-10-04
Philippe Proulx
lib, bt2: rename "signed/unsigned sel." -> "integer...
tree
|
commitdiff
2019-10-04
Philippe Proulx
lib: add option field classes with integer selectors
tree
|
commitdiff
2019-10-03
Simon Marchi
lib: make it mandatory to have seek_X if can_seek_X...
tree
|
commitdiff
2019-09-30
Francis Deslauriers
Rename `init` methods to `initialize`
tree
|
commitdiff
2019-09-30
Francis Deslauriers
lib: split real FC/field into single and double prec...
tree
|
commitdiff
2019-09-26
Simon Marchi
lib: pass config object to message iterator init method...
tree
|
commitdiff
2019-09-25
Simon Marchi
lib: pass config objects to component init methods
tree
|
commitdiff
2019-09-25
Philippe Proulx
Update project plugins's properties
tree
|
commitdiff
2019-09-25
Philippe Proulx
sink.text.details: add `with-data` initialization parameter
tree
|
commitdiff
2019-09-24
Philippe Proulx
sink.text.details: don't write `:` after `Packet beginn...
tree
|
commitdiff
2019-09-17
Simon Marchi
lib: make can_seek_beginning and can_seek_ns_from_origi...
tree
|
commitdiff
2019-09-06
Simon Marchi
lib: make message iterator creation functions return...
tree
|
commitdiff
2019-08-15
Philippe Proulx
lib: rename bt_value_array_get_size() -> bt_value_array...
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.details: print user attributes
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.details: print bit array field classes and...
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.pretty: print bit array fields
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.details: use write_none_prop_value() for...
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.details: print option field classes and fields
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.pretty: print option fields
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.details: print boolean field classes and...
tree
|
commitdiff
2019-08-15
Philippe Proulx
sink.text.pretty: print boolean fields
tree
|
commitdiff
2019-08-09
Philippe Proulx
Fix: dmesg.c: deference before `NULL` check
tree
|
commitdiff
2019-07-26
Philippe Proulx
Move `src/plugins/comp-logging.h` -> `src/logging/comp...
tree
|
commitdiff
2019-07-26
Philippe Proulx
lib: standardize listener ID types with new `bt_listene...
tree
|
commitdiff
2019-07-26
Philippe Proulx
lib: rename `bt_scope` -> `bt_field_path_scope`
tree
|
commitdiff
2019-07-24
Philippe Proulx
lib: create input port msg iterator from self {msg...
tree
|
commitdiff
2019-07-23
Philippe Proulx
Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
tree
|
commitdiff
2019-07-21
Mathieu Desnoyers
sink.text.pretty: don't use printf for binary values
tree
|
commitdiff
2019-07-21
Mathieu Desnoyers
sink.text.pretty: use bt_common_g_string_append and...
tree
|
commitdiff
2019-07-21
Mathieu Desnoyers
sink.text.pretty: remove field filtering
tree
|
commitdiff
2019-07-21
Mathieu Desnoyers
sink.text.pretty: do not printf field name strings
tree
|
commitdiff
2019-07-21
Mathieu Desnoyers
sink.text.pretty: use bt_common_g_string_append_printf
tree
|
commitdiff
2019-07-20
Philippe Proulx
lib: rename functions to clearly indicate API inheritance
tree
|
commitdiff
2019-07-18
Philippe Proulx
lib: decouple variant FC option names from selector...
tree
|
commitdiff
2019-07-10
Philippe Proulx
Standardize `strcmp(a, b) == 0` instead of `!strcmp...
tree
|
commitdiff
2019-07-10
Philippe Proulx
Do not check `NULL` to call g_free(): g_free() accepts...
tree
|
commitdiff
2019-07-10
Michael Jeanson
Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
tree
|
commitdiff
2019-07-09
Philippe Proulx
lib: make packets and packet messages optional, disable...
tree
|
commitdiff
2019-07-08
Philippe Proulx
sink.text.details: write discarded events/packets CS...
tree
|
commitdiff
2019-07-08
Michael Jeanson
Replace libuuid with internal implementation
tree
|
commitdiff
2019-07-08
Simon Marchi
lib: remove stream activity messages
tree
|
commitdiff
2019-07-06
Philippe Proulx
lib: move trace class's name, UUID, and environment...
tree
|
commitdiff
2019-07-06
Philippe Proulx
plugins: call bt_current_thread_clear_error() when...
tree
|
commitdiff
2019-07-04
Jonathan Rajotte
Assign *_STATUS_OK to ret
tree
|
commitdiff
2019-07-04
Philippe Proulx
Fix: sink.text.pretty: support unknown event class...
tree
|
commitdiff
2019-07-03
Philippe Proulx
Fix compiler -Wall warnings (mostly incompatible enumer...
tree
|
commitdiff
2019-07-03
Philippe Proulx
lib: strictly type function return status enumerations
tree
|
commitdiff
2019-06-20
Philippe Proulx
sink.text.details: use BT_COMP_LOG*() instead of BT_LOG*()
tree
|
commitdiff
2019-06-20
Philippe Proulx
sink.text.details: honor component's initial log level
tree
|
commitdiff
next
This page took
0.08463 seconds
and
7
git commands to generate.