ir: add internal field path getters
[babeltrace.git] / formats / ctf / ir / event-types.c
2015-07-29  Philippe Proulxir: add internal field path getters
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-07-16  Philippe ProulxFix: allow structure types to have a minimum align
2015-07-16  Philippe ProulxFix: require power of two for type alignment
2015-07-16  Philippe ProulxFix: do not init. BO of enums/arrays/sequences
2015-07-02  Jérémie GalarneauFix: Remove overly-strict freeze check on variants...
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-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-03-16  Jérémie GalarneauImplement bt_ctf_field_type_variant_set_tag_name()
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 GalarneauAdd bt_ctf_field_type_copy() which allows deep copy...
2015-03-16  Jérémie GalarneauAllow unset tags on variant field types
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: 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-23  Jérémie GalarneauAdd utility function to validate CTF identifiers
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 an alias name attribute and accessor to CTF IR...
2014-10-16  Jérémie GalarneauChange CTF IR header descriptions from CTF Writer to...
2014-07-29  Jérémie GalarneauFix: bt_ctf_field_type_structure_add_field argument...
2014-06-27  Jérémie GalarneauImplement CTF-IR field types getters
2014-06-27  Jérémie GalarneauUpdate CTF-Writer and CTF-IR copyrights
2014-06-27  Jérémie GalarneauFix: Check that enumeration container types are integers
2014-06-27  Jérémie GalarneauAdd bt_ctf_field_type_enumeration private search functions
2014-06-27  Jérémie GalarneauSplit the CTF-Writer implementation in IR and Writer...
This page took 0.151468 seconds and 50 git commands to generate.