]> sigrok.org Git - libsigrok.git/history - output
Drop link-mso19/nexus-osciprime in preparation for release.
[libsigrok.git] / output /
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-11 Bert Vermeulenoutput/vcd: Use selected probes, not lowest-numbered...
2013-04-11 Bert Vermeuleninput/output modules: Adjust to GVariant-based sr_confi...
2013-04-11 Bert VermeulenBump copyright year
2013-04-09 Uwe Hermannvcd output: Build fix for Windows/MinGW.
2013-03-06 Bert Vermeulenoutput/vcd: use new API
2013-02-24 Uwe Hermanndoxygen: Add more output format docs.
2013-01-25 Bert VermeulenRename sr_dev_has_hwcap() to sr_dev_has_option().
2013-01-25 Bert VermeulenDeprecate SR_DI_CUR_SAMPLERATE.
2013-01-24 Bert Vermeulendrivers: rename and reorganize config get/set
2013-01-23 Bert VermeulenAlways interleave analog data with all enabled probes.
2013-01-21 Bert VermeulenRename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
2012-12-20 Joel HoldsworthPass sr_datafeed_packets and payloads with const pointers
2012-12-15 Bert Vermeulenanalog: support ppm output
2012-11-11 Uwe Hermannoutput/gnuplot: Drop obsolete code.
2012-11-11 Uwe HermannOutput modules: Use message logging helpers.
2012-11-11 Uwe HermannAll drivers: Drop unneeded comments.
2012-11-02 Bert Vermeulenoutput/analog: add support for sound pressure level
2012-11-02 Bert Vermeulenanalog: if no MQ unit was set of recognized, just print...
2012-10-30 Uwe HermannRemove 'float' output module.
2012-10-30 Uwe HermannReturn SR_ERR_MALLOC upon allocation errors.
2012-10-23 Uwe Hermannconfig.h usage cleanups.
2012-10-22 Uwe HermannDoxygen: Add @file items for the relevant files.
2012-10-22 Uwe HermannDoxygen: Initial groups and topic short descriptions.
2012-10-22 Uwe HermannDoxygen: Mark non-public stuff for exclusion.
2012-10-16 Bert Vermeulenanalog: add pretty-printer for dBu and dBV
2012-10-16 Bert Vermeulenanalog: sane printing of very small and negative values
2012-10-16 Uwe HermannBuild fix for Windows/MinGW.
2012-10-15 Bert Vermeulenanalog: support AC+DC unit modifier
2012-09-25 Bert Vermeulensr: add support for conductance measurements in Siemens
2012-09-25 Bert Vermeulensr: add support for pulse width measurements
2012-09-08 Bert Vermeulensr: add new analog output module
2012-09-02 Bert Vermeulensr: output up to 12 significant digits for floats
2012-08-03 Bert Vermeulensr: fix initialization for output from driverless devices
2012-08-03 Bert Vermeulensr: change input/output modules to use struct sr_dev_inst *
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-06-19 Bert Vermeulensr: new output format 'float', just floating point...
2012-06-19 Bert Vermeulensr: remove unused code
2012-03-31 Uwe Hermannsr: out: Use uint8_t (not char) for buffers.
2012-03-21 Uwe Hermanncli: Fix -V/-h output a bit.
2012-03-21 Uwe Hermannsr/srd: Small fixes, constifications, doc updates.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-28 Bert Vermeulensr: code cleanup
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Random cosmetics, fix/amend Doxygen comments.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-13 Bert Vermeulensr: rename all sr_device_* functions to sr_dev_*
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-05 Uwe Hermannsr: input/output: Mark more symbols with SR_PRIV.
2012-02-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-18 Uwe Hermannsr: g_free()/g_string_free() can handle NULL input.
2012-01-03 Uwe Hermannsr: Remove useless filename prefixes.
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-15 Uwe HermannFix some compiler warnings.
2011-05-05 Uwe HermannDrop unneeded skeleton files.
2011-04-26 Uwe HermannInitial support for CSV as output format.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-15 Uwe Hermanngnuplot output: Optimize by only storing changes.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannAdd chronovu-la8 output file format.
2011-04-10 Uwe Hermanngnuplot output: More error checks.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe HermannBinary output: Add more error checks.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-04-03 Uwe HermannHook up output/text directory with autotools.
2011-04-03 Bert Vermeulenoutput_ols: disabled cursors don't really need to be...
2011-03-03 Uwe HermannDrop obsolete vcd_header.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannAdd SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannDisable analog bits/gnuplot output for now.
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-31 Bert Vermeulenmove samplerate/period printers and parsers into libsigrok
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-27 Uwe HermannFix some compiler warnings.
2011-01-22 Bert Vermeulensplit output_text into more manageable pieces
2011-01-21 Uwe HermannRemove duplicate FIRMWARE_DIR includes.
2011-01-21 Daniel Ribeiroadd incomplete DF_ANALOG support to output_gnuplot.c
2011-01-21 Daniel Ribeirochange output_text.c to support analog
2011-01-21 Daniel Ribeiromake output_analog.c = output_text.c
2011-01-18 Håvard Espelandoutput_vcd: Make timestamp work on 32-bit machine.
2011-01-18 Håvard Espelandoutput_text: Mark trigger at correct position.
2011-01-18 Håvard Espelandoutput_text: Fix ASCII edge case.
2011-01-17 Håvard Espelandoutput_text: Add ASCII output.
2011-01-16 Håvard Espelandoutput_vcd: Emit timestamps as time, not sample num.
2011-01-16 Håvard Espelandoutput_vcd: Remember samples between packets.
next