]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
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.
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.
next