]> sigrok.org Git - libsigrok.git/history - src/input
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / input /
2024-01-03 Gerhard Sittiginput/protocoldata: silence build warnings, adjust...
2023-10-16 Gerhard Sittiginput/protocoldata: improve use of feed queue API
2023-10-16 Gerhard Sittigfeed_queue: add API to submit multiple sample values...
2023-10-16 Gerhard Sittigfeed_queue: rename routines for submission of a single...
2023-07-30 Gerhard Sittiginput/protocoldata: also accept comma separated data...
2023-07-13 Gerhard Sittiginput/protocoldata: reduce inter-frame gap for I2C...
2023-07-12 Gerhard Sittiginput: alpha-sort list of known input modules
2023-07-12 Gerhard Sittiginput/protocoldata: add input module for "protocol...
2023-07-12 Gerhard Sittiginput/vcd: use common helpers for text lines/words...
2023-03-16 Gerhard Sittigfeed queue: add scale/offset support, rename MQ/unit...
2023-03-05 Gerhard Sittigfeed queue: unbreak MQ and unit support in analog feeds
2023-03-05 Gerhard Sittigfeed queue: add scaling, MQ and unit to analog feed...
2022-12-17 Markus Heidelberginput/trace32_ad: use u64 instead of u32 for samplerate...
2022-12-05 Markus Heidelberginput/csv: eliminate unneeded zero fill of analog sampl...
2022-12-03 Gerhard Sittiginput/csv: unbreak assignment of zero values to analog...
2022-08-25 Gerhard Sittiginput/vcd: do propagate parse error in file header
2022-08-21 Gerhard Sittiginput/wav: undo "create channels once" workaround
2022-08-21 Gerhard Sittiginput/wav: add channel list checks for file re-read
2022-04-23 Gerhard Sittiginput: decorate sr_input_find() parameter as const
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2022-02-06 Gerhard Sittigdevice: introduce common helpers for channel group...
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
2021-12-22 Gerhard Sittiginput/stf: move trigger packet emission to feed queue...
2021-12-22 Gerhard Sittiginput: optionally send trigger markers from common...
2021-12-22 Gerhard Sittigconfigure: make zlib an optional dependency which input...
2021-10-20 Gerhard Sittiginput/stf: introduce support for Asix' Sigma Test File...
2021-10-13 Gerhard Sittiginput: accept const sdi in feed queue API
2021-08-04 Gerhard Sittiginput/saleae: silence overzealous compiler warning
2021-04-25 Gerhard Sittiginput/csv: trim surrounding whitespace from header...
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-10-04 Gerhard Sittiginput/csv: trim cell content before conversion
2020-09-18 Gerhard Sittiginput/csv: provide double precision values to session...
2020-09-02 Gerhard Sittiginput/saleae: improve L2D undersampling, do provide...
2020-08-26 Gerhard Sittiginput/saleae: keep previous channels across cleanup...
2020-07-24 Gerhard Sittiginput: use common support to send samplerate meta packet
2020-07-24 Gerhard Sittiginput/saleae: reduce the format match routine's greed
2020-07-24 Gerhard Sittiginput/saleae: introduce input module for Saleae Logic...
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...
2020-07-24 Gerhard Sittiginput: introduce helper for buffered submission of...
2020-07-23 Gerhard Sittiginput/binary: align sr_session_send() chunks to unit...
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2020-04-04 Andreas Sandberginput/trace32_ad: Fix pod_data uninitialised warning
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2020-02-28 Soeren ApelFix #1509 by providing alternate sample format scales
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
2019-03-24 Soeren Apelinput/trace32_ad: Add support for new file format ...
2019-03-24 Soeren Apelinput/trace32_ad: Use only hex offsets
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-09-20 Martin Lingraw_analog: Set appropriate precision digits for sample...
2018-09-03 Gerhard Sittiginput: improve robustness, avoid NULL dereference in...
2018-07-22 Uwe Hermanninput/wav: Fix potential buffer overflow (and compiler...
2018-07-22 Gerhard Sittiginput/vcd: abort VCD import when timestamp counts backwards
2018-06-06 Soeren Apelwav: Don't assume CHUNK_SIZE >= total_samples
2018-06-03 Soeren ApelFix #1167 by not creating sigrok channels twice
2018-06-03 Gerhard Sittiginput/logicport: remove obsolete reset/cleanup assignments
2018-06-03 Gerhard Sittiginput/logicport: don't re-create channels after input...
2018-06-03 Gerhard Sittiginput/logicport: silence a non-fatal glib runtime assertion
next