]> sigrok.org Git - libsigrok.git/history - include/libsigrok/proto.h
input: decorate sr_input_find() parameter as const
[libsigrok.git] / include / libsigrok / proto.h
2022-04-23 Gerhard Sittiginput: decorate sr_input_find() parameter as const
2018-09-18 Uwe HermannMake sr_packet_{copy,free} API calls public.
2018-09-03 Gerhard Sittigproto.h: move routine declaration to its respective...
2018-08-30 Uwe HermannAdd a new sr_log_callback_get() API call.
2018-06-01 Frank Stettnerstrutil: Locale independent sprintf() and vsprintf...
2018-05-17 Gerhard Sittiginput: provide accessor routine for (struct sr_input...
2018-03-18 Soeren ApelIntroduce sr_resourcepaths_get()
2018-02-11 Frank Stettnerstrutil: Locale independent snprintf() and vsnprintf...
2017-07-05 Soeren ApelIntroduce A2L methods
2017-05-26 Uwe HermannAdd APIs to query libsigrok build information.
2017-03-07 Soeren ApelRework sr_period_string
2016-10-17 Aurelien Jacobsanalog: use SI prefix only with units that accept SI...
2016-08-28 Aurelien Jacobsanalog: improve output readability by using SI prefix
2016-05-16 Stefan Brünsanalog: Implement division for sr_rational
2016-05-16 Stefan Brünsanalog: Implement multiplication for sr_rational
2016-05-16 Stefan Brünsanalog: Add equality check for sr_rational
2016-05-16 Stefan Brünsstrutil: add method to get an sr_rational from a string
2016-05-09 Soeren ApelInput: Add reset() function
2016-01-04 Daniel Elstnerresource: Replace ssize_t with gssize to avoid unistd.h
2016-01-03 Uwe Hermannproto.h: Add missing unistd.h #include.
2015-12-31 Uwe HermannRename sr_driver_scan_options() to sr_driver_scan_optio...
2015-12-31 Uwe HermannRename sr_dev_config_capabilities() to sr_dev_config_ca...
2015-12-31 Martin LingAdd new sr_driver_scan_options() helper function.
2015-12-31 Martin LingAdd new sr_dev_options() helper function.
2015-12-31 Martin LingAdd new sr_dev_config_capabilities() helper function.
2015-11-29 Stefan Brünssession: fix use after free of session->devs as reporte...
2015-10-24 Uwe HermannDrop unneeded sr_analog_float_to_string().
2015-10-20 Uwe Hermannsr_analog_float_to_string(): Make 'digits' argument...
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-10-17 Daniel Elstnersession: Make event source injection API private
2015-10-17 Daniel Elstnersession: Make sr_session_run() optional
2015-10-01 Daniel Elstnerresource: New internal API for accessing resource files
2015-10-01 Daniel Elstnersession-file: Remove old session save API
2015-09-20 Martin Lingsr_rational_set: Accept signed numerator.
2015-09-13 Daniel Elstnerlog: Remove sr_log_logdomain_{get,set} from the API
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2015-08-15 Soeren ApelIntroduce OutputFlag
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.