]> sigrok.org Git - sigrok-cli.git/shortlog
sigrok-cli.git
2012-06-26 Bert Vermeulencli: flush output on write
2012-06-24 Lars-Peter... cli: Fix typo in protocol decoder stacking example
2012-06-22 Bert Vermeulensr/srd/cli: require glib version >= 2.28
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 Uwe Hermanncli/gtk/qt: Now all require libsigrok >= 0.2.0 (API...
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-30 Uwe Hermanncli: configure.ac: Bump version number to 0.3.1. sigrok-cli-0.3.1
2012-05-30 Uwe Hermanncli: Constify a few char *pointers.
2012-05-30 Uwe Hermanncli: Update NEWS in preparation of 0.3.1 the release.
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: manpage cosmetics, updates.
2012-05-29 Uwe Hermannsr/srd/cli/gtk: ChangeLog -> MAINTAINERCLEANFILES.
2012-05-29 Uwe Hermanncli: Output which file format was autodetected.
2012-05-29 Bert Vermeulendocument --protocol-decoder-annotation, and note PD...
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: loose string comparison helper
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-15 Pekka Nikandersr/srd/cli: Fix compiling with Homebrew.
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-18 Uwe Hermanncli: Generate ChangeLog upon 'make dist'.
2012-04-16 Uwe Hermanncli: New 0.3.0 release. sigrok-cli-0.3.0
2012-04-16 Uwe Hermanncli: Show sr/srd versions determined at run-time.
2012-04-14 Uwe Hermanncli: NEWS: Add 0.1.0/0.2.0 release docs.
2012-04-10 Uwe Hermanncli: Add (almost) empty NEWS file.
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/gtk/qt: Fix package version numbers / docs.
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: manpage: Document -l, -a, and -s.
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-22 Uwe Hermanncli/gtk/qt: nsis: Better installer filename.
2012-02-22 Uwe Hermanncli: nsis: Hook up to "Add/remove programs".
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-08 Uwe Hermanncli: nsis: Fix copy-paste error.
2012-02-08 Uwe Hermanncli: nsis: Start menu shortcut (opens a "DOS box").
2012-02-07 Uwe HermannAdd missing logo icon files for Windows installers.
2012-02-07 Uwe Hermannnsis: Install missing msys-1.0.dll and msys-z.dll.
2012-02-07 Uwe Hermannnsis: Request admin privileges for Windows Vista and...
2012-02-06 Uwe Hermannnsis: One installer file per frontend.
2012-02-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-05 Uwe Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-05 Uwe Hermannautogen.sh: aclocal support for Windows XP/Vista/7.
2012-02-01 Bert Vermeulencli: cleaned up debug output
2012-01-30 Anatoly SokolovAdd sr_device_get_info
2012-01-28 Uwe HermannUpdate/enforce/document our build requirements.
2012-01-27 Bert Vermeulencli: correctly map probes on every instance, not just...
2012-01-25 Bert Vermeulencli: use new PD instance find function
next