fix/breakage API : replace bt_ctf_event
[babeltrace.git] / include / babeltrace / ctf /
2012-03-30  Julien Desfossezfix/breakage API : replace bt_ctf_event
2012-03-30  Julien DesfossezRename ctf_stream to ctf_stream_definition
2012-03-30  Julien DesfossezRename ctf_stream_event to ctf_event_definition
2012-03-27  Julien DesfossezAPI Fix : give access to trace_handle and context
2012-03-13  Julien DesfossezFix : only one iterator per context
2012-03-12  Mathieu DesnoyersFix API: add const qualifiers, privatize struct bt_ctf_...
2012-03-09  Mathieu DesnoyersFix: ctf/iterator.h bt_ctf_iter_read_event() comment
2012-03-08  Mathieu DesnoyersAdd missing iterator.h into the git repo
2012-03-08  Mathieu DesnoyersAPI fix: Move ctf iterator API members to new babeltrac...
2012-03-01  Mathieu DesnoyersFreeBSD uuid wrapper fixes
2012-03-01  Julien DesfossezFix API : functions to access fields properties
2012-02-23  Signed-off-by: Jul... API : export the offsetted timestamp
2012-02-21  Julien DesfossezFix : coherency in const parameters
2012-02-17  Mathieu DesnoyersFix callback.h documentation
2012-02-17  Mathieu DesnoyersAPI fix: Move callbacks to CTF plugin
2012-02-17  Mathieu Desnoyersfix: move read event from iterator to event.h
2012-02-17  Mathieu DesnoyersAPI fix: packet_seek should take an index rather than...
2012-02-17  Mathieu DesnoyersFix API: rename unclear move_pos_slow to packet_seek
2012-02-17  Mathieu DesnoyersFix: do not use ctf-specific struct in format.h
2012-02-17  Julien Desfossezfix : callback type, doc and links to libbabeltrace
2012-02-16  Julien DesfossezAPI : Access CTF events fields
2012-02-13  Juha NiskanenUse 64-bit type for packet and content size
2012-02-10  Julien DesfossezAPI : iterator get and set position
2012-01-30  Mathieu DesnoyersPrint event discarded at end of stream
2012-01-30  Mathieu DesnoyersPrint events discarded
2011-12-13  Julien DesfossezUse the generic call to move_pos_slow
2011-09-13  Julien DesfossezSpecify callback to move packet in open_trace
2011-09-01  Mathieu DesnoyersAdd callback API
2011-08-16  Mathieu DesnoyersAnnotate likely/unlikely branches in headers
2011-08-13  Julien DesfossezExport the babeltrace API in babeltrace.h
2011-08-11  Mathieu DesnoyersFix non-matching packet context wrt last packet event...
2011-08-03  Mathieu Desnoyersupdate test files header to "CTF 1.8"
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-06-23  Mathieu DesnoyersMove ctf_file_stream away from ctf-ir
2011-06-23  Mathieu DesnoyersMove intermediate representation to ctf-ir/
2011-05-23  Mathieu DesnoyersKeep packet header and context current
2011-05-23  Mathieu DesnoyersMove definitions to per-file structure
2011-05-23  Mathieu DesnoyersUse priority heap to order by timestamp
2011-05-23  Mathieu DesnoyersUpdate timestamps by carrying the overflow
2011-05-17  Mathieu DesnoyersAdd "encoding" for sequence and array of integers
2011-05-17  Mathieu DesnoyersUse header_sizeof() for header size instead of gcc...
2011-05-17  Mathieu DesnoyersTest and fix packet-based metadata parsing
2011-05-17  Mathieu Desnoyerstrace_uuid -> uuid and add packet metadata support
2011-05-09  Mathieu DesnoyersUpdate pretty-printing output
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-07  Mathieu DesnoyersChange -EOF for EOF (it is worth -1), fix assertion
2011-05-07  Mathieu DesnoyersAdd out-of-bound checks
2011-05-07  Mathieu Desnoyerstext conversion works
2011-05-07  Mathieu Desnoyerstext output
2011-05-06  Mathieu Desnoyersinit pos cleanup
2011-05-06  Mathieu DesnoyersRestructure objects around generic_rw() accessor
2011-05-06  Mathieu DesnoyersUse inheritance for trace descriptor and positions
2011-05-06  Mathieu DesnoyersCTF: open trace read
2011-05-05  Mathieu DesnoyersFix integer/float/string read: keep value in definition...
2011-05-05  Mathieu DesnoyersStart packet mmap work
2011-04-30  Mathieu DesnoyersHandle noninteractive input for metadata
2011-04-30  Mathieu DesnoyersMove stream pos declaration into CTF header
2011-04-30  Mathieu DesnoyersCTF trace open/close
2011-04-29  Mathieu Desnoyersctf metadata visitor: remove word_size from trace decla...
2011-04-21  Mathieu Desnoyersctf visitor generate I/O struct: Compile fixes, part 1
2011-04-21  Mathieu DesnoyersRemove unneeded declaration "name", work in progress...
2011-04-16  Mathieu DesnoyersDefinition scope: update
2011-04-15  Mathieu DesnoyersDynamic definition scope hierarchy
2011-04-04  Mathieu DesnoyersRename "type" to "declaration"
2011-04-04  Mathieu DesnoyersRename "declaration" to "definition"
2011-03-26  Mathieu DesnoyersI/O structures accessors generation (work in progress)
2011-03-21  Mathieu Desnoyersctf metadata field is set bitmasks
2011-02-27  Mathieu Desnoyerscleanup
2011-02-27  Mathieu DesnoyersAdd CTF metadata trace structures
2011-02-27  Mathieu DesnoyersRename: type_class, type -> type, declaration
2011-02-26  Mathieu DesnoyersCTF float/types compile fixes
2011-02-26  Mathieu DesnoyersAdd type class/type structure management
2011-02-21  Mathieu DesnoyersBabeltrace-wide warning fixes
2010-12-29  Mathieu DesnoyersBuild fix
2010-12-28  Mathieu DesnoyersRelicense BabelTrace library to MIT (BSD-style)
2010-10-05  Mathieu DesnoyersAdd array
2010-10-05  Mathieu DesnoyersAdd structures
2010-10-04  Mathieu DesnoyersRemove bitfields, which are just a bit-addressed integer
2010-10-03  Mathieu DesnoyersString type: complete migration to bitwise position
2010-10-03  Mathieu DesnoyersAPI cleanups, offset by bit.
2010-09-30  Mathieu DesnoyersManage enumerations at the library level
2010-09-30  Mathieu DesnoyersAdd float type class to babeltrace types
2010-09-30  Mathieu Desnoyersremove unused types-bitfield.h header
2010-09-30  Mathieu DesnoyersUse statically known types, use hash for formats
2010-09-28  Mathieu DesnoyersMove to babeltrace namespace
This page took 0.03728 seconds and 7 git commands to generate.