]> sigrok.org Git - libsigrok.git/history - sigrok.h.in
sr: SR_PACKAGE_VERSION_* for consistency.
[libsigrok.git] / sigrok.h.in
2012-03-31 Uwe Hermannsr: SR_PACKAGE_VERSION_* for consistency.
2012-03-31 Uwe Hermannsr: out: Use uint8_t (not char) for buffers.
2012-03-24 Uwe Hermannsr: sigrok.h: Add version macros.
2012-03-24 Uwe Hermannsr: Rename sigrok.h. to sigrok.h.in, needed soon.
2012-02-12 Bert Vermeulensr: sigrok.h is no longer generated
2012-02-10 Uwe Hermannsr: Doxygen comments for loglevels.
2012-02-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-05 Uwe Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-02-01 Bert Vermeulensr: remove unused time/duration fields from datafeed...
2012-01-31 Uwe Hermannsr: Eliminate usb/serial instances from API.
2012-01-28 Uwe Hermannsr: sigrok.h.in: Set SR_HWCAP_DUMMY to 0 explicitly.
2012-01-28 Uwe Hermannsr: sigrok.h.in: Drop obsolete 'GSList *analyzers'.
2012-01-28 Uwe Hermannsr: Drop analog left-overs from sigrok.h.
2012-01-21 Anatoly Sokolovadd SR_HWCAP_DEMO_DEVICE capability
2012-01-07 Uwe Hermannsr: session: Make most functions return int.
2012-01-07 Bert Vermeulenremove obsolete libsigrokdecode struct
2012-01-02 Uwe Hermannsr: Drop some obsolete and commented out code.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-11-15 Uwe Hermannsigrok.h: Remove SIGROK_*VERSION #defines again.
2011-10-31 Uwe Hermannsigrok.h: Add SIGROK_{MAJOR,MINOR,MICRO,}_VERSION ...