ir: add bt_ctf_field_type_variant_get_field_name_index()
[babeltrace.git] / formats /
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
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 GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauCleanup: Remove unnecessary argument name
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
2014-12-12  Jérémie GalarneauFix: Incorrect variant tag validation
2014-12-10  Jérémie GalarneauFix: Missing description NULL check in bt_ctf_clock...
2014-12-10  Jérémie GalarneauFix: Ensure a packet context is a structure
2014-12-02  Jérémie GalarneauAdd comment indicating the type of ctf_traces' elements
2014-12-02  Julien DesfossezFix: iterate manually over each live trace to add to...
2014-10-31  Julien DesfossezFix: make sure we can exit the get_new_metadata loop
2014-10-31  Jérémie GalarneauFix: respect signed integers' length when printing...
2014-10-21  Jérémie GalarneauEnsure types used for index and count in CTF IR API...
2014-10-20  Jérémie GalarneauCleanup: Missing space after cast operator
2014-10-20  Jérémie GalarneauAdd trace accessor to CTF Writer
2014-10-20  Jérémie GalarneauAdd clock accessor to CTF IR Trace
2014-10-20  Jérémie GalarneauReuse existing g_string instance when setting a clock...
2014-10-20  Jérémie GalarneauDon't automatically generate a clock UUID in _bt_ctf_cl...
2014-10-20  Jérémie GalarneauAdd an alias name attribute and accessor to CTF IR...
2014-10-20  Jérémie GalarneauAdd internal nameless clock creation API
2014-10-20  Jérémie GalarneauAdd Trace CTF IR type
2014-10-16  Jérémie GalarneauChange CTF IR header descriptions from CTF Writer to...
next
This page took 0.038644 seconds and 7 git commands to generate.