]> sigrok.org Git - libsigrok.git/history - hwplugin.c
sr: adjust copyright year
[libsigrok.git] / hwplugin.c
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-13 Bert Vermeulensr: rename all sr_device_* functions to sr_dev_*
2012-02-13 Bert Vermeulensr: more API cleanup and documentation
2012-02-12 Bert Vermeulensr: public/private API cleanup in hwplugin
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-02 Uwe Hermannsr: Make more symbols private via static/SR_PRIV.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-31 Uwe Hermannsr: Eliminate usb/serial instances from API.
2012-01-18 Uwe Hermannsr: g_free()/g_string_free() can handle NULL input.
2012-01-10 Uwe Hermannsr: s/g_message/sr_dbg/.
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-10-29 Gareth McMullinRun-Length Encoding support for the OLS.
2011-06-04 Bert Vermeulenbetter cleanup of device/plugin resources
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-04 Uwe HermannAdd initial support for the ChronoVu LA8.
2011-04-03 Bert VermeulenOLS driver overhaul
2011-02-20 Uwe HermannAdd sr_ prefix to receive_data_callback typedef.
2011-02-20 Uwe HermannAdd sr_ prefix to list_hwplugins().
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-20 Uwe HermannAdd sr_ prefix for hwcap structs/functions.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefixes for *_device_instance.
2011-01-30 Uwe HermannPrefix device structs with sr_.
2011-01-30 Uwe Hermannget_sr_device_instance() -> sr_get_device_instance().
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-30 Bert Vermeulenmove session main loop stuff into libsigrok (session_run)
2011-01-22 Daniel Ribeiroinitial version of alsa plugin.
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Uwe HermannDisable Link Instruments MSO-19 for 0.1.
2011-01-15 Uwe HermannCosmetics.
2011-01-15 Bert Vermeulenadd new HWCAP patternmode
2011-01-13 Uwe HermannWhitespace and consistency fixes.
2011-01-11 Uwe Hermannconfigure: Add --enable-demo option.
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel RibeiroAdd incomplete mso-19 plugin
2011-01-06 Uwe HermannInitial, unfinished demo/simulation hardware driver.
2010-08-05 Bert Vermeulendefine pre/post-trigger capture ratio option
2010-07-14 Uwe Hermannhwplugin.c: Add missing config.h #include.
2010-06-24 Uwe HermannOnly build hardware plugins if requested by user.
2010-05-31 Uwe HermannAdd per-LA --enable-XXXX configure options.
2010-05-20 Uwe HermannSimplifications and small fixes.
2010-05-11 Uwe HermannDrop unused and obsolete gmodule stuff.
2010-04-27 Håvard EspelandThis commit adds initial support for the Asix Sigma...
2010-04-15 Uwe Hermannlibsigrok: More coding style fixes.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-02 Uwe HermannStart of code base layout restructuring.