Clean-up: fix comment style in bin-info.c
[babeltrace.git] / formats / ctf / metadata /
2016-04-22  Philippe ProulxStore "tracer_name" from the trace's environment
2015-10-20  Jérémie GalarneauCleanup: Don't hardcode include paths unnecessarily
2015-10-20  Jérémie GalarneauFix: include ctf-scanner-symbols.h to prefix yy_* symbols
2015-10-16  Jérémie GalarneauFix: missing includes break the out-of-tree build
2015-10-16  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2014-09-23  Mathieu DesnoyersFix: incorrect compiler warning
2014-09-17  Mathieu DesnoyersFix: align objstack on 8 bytes
2014-07-31  Fredrik MarkströmFix: Align buffers from objstack_alloc on sizeof(void *)
2014-02-19  Mathieu DesnoyersCTF: Support incremental metadata append
2014-02-18  Mathieu DesnoyersCTF parser: prepare for incremental metadata parsing
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-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-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-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
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-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
next
This page took 0.041831 seconds and 7 git commands to generate.