Fix: Create stream after adding its stream class to a trace
[babeltrace.git] / formats /
2015-07-02  Jérémie GalarneauFix: Create stream after adding its stream class to...
2015-07-02  Jérémie GalarneauFix: Remove overly-strict freeze check on variants...
2015-07-02  Jérémie GalarneauDocs: A stream has no ownership of its trace
2015-07-02  Jérémie GalarneauFix: Missing NULL check in bt_ctf_field_sequence_destroy
2015-05-25  Philippe Proulxir: add bt_ctf_field_variant_get_current_field()
2015-05-25  Jérémie GalarneauClean-up: get_field_type should only have one return...
2015-05-25  Jérémie GalarneauFix: bt_ctf_trace_freeze must fail if type resolving...
2015-05-22  Jérémie GalarneauFix: Return a variant's alignment as 0 (undefined).
2015-05-14  Jérémie Galarneauir: copy variants and sequences when setting a field...
2015-05-13  Jérémie GalarneauFix: ir: disallow setting the alignment of certain...
2015-05-13  Jérémie Galarneauir: compute array, sequence and structure alignment...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_va...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_st...
2015-05-13  Jérémie GalarneauClean-up: clean multi-line function call
2015-05-13  Jérémie GalarneauFix: Check validity of returned ctf_type_id
2015-05-12  Jérémie GalarneauFix: Missing check that token linked-list is not NULL
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: Implement a field type visitor to resolve dynamic...
2015-05-11  Jérémie Galarneauir: only perform trace freeze if not already frozen
2015-05-11  Jérémie GalarneauClean-up: line exceeding 80 chars in trace.c
2015-05-11  Jérémie GalarneauDocs: add comment about bt_ctf_trace_add_stream_class...
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_set_tag()
2015-05-11  Jérémie Galarneauir: add tag field path to variant field type
2015-05-11  Jérémie Galarneauir: add length_field_path to sequence field type
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_path internal API
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_get_field_name_index()
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_structure_get_field_name_index()
2015-04-28  Philippe ProulxFix: ir: match .h names for get/set_header()
2015-04-28  Jérémie Galarneauir: add bt_ctf_event_set_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_get_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_copy() (event deep copy)
2015-04-28  Philippe Proulxir: make bt_ctf_field_copy() public
2015-04-28  Philippe ProulxFix: ir: copy struct/seq/array NULL fields
2015-04-28  Philippe ProulxFix: ir: incr ref of existing sequence/array field
2015-04-28  Philippe ProulxFix: ir: return current variant's field if possible
2015-04-28  Philippe ProulxFix: ir: seq copy: initialize internal array
2015-04-28  Philippe ProulxFix: ir: bt_ctf_field_copy(): copy payload_set
2015-04-20  Jérémie GalarneauReplace g_string_insert_len() by g_string_append_len()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append_len()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append()
2015-04-14  Philippe ProulxFix: ir: make sure "stream_id" attr is always right
2015-04-09  Jérémie GalarneauFix: Allow the addition of environment fields to a...
2015-04-09  Jérémie GalarneauCleanup: introduce internal bt_ctf_trace_freeze()
2015-04-09  Jérémie GalarneauMove bt_ctf_attributes API to internal headers
2015-03-20  Jérémie GalarneauFix: Uninitialized return value in bt_ctf_event_class_g...
2015-03-20  Jérémie Galarneauir: add trace accessor to bt_ctf_stream_class
2015-03-20  Jérémie Galarneauir: add stream accessor to bt_ctf_event
2015-03-20  Jérémie GalarneauCleanup: remove unused bt_ctf_stream_set_trace function
2015-03-20  Jérémie Galarneauir: add weak reference to parent trace to bt_ctf_stream...
2015-03-20  Jérémie Galarneauir: add weak reference to parent stream to bt_ctf_event
2015-03-19  Philippe ProulxFix: ir: make duplicate event classes check smarter
2015-03-19  Philippe Proulxir: add attributes support to event classes
2015-03-19  Philippe Proulxir: make trace environment use bt_object
2015-03-17  Philippe Proulxir: add bt_ctf_stream_class_get_event_class_by_id()
2015-03-17  Philippe Proulxir: add bt_ctf_trace_get_clock_by_name()
2015-03-16  Jérémie GalarneauFix: Don't increment automatic stream-id twice
2015-03-16  Jérémie GalarneauImplement bt_ctf_trace stream class accessors
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 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-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-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 GalarneauAdd support for clock mapping on integer field type
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-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-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-15  Jérémie GalarneauAdd event header accessors and support for custom event...
2015-01-06  Jérémie GalarneauAdd missing stream class accessor
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-16  Jérémie GalarneauAdd event context accessors
next
This page took 0.039144 seconds and 7 git commands to generate.