]> sigrok.org Git - libsigrok.git/history - include/libsigrok/proto.h
Add filename field to sr_output and make it accessible
[libsigrok.git] / include / libsigrok / proto.h
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-04-07 Uwe Hermannsr_driver_list() now takes a context pointer.
2015-03-26 Martin LingMake sr_session_new() and sr_session_load() require...
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-02-12 Aurelien JacobsRemove the inline qualification from sr_rational_set().
2015-02-11 Uwe Hermanntransform: Add a basic set of API calls.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-03 Aurelien JacobsAdd a public API to list available serial ports.
2014-11-23 Bert VermeulenAdd sr_rational_set() convenience function.
2014-11-19 Martin LingMake sr_analog_*_to_string() functions allocate the...
2014-11-18 Bert VermeulenAdd analog helper sr_analog_unit_to_string().
2014-11-18 Bert VermeulenAdd analog helper sr_analog_float_to_string().
2014-11-13 Bert VermeulenAdd sr_analog_to_float().
2014-11-11 Uwe HermannAdd sr_dev_inst_user_new(), sr_dev_inst_channel_add().
2014-11-11 Uwe HermannConstify the sdi parameter of all sr_dev_inst_*() getters.
2014-11-11 Uwe HermannAdd sr_dev_inst_channels_get() and sr_dev_inst_channel_...
2014-10-17 Soeren ApelProvide getters for sr_dev_inst member access
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-25 Bert Vermeuleninput: Actually return a NULL-terminated array.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-15 Bert Vermeulenoutput: Actually return a NULL-terminated array.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-17 Martin LingChange prototype of sr_trigger_new to take const char *.
2014-07-17 Martin LingMove public headers into include/libsigrok.