]> sigrok.org Git - sigrok-cli.git/history
sigrok-cli.git
2023-04-09 Gerhard Sittigdoc: update sigrok-cli(1) for channel assignment to... master github/master
2023-04-09 Gerhard Sittigdecode: assign logic channels to PD inputs (by name...
2023-04-09 Gerhard Sittigparsers: optional case insensitive channel name lookup
2023-04-09 Gerhard Sittigdecode: add 'const' decorator in hash item move helper...
2023-02-19 fenugrecHACKING: catch up with libsigrok docs (mem alloc, var...
2022-12-14 Gerhard Sittigmanpage: add environment variables section (firmware...
2022-12-14 Gerhard Sittigmanpage: add --protocol-decoder-jsontrace command line...
2022-10-08 Sergey Spivakdecode: Optionally print annotation class with PD annot...
2022-08-30 Gerhard Sittigparsers: avoid NULL dereference when option strings...
2022-08-16 Gerhard Sittigparsers: use common library code to rename sigrok channels
2022-04-23 Gerhard Sittigparsers: use proper conversion routine for PD option...
2022-04-23 Gerhard Sittiginput: emit diagnostics when file import fails fatally
2022-04-23 Gerhard Sittiginput: minor robustness improvement, close fd leak
2022-04-23 Gerhard Sittiginput: unbreak automatic format detection when reading...
2022-02-22 Gerhard Sittigdoc: update uart decoder options example in sigrok...
2022-02-06 Gerhard Sittigshow: use getter result to determine "current" presence...
2021-12-26 Gerhard Sittigsession: optionally send EOF to decoder session
2021-12-26 Gerhard Sittigconfigure: check version dependent sigrokdecode features
2021-08-15 Frank Stettnershow: Format channel output when no channel is available
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chat
2021-02-24 Uwe Hermannshow: Only use decoder tags if they're available.
2020-10-26 xorlosernsis: Fix for installing 64bit Windows programs into...
2020-08-05 Gerhard Sittigdoc: update manpage for channel groups in --get/--confi...
2020-08-03 Gerhard Sittigaccept multiple --get requests for multiple channel...
2020-08-03 Gerhard Sittigaccept multiple --config requests for multiple channel...
2020-08-03 Gerhard Sittigparsers: rephrase option key/value parsing some more
2020-08-03 Gerhard Sittigparsers: extend options parser, support optional ID...
2020-08-03 Gerhard Sittigmain: terminate with error when -B was specified but...
2020-08-03 Gerhard Sittigparsers: warn about unknown input/output module option...
2020-08-03 Gerhard Sittigdevice: rename channel group lookup routine
2020-07-25 Gerhard Sittigdecode: shuffle order of JSON trace fields for readability
2020-07-25 Gerhard Sittigdecode: concentrate JSON formatting in a single location
2020-07-25 Gerhard Sittigdecode: add support for Google Trace Event output ...
2020-07-25 Gerhard Sittigdecode: start collecting internal state (samplerate)
2020-05-23 Gerhard Sittigshow: do print floating point results even if value...
2020-05-23 Gerhard Sittigshow: mark currently selected samplerate item in sample...
2020-04-11 Wolfram Sangdecode: add sanity check when mapping channels
2020-04-11 Andreas Sandbergscan: Show serial number if available
2020-01-22 Uwe Hermannnsis: Ship Python stdlib *.pyd files.
2019-11-09 Devan LaiSet stdout to binary mode on Windows as needed
2019-06-20 Uwe Hermann--list-serial: Reduce indentation level.
2019-06-05 Gerhard Sittigshow: support array of floats, unbreaks LCR output...
2019-06-05 Gerhard Sittigdoc: discuss "colons in conn= specs" in the manpage
2019-06-04 Uwe Hermann--list-serial: Also mention HID/BT/BLE as possible...
2019-06-04 Gerhard Sittigshow: print list of available serial ports
2019-05-14 Gerhard Sittigsession: print error message when output file creation...
2019-05-14 Gerhard Sittigdoc: update manpage, --show also works with --input...
2019-05-14 Gerhard Sittigshow: add support for -i <fn> --show, provide details...
2019-05-14 Gerhard Sittigsession: make group of 'static' vars more visible
2019-05-14 Gerhard Sittigdoc: weaken and extend the description of the -d option
2019-05-14 Gerhard Sittigadd --dont-scan (-D) command line option
2019-05-09 Gerhard Sittigdoc: update manpage, mention -A and annotation rows
2019-05-09 Gerhard Sittigdecode: accept annotation rows for -A specs
2019-05-09 Gerhard Sittigdecode: rephrase logic which looks up -A specs
2019-04-20 Gerhard Sittigdecode: nits, whitespace and line length fix
2019-04-20 Gerhard Sittigdecode: improve readability, use intermediate variables
2019-04-20 Gerhard Sittigdecode: fix memory leaks in annotation setup error...
2019-03-29 Uwe HermannAdd --list-supported-wiki option.
2019-03-15 Uwe HermannREADME: Bump libsigrokdecode requirement to >= 0.6.0.
2019-03-15 Uwe HermannDecoder --show output: List decoder tags.
2019-01-29 Guido TrentalanciaFix listing of some configuration options.
2018-12-01 Gerhard Sittigdecode: stricter check for integer decoder options
2018-12-01 Gerhard Sittigdecode: add support for float option data type
2018-11-21 Uwe Hermannmanpage: Clarify annotation classes in -A description.
2018-11-21 Uwe Hermannmanpage: Fix -A description wrt default annotations...
2018-11-04 Gerhard Sittigmain: synchronize --get output for MQ with --show output
2018-10-23 Gerhard Sittigdoc: minor update to -O and -g options in the manpage
2018-10-21 Uwe Hermannmanpage: Various updates and improvements.
2018-10-21 Gerhard Sittigdoc: mention lack of decoder signal name matching in...
2018-10-21 Gerhard Sittigdoc: discuss protocol decoder stacks in the manpage
2018-10-21 Guido TrentalanciaFix invalid frame limit error reporting
2018-05-25 Gerhard Sittiginput: make read from stdin work with the presence...
2018-05-17 Uwe Hermannmain.c: Minor cosmetic fix.
2018-05-03 Aleksander AlekseevMinor fix that makes Clang Static Analyzer stop complaining
2018-04-25 Uwe HermannBugfix in order to make sr_session_stop() actually...
2018-04-19 Uwe Hermannsession: Don't run nop transform unless explicitly...
2018-04-19 Uwe Hermannoptions: --help output cosmetics.
2018-04-19 Uwe Hermanninput.c: Rename BUFSIZE to CHUNK_SIZE.
2018-04-19 Uwe Hermanninput: Increase chunk size from 16KB to 4MB.
2018-04-19 Uwe Hermannsigrok-cli.h: Drop unused functions and #defines.
2018-04-07 Uwe HermannAdd a .desktop file and an icon.
2018-03-26 Uwe Hermannmanpage: Don't list specific output formats, mention -L.
2017-12-22 Vincent PalatinForce backup analog traces only if needed
2017-09-17 yahvuuUpdate manpage references from -V to -L
2017-08-01 Gerhard Sittigdecode: Always print colon after protocol decoder ID
2017-08-01 Gerhard Sittigdoc: add --protocol-decoder-samplenum option to the...
2017-07-31 Gerhard Sittigdecode: Optionally print sample numbers with protocol...
2017-07-31 Gerhard Sittigdecode: Rework logic for text output of protocol decode...
2017-07-31 Gerhard Sittigdecode: Prepare to rework text output for protocol...
2017-07-31 Gerhard Sittigdecode: Nit, avoid 'class' identifier for local variable
2017-06-24 Gerhard Sittigsession: Adjust scan for non-demo device
2017-06-13 Uwe HermannHACKING: Prefer git pull requests over mailing list...
2017-06-13 Uwe Hermannconfigure.ac: Bump package version to 0.8.0.
2017-06-13 Uwe HermannNEWS: Update for upcoming 0.7.0 release.
2017-06-08 Uwe HermannFix various clang warnings. sigrok-cli-unreleased
2017-06-06 Uwe HermannHACKING: Update URL to Linux kernel coding style.
2017-06-06 Uwe HermannREADME: Drop trailing whitespace.
2017-06-06 Uwe HermannFix build when using --without-libsigrokdecode.
2017-06-05 Uwe HermannInstaller: Whitespace consistency fixes.
2017-06-05 Soeren ApelInstaller: Add "sigrok-cli" to uninstaller/Zadig links.
next