]> sigrok.org Git - libsigrok.git/history - include
Don't set _POSIX_C_SOURCE for VXI/RPC related files.
[libsigrok.git] / include /
2015-08-28 Uwe HermannVarious key lists: Add reminders of what needs updates...
2015-08-28 Uwe Hermannhwdriver.c: Fix key order, add missing items.
2015-08-28 Uwe HermannAdd a few scale related flags.
2015-08-25 Bert VermeulenAdd SR_T_MQLIST.
2015-08-25 Bert VermeulenAdd key info tables for MQ and MQflags.
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2015-08-16 Daniel ElstnerBuild: Make version.h a configuration header
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-06-07 Uwe Hermannmodbus: Minor typos, cosmetics and consistency fixes.
2015-06-07 Aurelien Jacobslibsigrok.h: add new type of device: ELECTRONIC_LOAD.
2015-06-07 Aurelien Jacobslibsigrok.h: Add SR_CONF_OVER_TEMPERATURE_PROTECTION_AC...
2015-05-12 Aurelien JacobsAdd a modbus communication helper module.
2015-05-12 Aurelien JacobsRename SR_CONF_OUTPUT_* to SR_CONF_*.
2015-05-06 Alexandru Gagniucglobal: Add configuration key for output frequency...
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-24 Uwe HermannFix a bunch of typos.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Uwe Hermannlibsigrok.h: Add SR_MQ_POWER_FACTOR and SR_MQ_APPARENT_...
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-03-19 Martin LingAdd sdi pointer to struct sr_channel.
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2015-03-01 Martin LingAdd SR_MQ_COUNT for event count measurements.
2015-02-16 Bartosz GolaszewskiSR_CONF_PROBE_FACTOR: New option.
2015-02-12 Aurelien JacobsRemove the inline qualification from sr_rational_set().
2015-02-11 Bartosz GolaszewskiSR_ERR_IO: new error code
2015-02-11 Uwe Hermanntransform: Add a basic set of API calls.
2015-02-11 Uwe Hermanntransform: Add struct sr_transform and struct sr_transf...
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-25 Bartosz Golaszewskinew config options: averaging
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-22 Uwe HermannAdd missing entries to sr_config_info_data[].
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-13 Bert VermeulenAdd SR_DF_ANALOG2 and related structs.
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 HermannMake 'struct sr_dev_inst' opaque.
2014-11-11 Uwe HermannAdd sr_dev_inst_channels_get() and sr_dev_inst_channel_...
2014-10-21 Janne HuttunenExport LCR meter 'auto' bits as config keys instead...
2014-10-18 Bert VermeulenFix typos.
2014-10-17 Janne HuttunenRename "SERIAL" -> "SERIES".
2014-10-17 Soeren ApelProvide getters for sr_dev_inst member access
2014-10-15 Bert VermeulenUse SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT.
2014-10-13 Uwe HermannRename SR_CONF_LCR_METER to SR_CONF_LCRMETER.
2014-10-12 Janne HuttunenAdd config key for output frequency.
2014-10-12 Janne HuttunenAdd config key for LCR meter type.
2014-10-12 Janne HuttunenAdd two new 'auto' flags.
2014-10-12 Janne HuttunenAdd quantity and flag for difference measurements.
2014-10-12 Janne HuttunenAdd measured quantities for LCR meters.
2014-10-12 Janne HuttunenAdd two new units.
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-09-29 Soeren ApelRemoval of sdi->index, step 1: remove it from headers...
2014-09-23 Soeren ApelAdd serial_num and connection_id fields to sr_dev_inst
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-08 Bert VermeulenAdd private storage pointer to struct sr_channel.
2014-09-08 Bert VermeulenRevamp PPS-related config keys.
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-27 Bert VermeulenAdd SR_ERR_DATA.
2014-08-25 Bert VermeulenAdd second positive status code: SR_OK_CONTINUE.
2014-08-25 Bert Vermeuleninput: Actually return a NULL-terminated array.
2014-08-25 Bert Vermeuleninput: Frontends don't need to see SR_INPUT_META_*.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: make sr_input{_module} opaque to clients.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-15 Bert Vermeulenoutput: Actually return a NULL-terminated array.
2014-07-28 Bert VermeulenAdd config key for amplitude.
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.