]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
2014-09-10 Bert VermeulenAdd --get option.
2014-09-09 Bert VermeulenFail on invalid channel group.
2014-09-07 Bert VermeulenAdd missing --show pretty-printers.
2014-08-30 Bert VermeulenSupport uint64 input/output module options.
2014-08-29 Bert VermeulenFix session file loading.
2014-08-28 Bert VermeulenUse sr_input_scan_*() API changes.
2014-08-28 Bert VermeulenAlways consider input from stdin as a non-session format.
2014-08-28 Bert VermeulenAllow input from stdin by specifying "-i -".
2014-08-28 Bert VermeulenUse new input API.
2014-08-24 Peter ZotovTrigger match on any edge is e, not c.
2014-08-23 Peter ZotovIf only one non-demo device is present, select it.
2014-08-20 Bert VermeulenFix generic sr_option enumeration.
2014-08-18 Bert VermeulenFix output module enumeration + code cleanup.
2014-08-15 Bert VermeulenEnumerate output module options according to API change.
2014-08-02 Bert VermeulenBetter output module checking.
2014-08-02 Bert VermeulenHandle floating point options for output modules.
2014-08-01 Bert VermeulenShow PD annotation row members by name, not number.
2014-07-27 Bert VermeulenRemove stray debug output.
2014-07-25 Bert VermeulenUse finished output API.
2014-07-24 Bert VermeulenFree results of device scan as soon as possible.
2014-07-24 Bert VermeulenAdd analog output module to default output.
2014-07-23 Bert VermeulenProperly handle saving logic data packets of any size.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-17 Bert VermeulenUse new session API.
2014-07-15 Jens Steinhauseroptions: Make sure there are no extra arguments.
2014-07-15 Jens Steinhauseroptions: Allow input/output file names only once.
2014-07-15 Jens Steinhauseroptions: String options are only allowed once.
2014-07-15 Jens SteinhauserRemove unnecessary extern option variable declarations.
2014-07-15 Jens SteinhauserPut option parsing into a separate file.
2014-07-09 Bert VermeulenAdd some missing headers.
2014-07-02 Bert Vermeulenmanpage: Document -M and -B options.
2014-06-20 Bert VermeulenCheck srd_decoder_get_by_id() output.
2014-06-03 Aurelien Jacobsfix a potential use of uninitialized variable
2014-05-31 Bert VermeulenUse sr_trigger_stage_add().
2014-05-27 Bert VermeulenUse new trigger API.
2014-05-09 Cody P Schafersigrok-cli: AC_ARG_WITH uses withval, not enableval
2014-05-06 Uwe Hermannconfigure.ac: Bump package version to 0.5.0. sigrok-cli-0.5.x sigrok-cli-0.5.0
2014-05-06 Uwe HermannBump libsigrok/libsigrokdecode dependencies to 0.3...
2014-05-06 Uwe HermannNEWS: Add list of user-visible changes so far.
2014-05-06 Uwe HermannAdapt to SR_T_CHAR -> SR_T_STRING rename.
2014-05-04 Uwe Hermannmanpage: Document the --frames option.
2014-05-04 Uwe HermannUpdate the manpage.
2014-05-04 Uwe HermannUse a non-recursive automake setup.
2014-04-26 Bert VermeulenFix compile without decoding support.
2014-04-25 Uwe Hermannsession: Show unitsize of the received data.
2014-04-24 Bert VermeulenFix saving to session file.
2014-04-22 Bert VermeulenDon't output anything else when decoding.
2014-04-20 Bert VermeulenUse new output module API wrappers.
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
next