]> sigrok.org Git - libsigrok.git/history - output/output_ols.c
Replace g_malloc{0,} with g_try_malloc{0,}.
[libsigrok.git] / output / output_ols.c
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-04-03 Bert Vermeulenoutput_ols: disabled cursors don't really need to be...
2011-03-03 Uwe HermannMake some more items 'static'.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-12 Bert Vermeulenimplement version 1.3 of the OLS output format, now...
2011-02-08 Uwe HermannAdd sr_ prefix for device related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-02-01 Bert Vermeulenoutput_ols: now fully compliant with spec
2011-02-01 Bert Vermeulendon't just assume a device has a samplerate setting
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannAdd sr_ prefix to input/output structs.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-16 Uwe HermannFix warnings.
2011-01-15 Uwe HermannInitial support for the OLS output format.