babeltrace.git
2015-03-16  Jérémie GalarneauImplement bt_ctf_trace stream class accessors
2015-03-16  Jérémie GalarneauTests: Add a bt_ctf_trace_get/set_byte_order() test
2015-03-16  Jérémie GalarneauImplement bt_ctf_trace_get_byte_order()
2015-03-16  Jérémie GalarneauImplement bt_ctf_field_type_variant_set_tag_name()
2015-03-16  Jérémie GalarneauFix: CTF 1.8 mandates that event "fields" must be a...
2015-03-16  Jérémie GalarneauFix: check string payload for NULL before calling g_str...
2015-03-16  Jérémie GalarneauImplement bt_ctf_event_class_get/set_payload()
2015-03-16  Jérémie GalarneauCleanup: move type_id initialization after byte order...
2015-03-16  Jérémie GalarneauAdd Variant and Sequence IR type validation checks
2015-03-16  Jérémie GalarneauRemove alias getter from IR field interface
2015-03-16  Jérémie GalarneauMark internal IR field function pointers as const
2015-03-16  Jérémie GalarneauAdd bt_ctf_field_type_copy() which allows deep copy...
2015-03-16  Jérémie GalarneauAllow unset tags on variant field types
2015-03-13  Jérémie GalarneauUpdate version to 1.3.0
2015-03-13  Jérémie GalarneauFix: Ensure stream endianness is set when initializing...
2015-03-13  Jérémie GalarneauFix: Check stream fd value before closing
2015-03-13  Jérémie GalarneauFix: missing allocation error check
2015-03-13  Jérémie GalarneauFreeze event classes as they are added to a stream...
2015-03-13  Jérémie GalarneauTests: ensure that an event may be instanciated before...
2015-03-13  Jérémie GalarneauDocs: event class must have a stream class before event...
2015-03-13  Jérémie GalarneauFix: Missing stdint.h in trace.h
2015-03-13  Jérémie GalarneauFix: Missing stdint.h in stream.h
2015-03-10  Jérémie GalarneauFix: Missing stdint.h in stream-class.h
2015-03-10  Philippe ProulxFix out-of-tree build for Python bindings + doc
2015-03-02  Jérémie GalarneauTests: Add tests for trace environment field accessors
2015-03-02  Jérémie GalarneauAdd trace environment field getters
2015-03-02  Jérémie GalarneauSupport the addition of integer trace environment fields
2015-02-27  Jérémie GalarneauCTF-IR: Support unnamed streams
2015-02-20  Jérémie GalarneauFix: out-of-tree dist fails to find test traces
2015-02-18  Simon MarchiFix running tests out of tree
2015-02-17  Philippe ProulxPython: add Sphinx doc project
2015-02-17  Philippe ProulxPython: writer.IntegerBase: remove redundant prefixes
2015-02-17  Philippe ProulxPython: add reader.IntegerFieldDeclaration.size
2015-02-17  Philippe ProulxPython: document writer.Writer
2015-02-17  Philippe ProulxPython: document writer.Stream
2015-02-17  Philippe ProulxPython: document writer.StreamClass
2015-02-17  Philippe ProulxPython: document writer.Event
2015-02-17  Philippe ProulxPython: document writer.EventClass
2015-02-17  Philippe ProulxPython: document writer.StringField
2015-02-17  Philippe ProulxPython: document writer.SequenceField
2015-02-17  Philippe ProulxPython: document writer.ArrayField
2015-02-17  Philippe ProulxPython: document writer.VariantField
2015-02-17  Philippe ProulxPython: document writer.StructureField
2015-02-17  Philippe ProulxPython: document writer.FloatingPointField
2015-02-17  Philippe ProulxPython: document writer.EnumerationField
2015-02-17  Philippe ProulxPython: document writer.IntegerField
2015-02-17  Philippe ProulxPython: document writer.Field
2015-02-17  Philippe ProulxPython: document writer.StringFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.SequenceFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.ArrayFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.VariantFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.StructureFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.FloatingPointFieldDeclaration
2015-02-17  Philippe ProulxPytnon: document writer.EnumerationFieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.IntegerFieldDeclaration
2015-02-17  Philippe ProulxPython: add top-level class writer.IntegerBase
2015-02-17  Philippe ProulxPython: document writer.FieldDeclaration
2015-02-17  Philippe ProulxPython: document writer.Clock
2015-02-17  Philippe ProulxPython: document writer.EnumerationMapping
2015-02-17  Philippe ProulxPython: examples: import explicit BT modules
2015-02-17  Philippe ProulxPython: split API in reader/writer modules
2015-02-17  Philippe ProulxPython: document IntegerFieldDeclaration
2015-02-17  Philippe ProulxPython: document VariantFieldDeclaration
2015-02-17  Philippe ProulxPython: document StringFieldDeclaration
2015-02-17  Philippe ProulxPython: document StructureFieldDeclaration
2015-02-17  Philippe ProulxPython: document FloatFieldDeclaration
2015-02-13  Philippe ProulxPython: document SequenceFieldDeclaration
2015-02-13  Philippe ProulxPython: document ArrayFieldDeclaration
2015-02-13  Philippe ProulxPython: document EnumerationFieldDeclaration
2015-02-13  Philippe ProulxPython: document FieldDeclaration
2015-02-13  Philippe ProulxPython: document EventDeclaration
2015-02-13  Philippe ProulxPython: document FieldError
2015-02-13  Philippe ProulxPython: document Event
2015-02-13  Philippe ProulxPython: document CTFScope
2015-02-13  Philippe ProulxPython: document CTFTypeId
2015-02-13  Philippe ProulxPython: document ByteOrder
2015-02-13  Philippe ProulxPython: document CTFStringEncoding
2015-02-13  Philippe ProulxPython: document TraceHandle
2015-02-13  Jérémie GalarneauRemove print_format_list Python function
2015-02-13  Philippe ProulxPython: document TraceCollection
2015-02-13  Philippe ProulxPython: CTFWriter: forbid Stream.__init__()
2015-02-13  Philippe ProulxPython: CTFWriter: add FloatingPointFieldDeclaration
2015-02-13  Philippe ProulxPython: CTFWriter: FloatFieldingPoint -> FloatingPointField
2015-02-13  Philippe ProulxPython: bt: do not expose ClockType
2015-02-13  Philippe ProulxPython: remove useless 'return None'
2015-02-13  Philippe ProulxPython: bt.py: PEP 8 + improve readability
2015-02-13  Philippe ProulxPython: remove explicit inheritance from object
2015-02-13  Philippe ProulxPython: decouple Python iface from native binding
2015-02-13  Jérémie GalarneauPopulate event header from mapped timestamp clock
2015-02-13  Jérémie GalarneauMap default event header timestamp field to the stream...
2015-02-13  Jérémie GalarneauFix: erroneous use of semicolon instead of comma in...
2015-02-13  Jérémie GalarneauFix: Don't freeze field type on addition to structure
2015-02-12  Jérémie GalarneauTests: fix misleading comment
2015-02-12  Jérémie GalarneauCTF-Writer tests: Delete trace after test
2015-02-12  Jérémie GalarneauAdd support for clock mapping on integer field type
2015-02-12  Jérémie GalarneauDocs: fix bt_ctf_clock_get_offset function header
2015-02-12  Philippe Proulxctf-ir: allow 1-bit signed integer types
2015-02-12  Philippe Proulxctf-ir: disallow creating a 0-bit integer type
2015-02-12  Julien DesfossezFix: missing paragraph in python bindings license ...
2015-02-04  Jérémie GalarneauTests: Add event packet header accessors test
next
This page took 0.038719 seconds and 4 git commands to generate.