Fix: Use the bt_iter_set_pos function to set the begin_pos
[babeltrace.git] / formats /
2013-11-13  Jérémie GalarneauExpose text arrays the same way as regular arrays
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-11-12  Jérémie GalarneauMerge branch 'master' into bindings/python
2013-11-06  Mathieu Desnoyersctf writer BSD compatibily: remove O_DIRECTORY
2013-11-02  Mathieu DesnoyersFix ctf writer lints
2013-10-31  Mathieu Desnoyersctf-writer: fix linter defects
2013-10-31  Mathieu Desnoyersctf-writer: Coding style fix
2013-10-31  Jérémie GalarneauAdd CTF Writer implementation
2013-10-31  Jérémie GalarneauFix: Uninitialized ctf_stream_pos structure in ctf_floa...
2013-10-31  Jérémie GalarneauFix: Use the packet's final size when mmap-ing the...
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-06-26  Mathieu DesnoyersCleanup: comment mismatch with code
2013-06-17  Mathieu DesnoyersFix: use index, not cur_index, for SEEK_SET validation
2013-06-17  Mathieu DesnoyersFix: ctf-text irregular output with disabled field...
2013-05-28  Jérémie GalarneauRemove useless variable assignment
2013-05-15  Jérémie GalarneauFix: Remove extra quote after an include directive
2013-05-15  Mathieu DesnoyersDon't dereference before NULL check
2013-05-15  Mathieu Desnoyerseliminate dead code
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-05-04  Mathieu DesnoyersFix: handling of empty streams
2013-05-02  Ikaheimonen, JPAdd new option --clock-offset-ns
2013-04-25  Mathieu DesnoyersFix: add missing error return when create_event_definit...
2013-04-25  Mathieu DesnoyersFix: ctf-text should link on libbabeltrace-ctf
2013-04-23  Mathieu DesnoyersMove clock to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove trace collection pointer to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove bt_handle to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove bt_context to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersPrivatize struct bt_trace descriptor, move trace path
2013-04-23  Mathieu DesnoyersAdd backward ref from bt_stream_pos to bt_trace_descriptor
2013-04-22  Mathieu DesnoyersFix kFreeBSD build
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-08  Mathieu DesnoyersUse uint64_t for packet_map_len
2013-04-08  Mathieu DesnoyersSupport packets and trace files smaller than page size
2013-04-06  Mathieu DesnoyersMove ctf-metadata plugin into its own shared object
2013-04-06  Mathieu DesnoyersImplement ctf-metadata output plugin
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 DesnoyersReinsert "at end of stream" message for discarded events
2013-03-23  Mathieu DesnoyersImprovement: Message from babeltrace concerning discard...
2013-03-23  Mathieu DesnoyersCleanup: add end of line at end of verbose message
2013-03-23  Mathieu DesnoyersFix: babeltrace --fields all overrides --no-delta
2013-03-20  Mathieu DesnoyersAdd verbosity to stream id error message
2013-02-22  Mathieu DesnoyersFix: ctf-text: don't close stdout
2013-02-22  Mathieu DesnoyersFix: warning message for unexpected trace byte order
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 the struct mmap_stream
2013-02-15  Julien DesfossezNamespace the struct trace_descriptor
2013-02-15  Julien DesfossezNamespace struct stream_pos
2013-02-15  Julien DesfossezNamespace compliance for dependencies function
2013-02-14  Mathieu DesnoyersCleanup error messages
2013-02-13  Etienne BergeronSpelling cleanups within comments
2013-01-28  Jérémie GalarneauFix: Added a null pointer check to bt_ctf_field_name
2013-01-28  Jérémie GalarneauFix: Added a null pointer check to bt_ctf_field_name
2013-01-24  Mathieu Desnoyersnamespacing: place flex/bison symbols under bt_yy namespace
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 heap 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
next
This page took 0.038364 seconds and 7 git commands to generate.