]> sigrok.org Git - libsigrok.git/history - std.c
configure.ac: libserialport is optional.
[libsigrok.git] / std.c
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.