src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / include / babeltrace / types.h
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-05-02  Philippe ProulxFix: headers: make static inline upcasts compatible...
2019-05-02  Philippe Proulxlib: have dedicated, unique unsigned and signed enum...
2019-05-02  Philippe Proulxlib: field path: have a specific item for "current...
2019-05-02  Simon MarchiSmall fixes to include/
2019-05-02  Philippe Proulxlib: add structure FC member and variant FC option...
2019-05-02  Philippe Proulxlib: rename "clock value" -> "clock snapshot"
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-02  Philippe ProulxMake API CTF-agnostic
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2015-02-04  Jérémie GalarneauFix: Field types native byte order refers to the trace
2014-08-07  Jérémie GalarneauReplace usages of limits.h with the compatibility header
2013-11-29  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-11-13  Jérémie GalarneauAdd support for structure fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for variant fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for floating point fields in the Python...
2013-07-05  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-04-23  Mathieu DesnoyersAdd backward ref from bt_stream_pos to bt_trace_descriptor
2013-04-06  Mathieu DesnoyersImplement ctf-metadata output plugin
2013-02-15  Julien DesfossezNamespace the struct declaration
2013-02-15  Julien DesfossezNamespace the struct definition
2013-02-15  Julien DesfossezNamespace the struct format
2013-02-15  Julien DesfossezNamespace struct stream_pos
2013-01-24  Julien Desfosseznamespace the lookup_integer function
2013-01-24  Julien Desfosseznamespace the definition functions
2013-01-24  Julien Desfosseznamespace the variant functions
2013-01-24  Julien Desfosseznamespace the declaration functions
2013-01-24  Julien Desfosseznamespace the struct functions
2013-01-24  Julien Desfosseznamespace the string functions
2013-01-24  Julien Desfosseznamespace the sequence functions
2013-01-24  Julien Desfosseznamespace the int functions
2013-01-24  Julien Desfosseznamespace the enum functions
2013-01-24  Julien Desfosseznamespace definition_ref and definition_unref
2013-01-24  Julien Desfosseznamespace declaration_ref and declaration_unref
2013-01-24  Julien Desfosseznamespace the array functions
2013-01-24  Julien Desfosseznamespace the scope_path functions
2013-01-24  Julien DesfossezNamespace the lookup_enum function
2013-01-16  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-12-05  Mathieu DesnoyersAdd missing permission notice in each source file
2012-05-02  Mathieu DesnoyersFix: add missing bt_ctf_get_int_len API
2012-03-30  Julien DesfossezRename ctf_stream to ctf_stream_definition
2012-03-12  Mathieu DesnoyersFix API: add const qualifiers, privatize struct bt_ctf_...
2012-03-01  Julien Desfossezfix API : deal with the optional underscore
2012-03-01  Julien DesfossezFix API : functions to access fields properties
2012-02-21  Julien DesfossezFix : coherency in const parameters
2012-02-16  Julien DesfossezExport the list header with a new namespace
2012-02-16  Julien DesfossezAPI : Access CTF events fields
2012-01-28  Mathieu DesnoyersImplement clock mapping within integer type
2011-11-28  Julien DesfossezHelper function to extract string from fields
2011-09-27  Julien DesfossezExtract int and char arrays from fields
2011-09-26  Mathieu DesnoyersFix float support
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-06-30  Mathieu DesnoyersAdd shared copyright to EfficiOS Inc. and Linux Foundation
2011-06-23  Mathieu Desnoyersexport lookup_definition
2011-05-22  Mathieu DesnoyersEnum: fix single-value hash table lookup
2011-05-18  Mathieu DesnoyersCTF: Add support for event headers using variants
2011-05-17  Mathieu DesnoyersAdd "encoding" for sequence and array of integers
2011-05-16  Mathieu DesnoyersUpdate sequence (type specifier -> field ref), fix...
2011-05-13  Mathieu DesnoyersAdd base integer attribute, and use it in ctf-text
2011-05-13  Mathieu DesnoyersAdd structure align() attribute, fix empty string suppo...
2011-05-09  Mathieu DesnoyersUpdate pretty print output
2011-05-09  Mathieu DesnoyersUpdate pretty-printing output
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove content of struct field into struct definition
2011-05-07  Mathieu DesnoyersAdd out-of-bound checks
2011-05-06  Mathieu DesnoyersRestructure objects around generic_rw() accessor
2011-05-06  Mathieu DesnoyersUse inheritance for trace descriptor and positions
2011-05-05  Mathieu DesnoyersAdd array and sequence "len" accessor
2011-05-05  Mathieu DesnoyersStart packet mmap work
2011-04-30  Mathieu DesnoyersMove stream pos declaration into CTF header
2011-04-26  Mathieu DesnoyersCTF metadata structure generation code finished
2011-04-21  Mathieu Desnoyersctf visitor generate I/O struct: Compile fixes, part 1
2011-04-21  Mathieu DesnoyersUpdate gen io structs, basic implementation complete
2011-04-21  Mathieu DesnoyersRemove unneeded declaration "name", work in progress...
2011-04-21  Mathieu DesnoyersWork in progress generate io struct
2011-04-21  Mathieu DesnoyersUpdate typealias behavior
2011-04-18  Mathieu DesnoyersCreate "untagged" variant structure
2011-04-18  Mathieu DesnoyersScope path: split dynamic scope path
2011-04-16  Mathieu DesnoyersDynamic scope: child position is MAX_INT
2011-04-16  Mathieu DesnoyersDefinition scope: update
2011-04-15  Mathieu DesnoyersDynamic definition scope hierarchy
2011-04-14  Mathieu DesnoyersDefinition scope lookup (for variant/enum)
2011-04-04  Mathieu DesnoyersCoding indentation cleanup
2011-04-04  Mathieu DesnoyersRename "type" to "declaration"
2011-04-04  Mathieu DesnoyersRename "declaration" to "definition"
2011-04-04  Mathieu DesnoyersUpdate generate IO struct work in progress
2011-03-27  Mathieu DesnoyersAdd struct/variant/enum named type to type scope
2011-03-26  Mathieu DesnoyersI/O structures accessors generation (work in progress)
2011-03-02  Mathieu DesnoyersSeparate declaration scope from type scope
2011-02-27  Mathieu DesnoyersDeclaration scope lookup
2011-02-27  Mathieu DesnoyersBuild fixes.
2011-02-27  Mathieu DesnoyersRename: type_class, type -> type, declaration
2011-02-26  Mathieu DesnoyersCTF float/types compile fixes
2011-02-26  Mathieu DesnoyersAdd type class/type structure management
next
This page took 0.099941 seconds and 6 git commands to generate.