projects
/
babeltrace.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
babeltrace.git
2015-03-19
Philippe Proulx
objects: optimize loops by using i instead of x
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: Doxygen: add cross-references
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: Doxygen: more details on bt_object_null
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: add bt_object_freeze() and more statuses
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: make static functions also inline
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: Doxygen: \i -> \em
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: introduce enum bt_object_status
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects tests: bt_object_array_set()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: add bt_object_array_set()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: simplify destroy functions
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Philippe Proulx
objects: use GPtrArray instead of GArray
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Jérémie Galarneau
Fix: remove test_bt_objects from SCRIPT_LIST
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Jérémie Galarneau
Mark object type check functions as static
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
ir: add tests for bt_ctf_stream_class_get_event_class_b...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
ir: add bt_ctf_stream_class_get_event_class_by_id()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
ir: add tests for bt_ctf_trace_get_clock_by_name()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
ir: add bt_ctf_trace_get_clock_by_name()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
Add basic object system tests
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Philippe Proulx
Add basic object system
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Change version from 1.3.0 to 1.3.0-pre
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Fix: Don't increment automatic stream-id twice
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Implement bt_ctf_trace stream class accessors
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Tests: Add a bt_ctf_trace_get/set_byte_order() test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Implement bt_ctf_trace_get_byte_order()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Implement bt_ctf_field_type_variant_set_tag_name()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Fix: CTF 1.8 mandates that event "fields" must be a...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Fix: check string payload for NULL before calling g_str...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Implement bt_ctf_event_class_get/set_payload()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Cleanup: move type_id initialization after byte order...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Add Variant and Sequence IR type validation checks
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Remove alias getter from IR field interface
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Mark internal IR field function pointers as const
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Add bt_ctf_field_type_copy() which allows deep copy...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Jérémie Galarneau
Allow unset tags on variant field types
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Update version to 1.3.0
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Fix: Ensure stream endianness is set when initializing...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Fix: Check stream fd value before closing
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Fix: missing allocation error check
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Freeze event classes as they are added to a stream...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Tests: ensure that an event may be instanciated before...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Docs: event class must have a stream class before event...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Fix: Missing stdint.h in trace.h
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jérémie Galarneau
Fix: Missing stdint.h in stream.h
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Jérémie Galarneau
Fix: Missing stdint.h in stream-class.h
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Philippe Proulx
Fix out-of-tree build for Python bindings + doc
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Jérémie Galarneau
Tests: Add tests for trace environment field accessors
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Jérémie Galarneau
Add trace environment field getters
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Jérémie Galarneau
Support the addition of integer trace environment fields
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Jérémie Galarneau
CTF-IR: Support unnamed streams
commit
|
commitdiff
|
tree
|
snapshot
2015-02-20
Jérémie Galarneau
Fix: out-of-tree dist fails to find test traces
commit
|
commitdiff
|
tree
|
snapshot
2015-02-18
Simon Marchi
Fix running tests out of tree
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: add Sphinx doc project
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: writer.IntegerBase: remove redundant prefixes
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: add reader.IntegerFieldDeclaration.size
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.Writer
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.Stream
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.StreamClass
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.Event
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.EventClass
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.StringField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.SequenceField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.ArrayField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.VariantField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.StructureField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.FloatingPointField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.EnumerationField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.IntegerField
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.Field
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.StringFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.SequenceFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.ArrayFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.VariantFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.StructureFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.FloatingPointFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Pytnon: document writer.EnumerationFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.IntegerFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: add top-level class writer.IntegerBase
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.FieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.Clock
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document writer.EnumerationMapping
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: examples: import explicit BT modules
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: split API in reader/writer modules
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document IntegerFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document VariantFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document StringFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document StructureFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Philippe Proulx
Python: document FloatFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document SequenceFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document ArrayFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document EnumerationFieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document FieldDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document EventDeclaration
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document FieldError
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document Event
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document CTFScope
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document CTFTypeId
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document ByteOrder
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document CTFStringEncoding
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Philippe Proulx
Python: document TraceHandle
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Jérémie Galarneau
Remove print_format_list Python function
commit
|
commitdiff
|
tree
|
snapshot
next
This page took
0.037658 seconds
and
4
git commands to generate.