]> sigrok.org Git - libsigrok.git/history - input
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / input /
2014-07-22 Bert VermeulenReorganize project tree.
2014-05-04 Uwe HermannAdd/update Doxygen @since tags.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename sr_probe_new() to sr_channel_new().
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-20 Uwe HermannSwitch to a non-recursive automake setup.
2014-02-05 Daniel Elstnerinput/vcd: Remove debug output from inner loops.
2014-02-05 Daniel Elstnerinput/vcd: Avoid truncation of shift to 32 bits.
2013-12-27 Uwe Hermannlog prefixes: Cosmetics, consistency fixes, typo fixes.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-11-26 Bert VermeulenDon't accept over 64 probes.
2013-11-26 Bert Vermeuleninput/vcd: Coding style fixes.
2013-10-30 Marc SchinkInitial Comma-separated values (CSV) input support.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-27 Martin Lingvcd input: Use a GSList rather than fixed size array...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-11 Bert Vermeuleninput/vcd: deprecate struct sr_rational
2013-04-11 Bert Vermeuleninput/output modules: Adjust to GVariant-based sr_confi...
2013-04-11 Bert VermeulenBump copyright year
2013-03-23 Uwe Hermanns/sr_config_make/sr_config_new/.
2013-02-24 Uwe Hermanndoxygen: Add more input format docs.
2013-02-21 Bert Vermeuleninput: new WAV file module
2013-02-21 Bert Vermeuleninput: feed the filename to the module's init() function
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-01-21 Bert VermeulenRename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
2013-01-21 Bert VermeulenUse new SR_DF_META packet.
2012-11-22 Petteri AimonenAdd compress option to input/vcd.
2012-11-21 Petteri AimonenImprove compatibility with various kinds of VCD files.
2012-11-21 Petteri AimonenAdd downsample and skip parameters to input/vcd.
2012-11-20 Petteri AimonenVCD data parsing
2012-11-20 Petteri AimonenBeginnings of VCD input module.
2012-11-11 Uwe HermannInput modules: Use message logging helpers.
2012-11-11 Uwe HermannAll drivers: Drop unneeded comments.
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-08-03 Bert Vermeulensr: change input/output modules to use struct sr_dev_inst *
2012-07-29 Bert Vermeulensr: always use uint64_t for samplerate
2012-07-29 Tomaž ŠolcAllow setting samplerate when reading binary files
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-05-30 Bert Vermeulensr: change all drivers to use SR_DF_META_LOGIC
2012-05-30 Uwe Hermannsr: input/chronovu_la8.c: Add missing #include.
2012-05-29 Uwe Hermannsr: la8 in: Files must be exactly 8388613 bytes.
2012-03-01 Uwe Hermannsr: s/sr_session_bus/sr_session_send/.
2012-02-28 Bert Vermeulensr: code cleanup
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 Uwe Hermannsr: Add missing #include, fixes warning.
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 Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-06 Uwe Hermannsr: Consistently use 512kB as default chunk size.
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-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 HermannMake more variables/functions static and non-global.
2011-11-15 Uwe HermannFix some compiler warnings.
2011-06-19 Bert Vermeulenuse new datafeed packet format
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannAdd chronovu-la8 input file format support.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-02-08 Uwe HermannAdd sr_ prefix for device related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefix datafeed structs with sr_.
2011-01-30 Uwe HermannAdd sr_ prefix to input/output structs.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-22 Bert VermeulenRevert "re-enable filter and datastore for DF_LOGIC"
2011-01-21 Daniel Ribeirore-enable filter and datastore for DF_LOGIC
2011-01-11 Bert Vermeulenfully implement input_binary module
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel Ribeiroupdate plugins and cli to use new DF_HEADER
2011-01-09 Bert Vermeulenchange all DF_LOGIC* to a single DF_LOGIC type
2011-01-08 Uwe HermannFix out-of-tree build.
2011-01-08 Uwe HermannCosmetics, whitespace, simplifications.
2010-05-07 Bert Vermeuleninput: use dummy device when loading from file
2010-04-30 Bert Vermeuleninout module infrastructure + binary input module