babeltrace.git
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
2015-02-04  Jérémie GalarneauTests: Don't use diag() to output errors from child...
2015-02-04  Jérémie GalarneauCleanup: line over 80 chars
2015-02-04  Jérémie GalarneauAdd support for custom event headers
2015-02-04  Jérémie GalarneauCleanup: Use a switch case instead of conditionals
2015-02-04  Jérémie GalarneauFix: Field types native byte order refers to the trace
2015-02-04  Jérémie GalarneauFix: duplicate function declaration in stream.h
2015-01-28  Jérémie GalarneauTest: Add a test that validates that empty streams...
2015-01-28  Jérémie GalarneauFix: lazy-mmap() streams when flushing
2015-01-28  Jérémie GalarneauFix: lock stream class after assigning stream id
2015-01-26  Mathieu DesnoyersFix: handle 64-bit trace IDs on 32-bit systems
2015-01-26  Mathieu DesnoyersFix: print format type mismatch warnings on 32-bit
2015-01-23  Jérémie GalarneauAdd utility function to validate CTF identifiers
2015-01-23  Jérémie GalarneauRevert "Add event header accessors and support for...
2015-01-16  Mathieu DesnoyersFix: missing parenthesis in offset_align_floor
2015-01-15  Jérémie GalarneauAdd event header accessors and support for custom event...
2015-01-06  Jérémie GalarneauTests: Add tests for stream class accessor
2015-01-06  Jérémie GalarneauAdd missing stream class accessor
2015-01-06  Jérémie GalarneauCleanup: Typo in bt_ctf_field_type_integer_create's...
2015-01-06  Jérémie GalarneauTests: Add tests for trace packet header accessors
2015-01-06  Jérémie GalarneauAdd stream packet header accessors
2015-01-06  Jérémie GalarneauAdd trace packet header accessors and support custom...
2015-01-06  Jérémie GalarneauFix: Only allow setting a stream class when not frozen
2015-01-05  Mathieu DesnoyersFix: allow empty CTF files
2014-12-17  Jérémie GalarneauRevert test fix: uncomment trace unlink
2014-12-17  Jérémie GalarneauTests fix: Unchecked return value
2014-12-16  Jérémie GalarneauTests: Add event context accessors unit tests
2014-12-16  Jérémie GalarneauDocs: Indicate that stream event context is sampled...
2014-12-16  Jérémie GalarneauAdd event context accessors
2014-12-16  Jérémie GalarneauDocs: Remove extra underscore from function header
2014-12-15  Jérémie GalarneauFix: Check integer signedness in packet header when...
2014-12-15  Jérémie GalarneauDocs: Add a comment about event validation in bt_ctf_st...
2014-12-15  Jérémie GalarneauCleanup: Misplaced end label in bt_ctf_stream_get_packe...
2014-12-15  Jérémie GalarneauTests: Add unit tests for stream event context accessors
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauCleanup: Remove unnecessary argument name
2014-12-15  Jérémie GalarneauTests: Add unit tests for stream event context accessors
2014-12-15  Jérémie GalarneauCleanup: Missing whitespace in comment
2014-12-15  Jérémie GalarneauFix: Only allow setting a packet context on a non-froze...
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauImplement bt_ctf_field deep copy
next
This page took 0.03705 seconds and 4 git commands to generate.