]> sigrok.org Git - libsigrok.git/history - std.c
build: Portability fixes.
[libsigrok.git] / std.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-02-11 Matthias HeidbrinkUpdate/extend some Doxygen comments.
2014-01-21 Bert Vermeulenstd: Fix caller prefix output.
2014-01-11 Aurelien Jacobsstd: use #ifdef rather than #if where the constant...
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-17 Uwe HermannDoxygen: Consistently use @ notation everywhere.
2013-12-10 Bert Vermeulenstd: Don't build serial helpers without libserialport...
2013-12-09 Matthias HeidbrinkImproved doxygen docs.
2013-12-07 Bert Vermeulenstd: Add std_serial_dev_open().
2013-12-07 Bert Vermeulenstd: Standardize function name.
2013-12-07 Martin LingUse sdi->status instead of serial->fd to tell if port...
2013-12-07 Martin LingUse std_serial_dev_close() to replace matching dev_clos...
2013-12-07 Martin LingAdd std_serial_dev_close() function.
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-12-03 Martin LingRemove SR_INST_USBTMC which is no longer used.
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-11-29 Martin LingCreate & use new sr_usbtmc_dev_inst for Rigol DS driver.
2013-11-15 Uwe Hermannconfigure.ac: libserialport is optional.
2013-10-25 Matthias Heidbrinkstd.c: Changed return value of std_dev_acquisition_stop...
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-05 Bert Vermeulenstd: Fix memory leak, code cleanup
2013-05-03 Uwe HermannFix the build when libusb is not available.
2013-05-01 Bert VermeulenDeal with uninitialized drivers
2013-04-27 Bert VermeulenExplicitly initialize all struct parameters on init
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-16 Bert VermeulenAllow for sdi->priv helper function in std_dev_clear
2013-04-16 Bert VermeulenAdd driver helper std_dev_clear()
2013-02-08 Uwe HermannAdd/use std_hw_dev_acquisition_stop_serial().
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-01-29 Uwe HermannFactor out common hw_init() driver code.