]> sigrok.org Git - libsigrok.git/history - src/input/vcd.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / input / vcd.c
2023-10-16 Gerhard Sittigfeed_queue: rename routines for submission of a single...
2023-07-12 Gerhard Sittiginput/vcd: use common helpers for text lines/words...
2022-08-25 Gerhard Sittiginput/vcd: do propagate parse error in file header
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2022-01-08 Gerhard Sittiginput/vcd: detect and skip string data types (value...
2022-01-03 Gerhard Sittiginput/vcd: raise severity of messages about unsupported...
2021-12-22 Gerhard Sittiginput/vcd: silence printf() format compiler warning
2020-10-22 Gerhard Sittiginput/vcd: fix a divide by zero bug in the analog-only...
2020-10-18 Gerhard Sittiginput/vcd: suggest downsampling to users for reduced...
2020-10-18 Gerhard Sittiginput/vcd: unbreak U and - values for single bit input...
2020-07-24 Gerhard Sittiginput/vcd: unbreak the logic which skips a user specifi...
2020-07-24 Gerhard Sittiginput/vcd: rework VCD file import logic (vector, intege...
2018-10-13 Gerhard Sittiginput/vcd: add channel list checks for file re-read
2018-10-13 Gerhard Sittiginput/vcd: Expand the reset() logic
2018-07-22 Gerhard Sittiginput/vcd: abort VCD import when timestamp counts backwards
2018-05-17 Gerhard Sittiginput: add confidence (detection strength) to format_ma...
2018-04-19 Uwe Hermanninput/output: Slightly improved module descriptions.
2018-04-19 Uwe Hermanninput modules: Increase chunk size to 4MB for all modules.
2018-04-19 Uwe Hermanninput modules: Name chunk size #defines CHUNK_SIZE...
2018-04-14 Uwe Hermanninput modules: Improve option names and descriptions.
2017-12-22 Gerhard Sittiginput/vcd: fixup VCD timestamp to sigrok samplenum...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-09 Soeren ApelInput/vcd: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-13 Wolfram Sanginput: vcd: skip BOM at beginning of file
2016-01-28 Wolfram Sanginput: vcd: by default do not limit number of channels
2016-01-28 Wolfram Sanginput: vcd: register channels when parsing header not...
2016-01-28 Wolfram Sanginput: vcd: support 1 bit vectors
2016-01-28 Wolfram Sanginput: vcd: refactor parsing a bit
2016-01-28 Wolfram Sanginput: vcd: avoid needless copying
2016-01-28 Wolfram Sanginput: vcd: try to continue when a vector was found
2016-01-28 Wolfram Sanginput: vcd: properly bail out on missing identifiers
2016-01-28 Wolfram Sanginput: vcd: allow optional index item
2015-11-29 Stefan Brünsinput: fix leak of config data in several input modules
2015-11-26 Petteri AimonenVCD input: Chunk up the samples in 1MB blocks.
2015-11-08 Uwe HermannConstify a lot more items.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-19 Martin LingSimplify channel creation.
2015-02-12 Aurelien Jacobsinput/vcd: fix parse_header() return value check.
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-09-29 Bert Vermeuleninput: Free instance-private storage at instance free.
2014-09-29 Bert Vermeuleninput: Add sdi_ready flag to struct sr_input.
2014-09-29 Soeren ApelRemoval of sdi->index, step 3: sr_dev_inst_new() calls...
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-26 Bert Vermeuleninput: Avoid warnings on all-zero static struct entries.
2014-08-25 Bert Vermeuleninput/vcd: Minor code cleanup.
2014-08-25 Bert Vermeuleninput/vcd: Send END packet on cleanup.
2014-08-25 Bert Vermeuleninput: Fixes and VCD.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-01 Bert Vermeuleninput/vcd: Make less noise in format match failure.
2014-07-22 Bert VermeulenReorganize project tree.