lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / plugins / ctf / common /
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxctf plugin: notif iter: use "borrow" functions for...
2019-05-02  Philippe Proulxctf plugin: BTR: use "borrow" functions where possible
2019-05-02  Philippe Proulxsrc.ctf.fs: use "borrow" functions where possible
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-11-08  Jérémie GalarneauFix: uninitialized variable may be used warning
2017-11-02  Philippe ProulxFix: ctf: notif-iter: do not call request_medium_bytes...
2017-11-02  Philippe Proulxctf, ir: escape and unescape enumeration FT labels...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-10-05  Jérémie GalarneauFix: variable declaration shadows previously declared...
2017-10-04  Mathieu DesnoyersFix: use tabs rather than spaces in makefile
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-17  Philippe ProulxFix: ctf: notif-iter: accept EOF at beginning of packet...
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-08-27  Jérémie Galarneausrc.ctf.fs: implement stream indexing
2017-08-23  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-21  Michael JeansonPort: use SIZE_MAX as max size_t value
2017-08-15  Mathieu DesnoyersFix: overflowed return value
2017-08-09  Mathieu DesnoyersFix: fallback on content size if packet size is missing
2017-08-09  Mathieu DesnoyersFix: add missing bound checking in decode_packet
2017-08-08  Mathieu DesnoyersFix: use of file pointer after fclose()
2017-08-08  Mathieu DesnoyersFix: missing check of ftell error
2017-08-07  Mathieu DesnoyersFix: Explicit null dereferenced
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Philippe ProulxFix: visit_event_decl(): always set stream_id variable
2017-07-18  Michael JeansonFix: don't store an int64_t value in a ptr
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Philippe Proulxctf: visitor-generate-ir: accept negative clock offsets
2017-07-18  Philippe ProulxFix: ctf: notif-iter: error on empty events (0 bits...
2017-07-17  Philippe Proulxctf: notif-iter.c: check state on BT_CTF_NOTIF_ITER_MED...
2017-07-17  Michael JeansonCleanup: bison and flex detection
2017-07-17  Michael JeansonCleanup: uuid library detection
2017-07-17  Michael JeansonCleanup: popt library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-06  Philippe Proulxctf: notif-iter: pass current stream ID to get_stream...
2017-07-06  Philippe Proulxctf: notif-iter: ensure that all packets refer to the...
2017-07-06  Philippe Proulxctf: notif-iter.c: ensure that medops's get_stream...
2017-07-06  Philippe Proulxsrc.ctf.fs: use one CTF notif iter per notification...
2017-07-06  Philippe Proulxctf: notif-iter.c: lazily initialize clock value states
2017-07-06  Philippe Proulxvisitor-generate-ir.c: validate clock class frequency...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-06-16  Philippe Proulxctf: remove strict metadata mode, update automatic...
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-14  Philippe Proulxvisitor-generate-ir.c: automatically map specific field...
2017-06-14  Philippe Proulxctf: add metadata decoder config. and `strict-metadata...
2017-06-14  Philippe Proulxvisitor-generate-ir.c: logging: add stream's line numbe...
2017-06-14  Philippe Proulxvisitor-semantic-validator.c: standardize logging
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/visitor-parent-links.c...
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/objstack.c: add logging
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/decoder.c: standardize...
2017-06-14  Philippe Proulxplugins/ctf/common/metadata: logging: standardize in...
2017-06-14  Philippe Proulxvisitor-generate-ir.c: logging: standardize messages...
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
2017-06-09  Jérémie GalarneauRemove dependancies on ctf.fs source component caused...
2017-06-09  Philippe Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
2017-06-09  Michael JeansonPort: Add missing includes for mingw
2017-06-09  Michael JeansonPort: Namespace tokens in ctf metadata parser/lexer
2017-06-09  Michael JeansonPort: Use glib portable macros to convert gpointer...
2017-06-09  Philippe Proulxplugins/ctf/common/btr: use standard logging files...
2017-06-09  Philippe Proulxplugins/ctf/common/btr/btr.c: add logging
2017-06-09  Philippe Proulxctf plugins: prepend trace's hostname, if exists, to...
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-05-28  Jérémie GalarneauFix: return error on empty list in get_unary_unsigned
2017-05-28  Jérémie GalarneauFix: use of uninitialized value in visit_*_decl_entry
2017-05-28  Jérémie GalarneauFix: return of garbage value on empty specifier list
2017-05-28  Jérémie GalarneauFix: return of garbage value when trace has no stream...
2017-05-28  Jérémie GalarneauFix: NULL dereference in logging on btr allocation...
2017-05-28  Jérémie GalarneauFix: NULL dereference in logging on notit allocation...
2017-05-28  Jérémie GalarneauFix: dereference of NULL mdec when opening packetized...
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxctf plugin: add bt_ctf_notif_iter_get_packet_header_con...
2017-05-28  Philippe Proulxctf.fs source: recurse to find multiples CTF traces
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Mathieu DesnoyersFix: IR visitor: error msg printing
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe Proulxctf.fs source: metadata: fix error paths
2017-05-28  Philippe Proulxnotif-iter.c: fix warnings
2017-05-28  Philippe Proulxvisitor-generate-ir.c: fix some error reporting terms
2017-05-28  Philippe Proulxvisitor-generate-ir.c: set trace object's UUID
2017-05-28  Philippe ProulxRename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_ge...
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 Proulxctf: bt_ctf_notif_iter_get_next_notification(): require...
2017-05-28  Philippe ProulxFix: ctf: notif-iter.c: update_clock() uses the wrong...
2017-05-28  Philippe Proulxctf.fs: make clock classes absolute when it's an LTTng...
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe Proulxctf plugin: add CTF metadata decoder API
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  Julien DesfossezSupport for --clock-offset and --clock-offset-ns
2017-05-28  Philippe ProulxEvent notification: pass CC priority map on creation
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe Proulxctf.fs: bt_ctf_notif_iter_create(): assert() that all...
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe Proulxbt_ctf_event_set_clock_value() does not need a clock...
2017-05-28  Philippe ProulxFix Makefile.am files regarding headers
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
next
This page took 0.047788 seconds and 7 git commands to generate.