]> sigrok.org Git - libsigrok.git/history - src/input/csv.c
input/csv: trim surrounding whitespace from header line channel names
[libsigrok.git] / src / input / csv.c
2021-04-25 Gerhard Sittiginput/csv: trim surrounding whitespace from header...
2020-10-04 Gerhard Sittiginput/csv: trim cell content before conversion
2020-09-18 Gerhard Sittiginput/csv: provide double precision values to session...
2020-07-24 Gerhard Sittiginput: use common support to send samplerate meta packet
2019-12-22 Uwe Hermanninput/csv: Set default "header" option value to true.
2019-12-22 Uwe Hermanninput/csv: Consistently use a newline before the last...
2019-12-22 Gerhard Sittiginput/csv: style nits, drop @brief and DIAG in debug...
2019-12-21 Gerhard Sittiginput/csv: re-calculate samplerate after file re-import
2019-12-21 Gerhard Sittiginput/csv: expand cleanup (resource release) and unbrea...
2019-12-21 Gerhard Sittiginput/csv: improve reliabilty of text line isolation
2019-12-21 Gerhard Sittiginput/csv: update developer comments and TODO list
2019-12-21 Gerhard Sittiginput/csv: move channel creation to after format parsing
2019-12-21 Gerhard Sittiginput/csv: add automatic format match support
2019-12-21 Gerhard Sittiginput/csv: another stab at option help texts
2019-12-21 Gerhard Sittiginput/csv: add support for timestamp columns, auto...
2019-12-21 Gerhard Sittiginput/csv: robustness nits in column format dispatching
2019-12-21 Gerhard Sittiginput/csv: update comments/helptext for analog input...
2019-12-21 Gerhard Sittiginput/csv: work around undesired logic/analog group...
2019-12-21 Gerhard Sittiginput/csv: accept user provided analog resolution in...
2019-12-21 Gerhard Sittiginput/csv: add support for analog input data
2019-12-21 Gerhard Sittiginput/csv: address unassorted nits
2019-12-21 Gerhard Sittiginput/csv: move channel creation to column processing...
2019-12-21 Gerhard Sittiginput/csv: update TODO comments
2019-12-21 Gerhard Sittiginput/csv: rework user accessible options for consistency
2019-12-21 Gerhard Sittiginput/csv: extend column-formats support for backwards...
2019-12-21 Gerhard Sittiginput/csv: introduce column-formats option (flexible...
2019-12-21 Gerhard Sittiginput/csv: fixup input file line number handling
2019-12-21 Gerhard Sittiginput/csv: unassorted adjustment, mostly "column proces...
2019-12-21 Gerhard Sittiginput/csv: improve "channel name from header line"...
2019-12-21 Gerhard Sittiginput/csv: introduce generic "column processing" support
2019-12-21 Gerhard Sittiginput/csv: improve robustness of "use header for channe...
2019-12-21 Gerhard Sittiginput/csv: move samplerate meta packet to logic data...
2019-12-21 Gerhard Sittiginput/csv: rearrange text to logic data conversion...
2019-12-21 Gerhard Sittiginput/csv: stricter input data test for multi column...
2019-12-21 Gerhard Sittiginput/csv: slightly shuffle text routines, add bin...
2019-12-21 Gerhard Sittiginput/csv: unobfuscate text line to column splitting
2019-12-21 Gerhard Sittiginput/csv: trim whitespace after eliminating comments
2019-12-21 Gerhard Sittiginput/csv: eliminate magic numbers in options declaration
2019-12-21 Gerhard Sittiginput/csv: data type nits (sizes, enums)
2019-12-21 Gerhard Sittiginput/csv: include section nits
2019-12-21 Gerhard Sittiginput/csv: add channel list checks for file re-read
2019-12-21 Gerhard Sittiginput/csv: improve cleanup code path, unbreak re-import
2018-04-21 Uwe Hermanninput/csv: Make the data format option a list.
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-06-09 Gerhard Sittiginput/csv: Eliminate remaining memory leaks in error...
2017-06-09 Gerhard Sittiginput/csv: Fixup datafeed chunk size calculation
2017-06-08 Gerhard Sittiginput/csv: Send larger datafeed chunks, to speedup...
2017-06-06 Gerhard Sittiginput/csv: Update developer comment (fix for last EOL...
2017-06-06 Gerhard Sittiginput/csv: Accept absence of last end-of-line terminati...
2017-06-06 Gerhard Sittiginput/csv: Skip leading UTF-8 BOM in the input stream
2017-06-06 Gerhard Sittiginput/csv: Add developer comment with TODO items
2017-06-06 Gerhard Sittiginput/csv: Correctly skip over last processed end-of...
2017-06-06 Gerhard Sittiginput/csv: Fix a false negative after successful import
2017-06-06 Gerhard Sittiginput/csv: Re-order processing steps (column mode vs...
2017-06-06 Gerhard Sittiginput/csv: Concentrate text line encoding in a single...
2017-06-06 Gerhard Sittiginput/csv: Improve readability (bool expr vs assign...
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/csv: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-11-29 Stefan Brünsinput: fix leak of config data in several input modules
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-31 Bert Vermeuleninput/csv: Remove obsolete mimetype format match.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-19 Martin LingSimplify channel creation.
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-10-19 Jens Steinhauserinput/csv: Skip header line.
2014-10-04 Bert Vermeuleninput/csv: Fix size_t printing.
2014-10-02 Bert Vermeuleninput/csv: Code cleanup.
2014-09-29 Bert Vermeuleninput: Use SR_ERR_NA instead of SR_OK_CONTINUE.
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-30 Bert Vermeuleninput/csv: Use uint64 for samplerate option.
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: Convert CSV module.
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/csv: Match format on .csv extension in filename.
2014-07-22 Bert VermeulenReorganize project tree.