]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
2014-04-19 Bert VermeulenDrop obsolete output API support.
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-04-13 Bert VermeulenAlways get samplerate at the start of acquisition.
2014-04-13 Bert VermeulenDeal with empty sessions nicely.
2014-04-13 Uwe Hermannconfigure.ac: Clearly mark required and optional libs.
2014-04-04 Uwe Hermannnsis: Drop embedded Python installer, ship local DLL...
2014-03-25 Uwe HermannRename 'probe' to 'channel' in most places.
2014-03-25 Uwe HermannRename 'probe group' to 'channel group' everywhere.
2014-03-20 Bert VermeulenAdd support for setting double ranges.
2014-03-20 Uwe Hermannconfigure.ac: Only check for things we actually use.
2014-03-20 Uwe Hermannnsis: Put sigrok-dumps *.sr files into the installer.
2014-03-13 Bert Vermeulendecode: Show possible values for decoder options.
2014-03-13 Bert Vermeulendecode: Allow for specifying multiple annotations.
2014-03-13 Bert VermeulenSort probes by index.
2014-03-12 Bert Vermeulensession: Always save in chunks, including in continuous...
2014-03-11 Uwe Hermannnsis: Fix the "working dir" path for sigrok-cli.
2014-03-11 Uwe Hermannnsis: contrib/sigrok-cli.nsi.in: Drop obsolete file.
2014-03-11 Bert Vermeulenshow: Sort ALL the things.
2014-03-10 Bert VermeulenDon't try to set up probes for stacked protocol decoders.
2014-02-24 Bert Vermeulendecode: Remove debug output.
2014-02-21 Daniel Elstnersession: Do not derive unit size from enabled probes.
2014-02-21 Daniel Elstnersession: Remove call to sr_filter_probes()
2014-02-21 Daniel Elstnerdecode: Defer probe setup until after the input probes...
2014-02-21 Daniel Elstnerparse_probestring: Return list of all probes by default.
2014-02-20 Daniel Elstnerparse_probestring: Fix memory leak on error.
2014-02-20 Daniel Elstnersession: Allow probe selection for session files.
2014-02-20 Daniel ElstnerPass new unit_size argument to srd_inst_probe_set_all()
2014-01-31 Uwe Hermannshow: Cosmetics and consistency fixes.
2014-01-31 Uwe Hermannshow: Add support for showing PD annotation rows.
2014-01-31 Uwe Hermannmanpage: Break line that's too long.
2014-01-31 Karl Palssonman: Update uart decode example syntax
2014-01-28 Uwe HermannFix more warnings when building without libsigrokdecode.
2014-01-28 Dan Horákfix build without libsigrokdecode
2014-01-19 Bert VermeulenDon't use SR_CONF_MAX_UNCOMPRESSED_SAMPLES.
2014-01-12 Bert VermeulenRemove special handling of pattern mode options.
2014-01-09 Bert VermeulenDon't leak GVariant.
2014-01-09 Bert VermeulenCheck device uncompressed memory size before running.
2014-01-09 Bert VermeulenBinary output type now contains [name, description]
2014-01-05 Uwe Hermannnsis: Install zadig (used for driver switching).
2014-01-05 Uwe Hermannnsis: Install libusb0.dll with the application.
2014-01-02 Uwe Hermannnsis: Mention firmware files in description.
2014-01-01 Uwe Hermannnsis: Fix File/RMDir copy-paste error.
2014-01-01 Uwe Hermannnsis: Also put firmware files into the installer.
2013-12-29 Bert VermeulenAdd support for config keys of type G_VARIANT_TYPE_INT32.
2013-12-07 Martin LingFix hardcoded home directory (pass -DHOME=$HOME to...
2013-12-01 Bert VermeulenClean up annotation output.
2013-11-27 Bert VermeulenRearrange protocol decoder output levels.
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-19 poljar (Damir... sigrok-cli: Fix memory leak if we save the default...
2013-11-17 Bert VermeulenFix autoconf after refactoring
2013-11-17 Bert VermeulenReduce reliance on globals
2013-11-17 Bert VermeulenRefactor main source into separate files
2013-11-15 Bert VermeulenShow only one output type at the same time.
2013-11-15 Bert VermeulenUse new option -B for OUTPUT_BINARY
2013-11-15 Bert VermeulenShow only the longest PD annotation.
2013-11-15 Bert Vermeulenif no PD annotation class is specified, show all of...
2013-11-15 Bert VermeulenNew option -M for OUTPUT_META
2013-11-15 poljar (Damir... sigrok-cli: Fix two memory leaks in parse_probestring().
2013-11-14 Bert VermeulenUse annotation-specific struct
2013-11-11 Uwe HermannRevert "Use annotation-specific struct".
2013-11-11 Bert VermeulenUpdate man page for --probe-group
2013-11-11 Bert VermeulenUse annotation-specific struct
2013-11-03 Bert VermeulenReport options requiring probe groups by passing them...
2013-11-02 Bert VermeulenNew --probe-group option
2013-11-02 Bert VermeulenReport probe groups with --show
2013-11-02 Bert VermeulenProbe group API fixes
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-31 poljar (Damir... sigrok-cli: Fix leaks in device_scan().
2013-10-30 Bert VermeulenAdjust to libsigrokdecode API changes
2013-10-30 Bert VermeulenActually exit when a fatal error is logged
2013-09-12 Bert VermeulenUse the new libsigrokdecode session API
2013-09-11 Matt Ranostaysigrok-cli: Allow both hex and decimals parameters
2013-09-08 Uwe HermannFix issue with optional PD probes.
2013-09-05 Bert VermeulenList dummy "sigrok" file format, and accept it as option
2013-09-02 Marc SchinkRemove datafeed callbacks to prevent memory leak.
2013-09-02 Bert VermeulenAvoid trying to save to a file if there's nothing to...
2013-08-02 Uwe HermannNEWS: Fix typo in the year.
2013-06-20 Bert VermeulenMore generic handling of SR_T types, and SR_T_UINT64...
2013-06-13 Uwe Hermannmanpage: Escape minus characters.
2013-05-09 Bert VermeulenFix error message and compiler warning
2013-05-07 Bert VermeulenFix various memory leaks
2013-05-04 Uwe Hermannconfigure.ac: Update version number to 0.4.0. sigrok-cli-0.4.0
2013-05-04 Uwe HermannNEWS: Add changes since the last release.
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-05-03 Uwe Hermannsigrok-cli depends on libsigrokdecode >= 0.2.0.
2013-04-30 Bert VermeulenUpdate man page
2013-04-30 Bert VermeulenUpdate cmdline options to better reflect functionality
2013-04-29 Bert VermeulenRemove anykey input source after it fired
2013-04-28 Bert VermeulenFix error message
2013-04-27 Bert VermeulenUse new output API receive() function
2013-04-24 Bert VermeulenOpen device before adding it to the session
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-23 Uwe HermannREADME: Add "Copyright and license" section.
2013-04-23 Uwe HermannAdd NSIS file for use with cross-compiled sigrok-cli.
2013-04-17 Bert VermeulenShow driver name and optional conn string
2013-04-16 Martin LingUpdate for libsigrok datafeed callback API changes.
2013-04-15 Uwe HermannSmall variable naming fix to avoid confusion.
2013-04-15 Uwe Hermannconfigure.ac: Show $build, $host, and lib versions.
2013-04-07 Bert VermeulenSR_CONF_TIMEBASE and _VDIVS lists are now an array...
2013-03-31 Bert VermeulenMore GVariant conversions
next