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