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