2013-01-25 |
Bert Vermeulen | Deprecate SR_DI_CUR_SAMPLERATE. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bert Vermeulen | deprecate SR_DI_SAMPLERATES |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bert Vermeulen | Use new SR_CONF_* keys. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bert Vermeulen | Use new sr_config_info*_get() calls. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bert Vermeulen | handle meta packets, specifically SR_HWCAP_SAMPLERATE |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bert Vermeulen | use new sr_config struct |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Bert Vermeulen | update to newer options |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Uwe Hermann | Makefile.am: Fix typo in 'ChangeLog' target. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Bert Vermeulen | don't use the obsolete datastore. |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Alexandru Gagniuc | parserc.c: Fix memory leak from g_strsplit |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Alexandru Gagniuc | sigrok-cli.c: Fix memory leak in parsing of hardware... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Joel Holdsworth | Corrected a comment typo |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Bert Vermeulen | clean up unused code |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Bert Vermeulen | use constified SRD decoder list |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Bert Vermeulen | fix device-specific options setting |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Uwe Hermann | configure.ac: Fix CFLAGS settings. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Joel Holdsworth | Make datafeed_in packet parameter a const pointer |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Peter Stuge | Add struct sr_context * to sr_driver_init() calls |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Uwe Hermann | Drop unneeded comments. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Peter Stuge | Add struct sr_context to the sr_init() and sr_exit... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Peter Stuge | Change main() to have only one exit code flow, used... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Peter Stuge | Move sr_exit() in main() to correctly mirror order... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Uwe Hermann | Re-add HACKING file after repo split. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Bert Vermeulen | Merge branch 'master' of ssh://sigrok.org/data/git... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Bert Vermeulen | more compact display of probe list |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Bert Vermeulen | don't accept numbers as probe indexes in probe string |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Uwe Hermann | README: Cosmetics, update URL. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bert Vermeulen | updated URLs and description |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bert Vermeulen | restore pre-split ignores |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bert Vermeulen | device detail now lists probes |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Bert Vermeulen | cli: support for new output module API |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Bert Vermeulen | cli: fix driver option conversion |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Bert Vermeulen | cli: use --show for PD detail |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Bert Vermeulen | cli: obsolete SR_HWCAP_PROBECONFIG |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Bert Vermeulen | cli: use new sr_dev_config_set() API call |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Bert Vermeulen | cli: don't try to set device options before opening it |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Bert Vermeulen | cli: use new API calls instead of static option data |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Bert Vermeulen | cli: rename sr_hw_hwcap_get() to sr_devopt_get() |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: use new generic arg parser API |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: don't call sr_session_stop() when SR_DF_END is... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: fix session saving |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: code cleanup |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: use probe numbers starting from 0 |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: change to new struct sr_dev_inst based libsigrok API |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: remove dead code |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: add --show option, and switch to new info_get... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: add --driver option, and switch to new sr API... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bert Vermeulen | cli: more flexible generic arg parser |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Tomaž Šolc | Allow setting samplerate when reading binary files |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Lars-Peter... | cli: Use sr_session_stop() instead of sr_session_halt() |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Bert Vermeulen | cli: switch to new <libsigrok/libsigrok.h> |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Bert Vermeulen | cli: flush output on write |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Lars-Peter... | cli: Fix typo in protocol decoder stacking example |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Bert Vermeulen | sr/srd/cli: require glib version >= 2.28 |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Uwe Hermann | cli: Add missing fflush(stdout) for PD annotation output. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Bert Vermeulen | cli: use output API for analog and frame begin/end... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Bert Vermeulen | cli: not doing sigrokdecode directly from analog data |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Bert Vermeulen | cli: output API says to check data_out, not length_out |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Uwe Hermann | cli/gtk/qt: Now all require libsigrok >= 0.2.0 (API... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Bert Vermeulen | cli: strip off PD arguments before selecting for annotation |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Joel Holdsworth | sr: Made hwcap const |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: support for SR_HWCAP_COUPLING |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: support SR_HWCAP_VDIV and the new SR_T_RATIONAL_VO... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: use SR_T_RATIONAL_PERIOD |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: support for SR_HWCAP_FILTER and SR_DI_FILTERS |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: parameter support various new HWCAPs and types |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: support for frames, and limiting capture by number... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Bert Vermeulen | cli: use SR_DF_META_*, support for analog packets |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Uwe Hermann | cli: configure.ac: Bump version number to 0.3.1. sigrok-cli-0.3.1 |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Uwe Hermann | cli: Constify a few char *pointers. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Uwe Hermann | cli: Update NEWS in preparation of 0.3.1 the release. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: Cosmetic fix for --help output. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: Fix compile error. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: Make --protocol-decoder-annotations plural. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: Add -A (alias for --protocol-decoder-annotation). |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: manpage cosmetics, updates. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | sr/srd/cli/gtk: ChangeLog -> MAINTAINERCLEANFILES. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Uwe Hermann | cli: Output which file format was autodetected. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | document --protocol-decoder-annotation, and note PD... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | cli: factor out output format setup |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | cli: option to specify which annotation(s) to show |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | cli: stop immediately if SRD PD registration fails |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | cli: loose string comparison helper |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Bert Vermeulen | cli: always show G_LOG_LEVEL_CRITICAL messages |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Bert Vermeulen | cli: cosmetics |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bert Vermeulen | cli: halt session if SRD session fails to initialize |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Bert Vermeulen | cli: only output module or PD goes to stdout, everythin... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bert Vermeulen | cli: removed obsolete debugging, setup for proper stder... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bert Vermeulen | cli: no need to specify stacking order if it's the... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Pekka Nikander | sr/srd/cli: Fix compiling with Homebrew. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Uwe Hermann | cli: Print required/optional probes info. |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Uwe Hermann | cli: -V: Print protocol description upon "-l 3" or... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Thomas Jarosch | Fix bracket placing |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Uwe Hermann | cli: Generate ChangeLog upon 'make dist'. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Uwe Hermann | cli: New 0.3.0 release. sigrok-cli-0.3.0 |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Uwe Hermann | cli: Show sr/srd versions determined at run-time. |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Uwe Hermann | cli: NEWS: Add 0.1.0/0.2.0 release docs. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Uwe Hermann | cli: Add (almost) empty NEWS file. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Uwe Hermann | sr/srd: Use/fix SR(D)_MAX_NUM_PROBES. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Uwe Hermann | sr: out: Use uint8_t (not char) for buffers. |
commit | commitdiff | tree | snapshot |
next |