]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
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.
2017-06-05 Soeren ApelInstaller: Place set of example .sr files in separate...
2017-06-03 Uwe Hermann--list-supported: Show detailed library/feature info.
2017-06-03 Uwe HermannList supported devices, modules, decoders via --list...
2017-05-31 Uwe HermannBump requirements to libsigrok/libsigrokdecode 0.5.0.
2017-05-31 Uwe Hermannshow: Also print the possible decoder input/output...
2017-05-23 Gerhard Sittigoptions: expand builtin help, discuss samples/time...
2017-03-07 Soeren ApelUpdate sr_period_string usage
2017-03-05 Uwe Hermannconfigure summary: Show linker flags.
2017-02-20 Karl PalssonShow annotations based on decoder ID
2017-02-20 Karl Palssonvalgrind: Clear more unfreed memory issues
2017-02-20 Karl PalssonInclude decoder instance ID in normal outputs
2017-02-20 Karl PalssonSupport multiple protocol decoder stacks
2017-02-20 Karl PalssonDrop -S stack option
2017-02-17 Uwe Hermannsigrok-cli_cross.nsi.in: Use Python 3.4 (Windows XP...
2017-02-02 Uwe Hermannsigrok-cli_cross.nsi.in: Bump Python version to 3.6.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-10-20 Uwe Hermann--help output: More specific --show help text.
2016-10-16 Gerhard Sittigshow: print binary classes as well in protocol decoder...
2016-08-15 Uwe Hermannconfigure.ac: Bump package version to 0.7.0.
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.6.0 release. sigrok-cli-0.6.x sigrok-cli-0.6.0
2015-12-31 Uwe HermannUpdate API calls due to recent libsigrok renames.
2015-11-03 Martin LingUpdate for configuration API changes.
2015-10-09 Daniel Elstnerinput: Use own main loop instead of sr_session_run()
2015-10-09 Daniel Elstnerbuild: Require GLib 2.32.0
2015-10-09 Daniel Elstneranykey: Use GLib I/O channel watch
2015-10-09 Daniel Elstneroptions: Type of G_OPTION_ARG_NONE is gboolean
2015-10-07 Uwe HermannUse g_strerror() in favor of strerror().
2015-10-03 Daniel Elstnerwindows: Install data files into share subdirectory
2015-09-14 Uwe HermannMakefile.am: Shorten ChangeLog target a bit.
2015-09-13 Daniel ElstnerBuild: Move _POSIX_C_SOURCE definition to config.h
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-12 Uwe HermannUse PRIu64 instead of %ld for uint64_t printing.
2015-09-10 Daniel ElstnerClean up .gitignore
2015-09-10 Daniel ElstnerBuild: Adopt modernized Autotools build system
2015-09-10 Daniel ElstnerBuild: Add copy of sigrok.m4 from libsigrok
2015-09-10 Daniel Elstnerdevice: Use g_ascii_strcasecmp() for portability
2015-09-08 Bert VermeulenFree trigger after acquisition session.
2015-09-02 Daniel ElstnerNSIS installer fix for Windows
2015-08-31 Bert VermeulenSupport SR_T_MQ.
2015-08-23 Bert VermeulenSupport SR_T_MQLIST.
2015-08-23 Bert VermeulenUse new sr_key_info instead of sr_config_info.
2015-08-21 Soeren Apelsession: Use INTERNAL_IO_HANDLING output module flag
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-08-09 Uwe Hermannnsis: Add start menu entries for Zadig.
2015-07-30 Uwe HermannDon't open an output file in the case of srzip.
2015-07-30 Soeren Apelsession: Supply filename to the output module directly
2015-07-18 Uwe HermannBuild-depend on the upcoming libsigrok + libsigrokdecod...
2015-07-18 Uwe HermannBump version to 0.6.0 (the upcoming next major release).
2015-07-18 Uwe HermannAppend "-git" to the version string.
2015-04-17 Jens SteinhauserCheck if hash table is NULL before accessing it.
2015-04-07 Uwe Hermannautogen.sh: Drop obsolete MinGW/MSYS items.
2015-04-07 Uwe HermannUpdate due to sr_driver_list() now taking a context.
2015-03-26 Uwe HermannMinor cosmetics.
2015-03-26 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-26 Uwe HermannVarious #include file cosmetic fixes.
2015-03-25 Martin Lingsigrok-cli: Update for sr_session_{new,load} API change.
2015-03-21 Uwe HermannMinor cosmetics, whitespace- and consistency fixes.
2015-03-21 Martin LingUse sr_dev_channel_enable().
2015-03-18 Martin LingFix memory leak in config_key_has_cap().
2015-02-27 Bartosz Golaszewskisession.c: Indicate the error type when --config -...
2015-02-12 Aurelien Jacobsshow: pass NULL parameter to config_key_has_cap() inste...
2015-02-12 Aurelien Jacobssession: remove unused variable 'size'.
2015-02-11 Uwe HermannImplement support for running transform modules.
2015-02-10 Uwe HermannAdd -T|--transform-module and show transform modules...
2015-01-24 Uwe HermannREADME: Update build requirements list.
2015-01-03 Bartosz Golaszewskiopt_to_gvar: notify the user in case of invalid values...
2015-01-03 Bartosz Golaszewskiopt_to_gvar: support SR_T_KEYVALUE
2015-01-03 Bartosz Golaszewskiopt_to_gvar: print an error message for unsupported...
2014-12-07 Uwe Hermannmingw: Drop libusb0.dll, always use libusb-1.0.
2014-11-18 Bert VermeulenAlways check config key capabilities before using them.
2014-11-17 Bert VermeulenCheck for config key availability before using it.
2014-11-11 Bert VermeulenUse the srzip output module instead of session save...
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-10-27 Bert VermeulenShow driver detail even if no device was found.
2014-10-27 Bert Vermeulenshow: Handle more datatypes in a generic way.
2014-10-19 Bert VermeulenFix memory leak.
2014-10-19 Jens SteinhauserParse boolean command line options.
2014-10-02 Bert VermeulenClean up session file loading.
2014-09-29 Bert Vermeuleninput: Use sr_input_end() at end of input stream.
2014-09-29 Bert Vermeuleninput: Don't use the sdi until it's ready.
next