babeltrace.git
2015-10-13  Michael JeansonPort: make bootstrap script work on most shell
2015-10-13  Mathieu DesnoyersFix: babeltrace-log packet seek
2015-10-13  Michael JeansonFix: posix_fallocate() returns int > 0 on errors
2015-10-07  Jonathan RajotteConfigure: add check for type
2015-10-07  Jonathan RajotteConfigure: add check on headers
2015-10-07  Jonathan RajotteConfigure: add missing check for used funcs
2015-10-07  Michael JeansonFix: add compat for glib < 2.32
2015-09-04  Michael JeansonFix: make check in OOT build with absolute path
2015-09-04  Michael JeansonFix: make check in out of tree build
2015-08-18  Michael JeansonFix: 32bit values index_major/minor used as 64bit
2015-08-07  Julien DesfossezHide the packet_seq_num field
2015-07-31  Philippe Proulxir: add bt_ctf_field_type_sequence/array_set_element_type()
2015-07-31  Philippe Proulxir: do not cache variant type's alignment
2015-07-30  Philippe ProulxFix: test_ctf_writer: assert() without side effects
2015-07-30  Philippe Proulxir: empty structures are legal in CTF
2015-07-30  Philippe Proulxir: add field instance type ID helpers
2015-07-30  Philippe Proulxir: add bt_ctf_field_get_type_id()
2015-07-30  Philippe Proulxir: add field type ID helpers
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-29  Philippe Proulxir: add bt_ctf_trace_get_stream_class_by_id()
2015-07-29  Philippe Proulxir: add internal field path getters
2015-07-28  Philippe ProulxRename bt_object to bt_value
2015-07-28  Philippe Proulxir: add BT_CTF_MOVE()
2015-07-17  Philippe Proulxtest_ctf_writer.c: use bt_ctf_put() everywhere
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-07-16  Philippe ProulxFix: allow structure types to have a minimum align
2015-07-16  Philippe Proulxtest_ctf_writer: add type alignment tests
2015-07-16  Philippe ProulxFix: require power of two for type alignment
2015-07-16  Philippe ProulxFix: do not init. BO of enums/arrays/sequences
2015-07-10  Jonathan RajotteBuild: Update m4 for bison & flex version check to...
2015-07-03  Jonathan RajotteBuild: add version check on flex
2015-07-02  Jonathan RajotteBuild: add version check on autoconf
2015-07-02  Jonathan RajotteBuild: m4 macro for Bison version check
2015-07-02  Jérémie GalarneauTest: Add a test to ensure multiple keywords can be...
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2015-07-02  Jérémie GalarneauFix: Create stream after adding its stream class to...
2015-07-02  Jérémie GalarneauFix: Remove overly-strict freeze check on variants...
2015-07-02  Jérémie GalarneauDocs: A stream has no ownership of its trace
2015-07-02  Jérémie GalarneauFix: Missing NULL check in bt_ctf_field_sequence_destroy
2015-05-27  Jérémie GalarneauAdd test_bt_objects to .gitignore
2015-05-25  Philippe Proulxir: add tests for bt_ctf_field_variant_get_current_field()
2015-05-25  Philippe Proulxir: add bt_ctf_field_variant_get_current_field()
2015-05-25  Jérémie GalarneauClean-up: get_field_type should only have one return...
2015-05-25  Jérémie GalarneauFix: bt_ctf_trace_freeze must fail if type resolving...
2015-05-22  Jérémie GalarneauFix: Return a variant's alignment as 0 (undefined).
2015-05-14  Jérémie Galarneauir: copy variants and sequences when setting a field...
2015-05-13  Jérémie GalarneauFix: ir: disallow setting the alignment of certain...
2015-05-13  Jérémie Galarneauir: compute array, sequence and structure alignment...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_va...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_st...
2015-05-13  Jérémie GalarneauClean-up: clean multi-line function call
2015-05-13  Jérémie GalarneauTests: fix possible null pointer dereference
2015-05-13  Jérémie GalarneauFix: Check validity of returned ctf_type_id
2015-05-12  Jérémie GalarneauFix: Missing check that token linked-list is not NULL
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: Implement a field type visitor to resolve dynamic...
2015-05-11  Jérémie Galarneauir: only perform trace freeze if not already frozen
2015-05-11  Jérémie GalarneauClean-up: line exceeding 80 chars in trace.c
2015-05-11  Jérémie GalarneauDocs: add comment about bt_ctf_trace_add_stream_class...
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_set_tag()
2015-05-11  Jérémie Galarneauir: add tag field path to variant field type
2015-05-11  Jérémie Galarneauir: add length_field_path to sequence field type
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_path internal API
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_get_field_name_index()
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_structure_get_field_name_index()
2015-05-11  Jérémie GalarneauClean-up: Missing space in event-types-internal.h
2015-04-28  Glen KeaneDocs: Updated available input formats on manpage
2015-04-28  Philippe Proulxir: add tests for bt_ctf_event_copy()
2015-04-28  Philippe ProulxFix: ir: match .h names for get/set_header()
2015-04-28  Jérémie Galarneauir: add bt_ctf_event_set_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_get_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_copy() (event deep copy)
2015-04-28  Philippe Proulxir: add tests for bt_ctf_field_copy()
2015-04-28  Philippe Proulxir: make bt_ctf_field_copy() public
2015-04-28  Philippe ProulxFix: ir: copy struct/seq/array NULL fields
2015-04-28  Philippe ProulxFix: ir: incr ref of existing sequence/array field
2015-04-28  Philippe ProulxFix: ir: return current variant's field if possible
2015-04-28  Philippe ProulxFix: ir: seq copy: initialize internal array
2015-04-28  Philippe ProulxFix: ir: bt_ctf_field_copy(): copy payload_set
2015-04-28  Philippe Proulxobjects: Doxygen: note about frozen copy
2015-04-28  Jérémie GalarneauDocs: weird phrasing in Babeltrace(1)
2015-04-20  Jérémie GalarneauReplace g_string_insert_len() by g_string_append_len()
2015-04-20  Philippe ProulxAdd tests for bt_ctf_field_string_append_len()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append_len()
2015-04-20  Philippe ProulxAdd tests for bt_ctf_field_string_append()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append()
2015-04-20  Antoine BusqueFix: return event timestamp in _timestamp_at_pos
2015-04-14  Philippe ProulxFix: ir: make sure "stream_id" attr is always right
2015-04-09  Jérémie GalarneauTests: add environment field can be added after stream...
2015-04-09  Jérémie GalarneauFix: Allow the addition of environment fields to a...
2015-04-09  Jérémie GalarneauCleanup: Remove unused trace environment types
2015-04-09  Jérémie GalarneauCleanup: introduce internal bt_ctf_trace_freeze()
2015-04-09  Jérémie GalarneauMove bt_ctf_attributes API to internal headers
2015-03-20  Jérémie GalarneauRemove stale file from include/Makefile.am
2015-03-20  Jérémie GalarneauFix: possible NULL pointer dereference in CTF Writer...
2015-03-20  Jérémie GalarneauFix: Ensure assertions have no side-effect
2015-03-20  Jérémie GalarneauFix: Uninitialized return value in bt_ctf_event_class_g...
2015-03-20  Jérémie Galarneauir: add tests for bt_ctf_event's stream accessor
2015-03-20  Jérémie Galarneauir: add tests for bt_ctf_stream_class trace accessor
next
This page took 0.037471 seconds and 4 git commands to generate.