2019-07-18 |
Philippe Proulx | Standardize `strcmp(a, b) == 0` instead of `!strcmp...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Do not check `NULL` to call g_free(): g_free() accepts...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | Fix: bt2: adjust reference counting of value objects
|
commit | commitdiff | tree |
2019-07-18 |
Michael Jeanson | Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
|
commit | commitdiff | tree |
2019-07-18 |
Michael Jeanson | tests: update test_trimming to remove the wrapper
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | trimmer: proper formatting of timestamp conversion...
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | tests: specify the timezone offset
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | Fix: use return of bt_localtime_r as success criteria
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: put __BT_UPCAST() and __BT_UPCAST_CONST() in ...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Move `include/babeltrace2/ctf-writer` -> `include/babeltrace...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Remove legacy `include/babeltrace2/{ctf-ir,ctf}` directories
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: standardize public header copyright notice
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: remove "For *" comments in public headers
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: force user to include `<babeltrace2/babeltrace.h>`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: standardize public include guards
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | src/{ctfser,fd-cache}/Makefile.am: remove unneeded...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: lib: conflicting types for `bt_plugin_set_get_plugin_count`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: CTF writer: make library have its own public ...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_value`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Rename WARN log level to WARNING
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | src/lib/{current-thread,error}.c: put precond. assertion...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib/lib-logging.c: fix GCC warning: check return value...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | cli: append error cause when graph or query executor...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: make packets and packet messages optional, disabled...
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | fix: test_trimmer on macOs and Solaris
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | tests: Use DYLD_LIBRARY_PATH on macOSX
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | doc: Use DYLD_LIBRARY_PATH on macOSX
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Tests: move `test_bitfield` outside lib tests, add...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: bt_plugin_so_shared_lib_handle_destroy(): use...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib/graph/message/stream.c: fix clock snapshot leak
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib/trace-ir/clock-snapshot.c: assert that the parameter...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | sink.text.details: write discarded events/packets CS...
|
commit | commitdiff | tree |
2019-07-18 |
Michael Jeanson | tests: replace xargs workaround with bash array expansion
|
commit | commitdiff | tree |
2019-07-18 |
Michael Jeanson | Replace libuuid with internal implementation
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | cli: move `--params` option's format parsing to its...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | lib: remove stream activity messages
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: bt_ctfser_write_float64(): use `double` in union...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | tests: don't swallow stderr when running babeltrace CLI
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: move trace class's name, UUID, and environment...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | cli: print current thread's error causes, if any, before...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Add bt_common_get_term_size()
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Add bt_common_fold()
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | src.ctf.fs: append error cause when no traces are found...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: add internal BT_LIB_LOG*_APPEND_CAUSE() macros
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | cli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | tests: call bt_current_thread_clear_error() when handling...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | cli: clear current thread's error, if any, before exiting
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | plugins: call bt_current_thread_clear_error() when...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: add thread-safe error reporting API
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: keep plugin name, if any, in component class structure
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | src.ctf.fs: remove leftover use of pointer arithmetics
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | bt2: namespace private attributes of inheritable classes
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | tests: bt2: use `addr` attribute instead of private...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | cli: fix typo in error message
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | Fix: src.ctf.fs: segfault following `bt_msg_iter_seek()`
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | Fix: src.ctf.fs: trace-info: port_name memory leak
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | bt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBACK...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | trimmer: use g_match_info_free instead of g_match_info_unref
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | tests: bt2: Fix `run_python_bt2` usage example
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | CONTRIBUTING.adoc: add how to run `bt2` tests
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | tests: bt2: add `--test-case` argument to testrunner.py
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | Fix: src.ctf.fs: pointer arithmetics on non-adjacent...
|
commit | commitdiff | tree |
2019-07-18 |
Francis Deslauriers | bt2: update `pyproject.toml` following directories...
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | Do not use diagnostic pragma when GCC version is lower...
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | Missing define when not building with gcc
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | Assign *_STATUS_OK to ret
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: sink.text.pretty: support unknown event class...
|
commit | commitdiff | tree |
2019-07-18 |
Michael Jeanson | tests: Remove stale tests launcher
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | tests: Add ".exe" when running on a mingw system
|
commit | commitdiff | tree |
2019-07-18 |
Jonathan Rajotte | Fix: log_level usage on mingw platform
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | tests: add python plugin provider path to lib search...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | Fix: trimmer: use regexes to parse dates and times
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | tests: Use diff -u
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix compiler -Wall warnings (mostly incompatible enumerations)
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | trimmer: remove unused function
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Add back (adapted) `test_bt_values` and `test_graph_topo`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Allow only TRACE, DEBUG, and INFO as the build-time...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: strictly type function return status enumerations
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | tests/lib: remove `test_bt_values` and `test_graph_topo`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | Fix: bt_packet_context_field_create(): remove "frozen...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: array test cases: add non-sequence...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: test complex number RHS for...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_value.py: make `BoolValueTestCase` inherit `_TestNumeri...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_value.py: _inject_numeric_testing_methods(): remove...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | test_{field,value}.py: add comments
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: create_value(): check `numbers` and `collections...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: _ArrayField.__setitem__(): do not check type
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: _value_to_int(): require `numbers.Integral`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: numeric classes: remove __i*__ operators
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: _IntegerValue._value_to_int(): require...
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: numeric classes: remove __i*__ operators
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: make `BoolValue` inherit `_IntegralValue`
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: field.py: refactor field comparison
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: value.py: refactor value comparison
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | bt2: make `_ArrayField` inherit `collections.abc.MutableSequ...
|
commit | commitdiff | tree |
2019-07-18 |
Simon Marchi | bt2: let Python message iterators implement seek beginning
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: message.h: require logging
|
commit | commitdiff | tree |
2019-07-18 |
Philippe Proulx | lib: internal: object-pool.h: require logging
|
commit | commitdiff | tree |
next |