lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / tests / lib / test_ctf_writer.c
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe Proulxlib: metadata: transform fast path precond. checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: test structure field name...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: open trace with `-o dummy...
2017-09-17  Philippe Proulxtests/lib/test_ctf_writer.c: update number of tests
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-08-31  Jérémie GalarneauTests: erroneous usage of if preprocessor directive
2017-08-31  Michael JeansonFix: remove g_spawn_check_exit_status to support glib...
2017-08-21  Jérémie GalarneauTest fix: free() of uninitialized pointer on error...
2017-08-18  Michael JeansonPort: Replace fork() in test_ctf_writer
2017-08-18  Michael JeansonTest: use static data in test_ctf_writer
2017-08-18  Michael JeansonFix test: remove hardcoded /tmp path
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-09  Mathieu DesnoyersFix: tests: offset_s * ns_per_s should not overflow...
2017-08-09  Mathieu DesnoyersFix: unchecked return value in ctf-writer test
2017-07-06  Philippe Proulxtest_ctf_writer.c: use environment variable to override...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-07-06  Philippe Proulxtest_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to...
2017-07-05  Michael JeansonFix: ctf writer test on Cygwin
2017-07-05  Michael JeansonPort: dirfd is not portable, replace it
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-16  Philippe Proulxtest_ctf_writer.c: do not check for invalid event class...
2017-06-09  Michael JeansonPort: Add utsname.h compat for mingw
2017-06-09  Philippe Proulxtest_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to...
2017-06-09  Philippe Proulxtests/lib: do not call bt_ctf_trace_set_native_byte_ord...
2017-06-09  Philippe Proulxtest_ctf_writer.c: add "trace is static" listener tests
2017-05-28  Jérémie GalarneauTests: possible dereference of NULL argument to strcmp
2017-05-28  Jérémie GalarneauFix: possible NULL dereference of uuid in test
2017-05-28  Philippe ProulxValidate CTF semantics in selected CTF IR functions
2017-05-28  Philippe Proulxtest_ctf_writer.c: remove negative index tests
2017-05-28  Philippe ProulxMake bt_ctf_event_class_create() create an empty context FT
2017-05-28  Philippe ProulxRename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_ge...
2017-05-28  Philippe Proulxir: add trace UUID getter and setter
2017-05-28  Philippe ProulxRemove bt_ctf_stream_class_get_event_class_by_name()
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxAdd static trace tests
2017-05-28  Philippe ProulxAdd bt_ctf_trace_get_stream_count() and bt_ctf_trace_ge...
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe ProulxRename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_se...
2017-05-28  Philippe ProulxRename bt_ctf_type_id -> bt_ctf_field_type_id (and...
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Jérémie GalarneauTests: close writer object before reading the trace...
2017-05-28  Jérémie GalarneauUpdate test_ctf_writer.c header
2017-05-27  Philippe ProulxFix API doc's content and style for enum. FT mapping...
2017-05-27  Jérémie GalarneauModify bt_ctf_field_enumeration_get_single_mapping...
2017-05-27  Mathieu DesnoyersFix: allow duplicate keys and overlapping ranges in...
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
2017-05-27  Jérémie GalarneauTests: adapt writer tests as IR now allows NULL headers...
2017-05-27  Philippe Proulxfield-types.c: check that we don't add self FT to struc...
2017-05-27  Jérémie GalarneauPrint timestamps in text plug-in
2017-05-27  Jérémie GalarneauImplement bt_ctf_clock_value interface
2017-05-27  Jérémie GalarneauTests: NULL clock names are now allowed
2016-05-31  Jérémie GalarneauTests: Unchecked return value in test_ctf_writer
2016-05-31  Jérémie GalarneauTests: unchecked return value in test_ctf_writer
2016-05-30  Jérémie GalarneauTests: unchecked return values in test_ctf_writer
2016-05-30  Jérémie GalarneauTests: Unchecked return values in test_ctf_writer
2016-05-30  Jérémie GalarneauTests: unchecked return values in test_ctf_writer
2016-05-30  Jérémie GalarneauTests: Unchecked return value in test_ctf_writer
2016-05-03  Jérémie GalarneauClean-up: change space indentation to tabs
2016-05-03  Jérémie GalarneauTest fix: clean trace files left behind by test_ctf_ir_ref
2016-04-27  Jérémie GalarneauTypo: succesful* -> successful*
2016-04-20  Jérémie GalarneauClean-up: mark test symbols as static
2016-04-20  Jérémie GalarneauFix: Remove traces left over from ctf-writer tests
2016-04-20  Jérémie GalarneauTests: erroneous check after bt_ctf_clock_set_offset_s
2016-02-24  Philippe Proulxtest_ctf_writer.c: test packet functions
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_clock_ns_from_value()
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: add optional name property to stream
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_stream_create()
2016-02-22  Philippe Proulxtest_ctf_writer.c: test stream class clock -> trace...
2016-02-22  Philippe Proulxir: remove unused bt_ctf_event_copy()
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: clock: use value in cycles instead of ns
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: refactor FT validation and resolving
2016-02-19  Philippe Proulxtest_ctf_writer.c: assert() unchecked return values
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-02-10  Michael JeansonTests: Fix test plans and do not skip on fail
2016-01-19  Jérémie GalarneauImplement new CTF-IR reference counting scheme
2015-10-14  Mathieu DesnoyersImplement bt_getline
2015-10-14  Michael JeansonPort: Replace dirent->d_type by stat S_ISREG
2015-10-14  Michael JeansonPort: Include config.h globally trough DEFAULT_INCLUDES
2015-10-14  Michael JeansonPort: Add compat for dirfd
2015-10-14  Michael JeansonPort: Add compat for mkdtemp
2015-10-13  Michael JeansonPort: uname can return a positive value on success
2015-07-30  Philippe ProulxFix: test_ctf_writer: assert() without side effects
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-28  Philippe ProulxRename bt_object to bt_value
2015-07-17  Philippe Proulxtest_ctf_writer.c: use bt_ctf_put() everywhere
2015-07-16  Philippe Proulxtest_ctf_writer: add type alignment tests
2015-07-02  Jérémie GalarneauTest: Add a test to ensure multiple keywords can be...
2015-05-25  Philippe Proulxir: add tests for bt_ctf_field_variant_get_current_field()
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...
next
This page took 0.294595 seconds and 107 git commands to generate.