babeltrace.git
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
2016-02-24  Philippe Proulxtest_ctf_ir_ref.c: fix coding style
2016-02-24  Philippe Proulxtest_ctf_writer.c: test packet functions
2016-02-24  Philippe ProulxFix: do not set event's parent to a non-writer stream
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-24  Philippe Proulxir: bt_ctf_event_set_packet(): check for common stream...
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: fix indentation
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: test all permutations of put
2016-02-22  Jérémie GalarneauSolaris build fix: missing inclusion of endian.h
2016-02-22  Philippe Proulxref.h: add C++ guards
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_clock_ns_from_value()
2016-02-22  Jérémie GalarneauCleanup: lift function call outside of condition
2016-02-22  Philippe Proulxir: add bt_ctf_clock_ns_from_value() utility
2016-02-22  Philippe Proulxir: move clock value accessors to writer header
2016-02-22  Philippe Proulxtest_ctf_writer.c: test writer/non-writer clock value...
2016-02-22  Philippe Proulxir: move bt_ctf_stream_class_set_clock() to writer...
2016-02-22  Philippe Proulxir: disable clock value accessors in non-writer mode
2016-02-22  Philippe Proulxir: add bt_ctf_event_get_clock_value()
2016-02-22  Philippe Proulxir: bt_ctf_stream_append_event(): do not append event...
2016-02-22  Philippe Proulxir: remove unused event header/context fields from...
2016-02-22  Philippe Proulxir: add optional name property to stream
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_stream_create()
2016-02-22  Philippe Proulxir: make bt_ctf_stream_create() public
2016-02-22  Philippe Proulxtest_ctf_writer.c: test stream class clock -> trace...
2016-02-22  Philippe Proulxir: bt_ctf_trace_add_stream_class(): add stream class...
2016-02-22  Philippe Proulxir: remove unused bt_ctf_event_copy()
2016-02-22  Philippe Proulxir: verify stream mode in stream functions
2016-02-22  Philippe Proulxir: freeze event on bt_ctf_stream_append_event()
2016-02-22  Philippe Proulxir: add bt_ctf_event_freeze()
2016-02-22  Philippe Proulxir: add bt_ctf_field_freeze()
2016-02-19  Philippe Proulxir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
2016-02-19  Philippe Proulxir: move writer-specific declarations to writer header
2016-02-19  Philippe Proulxir: remove event header accessors from stream
2016-02-19  Philippe Proulxir: add bt_ctf_event_set_packet()
2016-02-19  Philippe Proulxir: add public bt_ctf_packet object
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: remove unused event_headers member from struct...
2016-02-19  Philippe Proulxir: validate integer FT's mapped clock against signedness
2016-02-19  Philippe Proulxir: clock: use value in cycles instead of ns
2016-02-19  Philippe Proulxir: freeze mapped clock when freezing integer FT
2016-02-19  Philippe Proulxir: freeze clocks when freezing a trace
2016-02-19  Philippe Proulxir: split event files into event and event-class files
2016-02-19  Philippe Proulxir: rename event-fields/event-types -> fields/field...
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-19  Philippe Proulxir: rename ctf_string_encoding -> bt_ctf_string_encoding
2016-02-19  Philippe Proulxir: rename bt_ctf_field_path_get_root()
2016-02-19  Philippe Proulxir: rename bt_ctf_node -> bt_ctf_scope
2016-02-19  Philippe Proulxir: add public bt_ctf_field_path object
2016-02-19  Philippe Proulxir: rename bt_ctf_field_type_variant_set_tag()
2016-02-19  Philippe ProulxAdd validation/resolving tests
2016-02-19  Philippe Proulxtest_bt_values.c: fix top comment
2016-02-19  Philippe Proulxir: freeze attributes when freezing an event
2016-02-19  Jérémie GalarneauFix scan-build warning of potential NULL dereference
2016-02-19  Philippe Proulxir: refactor FT validation and resolving
2016-02-19  Philippe Proulxir: allow to set variant FT's tag FT even when frozen
2016-02-19  Philippe Proulxir: add internal bt_ctf_field_path_clear()
2016-02-19  Philippe Proulxir: validate field types on field creation
2016-02-19  Philippe Proulxvalues: fix indentation
2016-02-19  Philippe Proulxref.h: fix doc
2016-02-19  Philippe Proulxvalues: add `_empty` prefix when relevant
2016-02-19  Philippe ProulxBT_MOVE(): call bt_put(_dst)
2016-02-19  Philippe ProulxFix: bt_ctf_field_type_floating_point_copy(): set self...
2016-02-19  Philippe ProulxAdd bt_ctf_field_type_compare(): field type deep comparison
2016-02-19  Philippe Proulxir: event-types-internal.h: fix comment
2016-02-19  Philippe Proulxir: add user byte order to integer/float types
2016-02-19  Philippe Proulxtest_ctf_writer.c: assert() unchecked return values
2016-02-19  Philippe Proulxir: bt_ctf_stream_class_set_byte_order(): EC is already...
2016-02-17  Jérémie GalarneauPython bindings: remove unnecessary semi-colons
2016-02-17  Jérémie GalarneauPython bindings: missing error check in Clock precision...
2016-02-17  Jérémie GalarneauPython bindings: accomodate API changes introduced...
2016-02-15  Jérémie GalarneauRemove stale comment from event destructor
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-02-13  Mathieu DesnoyersFix: CTF parser: accept signed constant literals
2016-02-11  Mathieu DesnoyersFix: out-of-bound memory access
2016-02-11  Jérémie GalarneauFix out-of-tree tests: seek tests can't find traces
2016-02-10  Michael JeansonTests: Fix test plans and do not skip on fail
2016-02-10  Michael JeansonFix: Check return value of fpathconf
2016-02-10  Michael JeansonFix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LI...
2016-02-10  Michael JeansonFix: check for socket lib before function checks
2016-02-10  Michael JeansonPort: Add OSX libuuid compat
2016-02-10  Michael JeansonPort: Add OSX mman.h compat
2016-02-09  Alexis MartinPort: Add OSX endian.h compat
2016-02-09  Michael JeansonCleanup: remove unused label 'end'
2016-01-26  Jérémie GalarneauFix: Wrong variable checked for allocation failure
2016-01-19  Jérémie GalarneauImplement new CTF-IR reference counting scheme
2016-01-19  Jérémie GalarneauUse bt_put instead of bt_ctf_field_put as release callback
2016-01-19  Jérémie GalarneauClean-up bt_put() implementation
2016-01-19  Jérémie GalarneauObject: Acquire reference to parent on first acquired...
2016-01-19  Jérémie GalarneauTests: Add CTF-IR reference counting test
2016-01-19  Jérémie GalarneauReturn pointer when using bt_get()
2016-01-19  Jérémie GalarneauAdd internal bt_object reference count accessor
2016-01-19  Jérémie GalarneauDocs: Document reference counting scheme implemented...
2016-01-19  Jérémie GalarneauAdd parented object memory management to the Object...
2016-01-05  Jonathan RajotteDo not use g_list_free_full
2015-11-04  Jérémie GalarneauUpdate version to 2.0.0-pre
2015-11-04  Jonathan RajotteOnly compare "bison -y" to the basename of YACC variable
2015-10-27  Jérémie GalarneauPython bindings: work around Python 3.5 behaviour change
2015-10-26  Julien DesfossezOutput a warning if packets are lost
2015-10-26  Jérémie GalarneauClean-up: Use memset() to initialize packet_index
2015-10-26  Julien DesfossezSupport ctf index version 1.1
next
This page took 0.037228 seconds and 4 git commands to generate.