]> sigrok.org Git - sigrok-cli.git/history - sigrok-cli.c
cli: use probe numbers starting from 0
[sigrok-cli.git] / sigrok-cli.c
2012-08-03 Bert Vermeulencli: use probe numbers starting from 0
2012-08-03 Bert Vermeulencli: change to new struct sr_dev_inst based libsigrok API
2012-08-03 Bert Vermeulencli: remove dead code
2012-08-03 Bert Vermeulencli: add --show option, and switch to new info_get...
2012-08-03 Bert Vermeulencli: add --driver option, and switch to new sr API...
2012-08-03 Bert Vermeulencli: more flexible generic arg parser
2012-07-29 Tomaž ŠolcAllow setting samplerate when reading binary files
2012-07-11 Lars-Peter Clausencli: Use sr_session_stop() instead of sr_session_halt()
2012-07-04 Bert Vermeulencli: switch to new <libsigrok/libsigrok.h>
2012-06-26 Bert Vermeulencli: flush output on write
2012-06-22 Uwe Hermanncli: Add missing fflush(stdout) for PD annotation output.
2012-06-19 Bert Vermeulencli: use output API for analog and frame begin/end...
2012-06-19 Bert Vermeulencli: not doing sigrokdecode directly from analog data
2012-06-18 Bert Vermeulencli: output API says to check data_out, not length_out
2012-05-31 Bert Vermeulencli: strip off PD arguments before selecting for annotation
2012-05-31 Joel Holdsworthsr: Made hwcap const
2012-05-30 Bert Vermeulencli: support for SR_HWCAP_COUPLING
2012-05-30 Bert Vermeulencli: support SR_HWCAP_VDIV and the new SR_T_RATIONAL_VO...
2012-05-30 Bert Vermeulencli: use SR_T_RATIONAL_PERIOD
2012-05-30 Bert Vermeulencli: support for SR_HWCAP_FILTER and SR_DI_FILTERS
2012-05-30 Bert Vermeulencli: parameter support various new HWCAPs and types
2012-05-30 Bert Vermeulencli: support for frames, and limiting capture by number...
2012-05-30 Bert Vermeulencli: use SR_DF_META_*, support for analog packets
2012-05-29 Uwe Hermanncli: Cosmetic fix for --help output.
2012-05-29 Uwe Hermanncli: Fix compile error.
2012-05-29 Uwe Hermanncli: Make --protocol-decoder-annotations plural.
2012-05-29 Uwe Hermanncli: Add -A (alias for --protocol-decoder-annotation).
2012-05-29 Uwe Hermanncli: Output which file format was autodetected.
2012-05-29 Bert Vermeulencli: factor out output format setup
2012-05-29 Bert Vermeulencli: option to specify which annotation(s) to show
2012-05-29 Bert Vermeulencli: stop immediately if SRD PD registration fails
2012-05-29 Bert Vermeulencli: always show G_LOG_LEVEL_CRITICAL messages
2012-05-28 Bert Vermeulencli: cosmetics
2012-05-27 Bert Vermeulencli: halt session if SRD session fails to initialize
2012-05-26 Bert Vermeulencli: only output module or PD goes to stdout, everythin...
2012-05-22 Bert Vermeulencli: removed obsolete debugging, setup for proper stder...
2012-05-22 Bert Vermeulencli: no need to specify stacking order if it's the...
2012-05-10 Uwe Hermanncli: Print required/optional probes info.
2012-05-08 Uwe Hermanncli: -V: Print protocol description upon "-l 3" or...
2012-05-04 Thomas JaroschFix bracket placing
2012-04-16 Uwe Hermanncli: Show sr/srd versions determined at run-time.
2012-04-10 Uwe Hermannsr/srd: Use/fix SR(D)_MAX_NUM_PROBES.
2012-03-31 Uwe Hermannsr: out: Use uint8_t (not char) for buffers.
2012-03-27 Uwe Hermannsrd/cli/qt: Some more API consistency renames.
2012-03-21 Uwe Hermanncli: Fix -V/-h output a bit.
2012-03-21 Uwe Hermannsr/cli: s/patternmode/pattern/ in a few places.
2012-03-21 Uwe Hermannsrd/cli/qt: s/srd_session_feed/srd_session_send/.
2012-03-18 Uwe Hermanncli: Same order for params in manpage and -h.
2012-03-18 Uwe Hermanncli: Fix/update manpage a bit.
2012-03-18 Uwe Hermannsrd/cli/qt:s/decoders/decoder/ for consistency.
2012-03-18 Uwe Hermannsr: Rename -f|--format to -O|--output-format.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-03-01 Uwe Hermannsr/cli/gtk/qt: s/hw/driver/ in some places.
2012-03-01 Uwe Hermannsr: s/sr_dev_probe_name/sr_dev_probe_name_set/.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-27 Uwe Hermannsr: sr_samplerate_string: Allow 3.15Hz etc. as output.
2012-02-22 Uwe Hermannsr: No need for dynamic hardware driver registration.
2012-02-18 Uwe Hermannsr: s/config_set/dev_config_set/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/configuration/config/.
2012-02-17 Uwe Hermannsr/cli/gtk: s/capability/hwcap/.
2012-02-17 Uwe Hermannsr/cli/gtk: A few more s/instance/inst/.
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-14 Bert Vermeulensrd: rename public API functions to srd_thing_action...
2012-02-14 Bert Vermeulensrd: don't load all protocol decoders unless we really...
2012-02-13 Bert Vermeulensr: rename more functions to sr_thing_action format
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-12 Bert Vermeulensrd: extra module path can now optionally be passed...
2012-02-11 Uwe HermannRename 'void *' callback parameters to 'user_data'.
2012-02-11 Uwe Hermannsrd: Every callback should have a 'void *' parameter.
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-11 Bert Vermeulensrd: rename all instance to inst
2012-02-10 Uwe Hermannsr: Implement proper logging framework.
2012-02-10 Uwe Hermannsrd: More consistent log related function names.
2012-02-05 Uwe Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-01 Bert Vermeulencli: cleaned up debug output
2012-01-30 Anatoly SokolovAdd sr_device_get_info
2012-01-27 Bert Vermeulencli: correctly map probes on every instance, not just...
2012-01-25 Bert Vermeulencli: use new PD instance find function
2012-01-24 Bert Vermeulencli: minor code cleanups
2012-01-24 Bert Vermeulencli: when deciding which PD's output to show, use insta...
2012-01-23 Bert Vermeulencli: use , as a separator for PD stacks, like all other...
2012-01-23 Bert Vermeulencli: if PDs fail, signal a proper session shutdown...
2012-01-23 Bert Vermeulencli: minor cleanup
2012-01-21 Anatoly Sokolovadd SR_HWCAP_DEMO_DEVICE capability
2012-01-21 Bert Vermeulencli: configuring SRD probes no longer deletes them...
2012-01-17 Bert VermeulenCLI: use the new per-PD option setting API
2012-01-15 Bert VermeulenCLI: print sample numbers on annotations on log level > 2
2012-01-15 Bert VermeulenCLI: properly feed SRD a sample number with every chunk...
2012-01-15 Bert VermeulenCLI: when invoked with only -a <pd>, the PD's documenta...
2012-01-14 Uwe HermannImprove 'longname' PD strings, use in 'sigrok-cli -V'.
2012-01-10 Uwe Hermanncli: Fix left-over ANN/PROTO names.
2012-01-09 Bert VermeulenStacked protocol decoders implementation.
2012-01-09 Bert Vermeulencli: make libsigrokdecode follow loglevel setting
2012-01-08 Bert Vermeulenpass PD output to the calling frontend, simple annotati...
2012-01-07 Uwe Hermanncli: Better debug messages for setting PD probes.
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...
2012-01-02 Uwe Hermanncli: Add a few more static keywords.
next