projects
/
babeltrace.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bt2: add `IntegerRangeSet` const classes
[babeltrace.git]
/
tests
/
2019-10-03
Francis Deslauriers
bt2: add `IntegerRangeSet` const classes
tree
|
commitdiff
2019-10-03
Francis Deslauriers
Tests: bt2: move `_create_const_field()` to utils.py
tree
|
commitdiff
2019-10-03
Simon Marchi
lib: make it mandatory to have seek_X if can_seek_X...
tree
|
commitdiff
2019-10-03
Simon Marchi
lib: make can_seek_ns_from_origin logic use `can_seek_f...
tree
|
commitdiff
2019-10-02
Simon Marchi
tests: remove CR characters from expected file in test_live
tree
|
commitdiff
2019-10-02
Simon Marchi
tests: use os.rename instead of os.replace in lttng_liv...
tree
|
commitdiff
2019-10-02
Simon Marchi
tests: convert paths passed to lttng_live_server.py
tree
|
commitdiff
2019-10-02
Simon Marchi
tests: name temporary files in test_live
tree
|
commitdiff
2019-10-02
Simon Marchi
cli: print map value in ASCII-betical order of keys
tree
|
commitdiff
2019-09-30
Simon Marchi
tests: use bt_cli in test_trace_copy
tree
|
commitdiff
2019-09-30
Simon Marchi
tests: delete temporary files in cli/test_help
tree
|
commitdiff
2019-09-30
Francis Deslauriers
Cleanup: tests: remove debugging `diag` leftover
tree
|
commitdiff
2019-09-30
Francis Deslauriers
Rename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
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-29
Simon Marchi
Fix: cli: don't log error when using help command with...
tree
|
commitdiff
2019-09-26
Simon Marchi
Fix: bt2: duplicate test name in test_field.py
tree
|
commitdiff
2019-09-26
Simon Marchi
bt2: remove unused variable in UserMessageIteratorSeekN...
tree
|
commitdiff
2019-09-26
Simon Marchi
Fix: bt2: duplicate test name in _IntegerRangeTestCase
tree
|
commitdiff
2019-09-26
Simon Marchi
Fix: bt2: use of undefined variable in _VariantFieldCla...
tree
|
commitdiff
2019-09-26
Simon Marchi
Fix: bt2: unused assignments in test_field_class.py
tree
|
commitdiff
2019-09-26
Simon Marchi
bt2: ignore comparison to None flake8 warnings in test_...
tree
|
commitdiff
2019-09-26
Simon Marchi
bt2: remove duplicate test test_create_from_vint in...
tree
|
commitdiff
2019-09-26
Simon Marchi
bt2: remove duplicated test test_setitem_none in ArrayV...
tree
|
commitdiff
2019-09-26
Simon Marchi
bt2: rename test with conflicting name in test_trace.py
tree
|
commitdiff
2019-09-26
Simon Marchi
lib: pass config object to message iterator init method...
tree
|
commitdiff
2019-09-26
Jonathan Rajotte
Fix: tests: live: listen on python < 3.5 needs backlog...
tree
|
commitdiff
2019-09-25
Simon Marchi
lib: pass config objects to component init methods
tree
|
commitdiff
2019-09-25
Simon Marchi
bt2: make it possible to remove a trace class or trace...
tree
|
commitdiff
2019-09-25
Philippe Proulx
Update project plugins's properties
tree
|
commitdiff
2019-09-25
Philippe Proulx
utils.sh: expand `${extra_details_args[@]}` conditionally
tree
|
commitdiff
2019-09-25
Philippe Proulx
sink.text.details: add `with-data` initialization parameter
tree
|
commitdiff
2019-09-25
Philippe Proulx
Add basic `sink.text.details` tests
tree
|
commitdiff
2019-09-24
Philippe Proulx
sink.text.details: don't write `:` after `Packet beginn...
tree
|
commitdiff
2019-09-24
Jonathan Rajotte
Tests: src.ctf.lttng-live: add inverse ordering from...
tree
|
commitdiff
2019-09-24
Philippe Proulx
Add LTTng-independent `src.ctf.lttng-live` tests
tree
|
commitdiff
2019-09-24
Francis Deslauriers
bt2: field.py: raise ValueError when setting out of...
tree
|
commitdiff
2019-09-20
Francis Deslauriers
cli: make `--clock-force-correlate` use `force-clock...
tree
|
commitdiff
2019-09-20
Francis Deslauriers
src.ctf.fs: add `force-clock-class-origin-unix-epoch...
tree
|
commitdiff
2019-09-20
Simon Marchi
bt2: print error causes in bt2._Error.__str__
tree
|
commitdiff
2019-09-20
Simon Marchi
tests: utils.sh: add lttng-utils plugin to plugin path
tree
|
commitdiff
2019-09-19
Francis Deslauriers
Fix: test_dwarf.c: close() argument cannot be negative
tree
|
commitdiff
2019-09-19
Simon Marchi
Fix: output non-LTTng CTF trace with same relative...
tree
|
commitdiff
2019-09-18
Simon Marchi
bt2: add `if __name__ == '__main__'` snippet to all...
tree
|
commitdiff
2019-09-17
Simon Marchi
bt2: expose seek_ns_from_origin and can_seek_ns_from_origin
tree
|
commitdiff
2019-09-17
Simon Marchi
bt2: test_message_iterator: use assertIs instead of...
tree
|
commitdiff
2019-09-17
Simon Marchi
bt2: make can_seek_beginning a method instead of a...
tree
|
commitdiff
2019-09-17
Simon Marchi
lib: make can_seek_beginning and can_seek_ns_from_origi...
tree
|
commitdiff
2019-09-17
Simon Marchi
bt2: refactor test_message_iterator
tree
|
commitdiff
2019-09-16
Simon Marchi
tests: make UUIDs under data/ctf-traces/intersection...
tree
|
commitdiff
2019-09-12
Simon Marchi
bt2: allow getting self output port from user message...
tree
|
commitdiff
2019-09-12
Francis Deslauriers
bt2: add `__hash__()` method on hashable fields
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: tests: Assert CC type, not if a subclass
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add `Const` suffix to non-user component-related...
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add `Const` suffix to `_*Port` classes and adapt...
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add `Const` suffix to `_Connection` class and...
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add remaining trace-ir `*Const` classes and adapt...
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add `_Clock*Const` classes and adapt tests
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: Add `*ValueConst` classes and adapt tests
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: field.py: add index check in `selected_option_inde...
tree
|
commitdiff
2019-09-10
Francis Deslauriers
bt2: field.py: add `_count` method to `_VariantField`
tree
|
commitdiff
2019-09-06
Simon Marchi
lib: make message iterator creation functions return...
tree
|
commitdiff
2019-09-06
Simon Marchi
rename `babeltrace.trace-info` to `babeltrace.trace...
tree
|
commitdiff
2019-09-04
Simon Marchi
bt2: pass all params to `babeltrace.trace-info` query...
tree
|
commitdiff
2019-09-04
Simon Marchi
ctf: remove `intersection-range-ns` from `babeltrace...
tree
|
commitdiff
2019-09-04
Simon Marchi
ctf: make src.ctf.fs group inputs by UUID in `babeltrac...
tree
|
commitdiff
2019-08-29
Simon Marchi
ctf: remove unused fields from `babeltrace.trace-info...
tree
|
commitdiff
2019-08-27
Simon Marchi
tests: fix 'expected 2 blank lines, found 1' warning...
tree
|
commitdiff
2019-08-27
Simon Marchi
python: fix all 'imported but unused' warnings
tree
|
commitdiff
2019-08-27
Simon Marchi
python: fix all 'is assigned to but never used' warnings
tree
|
commitdiff
2019-08-27
Simon Marchi
autodisc: don't accept NULL values for `support-info...
tree
|
commitdiff
2019-08-27
Simon Marchi
bt2: make ComponentSpec take a component class object
tree
|
commitdiff
2019-08-17
Simon Marchi
bt2: don't show warning when query method raises a...
tree
|
commitdiff
2019-08-17
Philippe Proulx
Fix: pass `inputs` parameter to implicit `src.ctf.lttng...
tree
|
commitdiff
2019-08-17
Simon Marchi
cli: allow map values in --params arguments
tree
|
commitdiff
2019-08-17
Simon Marchi
tests: add tests for CLI params parsing
tree
|
commitdiff
2019-08-16
Francis Deslauriers
Tests: ctf: add basic `metadata-info` query test
tree
|
commitdiff
2019-08-16
Francis Deslauriers
bt2: add `StringValue.__contains__()` method
tree
|
commitdiff
2019-08-16
Philippe Proulx
cli: `convert` command: do not allow more than one...
tree
|
commitdiff
2019-08-16
Philippe Proulx
cli: make --plugin-path and --omit-{system,home}-plugin...
tree
|
commitdiff
2019-08-16
Philippe Proulx
Add all CLI `convert` command's tests to project's...
tree
|
commitdiff
2019-08-16
Philippe Proulx
Fix: test_convert_args: use correct path to `utils.sh`
tree
|
commitdiff
2019-08-16
Philippe Proulx
lib: make empty array/map appending/inserting functions...
tree
|
commitdiff
2019-08-16
Francis Deslauriers
Tests: ctf: add tracers timestamp quirks workaround...
tree
|
commitdiff
2019-08-15
Philippe Proulx
lib: rename bt_value_array_get_size() -> bt_value_array...
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: rename `_Trace.env` -> `_Trace.environment`
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: add user attributes property support
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: rename `_Field.field_class` -> `_Field.cls`
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: add bit array field class and field support
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: add option field class and field support
tree
|
commitdiff
2019-08-15
Philippe Proulx
bt2: add boolean field class and field support
tree
|
commitdiff
2019-08-14
Simon Marchi
tests: return 0 instead of None for unknown file in...
tree
|
commitdiff
2019-08-14
Jonathan Rajotte
bt_uuid_compare: return actual comparison
tree
|
commitdiff
2019-08-13
Philippe Proulx
lib: bt_graph_create(): accept MIP version
tree
|
commitdiff
2019-08-13
Philippe Proulx
bt2: add bt2.get_{greatest_operative,maximal}_mip_version()
tree
|
commitdiff
2019-08-13
Philippe Proulx
bt2: _IntegerRangeSet.add(): make it possible to add...
tree
|
commitdiff
2019-08-13
Philippe Proulx
bt2: add `ComponentDescriptor` class and test
tree
|
commitdiff
2019-08-12
Simon Marchi
bt2: remove unused imports
tree
|
commitdiff
2019-08-12
Simon Marchi
bt2: raise an exception if an AutoSourceComponentSpec...
tree
|
commitdiff
2019-08-12
Simon Marchi
tests: remove bt_diff_cli_sorted from utils.sh
tree
|
commitdiff
next
This page took
0.042238 seconds
and
7
git commands to generate.