]> sigrok.org Git - sigrok-cli.git/log
sigrok-cli.git
12 years agoAdd missing logo icon files for Windows installers.
Uwe Hermann [Tue, 7 Feb 2012 23:33:54 +0000 (00:33 +0100)]
Add missing logo icon files for Windows installers.

12 years agonsis: Install missing msys-1.0.dll and msys-z.dll.
Uwe Hermann [Tue, 7 Feb 2012 23:25:24 +0000 (00:25 +0100)]
nsis: Install missing msys-1.0.dll and msys-z.dll.

Thanks John-Eric Kamps ("MockUp") for testing on a pristine
Windows 7 (64 bit).

12 years agonsis: Request admin privileges for Windows Vista and Windows 7.
Uwe Hermann [Tue, 7 Feb 2012 23:16:25 +0000 (00:16 +0100)]
nsis: Request admin privileges for Windows Vista and Windows 7.

12 years agonsis: One installer file per frontend.
Uwe Hermann [Mon, 6 Feb 2012 20:39:13 +0000 (21:39 +0100)]
nsis: One installer file per frontend.

There will be a sigrok-cli-installer-0.1.exe,
sigrok-gtk-installer-0.1.exe, and sigrok-qt-installer-0.1.exe,
for example.

Also, add some more .gitignore entries.

12 years agoProject-wide consistent naming for #include guards.
Uwe Hermann [Sat, 4 Feb 2012 09:41:30 +0000 (10:41 +0100)]
Project-wide consistent naming for #include guards.

Document the naming scheme in HACKING.

12 years agosr/cli/gtk: Remove analog left-overs from API.
Uwe Hermann [Sat, 4 Feb 2012 09:10:43 +0000 (10:10 +0100)]
sr/cli/gtk: Remove analog left-overs from API.

This will come back in some form or another later, but for now
don't clutter the API with non-working stuff. Removing stuff from APIs
is not possible without breaking the API, adding stuff later is simpler.

12 years agoautogen.sh: aclocal support for Windows XP/Vista/7.
Uwe Hermann [Sun, 5 Feb 2012 11:54:44 +0000 (12:54 +0100)]
autogen.sh: aclocal support for Windows XP/Vista/7.

12 years agocli: cleaned up debug output
Bert Vermeulen [Wed, 1 Feb 2012 02:03:30 +0000 (03:03 +0100)]
cli: cleaned up debug output

12 years agoAdd sr_device_get_info
Anatoly Sokolov [Sun, 29 Jan 2012 12:56:06 +0000 (16:56 +0400)]
Add sr_device_get_info

12 years agoUpdate/enforce/document our build requirements.
Uwe Hermann [Sat, 28 Jan 2012 20:26:56 +0000 (21:26 +0100)]
Update/enforce/document our build requirements.

12 years agocli: correctly map probes on every instance, not just the last one.
Bert Vermeulen [Fri, 27 Jan 2012 07:22:19 +0000 (08:22 +0100)]
cli: correctly map probes on every instance, not just the last one.

12 years agocli: use new PD instance find function
Bert Vermeulen [Wed, 25 Jan 2012 00:50:46 +0000 (01:50 +0100)]
cli: use new PD instance find function

12 years agocli: minor code cleanups
Bert Vermeulen [Tue, 24 Jan 2012 02:50:33 +0000 (03:50 +0100)]
cli: minor code cleanups

12 years agocli: when deciding which PD's output to show, use instance id
Bert Vermeulen [Tue, 24 Jan 2012 01:04:14 +0000 (02:04 +0100)]
cli: when deciding which PD's output to show, use instance id

12 years agocli: use , as a separator for PD stacks, like all other options.
Bert Vermeulen [Mon, 23 Jan 2012 23:11:45 +0000 (00:11 +0100)]
cli: use , as a separator for PD stacks, like all other options.

12 years agocli: if PDs fail, signal a proper session shutdown instead of abort.
Bert Vermeulen [Mon, 23 Jan 2012 03:52:13 +0000 (04:52 +0100)]
cli: if PDs fail, signal a proper session shutdown instead of abort.

12 years agocli: minor cleanup
Bert Vermeulen [Sun, 22 Jan 2012 02:30:33 +0000 (03:30 +0100)]
cli: minor cleanup

12 years agoadd SR_HWCAP_DEMO_DEVICE capability
Anatoly Sokolov [Sat, 21 Jan 2012 14:34:11 +0000 (18:34 +0400)]
add SR_HWCAP_DEMO_DEVICE capability

12 years agocli: configuring SRD probes no longer deletes them from the hash
Bert Vermeulen [Fri, 20 Jan 2012 21:26:47 +0000 (22:26 +0100)]
cli: configuring SRD probes no longer deletes them from the hash

12 years agoCLI: use the new per-PD option setting API
Bert Vermeulen [Tue, 17 Jan 2012 02:38:07 +0000 (03:38 +0100)]
CLI: use the new per-PD option setting API

12 years agoCLI: print sample numbers on annotations on log level > 2
Bert Vermeulen [Sun, 15 Jan 2012 22:24:30 +0000 (23:24 +0100)]
CLI: print sample numbers on annotations on log level > 2

12 years agoCLI: properly feed SRD a sample number with every chunk of data.
Bert Vermeulen [Sun, 15 Jan 2012 22:23:25 +0000 (23:23 +0100)]
CLI: properly feed SRD a sample number with every chunk of data.

12 years agocli: manpage: Add sigrok-gtk(1) to "SEE ALSO".
Uwe Hermann [Sun, 15 Jan 2012 19:47:26 +0000 (20:47 +0100)]
cli: manpage: Add sigrok-gtk(1) to "SEE ALSO".

12 years agofrontends: Check for sr/srd minimum versions.
Uwe Hermann [Sun, 15 Jan 2012 19:30:10 +0000 (20:30 +0100)]
frontends: Check for sr/srd minimum versions.

12 years agoCLI: when invoked with only -a <pd>, the PD's documentation is shown.
Bert Vermeulen [Sun, 15 Jan 2012 03:02:21 +0000 (04:02 +0100)]
CLI: when invoked with only -a <pd>, the PD's documentation is shown.

12 years agoImprove 'longname' PD strings, use in 'sigrok-cli -V'.
Uwe Hermann [Sat, 14 Jan 2012 20:41:41 +0000 (21:41 +0100)]
Improve 'longname' PD strings, use in 'sigrok-cli -V'.

12 years agocli: Fix left-over ANN/PROTO names.
Uwe Hermann [Tue, 10 Jan 2012 20:32:26 +0000 (21:32 +0100)]
cli: Fix left-over ANN/PROTO names.

12 years agoStacked protocol decoders implementation.
Bert Vermeulen [Mon, 9 Jan 2012 23:25:16 +0000 (00:25 +0100)]
Stacked protocol decoders implementation.

The DDC decoder takes input from the I2C PD.

12 years agocli: make libsigrokdecode follow loglevel setting
Bert Vermeulen [Mon, 9 Jan 2012 11:54:03 +0000 (12:54 +0100)]
cli: make libsigrokdecode follow loglevel setting

12 years agopass PD output to the calling frontend, simple annotation viewer in CLI.
Bert Vermeulen [Sun, 8 Jan 2012 02:20:12 +0000 (03:20 +0100)]
pass PD output to the calling frontend, simple annotation viewer in CLI.

12 years agocli: Better debug messages for setting PD probes.
Uwe Hermann [Sat, 7 Jan 2012 13:46:24 +0000 (14:46 +0100)]
cli: Better debug messages for setting PD probes.

12 years agoMore .gitignore files cleanup.
Uwe Hermann [Sat, 7 Jan 2012 13:15:10 +0000 (14:15 +0100)]
More .gitignore files cleanup.

12 years agoAdded "autostuff" to the .gitignore.
Renato Caldas [Fri, 6 Jan 2012 11:07:37 +0000 (11:07 +0000)]
Added "autostuff" to the .gitignore.

12 years agonew srd_logic type implementation for PDs to iterate over.
Bert Vermeulen [Thu, 5 Jan 2012 02:31:36 +0000 (03:31 +0100)]
new srd_logic type implementation for PDs to iterate over.

12 years agoA few more fixes for configure.ac files.
Uwe Hermann [Wed, 4 Jan 2012 14:26:41 +0000 (15:26 +0100)]
A few more fixes for configure.ac files.

Add missing checks and quotes, remove superfluous checks, etc.

12 years agocli: configure.ac: Show config summary.
Uwe Hermann [Wed, 4 Jan 2012 02:09:20 +0000 (03:09 +0100)]
cli: configure.ac: Show config summary.

Also, add missing glib-2.0 check, we use it directly in the CLI too,
not just due to the libsigrok dependency.

12 years agocli: configure.ac: Fix typo.
Uwe Hermann [Tue, 3 Jan 2012 23:49:06 +0000 (00:49 +0100)]
cli: configure.ac: Fix typo.

12 years agoPut most autotools files into autostuff/.
Uwe Hermann [Tue, 3 Jan 2012 20:55:48 +0000 (21:55 +0100)]
Put most autotools files into autostuff/.

This yields a slightly more "tidy" top-level directory.

12 years agocli: Add a few more static keywords.
Uwe Hermann [Mon, 2 Jan 2012 13:33:42 +0000 (14:33 +0100)]
cli: Add a few more static keywords.

12 years agoSplit README, add appropriate ones per-project.
Uwe Hermann [Fri, 30 Dec 2011 21:38:25 +0000 (22:38 +0100)]
Split README, add appropriate ones per-project.

12 years agoRename sub-project dirs to their correct name.
Uwe Hermann [Fri, 30 Dec 2011 10:23:22 +0000 (11:23 +0100)]
Rename sub-project dirs to their correct name.