Helper function to extract string from fields
[babeltrace.git] / ChangeLog
1 2011-09-29 Babeltrace 0.7
2 * Add missing stdint.h
3 * Use integer extraction functions
4 * Extract int and char arrays from fields
5 * Add parameters to callbacks
6 * Fix float support
7 * Fix type cast warning
8 * Integer support: add missing signed casts
9 * Remove underscore prefix from field names (pretty-print)
10 * Fix sequence iteration
11 * Fix sequence field name use after free
12 * Fix support for empty streams
13 * Optional file pointer to metadata
14 * Specify callback to move packet in open_trace
15 * Free the callbacks on iter_destroy
16 * Add callback support
17 * Basic seek support
18 * Add callback API
19 * Enhance babeltrace API with position save/restore
20 * Remove unused structure forward declarations
21 * Remove stale local .c struct declarations (unused)
22 * Annotate branches in ctf.c event reading/writing code
23 * Annotate prio heap likely branch
24 * Annotate likely/unlikely branches in headers
25
26 2011-08-12 Babeltrace 0.6
27 * Introduce Babeltrace public API: babeltrace.h
28 * Fix support for gold linker: inappropriate dep removal of plugins
29
30 2011-08-12 Babeltrace 0.5
31 * Initialize size to 0 to eliminate incorrect gcc uninitialized
32 var warning
33 * Fix non-matching packet context wrt last packet event read
This page took 0.03002 seconds and 4 git commands to generate.