Handle negative time and offset from Epoch
[babeltrace.git] / formats / ctf / metadata / ctf-visitor-generate-io-struct.c
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-02-13  Mathieu DesnoyersFix: CTF parser: accept signed constant literals
2015-10-13  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
2014-09-23  Mathieu DesnoyersFix: incorrect compiler warning
2014-02-19  Mathieu DesnoyersCTF: Support incremental metadata append
2013-12-10  Mathieu DesnoyersFix: disallow re-using same event ID in same stream
2013-12-03  Mathieu DesnoyersRefuse 0 integer size
2013-08-26  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-08-22  Jérémie GalarneauFix ctf_clock_declaration_visit returning an error...
2013-07-05  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-05-28  Jérémie GalarneauRemove useless variable assignment
2013-05-15  Jérémie GalarneauFix: Suppress a compiler warning (always-false condition)
2013-05-15  Mathieu DesnoyersCleanup: remove trailing whitespaces
2013-05-07  JP IkaheimonenMove memstream.h and uuid.h to include/babeltrace/compa...
2013-04-23  Mathieu DesnoyersMove clock to bt_trace_descriptor
2013-04-02  Mathieu DesnoyersFix: handle errors gracefully
2013-04-02  Mathieu DesnoyersFix: memleak on error path
2013-04-02  Mathieu DesnoyersAdd missing NULL pointer check
2013-03-23  Mathieu DesnoyersCleanup: add end of line at end of verbose message
2013-02-22  Mathieu DesnoyersFix: warning message for unexpected trace byte order
2013-02-15  Julien DesfossezNamespace the struct declaration
2013-02-13  Etienne BergeronSpelling cleanups within comments
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 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-16  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-12-05  Mathieu DesnoyersAdd missing permission notice in each source file
2012-10-22  Mathieu DesnoyersCleanup: fix cppcheck warning
2012-10-22  Mathieu DesnoyersCleanup: fix cppcheck warnings
2012-10-16  Mathieu Desnoyerscallsites: fix memory leak
2012-10-16  Julien DesfossezFix: free all the metadata-related memory
2012-10-16  Mathieu Desnoyerscallsite: support instruction pointer field
2012-10-02  Mathieu DesnoyersFix: callsite support: list multiple callsites
2012-10-02  Mathieu DesnoyersAdd callsite support
2012-09-20  Mathieu DesnoyersHandle model.emf.uri event info
2012-09-06  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-08-27  Mathieu DesnoyersAdd support for trace:hostname field
2012-08-26  Mathieu DesnoyersFix: --clock-force-correlate to handle trace collection...
2012-04-11  Mathieu DesnoyersFix: enum must use last value + 1 as next item value
2012-04-04  Julien DesfossezAPI : list of events in the trace
2012-04-03  Mathieu DesnoyersUUID field should be optional, as specified by CTF...
2012-03-30  Julien DesfossezRename ctf_event to ctf_event_declaration
2012-03-30  Julien DesfossezRename ctf_stream_class to ctf_stream_declaration
2012-03-01  Mathieu Desnoyersuuid wrapper: fix use in visitor
2012-03-01  Mathieu DesnoyersCreate BSD wrapper for uuid
2012-02-20  Mathieu DesnoyersGenerically print tracer version (and env) in verbose...
2012-02-16  Julien DesfossezExport the list header with a new namespace
2012-02-13  Mathieu DesnoyersAdd --clock-force-correlate option
2012-02-13  Juha NiskanenUse default if there is no clock declaration
2012-02-09  Mathieu DesnoyersFix clock freq
2012-02-09  Mathieu Desnoyersclock: use freq field
2012-02-07  Mathieu DesnoyersShow env. in verbose mode
2012-02-07  Mathieu DesnoyersParse environment declarations from LTTng-modules and...
2012-02-02  Mathieu DesnoyersAllow signed values in get_signed. Cast unsigned into...
2012-02-01  Mathieu DesnoyersShow loglevel information only with value
2012-02-01  Mathieu DesnoyersAdd environment (env {}) parser-level support
2012-01-30  Mathieu Desnoyersclock: show as time of day
2012-01-28  Mathieu DesnoyersImplement clock mapping within integer type
2012-01-28  Mathieu DesnoyersImplement clock IR generation
2012-01-28  Mathieu DesnoyersRelax unknown field handling: warn instead of error
2012-01-27  Mathieu DesnoyersParse clock descriptions
2011-12-06  Mathieu DesnoyersAdd loglevel support
2011-11-22  Mathieu DesnoyersAdd "-n trace" option to print trace name
2011-08-13  Julien DesfossezExport the babeltrace API in babeltrace.h
2011-08-12  Mathieu DesnoyersInitialize size to 0 to eliminate incorrect gcc uniniti...
2011-07-26  Mathieu DesnoyersRetry needs to recreate type def and aliases too
2011-07-26  Mathieu DesnoyersSet old declaration to NULL when retry
2011-07-26  Mathieu DesnoyersKeep byte order field mask set upon retry
2011-07-26  Mathieu DesnoyersClear field mask before retry.
2011-07-26  Mathieu DesnoyersHandle correctly cross-endianness for text-based metadata
2011-07-20  Mathieu DesnoyersFix gcc 4.6 warnings
2011-07-20  Mathieu DesnoyersRevert "Fix uninitialized memory in metadata parser"
2011-07-20  Mathieu DesnoyersFix uninitialized memory in metadata parser
2011-07-18  Simon MarchiFix segfault when typealias fails
2011-07-14  Simon MarchiDuplicate variant field name check
2011-07-14  Simon MarchiDuplicate struct field name check
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-06-23  Mathieu DesnoyersMove ctf_file_stream away from ctf-ir
2011-05-23  Mathieu DesnoyersMove definitions to per-file structure
2011-05-21  Mathieu DesnoyersUpdate integer encoding
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-17  Mathieu DesnoyersTest and fix packet-based metadata parsing
2011-05-17  Mathieu Desnoyerstrace_uuid -> uuid and add packet metadata support
2011-05-16  Mathieu DesnoyersUpdate sequence (type specifier -> field ref), fix...
2011-05-14  Mathieu DesnoyersCreate copy of integer declaration before applying...
2011-05-14  Mathieu DesnoyersInteger base update
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-13  Mathieu DesnoyersAdd alignment power of two check
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-07  Mathieu Desnoyersprettify output
2011-05-06  Mathieu DesnoyersAllow missing stream {} declarator in single-stream...
2011-05-06  Mathieu DesnoyersCTF: open trace read
2011-05-05  Mathieu DesnoyersFix integer/float/string read: keep value in definition...
next
This page took 0.278741 seconds and 107 git commands to generate.