configure: Normalize indentation to 2 spaces
[babeltrace.git] / tests / lib /
2019-05-02  Philippe Proulxlib: return `void` when setting a simple value with...
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxGraph API: split into private and public APIs
2019-05-02  Philippe ProulxTrace IR and notification APIs: split into private...
2019-05-02  Philippe ProulxValues API: standardize parameters and return values
2019-05-02  Philippe ProulxValues API: split into private and public APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe ProulxValues API: standardize function names
2019-05-02  Philippe ProulxRename: "float value" -> "real value"
2019-05-02  Philippe ProulxRename: field type -> field class
2019-05-02  Philippe ProulxCTF IR -> Trace IR
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
2019-05-02  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
2019-05-02  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe Proulxtest_ctf_writer.c: put statements outside BT_ASSERT()
2019-05-02  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-02  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
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 ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe Proulxbt2: EnumerationFieldType: rename append_mapping()...
2019-05-02  Philippe ProulxAdd tests: CTF writer: `timestamp_begin`/`timestamp_end...
2019-05-02  Philippe ProulxAdd stream class's single clock class tests
2019-05-02  Philippe ProulxAdd test: no clock class in trace's packet header field...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-10-04  Michael JeansonPort: do not depend on GNU readlink
2017-09-18  Jérémie GalarneauTests babeltrace: adapt python tests to use unittest
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-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe Proulxtests: remove `check` targets in subdirectories
2017-09-15  Philippe ProulxTest output port notification iterator
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-15  Philippe ProulxAdd query executor
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  Michael JeansonTest fix: use portable path code in test_plugin
2017-08-21  Michael JeansonTest: rework shell test scripts
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 Proulxtests/lib/test-plugin-plugins/minimal.c: add missing...
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-10  Julien DesfossezRe-enable the bin-info and dward tests
2017-08-09  Mathieu DesnoyersFix: ctf-testsuite variant-missing-fields
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-08-08  Mathieu DesnoyersCleanup: mixing enum types
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Michael JeansonPort: replace setenv() by g_setenv()
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-07  Philippe Proulxtest_plugin: use env. var. instead of global symbol...
2017-07-07  Jérémie GalarneauTest fix: fixed allocation size used for variable lengt...
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: Replace readdir_r by nftw
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-12  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-12  Michael JeansonPort: Remove unused header in test_plugin
2017-06-09  Mathieu DesnoyersFix: out-of-tree build
2017-06-09  Philippe ProulxFix build with BUILT_IN_PLUGINS=1
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Michael JeansonPort: Use g_setenv instead of setenv
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 ProulxRemove remaining old test files
2017-06-09  Philippe ProulxFix: test_ir_visit.c: create valid SC PC/EH and trace...
2017-06-09  Philippe ProulxFix: test_ctf_ir_ref.c: create valid SC PC/EH and trace...
2017-06-09  Philippe Proulxtest_ctf_writer.c: add "trace is static" listener tests
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
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 ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe ProulxValidate CTF semantics in selected CTF IR functions
next
This page took 0.07435 seconds and 7 git commands to generate.