Remove all code that depends on trace collection directory structure
[babeltrace.git] / ChangeLog
CommitLineData
ab43a115
MD
12012-02-02 Babeltrace 0.9
2 * Allow signed values in get_signed. Cast unsigned into signed.
3 * Show loglevel information only with value
4 * env needs to be a keyword too
5 * Add env {} warning test case
6 * Add environment (env {}) parser-level support
7 * Revert "Remove leading underscores from identifiers directly in lexer"
8 * Remove leading underscores from identifiers directly in lexer
9 * Fix: do not remove field names when adding fields
10 * API : iterator namespace cleanup
11 * Time offset: use trace offset average
12 * API : trace_handle
13 * Print event discarded at end of stream
14 * Discarded event time range is between last packet event and timestamp_end
15 * Print time range during which events have been dropped
16 * Print events discarded
17 * Add clock offset support
18 * Warn user of clock offsets do not match
19 * Add clocks to trace collection
20 * clock: show as time of day
21 * Implement clock mapping within integer type
22 * Implement clock IR generation
23 * Add warning tests
24 * Relax unknown field handling: warn instead of error
25 * Fix erroneous use of "-n" for additional fields, add "-f"
26 * Output warnings and errors to stderr
27 * Fix double typedef of bt_event_name
28 * Parse clock descriptions
29 * API : split iterator headers from babeltrace.h
30 * Add missing context.h/context.c
31 * Introduce contexts
32 * Fix parallel build for lib/
33 * Organise libbabeltrace
34 * Export the format.h header
35 * Create the babeltrace include dir on install
36 * callbacks: use correct type for element size
37 * callbacks: Fix set size array size
38 * Fix callback chain array usage
39 * Add time delta to ctf-text
40 * ctf-text: show timestamp in sec.nsec
41 * Fix wrong variable error check
42 * Use the generic call to move_pos_slow
43
fc493d94
MD
442011-12-12 Babeltrace 0.8
45 * Add loglevel support
46 * Update libpopt dependency to 1.13
47 * Document dependency on libpopt >= 1.8
48 * Describe libtool version dependency
49 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
50 * Use realpath for path
51 * Helper function to extract string from fields
52 * Use realpath on trace collection path
53 * allow printing domains when no procname are present, handle
54 various / patterns
55 * Add trace:domain,trace:procname,trace:pid support
56 * Add "-n trace" option to print trace name
57 * Do not install ctf-parser-test
58 * Make ctf open errors more verbose
59 * configure.ac: add check for popt library
60 * Show field names by default, enhance --names option
61 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
62 * Add mmap trace reading
63 * Pass stream pointer with callback caller data
64
627516db
MD
652011-09-29 Babeltrace 0.7
66 * Add missing stdint.h
67 * Use integer extraction functions
68 * Extract int and char arrays from fields
69 * Add parameters to callbacks
70 * Fix float support
71 * Fix type cast warning
72 * Integer support: add missing signed casts
73 * Remove underscore prefix from field names (pretty-print)
74 * Fix sequence iteration
75 * Fix sequence field name use after free
76 * Fix support for empty streams
77 * Optional file pointer to metadata
78 * Specify callback to move packet in open_trace
79 * Free the callbacks on iter_destroy
80 * Add callback support
81 * Basic seek support
82 * Add callback API
83 * Enhance babeltrace API with position save/restore
84 * Remove unused structure forward declarations
85 * Remove stale local .c struct declarations (unused)
86 * Annotate branches in ctf.c event reading/writing code
87 * Annotate prio heap likely branch
88 * Annotate likely/unlikely branches in headers
89
d199691b
MD
902011-08-12 Babeltrace 0.6
91 * Introduce Babeltrace public API: babeltrace.h
92 * Fix support for gold linker: inappropriate dep removal of plugins
627516db 93
0136c382
MD
942011-08-12 Babeltrace 0.5
95 * Initialize size to 0 to eliminate incorrect gcc uninitialized
96 var warning
97 * Fix non-matching packet context wrt last packet event read
This page took 0.025794 seconds and 4 git commands to generate.