]> sigrok.org Git - sigrok-cli.git/history - parsers.c
Minor cosmetics.
[sigrok-cli.git] / parsers.c
2015-03-26 Uwe HermannVarious #include file cosmetic fixes.
2015-03-21 Uwe HermannMinor cosmetics, whitespace- and consistency fixes.
2014-11-18 Bert VermeulenAlways check config key capabilities before using them.
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-19 Jens SteinhauserParse boolean command line options.
2014-08-30 Bert VermeulenSupport uint64 input/output module options.
2014-08-20 Bert VermeulenFix generic sr_option enumeration.
2014-07-17 Bert VermeulenUse new session API.
2014-05-31 Bert VermeulenUse sr_trigger_stage_add().
2014-05-27 Bert VermeulenUse new trigger API.
2014-03-25 Uwe HermannRename 'probe' to 'channel' in most places.
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.
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-17 Bert VermeulenRefactor main source into separate files
2013-11-15 poljar (Damir Jelić)sigrok-cli: Fix two memory leaks in parse_probestring().
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-01 Alexandru Gagniucparserc.c: Fix memory leak from g_strsplit
2012-10-14 Bert VermeulenMerge branch 'master' of ssh://sigrok.org/data/git...
2012-10-14 Bert Vermeulendon't accept numbers as probe indexes in probe string
2012-08-03 Bert Vermeulencli: use probe numbers starting from 0
2012-08-03 Bert Vermeulencli: remove dead code
2012-08-03 Bert Vermeulencli: more flexible generic arg parser
2012-07-04 Bert Vermeulencli: switch to new <libsigrok/libsigrok.h>
2012-05-30 Uwe Hermanncli: Constify a few char *pointers.
2012-05-29 Bert Vermeulencli: loose string comparison helper
2012-05-26 Bert Vermeulencli: only output module or PD goes to stdout, everythin...
2012-03-01 Uwe Hermannsr/cli/gtk/qt: s/hw/driver/ in some places.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-22 Uwe Hermannsr: No need for dynamic hardware driver registration.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-15 Bert Vermeulensr: rename all sr_hwplugin(s)_* functions to sr_hw_*
2012-02-13 Bert Vermeulensr: rename hwplugin functions to sr_thing_action format
2012-02-13 Bert Vermeulensr: rename all sr_device_* functions to sr_dev_*
2012-02-13 Bert Vermeulensr: more API cleanup and documentation
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-01-21 Anatoly Sokolovadd SR_HWCAP_DEMO_DEVICE capability
2011-12-30 Uwe HermannRename sub-project dirs to their correct name.