Add CTF Writer implementation
[babeltrace.git] / formats / ctf / metadata /
2013-08-22  Jérémie GalarneauFix ctf_clock_declaration_visit returning an error...
2013-08-16  Mathieu DesnoyersFix CTF parser hang with bison 3.0
2013-08-16  Mathieu DesnoyersAdd missing lex/bison generated files to make clean
2013-07-08  JP IkaheimonenAdd MinGW32 libraries to executables
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-19  Mathieu DesnoyersUse objstack for AST allocation
2013-04-19  Mathieu DesnoyersRemove unused gc field
2013-04-19  Mathieu DesnoyersUse objstack to store nodes
2013-04-19  Mathieu DesnoyersUse objstack for strings
2013-04-19  Mathieu DesnoyersImplement objstack for parser
2013-04-18  Mathieu DesnoyersFix: octal and hex string handling
2013-04-16  Mathieu DesnoyersSimplify error node
2013-04-09  Mathieu DesnoyersLexer cleanup
2013-04-09  Mathieu DesnoyersFix: invalid integer suffix parsing
2013-04-04  Mathieu DesnoyersHandle make_node errors with TLS dummy node
2013-04-04  Etienne BergeronRemove nested expressions
2013-04-04  Mathieu DesnoyersEliminate dead code
2013-04-04  Etienne BergeronHandle integers in lexer rather than grammar
2013-04-04  Etienne BergeronSupport escape characters in metadata strings
2013-04-03  Etienne BergeronAdd error node to AST
2013-04-03  Etienne BergeronIntroduce macro to enforce matching enum to string...
2013-04-02  Etienne BergeronFix: add semantic check in grammar
2013-04-02  Etienne BergeronFix unary constant use after error
2013-04-02  Etienne BergeronUse new print macros in ctf-parser.y
2013-04-02  Etienne BergeronPrint error on invalid token
2013-04-02  Etienne BergeronAdd line number to parser nodes
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-30  Mathieu DesnoyersShow token in CTF parser error
2013-03-30  Mathieu DesnoyersRemove unused lineno from struct ctf_scanner
2013-03-30  Mathieu DesnoyersShow line numbers in CTF parser errors
2013-03-29  Mathieu DesnoyersIgnore Windows-style EOL character in metadata
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  Mathieu Desnoyersnamespacing: place flex/bison symbols under bt_yy namespace
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-24  Julien DesfossezHide internal functions of libbabeltrace-ctf
2013-01-24  Julien DesfossezBT_HIDDEN macro
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-08-27  Mathieu DesnoyersAdd support for trace:hostname field
2012-08-26  Mathieu DesnoyersFix: --clock-force-correlate to handle trace collection...
2012-08-16  Mathieu Desnoyerscleanup: protected -> hidden: cleanup symbol table
2012-08-10  Mathieu DesnoyersFix: protect visibility of ctf-parser functions
2012-08-07  Mathieu DesnoyersRevert "Cleanup: YYPARSE_PARAM and YYLEX_PARAM are...
2012-08-07  Mathieu DesnoyersCleanup: YYPARSE_PARAM and YYLEX_PARAM are deprecated...
2012-06-18  Mathieu DesnoyersFix: remove duplicate yydebug var
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-08  Mathieu DesnoyersFix: update missing copyrights and ifdef protection...
2012-03-01  Mathieu DesnoyersBabeltrace wrapper update
2012-03-01  Mathieu Desnoyersuuid wrapper: fix use in visitor
2012-03-01  Mathieu DesnoyersCreate BSD wrapper for uuid
2012-02-23  Mathieu DesnoyersLinker: privatize libbabeltrace_types
2012-02-23  Mathieu DesnoyersLink statically to internal libraries
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 Desnoyersenv needs to be a keyword too
2012-02-01  Mathieu DesnoyersAdd environment (env {}) parser-level support
2012-02-01  Mathieu DesnoyersRevert "Remove leading underscores from identifiers...
2012-02-01  Mathieu DesnoyersRemove leading underscores from identifiers directly...
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 DesnoyersOutput warnings and errors to stderr
2012-01-27  Mathieu DesnoyersParse clock descriptions
2011-12-06  Mathieu DesnoyersAdd loglevel support
next
This page took 0.038214 seconds and 7 git commands to generate.