Python bt2: remove type restriction on structure __setitem__
[babeltrace.git] / plugins / text /
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-08-15  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-07  Jérémie GalarneauFix: Dereference null return value
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Mathieu DesnoyersPretty plugin: only print negative timestamp warning...
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 Proulxsrc.text.dmesg: add `no-extract-timestamp` option
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe ProulxFix: remove clock value leak in sink.text.pretty
2017-07-06  Philippe Proulxsink.text.pretty: append `s` only if plural in discarde...
2017-07-06  Philippe Proulxsink.text.pretty: print discarded events and packets...
2017-07-06  Philippe ProulxAdd sink.utils.counter
2017-07-05  Michael JeansonBuild plugins as unversioned modules
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-12  Michael JeansonPort: Enable libtool to produce DLLs
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  Michael JeansonPort: Use portable format string for ISO 8601 dates
2017-06-09  Michael JeansonPort: Add time.h compat for mingw
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-06-09  Philippe Proulxtext.pretty: create an event string instead of using...
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxRename writer.writer -> ctf.fs (sink) and standardize...
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe ProulxRemove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe Proulxtext.pretty: use "path" param. name instead of "output...
2017-05-28  Philippe Proulxtext.pretty: handle AGAIN status
2017-05-28  Philippe Proulxtext.pretty: fix handle_notification()
2017-05-28  Philippe Proulxtext.pretty: remove unused debug info options
2017-05-28  Philippe Proulxtext.pretty: use clock class with highest priority...
2017-05-28  Philippe ProulxAdd "port connected" component class method
2017-05-28  Philippe ProulxRename text.text sink CC to text.pretty
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe ProulxRename bt_ctf_type_id -> bt_ctf_field_type_id (and...
2017-05-28  Julien DesfossezText: handle output file
2017-05-28  Julien Desfosseztext: escape control sequences characters
2017-05-28  Julien DesfossezText output identical with babeltrace 1
2017-05-28  Julien Desfossezfix: missing equal sign when printing events without...
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxRemove the need to implement the notification iterator...
2017-05-28  Philippe Proulx"destroy" method -> "finalize" method
2017-05-28  Philippe ProulxAccept port connection method: take other port as parameter
2017-05-28  Philippe ProulxVisibility: split graph API into public and private...
2017-05-28  Philippe ProulxAllow a component to remove a port and any user to...
2017-05-28  Jérémie GalarneauRemove component prefix from graph, connection and...
2017-05-28  Jérémie GalarneauUse graph facilities in text component class
2017-05-28  Jérémie GalarneauText: print unknown enumeration mappings in red
2017-05-28  Jérémie GalarneauText: tone down the rainbow text color scheme
2017-05-28  Julien Desfosseztext: mask some internal fields
2017-05-28  Julien DesfossezAdd the verbose parameter to the legacy text options
2017-05-28  Philippe Proulxtext plugin: add color support
2017-05-28  Philippe ProulxFix Makefile.am files regarding headers
2017-05-28  Philippe ProulxPlugins: use UNUSED_VAR instead of casting to void
2017-05-28  Philippe ProulxAdd bt_component_create_with_init_method_data()
2017-05-28  Philippe ProulxPrefix {source,filter,sink}*.h file names with component-
2017-05-28  Philippe ProulxRefactor the component class and component API
2017-05-28  Philippe ProulxRefactor the plugin registration and loading machinery
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-27  Jérémie GalarneauFix text plug-in: missing function name change
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 GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauComponent iterator points to first notification on...
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Jérémie GalarneauHandle NULL stream/packet/event headers, contexts and...
2017-05-27  Mathieu Desnoyerstext output plugin: print time delta
2017-05-27  Mathieu Desnoyerstext output: wire up clock options, error checking
2017-05-27  Mathieu DesnoyersRemove callsite text output code
2017-05-27  Mathieu DesnoyersPrint other fields
2017-05-27  Jérémie GalarneauPrint timestamps in text plug-in
2017-05-27  Jérémie Galarneauremove double bt_put
2017-05-27  Mathieu DesnoyersText output plugin argument parsing
2017-05-27  Mathieu DesnoyersImplement output text plugin (basic)
2017-05-27  Jérémie Galarneaufix leak of event class
2017-05-27  Jérémie GalarneauAdd missing text plugin files
2017-05-27  Jérémie GalarneauSinks own their input iterators
2017-05-27  Jérémie Galarneautext: Remove stream_timestamps hashtable
2017-05-27  Jérémie Galarneautext: wip event formating
2017-05-27  Jérémie Galarneauadd end of stream notification
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Jérémie GalarneauMove remaining protorectoral files to ctf fs plugin
2017-05-27  Jérémie GalarneauAccomodate component destructor API changes in text...
2017-05-27  Jérémie Galarneaudestroy_text must conform to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauCast destroy_text to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauUpdate text plugin skeleton
2017-05-27  Philippe ProulxInstall plugins in $(libdir)/babeltrace/plugins
2017-05-27  Philippe ProulxPlugins: remove unnecessary stuff in Makefile.am files
2017-05-27  Philippe ProulxMove plugin system sources to lib/plugin-system
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
This page took 0.060598 seconds and 7 git commands to generate.