]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
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.
2014-09-23 Bert VermeulenSet device options when called with --get.
2014-09-23 Bert VermeulenMake sure to treat all config keys as uint32_t.
2014-09-19 Uwe HermannFix a compiler warning.
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-09-13 Bert VermeulenAlways save all channels to a session file.
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...
next