1commit 6bb3c3dd27c0477705a5c0684a8c3fd506a35f48
2Author: Uwe Hermann <uwe@hermann-uwe.de>
3Date:   Thu Oct 25 22:08:12 2018 +0200
4
5    configure.ac: Bump package version to 0.7.1.
6
7commit cee6849ab65e0302e6f75b5bea424356019fb141
8Author: Uwe Hermann <uwe@hermann-uwe.de>
9Date:   Thu Oct 25 22:01:46 2018 +0200
10
11    NEWS: Update for upcoming 0.7.1 release.
12
13commit 3df03cc2b16dad892b5a9a5026311f23a1d02caa
14Author: Uwe Hermann <uwe@hermann-uwe.de>
15Date:   Thu Oct 25 22:00:44 2018 +0200
16
17    Backport recent changes from mainline.
18
19    This includes all changes from
20
21      f5735c5ee3e8fb0f1888f0ce22bfb46a99c099df
22      doc: minor update to -O and -g options in the manpage
23
24    up to
25
26      f0de24ffe36fb3e983e347e607c522f32a963e25
27      Force backup analog traces only if needed
28
29commit f21b76181d6a2549ce1ddfb30bffa95ec436b054
30Author: Uwe Hermann <uwe@hermann-uwe.de>
31Date:   Thu Jun 8 20:28:02 2017 +0200
32
33    NEWS: Update for upcoming 0.7.0 release.
34
35commit 81f781288ab8ce19c46d2f090a16428d28fe0435
36Author: Uwe Hermann <uwe@hermann-uwe.de>
37Date:   Thu Jun 8 23:16:18 2017 +0200
38
39    Fix various clang warnings.
40
41    ../show.c:668:30: warning: variable 'q' is uninitialized when used here [-Wuninitialized]
42                                            s = sr_period_string(p, q);
43                                                                    ^
44    ../show.c:324:30: note: initialize the variable 'q' to silence this warning
45            const uint64_t *uint64, p, q, low, high;
46                                        ^
47                                         = 0
48    ../show.c:668:27: warning: variable 'p' is uninitialized when used here [-Wuninitialized]
49                                            s = sr_period_string(p, q);
50                                                                 ^
51    ../show.c:324:27: note: initialize the variable 'p' to silence this warning
52            const uint64_t *uint64, p, q, low, high;
53                                     ^
54                                      = 0
55    ../show.c:458:58: warning: variable 'high' is uninitialized when used here [-Wuninitialized]
56                                    printf("    Maximum number of samples: %"PRIu64"\n", high);
57                                                                                         ^~~~
58    ../show.c:324:41:   CC       input.o
59    note: initialize the variable 'high' to silence this warning
60            const uint64_t *uint64, p, q, low, high;
61                                                   ^
62                                                    = 0
63    ../show.c:589:33: warning: variable 'low' is uninitialized when used here [-Wuninitialized]
64                                    printf("%"PRIu64"-%"PRIu64, low, high);
65                                                                ^~~
66    ../show.c:324:35: note: initialize the variable 'low' to silence this warning
67            const uint64_t *uint64, p, q, low, high;
68                                             ^
69                                              = 0
70
71commit 198182cc092b56a005e8990057bffb99794ec797
72Author: Uwe Hermann <uwe@hermann-uwe.de>
73Date:   Tue Jun 6 14:45:37 2017 +0200
74
75    HACKING: Update URL to Linux kernel coding style.
76
77commit 7930408d655ee55d4aee839eb8feee707d9e5843
78Author: Uwe Hermann <uwe@hermann-uwe.de>
79Date:   Tue Jun 6 14:05:12 2017 +0200
80
81    README: Drop trailing whitespace.
82
83commit 3f85a61849759896e0e9b009be14a696108d4309
84Author: Uwe Hermann <uwe@hermann-uwe.de>
85Date:   Tue Jun 6 11:15:45 2017 +0200
86
87    Fix build when using --without-libsigrokdecode.
88
89commit 443ccd3c3adf2db300afa0a8e23b1c6a89aa0727
90Author: Uwe Hermann <uwe@hermann-uwe.de>
91Date:   Mon Jun 5 17:43:32 2017 +0200
92
93    Installer: Whitespace consistency fixes.
94
95commit d8f647c4c1181fbab1e8bb35834b1b3b20af482a
96Author: Soeren Apel <soeren@apelpie.net>
97Date:   Mon Jun 5 17:16:30 2017 +0200
98
99    Installer: Add "sigrok-cli" to uninstaller/Zadig links.
100
101    Windows 10 merges all links of the same vendor ("sigrok" here) into one
102    section in the Start menu. If PulseView and sigrok-cli are installed,
103    there will be two "Uninstall" links and the user will not know which one
104    uninstalls which program.
105
106commit a663411b8f15f3933caa0629414cf5b994f299c4
107Author: Soeren Apel <soeren@apelpie.net>
108Date:   Mon Jun 5 17:13:21 2017 +0200
109
110    Installer: Place set of example .sr files in separate section
111
112commit b5e7f00b51b0cf5dfda10717202f6fa12611d0d9
113Author: Uwe Hermann <uwe@hermann-uwe.de>
114Date:   Sat Jun 3 17:17:04 2017 +0200
115
116    --list-supported: Show detailed library/feature info.
117
118commit 6293db8aea090170eced25d6f92c348b013ea475
119Author: Uwe Hermann <uwe@hermann-uwe.de>
120Date:   Sat Jun 3 17:03:44 2017 +0200
121
122    List supported devices, modules, decoders via --list-supported.
123
124    Move this data from -V to -L|--list-supported for usability reasons.
125
126    This fixes bug #604.
127
128commit 247d467ad9b9a68f9c5cdd39b272b7879b3a3f0f
129Author: Uwe Hermann <uwe@hermann-uwe.de>
130Date:   Wed May 31 23:09:57 2017 +0200
131
132    Bump requirements to libsigrok/libsigrokdecode 0.5.0.
133
134    We use various new API calls from the upcoming 0.5.0 releases and are
135    not compatible with the respective 0.4.x anymore.
136
137commit 2b5d1ae678011075ca0413d36395313f7f001f26
138Author: Uwe Hermann <uwe@hermann-uwe.de>
139Date:   Wed May 31 23:00:39 2017 +0200
140
141    show: Also print the possible decoder input/output IDs.
142
143commit 65c1ecf9045a87cfd87e0c7d87bf3ca2d7e60021
144Author: Gerhard Sittig <gerhard.sittig@gmx.net>
145Date:   Tue May 23 19:41:41 2017 +0200
146
147    options: expand builtin help, discuss samples/time/continuous constraint
148
149    It might be surprising when the sigrok-cli(1) program does nothing (yet
150    spends user noticable time) before quitting while it spews the --help
151    text to the screen. Expand the builtin help text, explicitly mention
152    that either of --samples or --frames or --time or --continuous are
153    essentially required for data acquisition.
154
155commit 87cb3b61d72f430479bb5fdfd3c0c909f3ac899e
156Author: Soeren Apel <soeren@apelpie.net>
157Date:   Sat Feb 25 22:56:36 2017 +0100
158
159    Update sr_period_string usage
160
161commit 9d94914ce9de358085ffaef85cd152d0dbd95155
162Author: Uwe Hermann <uwe@hermann-uwe.de>
163Date:   Sun Mar 5 17:08:54 2017 +0100
164
165    configure summary: Show linker flags.
166
167commit 10d4fc25bfd67dbd7b457851d6c8a1dc8b031b39
168Author: Karl Palsson <karlp@etactica.com>
169Date:   Tue Nov 29 16:21:30 2016 +0000
170
171    Show annotations based on decoder ID
172
173    Originally, decoder ID was equal to decoder instance ID, so it didn't
174    matter what you were comparing with. However, with distinct decoder
175    instances, this assumption fails. Because instance IDs can't be known
176    in advance, and because it would make the CLI arguments even more
177    complex, we simply let the -A option continue to be per decoder, not per
178    instance. This maintains compatibility with prior behaviour, but
179    doesn't allow the full flexibility possible with the library.
180
181    Behaviour preserved:
182    Single PD, no -A flag => all annotations from PD
183    Single PD, -A pdid => all annotations from PD
184    Single PD, -A pdid=annX => annX from PD
185
186    Behaviour now added:
187    Duplicate PDs, no -A flag => all annotations from all PDs
188    Duplicate PDs, -A pdid => all annotations from all PDs of type pdid
189    Duplicate PDs, -A pdid=annX => all annX from all PDs of type pdid
190
191    This fixes parts of bug #868.
192
193    Signed-off-by: Karl Palsson <karlp@etactica.com>
194
195commit c5e0e72ee3bcc799d1510c9fb91b3a0073766b2a
196Author: Karl Palsson <karlp@etactica.com>
197Date:   Tue Nov 29 14:32:29 2016 +0000
198
199    valgrind: Clear more unfreed memory issues
200
201    Command line used for checking:
202
203      $ valgrind -v --leak-check=full ./sigrok-cli \
204        -i rockband_wireless_keyboard_wii/midi_key4.sr \
205        -P uart:baudrate=31250,midi -P uart:baudrate=31250,midi
206
207    Signed-off-by: Karl Palsson <karlp@etactica.com>
208
209commit e9e4dc4d7ecc678cffaa9a93034319f7e02f33b9
210Author: Karl Palsson <karlp@etactica.com>
211Date:   Tue Nov 29 13:19:46 2016 +0000
212
213    Include decoder instance ID in normal outputs
214
215    Without this, it's nigh impossible to determine what lines of output are
216    from what decoder. While -l 4 and above will include this information,
217    this feels like something that is essential even at the basic level.
218
219    Old:
220    System Realtime: active sensing
221    System Realtime: active sensing
222    System Realtime: active sensing
223    UNHANDLED DATA: 0x00
224    Channel 1: note on (note = 51 'D#3', velocity = 70)
225    System Realtime: active sensing
226    System Realtime: active sensing
227    System Realtime: active sensing
228    System Realtime: active sensing
229    UNHANDLED DATA: 0x00
230    Channel 1: note on (note = 51 'D#3', velocity = 70)
231    System Realtime: active sensing
232
233    New:
234
235    midi1: System Realtime: active sensing
236    midi1: System Realtime: active sensing
237    midi1: System Realtime: active sensing
238    midi1: UNHANDLED DATA: 0x00
239    midi1: Channel 1: note on (note = 51 'D#3', velocity = 70)
240    midi1: System Realtime: active sensing
241    midi2: System Realtime: active sensing
242    midi2: System Realtime: active sensing
243    midi2: System Realtime: active sensing
244    midi2: UNHANDLED DATA: 0x00
245    midi2: Channel 1: note on (note = 51 'D#3', velocity = 70)
246    midi2: System Realtime: active sensing
247
248    This fixes parts of bug #868.
249
250    Signed-off-by: Karl Palsson <karlp@etactica.com>
251
252commit 551f570c7b6b572d83b93f961b13580d4839fff6
253Author: Karl Palsson <karlp@etactica.com>
254Date:   Fri Nov 25 16:28:17 2016 +0000
255
256    Support multiple protocol decoder stacks
257
258    Requires libsigrokdecode changes to actually work.
259    This allows multiple -P options to be specified, each of which is
260    registered as a full stack with libsigrokdecode.
261
262    At this point, there's no way to specify annotations per instance, the
263    annotations are simply global per decoder (as before) rather than per
264    instance.
265
266    This fixes parts of bug #868.
267
268    Signed-off-by: Karl Palsson <karlp@etactica.com>
269
270commit c83f755098b3c5d10b3ad022c0f4e934edc94148
271Author: Karl Palsson <karlp@etactica.com>
272Date:   Thu Nov 24 12:29:09 2016 +0000
273
274    Drop -S stack option
275
276    The -P option already stacks. The -S option was only used for changing the
277    stacking order. Simply require the correct order with -P. This reduces
278    the confusion in stacking.
279
280    Signed-off-by: Karl Palsson <karlp@etactica.com>
281
282commit f4c490a7a2e53564ef90956aea8c09d09685f51e
283Author: Uwe Hermann <uwe@hermann-uwe.de>
284Date:   Fri Feb 17 09:24:18 2017 +0100
285
286    sigrok-cli_cross.nsi.in: Use Python 3.4 (Windows XP support).
287
288    The last Python version to officially support Windows XP was 3.4.x.
289
290    We'll keep the Windows installers at that version for the time being,
291    until Windows XP support is no longer feasible (e.g. because important
292    sigrok requirements such as Qt, glib, or libusb drop XP suppport).
293
294commit 6c3373fb7b0badb958fb653b1382af42d5a4a6dc
295Author: Uwe Hermann <uwe@hermann-uwe.de>
296Date:   Thu Feb 2 22:26:52 2017 +0100
297
298    sigrok-cli_cross.nsi.in: Bump Python version to 3.6.
299
300commit 04044d1b73a53aa24c22d5a722e5ce2570fcdd74
301Author: Gerhard Sittig <gerhard.sittig@gmx.net>
302Date:   Thu Oct 20 09:49:00 2016 +0200
303
304    license: remove FSF postal address from boiler plate license text
305
306    Remove the FSF postal address as it might change (it did in the past).
307    Reference the gnu.org website instead which is more stable.
308
309commit 96d0921142060606933323f6bc37b02ee1225c3d
310Author: Uwe Hermann <uwe@hermann-uwe.de>
311Date:   Thu Oct 20 23:09:24 2016 +0200
312
313    --help output: More specific --show help text.
314
315    Mention that --show also works for showing input/output format options,
316    as well as protocol decoder options.
317
318    This fixes bug #851.
319
320commit 20917615ac052d1e811066b648438daed00afb67
321Author: Gerhard Sittig <gerhard.sittig@gmx.net>
322Date:   Sun Oct 16 18:25:30 2016 +0200
323
324    show: print binary classes as well in protocol decoder details
325
326    The output of `sigrok -P <decoder> --show` omitted the binary classes,
327    users could not learn which specs are available for the -B option.  Add
328    a "Binary classes:" section after the list of annotations.
329
330    Signed-off-by: Gerhard Sittig <gerhard.sittig@gmx.net>
331
332commit d473271c6e4fb6e618697bcd5acfe5af0b5afeb2
333Author: Uwe Hermann <uwe@hermann-uwe.de>
334Date:   Mon Aug 15 14:52:18 2016 +0200
335
336    configure.ac: Bump package version to 0.7.0.
337
338    0.7.0 will be the next major release. Bump now, so that
339    there is no confusion of tarball 0.6.0 and 0.7.0-git snapshots.
340
341commit 7bdc46d6fcdcfa00dd29ac102f3128aeb44a479c
342Author: Uwe Hermann <uwe@hermann-uwe.de>
343Date:   Fri Jan 29 21:51:13 2016 +0100
344
345    NEWS: Update for upcoming 0.6.0 release.
346
347commit 09fc39da486b8618d65b66ca96a760478c3e89e2
348Author: Uwe Hermann <uwe@hermann-uwe.de>
349Date:   Thu Dec 31 18:55:29 2015 +0100
350
351    Update API calls due to recent libsigrok renames.
352
353     - sr_driver_scan_options() -> sr_driver_scan_options_list()
354
355     - sr_dev_config_capabilities() -> sr_dev_config_capabilities_list()
356
357commit c7639c1d63d85687618087acdbf5279b94c24117
358Author: Martin Ling <martin-git@earth.li>
359Date:   Tue Nov 3 11:42:30 2015 +0000
360
361    Update for configuration API changes.
362
363commit 1ef118ab81ddbdc3ba96724826e396ef8ad7c882
364Author: Daniel Elstner <daniel.kitta@gmail.com>
365Date:   Fri Oct 9 18:45:03 2015 +0200
366
367    input: Use own main loop instead of sr_session_run()
368
369    Again, this is mainly for demonstration purposes, and to make
370    sigrok-cli consistently use the same "modern" API everywhere.
371
372commit 3addebb2440550f9b34a39629bdb7c1ab1d05fc3
373Author: Daniel Elstner <daniel.kitta@gmail.com>
374Date:   Fri Oct 9 18:33:14 2015 +0200
375
376    build: Require GLib 2.32.0
377
378    This is needed for the G_SOURCE_REMOVE symbolic constant. Although
379    it would be trivial to make do without it, there is no reason not to
380    bump the requirement since libsigrok depends on GLib 2.32.0 anyway.
381
382commit fd65ec4c9c349a9ed240fedf69946abea7afd047
383Author: Daniel Elstner <daniel.kitta@gmail.com>
384Date:   Fri Oct 9 18:26:00 2015 +0200
385
386    anykey: Use GLib I/O channel watch
387
388    Watch for input on a GLib I/O channel using the standard GLib main
389    loop API instead of injecting an FD event source into the sigrok
390    session loop.
391
392    Also run the session in a main loop created by sigrok-cli instead
393    of using sr_session_run(). This is mainly for demonstration; the
394    GLib I/O watch change would work even with sr_session_run() since
395    it is using the same main context in this case.
396
397commit 2620358aec3debcf4db81709927e8bb787d08b9b
398Author: Daniel Elstner <daniel.kitta@gmail.com>
399Date:   Fri Oct 9 17:22:21 2015 +0200
400
401    options: Type of G_OPTION_ARG_NONE is gboolean
402
403    Change mistaken gchar * variables to gboolean type.
404
405commit 19bdd3ddd23223f80c6f6d9465fc39436c69c5c8
406Author: Uwe Hermann <uwe@hermann-uwe.de>
407Date:   Wed Oct 7 02:05:00 2015 +0200
408
409    Use g_strerror() in favor of strerror().
410
411commit a5396d7bf2d01964b77d714cfcfbcacc641be92a
412Author: Daniel Elstner <daniel.kitta@gmail.com>
413Date:   Sat Oct 3 17:50:28 2015 +0200
414
415    windows: Install data files into share subdirectory
416
417    This allows these files to be found on standard paths relative
418    to the executable location.
419
420commit 295be22b52725c65ffbf41b230b9131c47cb2bd8
421Author: Uwe Hermann <uwe@hermann-uwe.de>
422Date:   Mon Sep 14 17:31:59 2015 +0200
423
424    Makefile.am: Shorten ChangeLog target a bit.
425
426commit c5f46105a8ca33fcd313268a6edb286b028a922b
427Author: Daniel Elstner <daniel.kitta@gmail.com>
428Date:   Sun Sep 13 22:45:24 2015 +0200
429
430    Build: Move _POSIX_C_SOURCE definition to config.h
431
432    Do not redefine it though when already set, so that it can be
433    overridden by the user, or indirectly by the compiler settings.
434
435commit d486cbddfe380de95a98646f7626426955e563ee
436Author: Daniel Elstner <daniel.kitta@gmail.com>
437Date:   Sun Sep 13 22:42:51 2015 +0200
438
439    Build: Include <config.h> first in all source files
440
441    Since Autoconf places some important feature flags only into the
442    configuration header, it is necessary to include it globally to
443    guarantee a consistent build.
444
445commit 89025e7128b7d2540764eb9b8ef600286ef25f91
446Author: Uwe Hermann <uwe@hermann-uwe.de>
447Date:   Sat Sep 12 17:06:43 2015 +0200
448
449    Use PRIu64 instead of %ld for uint64_t printing.
450
451commit e29b500cc4292c530ba928961f8f456d668ac6dc
452Author: Daniel Elstner <daniel.kitta@gmail.com>
453Date:   Sun Sep 6 00:51:10 2015 +0200
454
455    Clean up .gitignore
456
457commit 9d6422708d553d1e892f0ad18053901578d9559f
458Author: Daniel Elstner <daniel.kitta@gmail.com>
459Date:   Sat Sep 5 23:12:09 2015 +0200
460
461    Build: Adopt modernized Autotools build system
462
463commit 51f029fb17da201aa8953e27cfd18f4d90071dfb
464Author: Daniel Elstner <daniel.kitta@gmail.com>
465Date:   Sat Sep 5 23:08:51 2015 +0200
466
467    Build: Add copy of sigrok.m4 from libsigrok
468
469commit 21964baec4fe7cf0997f75dec6a837d93f12a4c8
470Author: Daniel Elstner <daniel.kitta@gmail.com>
471Date:   Sat Sep 5 23:20:21 2015 +0200
472
473    device: Use g_ascii_strcasecmp() for portability
474
475commit 15a14bffcbbc762f81a13de665eeabd2193c3bec
476Author: Bert Vermeulen <bert@biot.com>
477Date:   Tue Sep 8 14:26:22 2015 +0200
478
479    Free trigger after acquisition session.
480
481commit 4c6bfc08f6951ff8a7d0b4b4420de00d1c6fd193
482Author: Daniel Elstner <daniel.kitta@gmail.com>
483Date:   Wed Sep 2 15:55:41 2015 +0200
484
485    NSIS installer fix for Windows
486
487commit 84b39e3e488c4897df5afb5ffeca21ef30c71fba
488Author: Bert Vermeulen <bert@biot.com>
489Date:   Sun Aug 23 23:21:14 2015 +0200
490
491    Support SR_T_MQ.
492
493commit e950559979908f828a903ede8a50bde091566eed
494Author: Bert Vermeulen <bert@biot.com>
495Date:   Sun Aug 23 23:21:14 2015 +0200
496
497    Support SR_T_MQLIST.
498
499commit e4e4b4724b27addf14b827314104295e4125396a
500Author: Bert Vermeulen <bert@biot.com>
501Date:   Sun Aug 23 23:20:40 2015 +0200
502
503    Use new sr_key_info instead of sr_config_info.
504
505commit cbbea0871ba979786ea00f0cf9ed4abe3cc0b857
506Author: Soeren Apel <soeren@apelpie.net>
507Date:   Thu Aug 20 20:24:29 2015 +0200
508
509    session: Use INTERNAL_IO_HANDLING output module flag
510
511    Also, fix the segfault occuring due to an invalid outfile
512    handle when using srzip.
513
514commit ee639fb40fa43aa3553ef0229def9bcdb8338c2b
515Author: Uwe Hermann <uwe@hermann-uwe.de>
516Date:   Thu Aug 20 19:47:12 2015 +0200
517
518    Pass unitsize to srd_session_send() directly.
519
520    Follow an API change in libsigrokdecode where srd_inst_channel_set_all()
521    no longer gets passed a unitsize, but rather srd_session_send() gets it.
522
523    This allows us to avoid having to guess a unitsize based on the number
524    of channels (which guesses incorrectly in some cases).
525
526    This fixes (parts of) bug #352.
527
528commit 6ffb657795f2c4115a7483580c80f27f8d60d4ec
529Author: Uwe Hermann <uwe@hermann-uwe.de>
530Date:   Sun Aug 9 17:27:18 2015 +0200
531
532    nsis: Add start menu entries for Zadig.
533
534    This fixes bug #543.
535
536commit 5899178d2d92d12bb8bed7e6b874ea778b7329c2
537Author: Uwe Hermann <uwe@hermann-uwe.de>
538Date:   Thu Jul 30 19:11:17 2015 +0200
539
540    Don't open an output file in the case of srzip.
541
542    This fixes parts of bug #570.
543
544commit 5d7604d168152ce4c419928b20f0ccfeb669ebba
545Author: Soeren Apel <soeren@apelpie.net>
546Date:   Wed Jul 29 21:37:47 2015 +0200
547
548    session: Supply filename to the output module directly
549
550    This fixes parts of bug #570.
551
552commit 54a3b8eedcf995e009e155f2fe29ceb26e6ff24a
553Author: Uwe Hermann <uwe@hermann-uwe.de>
554Date:   Sat Jul 18 18:07:12 2015 +0200
555
556    Build-depend on the upcoming libsigrok + libsigrokdecode 0.4.0.
557
558commit 13be8bd018704c5552790c9a04ac44d3040f1804
559Author: Uwe Hermann <uwe@hermann-uwe.de>
560Date:   Sat Jul 18 18:05:58 2015 +0200
561
562    Bump version to 0.6.0 (the upcoming next major release).
563
564commit 4f3d0b1012b90d2d68ca0b9fcb40d9374764996a
565Author: Uwe Hermann <uwe@hermann-uwe.de>
566Date:   Sat Jul 18 18:05:36 2015 +0200
567
568    Append "-git" to the version string.
569
570    This avoids confusion with the released tarballs.
571
572commit bc5b66d7044337c00a6c2a8af86b910d33a56a90
573Author: Jens Steinhauser <jens.steinhauser@gmail.com>
574Date:   Fri Apr 17 23:28:44 2015 +0200
575
576    Check if hash table is NULL before accessing it.
577
578    This fixes bug 520.
579
580commit c59bf72b694ab1d08b2ea44de4349c277e206414
581Author: Uwe Hermann <uwe@hermann-uwe.de>
582Date:   Tue Apr 7 02:38:39 2015 +0200
583
584    autogen.sh: Drop obsolete MinGW/MSYS items.
585
586    For Windows builds (which require MinGW-w64) we currently support:
587
588     - cross-builds using MXE (mxe.cc) and possibly other cross-compile setups
589
590     - native builds using MSYS2 (sf.net/projects/msys2/)
591
592    Neither of those require explicitly specifying ACLOCAL_DIR.
593
594commit 59e421bbda22512122660aee370d31b88f8ccdf4
595Author: Uwe Hermann <uwe@hermann-uwe.de>
596Date:   Sat Apr 4 19:34:06 2015 +0200
597
598    Update due to sr_driver_list() now taking a context.
599
600commit 23c40b60cd87f9779c6e99a99653f7c68682c852
601Author: Uwe Hermann <uwe@hermann-uwe.de>
602Date:   Thu Mar 26 21:56:29 2015 +0100
603
604    Minor cosmetics.
605
606commit ad92a2b3072fadfcda1c19c03a27a8fe76984383
607Author: Uwe Hermann <uwe@hermann-uwe.de>
608Date:   Thu Mar 26 21:51:37 2015 +0100
609
610    Don't check g_free() arguments for NULL.
611
612    The g_free() call is guaranteed to not segfault when NULL is passed.
613
614commit 662a1e27fa9573a35a6f9a6f699dee2be447826a
615Author: Uwe Hermann <uwe@hermann-uwe.de>
616Date:   Thu Mar 26 21:39:28 2015 +0100
617
618    Various #include file cosmetic fixes.
619
620    Generally include system headers before local headers, unless there's
621    a technical reason to use another order.
622
623commit 3d24ca2da53f03585db396e67252a7dcd9e67e6e
624Author: Martin Ling <martin-git@earth.li>
625Date:   Wed Mar 25 01:54:52 2015 +0000
626
627    sigrok-cli: Update for sr_session_{new,load} API change.
628
629commit f0f54487c6a146af523d6eb19fcce63422e3f0f1
630Author: Uwe Hermann <uwe@hermann-uwe.de>
631Date:   Fri Mar 20 19:38:33 2015 +0100
632
633    Minor cosmetics, whitespace- and consistency fixes.
634
635commit abb036855e8a35ddeaf7c8bcba02741d78bc25ba
636Author: Martin Ling <martin-git@earth.li>
637Date:   Thu Mar 19 22:00:34 2015 +0000
638
639    Use sr_dev_channel_enable().
640
641commit 24278d3e7f6baeb32bcc6f52bc2e934d3a658b32
642Author: Martin Ling <martin-git@earth.li>
643Date:   Wed Mar 18 16:40:18 2015 +0000
644
645    Fix memory leak in config_key_has_cap().
646
647commit 28b0b84e7ac805ab5a5c40191012d2739e550c74
648Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
649Date:   Thu Feb 26 16:06:26 2015 +0100
650
651    session.c: Indicate the error type when --config --set fails.
652
653    When sigrok-cli fails to set a config option it doesn't indicate
654    the actual error as opposed to --get. Print the error message in
655    both cases.
656
657    Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
658
659commit 15db66c6a90ea967264b66b80d381b89847e3afa
660Author: Aurelien Jacobs <aurel@gnuage.org>
661Date:   Thu Feb 12 17:08:33 2015 +0100
662
663    show: pass NULL parameter to config_key_has_cap() instead of uninitialized cg.
664
665    It doesn't make sense to pass a cg to this config_key_has_cap() call
666    as it is trying to retrieve the device's global SR_CONF_LIMIT_SAMPLES.
667
668    This fixes the following warning:
669
670    show.c: In function ‘show_dev_detail’:
671    show.c:392:8: warning: ‘cg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
672         && config_key_has_cap(driver, sdi, cg, key, SR_CONF_LIST)) {
673            ^
674
675commit 84c250a2ee6152ec0d857f7be142f873fa44e640
676Author: Aurelien Jacobs <aurel@gnuage.org>
677Date:   Thu Feb 12 16:00:54 2015 +0100
678
679    session: remove unused variable 'size'.
680
681commit fb995521e44b36117dcebd8c0134b4f897733fab
682Author: Uwe Hermann <uwe@hermann-uwe.de>
683Date:   Wed Feb 11 09:49:03 2015 +0100
684
685    Implement support for running transform modules.
686
687    Syntax:
688
689     sigrok-cli ... -T <transformmodule>:opt1=val1:opt2=val2 ...
690
691commit 6f7b4c5d7eb49642f8221a85ee6987751fcd81ce
692Author: Uwe Hermann <uwe@hermann-uwe.de>
693Date:   Tue Feb 10 20:01:07 2015 +0100
694
695    Add -T|--transform-module and show transform modules in -V output.
696
697commit 198487f611d8a7be4fa15017c22fa01a56551ca6
698Author: Uwe Hermann <uwe@hermann-uwe.de>
699Date:   Sat Jan 24 20:52:31 2015 +0100
700
701    README: Update build requirements list.
702
703commit 27d310f019395f2e4d5615b3f88b7255655a8039
704Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
705Date:   Thu Dec 4 17:27:08 2014 +0100
706
707    opt_to_gvar: notify the user in case of invalid values for --config
708
709    sigrok-cli exits silently in many cases where values passed to --config are
710    empty strings or haven't been converted by GLib functions properly.
711
712    Check for errors and notify the user.
713
714    Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
715
716commit e45889373bd907f0b760aab531787d87bf2bf691
717Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
718Date:   Thu Dec 4 17:27:07 2014 +0100
719
720    opt_to_gvar: support SR_T_KEYVALUE
721
722    The key-value data type is not supported as a configuration option. Implement
723    its support as a GLib dictionary.
724
725    Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
726
727commit b262d8f2ebd57c7131f2e274803291d82f36118f
728Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
729Date:   Thu Dec 4 17:27:06 2014 +0100
730
731    opt_to_gvar: print an error message for unsupported data types
732
733    Unsupported data types are silently ignored in opt_to_gvar() switch
734    statement. This leads to confusion as sigrok-cli just exits without
735    giving the user any hint on what's the reason for not setting the option
736    properly.
737
738    Add an error message for unmatched data types.
739
740    Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
741
742commit 5b1a6c2a18c7ed5359c372275013873d35c395c0
743Author: Uwe Hermann <uwe@hermann-uwe.de>
744Date:   Sun Dec 7 17:48:29 2014 +0100
745
746    mingw: Drop libusb0.dll, always use libusb-1.0.
747
748commit 24bd9719166584e3b4e6e6423d6d6bcbc1a88251
749Author: Bert Vermeulen <bert@biot.com>
750Date:   Tue Nov 18 16:24:52 2014 +0100
751
752    Always check config key capabilities before using them.
753
754commit 783e263e581ed7321ca4bdc1ab7a4fafd2100507
755Author: Bert Vermeulen <bert@biot.com>
756Date:   Mon Nov 17 13:59:42 2014 +0100
757
758    Check for config key availability before using it.
759
760commit fea5acabffd4f51c9c6bed25612172bf2727cbde
761Author: Bert Vermeulen <bert@biot.com>
762Date:   Wed Nov 12 00:03:16 2014 +0100
763
764    Use the srzip output module instead of session save API.
765
766commit c6fa2b2e53d04462bd9fd0033b99e9165323762a
767Author: Uwe Hermann <uwe@hermann-uwe.de>
768Date:   Tue Nov 11 16:32:33 2014 +0100
769
770    Use getters now that 'struct sr_dev_inst' is opaque.
771
772commit d75c85291a61a6d83386de95cff6ad279e853ebd
773Author: Bert Vermeulen <bert@biot.com>
774Date:   Mon Oct 27 21:29:17 2014 +0100
775
776    Show driver detail even if no device was found.
777
778commit 5e78186bb0d97e1ce995990c1167c41537ab34dc
779Author: Bert Vermeulen <bert@biot.com>
780Date:   Mon Oct 27 21:28:16 2014 +0100
781
782    show: Handle more datatypes in a generic way.
783
784commit 55bc37760beb4f7b2458d396f2264b050143caef
785Author: Bert Vermeulen <bert@biot.com>
786Date:   Sun Oct 19 11:52:37 2014 +0200
787
788    Fix memory leak.
789
790commit 41ef1ae49a4973e136ffb99849ad98aa570f9f99
791Author: Jens Steinhauser <jens.steinhauser@gmail.com>
792Date:   Sun Oct 19 10:47:31 2014 +0200
793
794    Parse boolean command line options.
795
796    This fixes bug 450.
797
798commit f553109693c34861f14884b917139bef19d79000
799Author: Bert Vermeulen <bert@biot.com>
800Date:   Thu Oct 2 11:35:07 2014 +0200
801
802    Clean up session file loading.
803
804commit 67a00747d638fad479a69533e190446975643d6a
805Author: Bert Vermeulen <bert@biot.com>
806Date:   Tue Sep 23 12:16:50 2014 +0200
807
808    input: Use sr_input_end() at end of input stream.
809
810commit 64f9f5b26544e32b469e59ddca68421375426c05
811Author: Bert Vermeulen <bert@biot.com>
812Date:   Mon Sep 22 15:28:40 2014 +0200
813
814    input: Don't use the sdi until it's ready.
815
816commit 88a195e431d1b0b45dab271966b2f44c217a9298
817Author: Bert Vermeulen <bert@biot.com>
818Date:   Tue Sep 23 22:39:40 2014 +0200
819
820    Set device options when called with --get.
821
822commit 131ae8d0e37293eb71c3c043ff585321afc3a546
823Author: Bert Vermeulen <bert@biot.com>
824Date:   Tue Sep 23 22:38:29 2014 +0200
825
826    Make sure to treat all config keys as uint32_t.
827
828commit c5136a5439708d2fc3a1cbe1e1bcc7ea17a6feac
829Author: Uwe Hermann <uwe@hermann-uwe.de>
830Date:   Fri Sep 19 12:39:33 2014 +0200
831
832    Fix a compiler warning.
833
834    input.c: In function ‘load_input_file’:
835    input.c:123:7: warning: ‘fd’ may be used uninitialized in this function
836    [-Wmaybe-uninitialized]
837       len = read(fd, buf->str, BUFSIZE);
838           ^
839    input.c:42:6: note: ‘fd’ was declared here
840      int fd;
841          ^
842
843commit 23cbb4982936a16c9c48534ea50c7103966ffd10
844Author: Bert Vermeulen <bert@biot.com>
845Date:   Wed Sep 17 16:03:45 2014 +0200
846
847    Adapt to config key capabilities.
848
849commit a23105b12a31ce9f329cf73f5536d003cea9e243
850Author: Uwe Hermann <uwe@hermann-uwe.de>
851Date:   Mon Sep 15 20:26:08 2014 +0200
852
853    Replace ann_format with ann_class.
854
855    The naming has been changed to "annotation class" a while ago.
856
857commit 4c6a77987e2bbda7c4e9c6f3568ccb7b65226d6c
858Author: Bert Vermeulen <bert@biot.com>
859Date:   Sat Sep 13 15:17:49 2014 +0200
860
861    Always save all channels to a session file.
862
863    This works around limitations of the current API that screw up saving
864    only enabled channels. See bug 410.
865
866commit 62a64762ea3532d12853d431622b8cd05adbcc8c
867Author: Bert Vermeulen <bert@biot.com>
868Date:   Wed Sep 10 17:57:01 2014 +0200
869
870    Add --get option.
871
872commit ac1e997dc0ed0b4c162009a5dfa9aaf34b9df8d5
873Author: Bert Vermeulen <bert@biot.com>
874Date:   Tue Sep 9 19:54:36 2014 +0200
875
876    Fail on invalid channel group.
877
878commit dcb420e7b876392ae3bbbaf6a5d41e3d722a7b3a
879Author: Bert Vermeulen <bert@biot.com>
880Date:   Sun Sep 7 14:58:16 2014 +0200
881
882    Add missing --show pretty-printers.
883
884commit 902e368ed1dd50b87dd8a93dcae8ca2983f69cc3
885Author: Bert Vermeulen <bert@biot.com>
886Date:   Sat Aug 30 20:17:34 2014 +0200
887
888    Support uint64 input/output module options.
889
890commit 11c747bd45fd415e35a6c054fe22beb3443e05ad
891Author: Bert Vermeulen <bert@biot.com>
892Date:   Fri Aug 29 23:02:19 2014 +0200
893
894    Fix session file loading.
895
896commit b66260b90ab0dc9a4c3df56fba4ea794f74fdec5
897Author: Bert Vermeulen <bert@biot.com>
898Date:   Thu Aug 28 01:50:49 2014 +0200
899
900    Use sr_input_scan_*() API changes.
901
902commit a48ddcc122a4ec8625c634041f4d635ff5935565
903Author: Bert Vermeulen <bert@biot.com>
904Date:   Thu Aug 28 00:17:05 2014 +0200
905
906    Always consider input from stdin as a non-session format.
907
908commit 47f97410b41a4d83d49f3b6c82209e51c5a762a8
909Author: Bert Vermeulen <bert@biot.com>
910Date:   Wed Aug 20 01:15:36 2014 +0200
911
912    Allow input from stdin by specifying "-i -".
913
914commit a8b4041ad4829aeb33e243d6a6a0c482be4658cd
915Author: Bert Vermeulen <bert@biot.com>
916Date:   Sun Aug 10 16:58:36 2014 +0200
917
918    Use new input API.
919
920commit f99038b44505c05197da6954d8fcfbbd728c7216
921Author: Peter Zotov <whitequark@whitequark.org>
922Date:   Sun Aug 24 13:24:02 2014 +0400
923
924    Trigger match on any edge is e, not c.
925
926commit ac3dcd3e26b7657e3ae16a95c03d6d2a43a28e54
927Author: Peter Zotov <whitequark@whitequark.org>
928Date:   Sat Aug 23 13:02:50 2014 +0400
929
930    If only one non-demo device is present, select it.
931
932commit 87e24fedeb35cb7d5b1c593150ac1a92cf10cf4d
933Author: Bert Vermeulen <bert@biot.com>
934Date:   Wed Aug 20 17:31:17 2014 +0200
935
936    Fix generic sr_option enumeration.
937
938commit 7c6a0420448760fc138cbe38579a5c9e0a46132c
939Author: Bert Vermeulen <bert@biot.com>
940Date:   Mon Aug 18 23:59:23 2014 +0200
941
942    Fix output module enumeration + code cleanup.
943
944commit b61a8850b1396aecb59da1ff51f1c874b1cce01f
945Author: Bert Vermeulen <bert@biot.com>
946Date:   Fri Aug 15 22:32:17 2014 +0200
947
948    Enumerate output module options according to API change.
949
950commit e786e625d3e3b63ea5e85b98c9e1f0281abdc2d5
951Author: Bert Vermeulen <bert@biot.com>
952Date:   Sun Aug 3 01:19:55 2014 +0200
953
954    Better output module checking.
955
956commit a30daa0376eab28fb655a3a5a3d6716426877b77
957Author: Bert Vermeulen <bert@biot.com>
958Date:   Sat Aug 2 03:43:53 2014 +0200
959
960    Handle floating point options for output modules.
961
962commit 3d7bf9792393c39ba8bbb3ad51d0a2e59dfb20ba
963Author: Bert Vermeulen <bert@biot.com>
964Date:   Fri Aug 1 16:04:08 2014 +0200
965
966    Show PD annotation row members by name, not number.
967
968    This fixes bug 388.
969
970commit d26a362ef5ffe2f2ff2c0a4668925d554e378787
971Author: Bert Vermeulen <bert@biot.com>
972Date:   Sun Jul 27 23:33:37 2014 +0200
973
974    Remove stray debug output.
975
976commit ad6520c433602a426e4e55fec2d5aef8fe11a5b5
977Author: Bert Vermeulen <bert@biot.com>
978Date:   Fri Jul 25 22:39:48 2014 +0200
979
980    Use finished output API.
981
982commit b4eece7c5f666690fdbe1923cd3bdc7cf9425d98
983Author: Bert Vermeulen <bert@biot.com>
984Date:   Thu Jul 24 20:31:55 2014 +0200
985
986    Free results of device scan as soon as possible.
987
988commit 9216694f9278c653c2567074d3d0546d62390ca3
989Author: Bert Vermeulen <bert@biot.com>
990Date:   Thu Jul 24 04:28:26 2014 +0200
991
992    Add analog output module to default output.
993
994    The default output module is bits, which only handles logic data.
995    When a user queries a device which outputs analog data, this results
996    in no output at all, which often confuses new users.
997
998commit 64c74f2561987c152e3ee3dbf06e20056868ff84
999Author: Bert Vermeulen <bert@biot.com>
1000Date:   Wed Jul 23 19:21:54 2014 +0200
1001
1002    Properly handle saving logic data packets of any size.
1003
1004commit 7f1cb96e2f9bc674df26d4d47320c6736864a31e
1005Author: Uwe Hermann <uwe@hermann-uwe.de>
1006Date:   Wed Jul 23 00:02:30 2014 +0200
1007
1008    Drop references to obsolete sigrok-commits mailing list.
1009
1010commit 4bf77ec67e693aa08f5b72b71fff9943df8a65e7
1011Author: Bert Vermeulen <bert@biot.com>
1012Date:   Thu Jul 17 22:49:20 2014 +0200
1013
1014    Use new session API.
1015
1016commit 41ce2cbb8ff6253bc1a223298ad93f75dfabcceb
1017Author: Jens Steinhauser <jens.steinhauser@gmail.com>
1018Date:   Tue Jul 15 23:40:20 2014 +0200
1019
1020    options: Make sure there are no extra arguments.
1021
1022commit 44ac76145c74a503916ffc9a29701b3226d8c0c6
1023Author: Jens Steinhauser <jens.steinhauser@gmail.com>
1024Date:   Tue Jul 15 23:31:34 2014 +0200
1025
1026    options: Allow input/output file names only once.
1027
1028commit 0894b97269117fef77fb22d06d726a38e652cee4
1029Author: Jens Steinhauser <jens.steinhauser@gmail.com>
1030Date:   Tue Jul 15 22:52:35 2014 +0200
1031
1032    options: String options are only allowed once.
1033
1034commit 7a638873128dedfcad1e77d87c3d2c25516abaf2
1035Author: Jens Steinhauser <jens.steinhauser@gmail.com>
1036Date:   Tue Jul 15 17:19:55 2014 +0200
1037
1038    Remove unnecessary extern option variable declarations.
1039
1040commit cd62e027c0a3a8d97a6689d042b92699d8b619f3
1041Author: Jens Steinhauser <jens.steinhauser@gmail.com>
1042Date:   Tue Jul 15 17:14:03 2014 +0200
1043
1044    Put option parsing into a separate file.
1045
1046commit 142b54581d3c819b629ecd2c2dce69dfc4297d30
1047Author: Bert Vermeulen <bert@biot.com>
1048Date:   Thu Jul 10 01:53:17 2014 +0200
1049
1050    Add some missing headers.
1051
1052commit b0f1c54057614508b8702ea2565ec4758019030d
1053Author: Bert Vermeulen <bert@biot.com>
1054Date:   Sun Nov 10 14:00:32 2013 +0100
1055
1056    manpage: Document -M and -B options.
1057
1058commit 3a8ceb6ab20eda808a31d0d5e81483ced0ab18bf
1059Author: Bert Vermeulen <bert@biot.com>
1060Date:   Fri Jun 20 17:01:48 2014 +0200
1061
1062    Check srd_decoder_get_by_id() output.
1063
1064    This fixes bug 370. Thanks to Sander Alberink for the bug report
1065    and patch.
1066
1067commit 50c641aab7c4400393b7d2ab6be9267e3fa1eac7
1068Author: Aurelien Jacobs <aurel@gnuage.org>
1069Date:   Tue Jun 3 16:46:03 2014 +0200
1070
1071    fix a potential use of uninitialized variable
1072
1073    show.c: In function ‘show_dev_detail’:
1074    show.c:214:11: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1075      char *s, c;
1076               ^
1077
1078commit f9170968a3ebd9a7109312052ad0b9fb805b5090
1079Author: Bert Vermeulen <bert@biot.com>
1080Date:   Sat May 31 10:36:15 2014 +0200
1081
1082    Use sr_trigger_stage_add().
1083
1084commit 6b27bde46ccb02784a327b51b3e7beeb2f9c681a
1085Author: Bert Vermeulen <bert@biot.com>
1086Date:   Mon May 26 00:58:42 2014 +0200
1087
1088    Use new trigger API.
1089
1090commit 20d461e880e824b722c17d1c7dec2f8fa93f3c00
1091Author: Cody P Schafer <dev@codyps.com>
1092Date:   Tue May 6 21:18:38 2014 -0700
1093
1094    sigrok-cli: AC_ARG_WITH uses withval, not enableval
1095
1096    Signed-off-by: Cody P Schafer <dev@codyps.com>
1097
1098commit 23215c5a9718f6d948597b44aae5f3f2839d445a
1099Author: Uwe Hermann <uwe@hermann-uwe.de>
1100Date:   Tue May 6 23:19:15 2014 +0200
1101
1102    configure.ac: Bump package version to 0.5.0.
1103
1104commit c5e1e956dd6728e6fbb8d4ed75b5475bccb26ec9
1105Author: Uwe Hermann <uwe@hermann-uwe.de>
1106Date:   Tue May 6 23:17:43 2014 +0200
1107
1108    Bump libsigrok/libsigrokdecode dependencies to 0.3.0 each.
1109
1110commit 2531ee05a189a1291bb33b966233a04bb7b91c15
1111Author: Uwe Hermann <uwe@hermann-uwe.de>
1112Date:   Tue May 6 09:00:00 2014 +0200
1113
1114    NEWS: Add list of user-visible changes so far.
1115
1116commit 9db40e9fa0ce27cb7cf0982363915ed13d117138
1117Author: Uwe Hermann <uwe@hermann-uwe.de>
1118Date:   Tue May 6 20:20:04 2014 +0200
1119
1120    Adapt to SR_T_CHAR -> SR_T_STRING rename.
1121
1122commit 66d5560b7b93c877b9edd2dc4ffe71072a05e5db
1123Author: Uwe Hermann <uwe@hermann-uwe.de>
1124Date:   Mon May 5 01:54:48 2014 +0200
1125
1126    manpage: Document the --frames option.
1127
1128commit bf83693242056ba7bf8036fc7c4a8a0868359d40
1129Author: Uwe Hermann <uwe@hermann-uwe.de>
1130Date:   Sun May 4 23:14:25 2014 +0200
1131
1132    Update the manpage.
1133
1134     - Don't refer to the not yet existing nexus-osciprime driver.
1135
1136     - Update an example sigrok-cli --scan output to match the current format.
1137
1138     - Update some sections to honor that channels are now specified by
1139       name (not number). Example: "-P uart:rx=FTDIRX" instead of "-P uart:rx=6"
1140       (if channel 6 has been actually named "FTDIRX" by the user/frontend).
1141
1142       This fixes bug #332.
1143
1144     - SPI PD: The 'sck' pin is now called 'clk', update the manpage example.
1145
1146     - Fix a typo in the -S documentation: s/-A/-P/.
1147
1148     - The --time option currently only supports "ms" and "s" as units.
1149
1150     - Various minor cosmetic changes.
1151
1152commit 6da249da0628ad1ecfb880a19bbe4795ada755c7
1153Author: Uwe Hermann <uwe@hermann-uwe.de>
1154Date:   Sun May 4 16:49:01 2014 +0200
1155
1156    Use a non-recursive automake setup.
1157
1158    (fewer files, less clutter)
1159
1160commit 628197af18a8019eb9fd5d0aa280e7f4eca7f1ac
1161Author: Bert Vermeulen <bert@biot.com>
1162Date:   Sat Apr 26 12:11:16 2014 -0700
1163
1164    Fix compile without decoding support.
1165
1166    This fixes bug 351.
1167
1168commit 4ed1cdea40388d1888f073d51ebc484031fee3d9
1169Author: Uwe Hermann <uwe@hermann-uwe.de>
1170Date:   Fri Apr 25 19:32:01 2014 +0200
1171
1172    session: Show unitsize of the received data.
1173
1174    Also, minor consistency fixes.
1175
1176commit f4ffd032cfb0b8fe927d82bdba136f357b8dad79
1177Author: Bert Vermeulen <bert@biot.com>
1178Date:   Thu Apr 24 20:58:35 2014 +0200
1179
1180    Fix saving to session file.
1181
1182commit b4d72c27b716b729a35e5d985f11f69ef5e2fa8e
1183Author: Bert Vermeulen <bert@biot.com>
1184Date:   Tue Apr 22 23:37:14 2014 +0200
1185
1186    Don't output anything else when decoding.
1187
1188commit 6709a6946448e9178100e751803c0c5b58e3a396
1189Author: Bert Vermeulen <bert@biot.com>
1190Date:   Sun Apr 20 23:13:16 2014 +0200
1191
1192    Use new output module API wrappers.
1193
1194commit 667d4a18657b4a2b4ea77c97f4206a18dfcf86ad
1195Author: Bert Vermeulen <bert@biot.com>
1196Date:   Sat Apr 19 15:34:14 2014 +0200
1197
1198    Drop obsolete output API support.
1199
1200commit 3dfbfbc82fe09a1fa57daff87c3aadadae3773a1
1201Author: Uwe Hermann <uwe@hermann-uwe.de>
1202Date:   Sat Apr 12 13:42:30 2014 +0200
1203
1204    Rename 'probe' to 'channel' (libsigrokdecode change).
1205
1206    The -p|--probes option is renamed to -C|--channels.
1207
1208    Variables of type 'struct srd_channel *' are consistently named 'pdch' to
1209    make them easily distinguishable from libsigrok's 'struct sr_channel *'
1210    variables that are consistently named 'ch'.
1211
1212commit 8b65cdcc7db2ea380003fe98d93782e4343b8e70
1213Author: Bert Vermeulen <bert@biot.com>
1214Date:   Sun Apr 13 20:51:59 2014 +0200
1215
1216    Always get samplerate at the start of acquisition.
1217
1218commit efe1b57dcc6d60c42796d4f7957d2868bc160628
1219Author: Bert Vermeulen <bert@biot.com>
1220Date:   Mon Apr 7 15:26:39 2014 +0200
1221
1222    Deal with empty sessions nicely.
1223
1224commit 5a10320a1521325e765ca5ab00258275e7fbcc53
1225Author: Uwe Hermann <uwe@hermann-uwe.de>
1226Date:   Sun Apr 13 18:17:04 2014 +0200
1227
1228    configure.ac: Clearly mark required and optional libs.
1229
1230commit 0b34fecd023e6b2d2fd70e67c6c4f59bb06e299b
1231Author: Uwe Hermann <uwe@hermann-uwe.de>
1232Date:   Fri Apr 4 19:57:23 2014 +0200
1233
1234    nsis: Drop embedded Python installer, ship local DLL and modules.
1235
1236commit 029d73fe03db2656ceb2ca0f5a3fea57393fdfda
1237Author: Uwe Hermann <uwe@hermann-uwe.de>
1238Date:   Mon Mar 24 22:32:47 2014 +0100
1239
1240    Rename 'probe' to 'channel' in most places.
1241
1242    This is an update related to bug #259.
1243
1244commit ca50f4b3d69016014c8ab9d7765da68fdb8d796f
1245Author: Uwe Hermann <uwe@hermann-uwe.de>
1246Date:   Fri Mar 14 21:46:10 2014 +0100
1247
1248    Rename 'probe group' to 'channel group' everywhere.
1249
1250    This is required to adapt to the same rename in libsigrok.
1251
1252    The --probe-group command-line option is now called --channel-group
1253    (however, the short version -g remains the same as it means "group").
1254
1255    This is an update related to bug #259.
1256
1257commit 426d0cdaa91051c30d45055b3c10662fd392ea5a
1258Author: Bert Vermeulen <bert@biot.com>
1259Date:   Fri Mar 21 00:50:30 2014 +0100
1260
1261    Add support for setting double ranges.
1262
1263    This is used for SR_CONF_VOLTAGE_THRESHOLD.
1264
1265commit 8e301dd26c1ff7703918e0ece7f3530f4ae76f24
1266Author: Uwe Hermann <uwe@hermann-uwe.de>
1267Date:   Thu Mar 20 14:01:22 2014 +0100
1268
1269    configure.ac: Only check for things we actually use.
1270
1271    Drop checks where we don't use the result (yet). We might bring back
1272    some of those once we start actually using the result in the code.
1273
1274commit 72db8c56417114b50c2f7aa08d71a0ab79672ef4
1275Author: Uwe Hermann <uwe@hermann-uwe.de>
1276Date:   Thu Mar 20 13:15:50 2014 +0100
1277
1278    nsis: Put sigrok-dumps *.sr files into the installer.
1279
1280    These are useful for people to have around for conveniently testing
1281    various frontend features and protocol decoders etc.
1282
1283commit f2e8273289ec855bb35a5a78ed49d1f1c761be94
1284Author: Bert Vermeulen <bert@biot.com>
1285Date:   Thu Mar 13 19:31:28 2014 +0100
1286
1287    decode: Show possible values for decoder options.
1288
1289commit 790b026162332c5c189bf424d12c27468b12c4cb
1290Author: Bert Vermeulen <bert@biot.com>
1291Date:   Thu Mar 13 16:39:16 2014 +0100
1292
1293    decode: Allow for specifying multiple annotations.
1294
1295commit dd2f206a287e1b13abf4307c940f874668d30113
1296Author: Bert Vermeulen <bert@biot.com>
1297Date:   Thu Mar 13 10:54:10 2014 +0100
1298
1299    Sort probes by index.
1300
1301commit 6ea663a7639b87bab38c4c94624fdc9cce633ca4
1302Author: Bert Vermeulen <bert@biot.com>
1303Date:   Wed Mar 12 19:12:20 2014 +0100
1304
1305    session: Always save in chunks, including in continuous mode.
1306
1307commit 1afa97c57be988585796c2b88a3fcb8f881006b8
1308Author: Uwe Hermann <uwe@hermann-uwe.de>
1309Date:   Tue Mar 11 23:43:20 2014 +0100
1310
1311    nsis: Fix the "working dir" path for sigrok-cli.
1312
1313    For now, start the "DOS box" in the sigrok-cli installation directory,
1314    so that the firmware files and decoder files are found correctly.
1315    We'll probably use another solution that sets %PATH% later on, though.
1316
1317    Thanks to Peter Newman for bringing up this issue.
1318
1319commit 53d0e70015e43abe94502906f58d82c97fc10272
1320Author: Uwe Hermann <uwe@hermann-uwe.de>
1321Date:   Tue Mar 11 22:09:53 2014 +0100
1322
1323    nsis: contrib/sigrok-cli.nsi.in: Drop obsolete file.
1324
1325    We're only using the cross-compile version sigrok-cli_cross.nsi.in these
1326    days since it is much more convenient, and the old native build file
1327    was not working and/or up-to-date anyway.
1328
1329commit 37e4fcd41def785a6c9e658bfa28528216b03441
1330Author: Bert Vermeulen <bert@biot.com>
1331Date:   Tue Mar 11 11:23:47 2014 +0100
1332
1333    show: Sort ALL the things.
1334
1335commit 09fea207f5b65b5baac537c7d576aa057b8feaf6
1336Author: Bert Vermeulen <bert@biot.com>
1337Date:   Mon Mar 10 20:29:56 2014 +0100
1338
1339    Don't try to set up probes for stacked protocol decoders.
1340
1341commit dcc5ebf83adcfc8d6d5c0820e0a20d85b421b179
1342Author: Bert Vermeulen <bert@biot.com>
1343Date:   Mon Feb 24 01:35:31 2014 +0100
1344
1345    decode: Remove debug output.
1346
1347commit ea6d6dec72cb0a52ec7a423ce17e90014a5ebac2
1348Author: Daniel Elstner <daniel.kitta@gmail.com>
1349Date:   Fri Feb 21 22:56:44 2014 +0100
1350
1351    session: Do not derive unit size from enabled probes.
1352
1353commit 8667d3c244533a17839a4ea0e891251ff7f86af7
1354Author: Daniel Elstner <daniel.kitta@gmail.com>
1355Date:   Fri Feb 21 22:40:38 2014 +0100
1356
1357    session: Remove call to sr_filter_probes()
1358
1359commit 39aedc34ab864e95a395558f8b8d4be3beb11371
1360Author: Daniel Elstner <daniel.kitta@gmail.com>
1361Date:   Fri Feb 21 20:10:09 2014 +0100
1362
1363    decode: Defer probe setup until after the input probes are known
1364
1365commit 7b30c426552e9baf9998df61447adec91a17cb9d
1366Author: Daniel Elstner <daniel.kitta@gmail.com>
1367Date:   Fri Feb 21 01:12:26 2014 +0100
1368
1369    parse_probestring: Return list of all probes by default.
1370
1371commit 6df458b71ace93941780153b79b348d4fd99493d
1372Author: Daniel Elstner <daniel.kitta@gmail.com>
1373Date:   Fri Feb 21 00:50:22 2014 +0100
1374
1375    parse_probestring: Fix memory leak on error.
1376
1377commit e1ec80fab866118c0403c81bbc7fcc4ae0818fb1
1378Author: Daniel Elstner <daniel.kitta@gmail.com>
1379Date:   Fri Feb 21 00:34:12 2014 +0100
1380
1381    session: Allow probe selection for session files.
1382
1383commit 342ad7895e3beeea0035c38c2439189a3ae270c9
1384Author: Daniel Elstner <daniel.kitta@gmail.com>
1385Date:   Thu Feb 20 06:31:40 2014 +0100
1386
1387    Pass new unit_size argument to srd_inst_probe_set_all()
1388
1389commit b39f3a1a12b4a79b9a2d2a005b2474483438fa2a
1390Author: Uwe Hermann <uwe@hermann-uwe.de>
1391Date:   Fri Jan 31 18:33:51 2014 +0100
1392
1393    show: Cosmetics and consistency fixes.
1394
1395commit 1eb46be87ba64500504044da46d77e059193ccc4
1396Author: Uwe Hermann <uwe@hermann-uwe.de>
1397Date:   Fri Jan 31 18:23:13 2014 +0100
1398
1399    show: Add support for showing PD annotation rows.
1400
1401commit 8791df0780654f295b0b6b532683410d38624213
1402Author: Uwe Hermann <uwe@hermann-uwe.de>
1403Date:   Fri Jan 31 14:41:07 2014 +0100
1404
1405    manpage: Break line that's too long.
1406
1407    Otherwise "man" will auto-break it and add a confusing dash, etc. etc.
1408
1409commit ec3d44c892c006baa6c2bf39017fc76181bbe8bf
1410Author: Karl Palsson <karlp@remake.is>
1411Date:   Fri Jan 31 11:13:52 2014 +0000
1412
1413    man: Update uart decode example syntax
1414
1415    "parity" is no longer a valid option, it's parity_type
1416
1417commit 55de58a2b9ea6673d30e7250b60fa36953e0447a
1418Author: Uwe Hermann <uwe@hermann-uwe.de>
1419Date:   Tue Jan 28 15:55:24 2014 +0100
1420
1421    Fix more warnings when building without libsigrokdecode.
1422
1423commit 8d52f788755a9666e7053c2d411fec069f5afc4c
1424Author: Dan Horák <dan@danny.cz>
1425Date:   Sat Jan 25 14:15:24 2014 +0100
1426
1427    fix build without libsigrokdecode
1428
1429    When built with libsigrokdecode additional headers are automagically included
1430    via the Python.h header. When built without they must included explicitly.
1431
1432commit 02c659351bda97f77922356f48a7eed1d3137011
1433Author: Bert Vermeulen <bert@biot.com>
1434Date:   Sun Jan 19 17:22:19 2014 +0100
1435
1436    Don't use SR_CONF_MAX_UNCOMPRESSED_SAMPLES.
1437
1438    This uses the new sr_config_list(SR_CONF_LIMIT_SAMPLES) method to
1439    get the same information.
1440
1441commit 21f6f69686721d53b44c2da8d138c8d85780b8d8
1442Author: Bert Vermeulen <bert@biot.com>
1443Date:   Sun Jan 12 22:52:36 2014 +0100
1444
1445    Remove special handling of pattern mode options.
1446
1447    It's just a standard list of strings, better handled by the regular
1448    mechanism.
1449
1450commit be781321930917609d92b4446b894a1b8a23ce13
1451Author: Bert Vermeulen <bert@biot.com>
1452Date:   Thu Jan 9 16:48:17 2014 +0100
1453
1454    Don't leak GVariant.
1455
1456commit c7a5cb12421c05c2ab3e54472f93531a239ca12c
1457Author: Bert Vermeulen <bert@biot.com>
1458Date:   Thu Jan 9 13:23:32 2014 +0100
1459
1460    Check device uncompressed memory size before running.
1461
1462commit 5ff52594370440308134eff32ae06d5ee9b13ee0
1463Author: Bert Vermeulen <bert@biot.com>
1464Date:   Tue Dec 24 00:11:32 2013 +0100
1465
1466    Binary output type now contains [name, description]
1467
1468commit 7d8068f88f58f3998a9c74956e385a1e906001e8
1469Author: Uwe Hermann <uwe@hermann-uwe.de>
1470Date:   Sun Jan 5 11:42:34 2014 +0100
1471
1472    nsis: Install zadig (used for driver switching).
1473
1474commit cc76d4230af8ce99ff03a13026f92609971f15ec
1475Author: Uwe Hermann <uwe@hermann-uwe.de>
1476Date:   Sun Jan 5 01:59:32 2014 +0100
1477
1478    nsis: Install libusb0.dll with the application.
1479
1480    This fixes bug #243.
1481
1482commit bb26e3fcc95e0e7bf4db8eebf151f8234e388699
1483Author: Uwe Hermann <uwe@hermann-uwe.de>
1484Date:   Thu Jan 2 14:39:19 2014 +0100
1485
1486    nsis: Mention firmware files in description.
1487
1488commit c7f154fc70195ca67b29f1a2e9b298ba0d3113cf
1489Author: Uwe Hermann <uwe@hermann-uwe.de>
1490Date:   Wed Jan 1 20:42:18 2014 +0100
1491
1492    nsis: Fix File/RMDir copy-paste error.
1493
1494commit 01833aec90b5339a2b8d12867c261346f1498356
1495Author: Uwe Hermann <uwe@hermann-uwe.de>
1496Date:   Wed Jan 1 19:09:58 2014 +0100
1497
1498    nsis: Also put firmware files into the installer.
1499
1500commit ad54a1a630e6887204bc57a95075f403fd44aa6c
1501Author: Bert Vermeulen <bert@biot.com>
1502Date:   Thu Dec 26 12:08:34 2013 +0100
1503
1504    Add support for config keys of type G_VARIANT_TYPE_INT32.
1505
1506commit e71b3ff7687695c6d61d751d06785f95bb6c606a
1507Author: Martin Ling <martin-git@earth.li>
1508Date:   Fri Dec 6 01:39:50 2013 +0000
1509
1510    Fix hardcoded home directory (pass -DHOME=$HOME to makensis).
1511
1512commit 6d1dbe35407ebdc1d3174bc18eeac2980807b9c4
1513Author: Bert Vermeulen <bert@biot.com>
1514Date:   Sun Dec 1 11:55:36 2013 +0100
1515
1516    Clean up annotation output.
1517
1518commit 6fdcc67df1da2edc38ea16bf2f17950ba4a0161e
1519Author: Bert Vermeulen <bert@biot.com>
1520Date:   Wed Nov 27 11:24:45 2013 +0100
1521
1522    Rearrange protocol decoder output levels.
1523
1524    The protocol decoder output now varies according to --loglevel:
1525
1526    WARN (--loglevel 2, default):
1527      - show only the first annotation string, without quotes
1528
1529    INFO (--loglevel 3):
1530      - add sample numbers
1531      - quotes around annotation
1532
1533    DBG (--loglevel 4 and up):
1534      - add protocol decoder id
1535      - add annotation class
1536      - show all annotation strings, not just the first
1537
1538    In all cases, all annotation classes are shown, unless restricted with
1539    the --protocol-decoder-annotations (-A) option.
1540
1541commit 20fb52e08416238c60392b410f69856cc7d98650
1542Author: Uwe Hermann <uwe@hermann-uwe.de>
1543Date:   Tue Nov 19 11:48:06 2013 +0100
1544
1545    Fix a bunch of compiler warnings.
1546
1547    We need to ensure that libsigrokdecode.h is always the first #include,
1548    otherwise some versions of Python will cause all kinds of compiler
1549    warnings like these:
1550
1551      CC       device.o
1552    In file included from /usr/include/python3.2mu/Python.h:8:0,
1553                     from [...]/include/libsigrokdecode/libsigrokdecode.h:25,
1554                     from sigrok-cli.h:26,
1555                     from device.c:23:
1556    /usr/include/python3.2mu/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
1557     #define _POSIX_C_SOURCE 200112L
1558     ^
1559    In file included from /usr/include/limits.h:26:0,
1560                     from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:168,
1561                     from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/syslimits.h:7,
1562                     from /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:34,
1563                     from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:11,
1564                     from /usr/include/glib-2.0/glib/gtypes.h:34,
1565                     from /usr/include/glib-2.0/glib/galloca.h:34,
1566                     from /usr/include/glib-2.0/glib.h:32,
1567                     from device.c:21:
1568    /usr/include/features.h:231:0: note: this is the location of the previous definition
1569     #  define _POSIX_C_SOURCE 200809L
1570     ^
1571
1572    Since sigrok-cli.h already #includes libsigrok.h and libsigrokdecode.h,
1573    just ensure that the latter is always the first #include by _only_
1574    including it in sigrok-cli.h and nowhere else.
1575
1576commit 30364883abef6a52180fc6244d79788298729137
1577Author: poljar (Damir Jelić) <poljar@poljar.org>
1578Date:   Tue Nov 19 11:28:09 2013 +0100
1579
1580    sigrok-cli: Fix memory leak if we save the default output format to a file.
1581
1582    g_free_byte_array accepts as the second argument a gboolean which determines if
1583    the actual byte data should also be freed:
1584            https://developer.gnome.org/glib/2.28/glib-Byte-Arrays.html#g-byte-array-free
1585
1586    If we pass a FALSE here the data should be freed with g_free(), instead just
1587    pass TRUE and the data will be automatically freed.
1588
1589commit f0f2c3f3d5627d5ac7c3cdceb43b0ccd8782319d
1590Author: Bert Vermeulen <bert@biot.com>
1591Date:   Sun Nov 17 19:19:55 2013 +0100
1592
1593    Fix autoconf after refactoring
1594
1595commit 26c63758bd4e5676cb6c987668ca46053c5e82bb
1596Author: Bert Vermeulen <bert@biot.com>
1597Date:   Sun Nov 17 18:51:15 2013 +0100
1598
1599    Reduce reliance on globals
1600
1601commit 2be182e6437fb082aedca653fdc106d702518db0
1602Author: Bert Vermeulen <bert@biot.com>
1603Date:   Sun Nov 17 13:15:38 2013 +0100
1604
1605    Refactor main source into separate files
1606
1607commit b4584f8dc3b0e7209b7ff819de2991cb09f5a4af
1608Author: Bert Vermeulen <bert@biot.com>
1609Date:   Sun Nov 10 12:50:52 2013 +0100
1610
1611    Show only one output type at the same time.
1612
1613    OUTPUT_BINARY takes precedence if specified, and is always output
1614    'raw', without extra information, so it can be piped into other programs.
1615
1616    Otherwise, if specified, OUTPUT_META is shown. If none of these is
1617    specified, the default is to show OUTPUT_ANN (all classes) of the
1618    top PD in the stack.
1619
1620commit 61d33a0f49b3c8bc6cc2dfafaaa7d2a1c9d8b1e0
1621Author: Bert Vermeulen <bert@biot.com>
1622Date:   Sun Nov 10 12:49:38 2013 +0100
1623
1624    Use new option -B for OUTPUT_BINARY
1625
1626commit e947e227a2fd904d5617858aeb7e34239efa964d
1627Author: Bert Vermeulen <bert@biot.com>
1628Date:   Sun Nov 10 12:55:23 2013 +0100
1629
1630    Show only the longest PD annotation.
1631
1632commit 283833bfefc6541ce5e10716077436bad8668350
1633Author: Bert Vermeulen <bert@biot.com>
1634Date:   Sun Nov 10 12:54:58 2013 +0100
1635
1636    if no PD annotation class is specified, show all of them by default.
1637
1638commit f1c146f0854e5e098cafe4cf5a2a74f9bcf06117
1639Author: Bert Vermeulen <bert@biot.com>
1640Date:   Sat Nov 9 11:04:39 2013 +0100
1641
1642    New option -M for OUTPUT_META
1643
1644commit 8ec203864b3a33b731c591034d06d55998210a79
1645Author: poljar (Damir Jelić) <poljar@poljar.org>
1646Date:   Thu Nov 14 20:01:18 2013 +0100
1647
1648    sigrok-cli: Fix two memory leaks in parse_probestring().
1649
1650    This patch fixes two memory leaks if multiple probe names or probe ranges are
1651    specified.
1652
1653commit 4cc804fff331bce08672107c0ece2b3f8dd9410e
1654Author: Bert Vermeulen <bert@biot.com>
1655Date:   Thu Nov 7 22:46:40 2013 +0100
1656
1657    Use annotation-specific struct
1658
1659commit 7c4a2b15df1bddbe2f4a73d2a519e15a36d64929
1660Author: Uwe Hermann <uwe@hermann-uwe.de>
1661Date:   Mon Nov 11 10:03:03 2013 +0100
1662
1663    Revert "Use annotation-specific struct".
1664
1665    This reverts commit fa498bbb3baf5d9bf62fe0e013aaf434cb2732fd (which
1666    was accidentally committed).
1667
1668commit 31f9318a9e198ce3e4ac0af7d9b131e03aa7b5d0
1669Author: Bert Vermeulen <bert@biot.com>
1670Date:   Mon Nov 11 09:40:15 2013 +0100
1671
1672    Update man page for --probe-group
1673
1674commit fa498bbb3baf5d9bf62fe0e013aaf434cb2732fd
1675Author: Bert Vermeulen <bert@biot.com>
1676Date:   Thu Nov 7 22:46:40 2013 +0100
1677
1678    Use annotation-specific struct
1679
1680commit 9d47bc568a3e53f10f4da1b4cd8d2494034cd096
1681Author: Bert Vermeulen <bert@biot.com>
1682Date:   Sun Nov 3 14:18:19 2013 +0100
1683
1684    Report options requiring probe groups by passing them in if given
1685
1686commit dd671ce797d8eb49d7d883df3ae65145033607cf
1687Author: Bert Vermeulen <bert@biot.com>
1688Date:   Sat Nov 2 22:44:14 2013 +0100
1689
1690    New --probe-group option
1691
1692    Devices that don't use probe groups don't need this option at all;
1693    it only needs to be specified when using a device that has probe
1694    groups, and then only for options that require it.
1695
1696commit 96e0e4500717f3e09e6c9bae3f1f10967c8d6535
1697Author: Bert Vermeulen <bert@biot.com>
1698Date:   Sat Nov 2 22:43:32 2013 +0100
1699
1700    Report probe groups with --show
1701
1702commit 1c4eb5c6f98d4cc1f2f4c004188f289e280d14aa
1703Author: Bert Vermeulen <bert@biot.com>
1704Date:   Sat Nov 2 03:20:47 2013 +0100
1705
1706    Probe group API fixes
1707
1708commit 3f2d32a46e81348d722ea287b8bde42bfdd21029
1709Author: Bert Vermeulen <bert@biot.com>
1710Date:   Fri Nov 1 02:38:50 2013 +0100
1711
1712    Use new probe_groups API
1713
1714commit 49dbdb782e21dda3e9be242ddcc37f0bcd06f4a7
1715Author: poljar (Damir Jelić) <poljarinho@gmail.com>
1716Date:   Wed Oct 30 23:04:02 2013 +0100
1717
1718    sigrok-cli: Fix leaks in device_scan().
1719
1720    If a bogus driver name is specified on the command line or for some reason we
1721    fail to initialize a driver device_scan() leaks data.
1722
1723    This patch adds appropriate free calls.
1724
1725commit d80c8dd0c8b6a7507ff8e16ba46734da394acecf
1726Author: Bert Vermeulen <bert@biot.com>
1727Date:   Wed Oct 30 22:39:00 2013 +0100
1728
1729    Adjust to libsigrokdecode API changes
1730
1731commit 608beef369c388837aedd07e345c2a6e6e1dfedf
1732Author: Bert Vermeulen <bert@biot.com>
1733Date:   Wed Oct 30 14:39:59 2013 +0100
1734
1735    Actually exit when a fatal error is logged
1736
1737commit a0e3651198ca9f75fcedf2ad7f7cdb66caab7f47
1738Author: Bert Vermeulen <bert@biot.com>
1739Date:   Fri Sep 13 00:02:23 2013 +0200
1740
1741    Use the new libsigrokdecode session API
1742
1743commit e536047e5e8e54a7dfeca1e9782326e5e0da17a6
1744Author: Matt Ranostay <mranostay@gmail.com>
1745Date:   Tue Sep 10 22:38:05 2013 -0700
1746
1747    sigrok-cli: Allow both hex and decimals parameters
1748
1749    When strtoll() base parameter is set to 0 it can handle both hex and
1750    decimals values.
1751
1752    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
1753
1754commit 7058a9b8924047b6c3066e80397dcb789e10c9c4
1755Author: Uwe Hermann <uwe@hermann-uwe.de>
1756Date:   Sun Sep 8 19:59:05 2013 +0200
1757
1758    Fix issue with optional PD probes.
1759
1760    Running (or showing info about) PDs with optional probes was not working
1761    and causing segfaults.
1762
1763    The reason was a g_slist_concat() call that was applied to a list,
1764    whereas it needs to be applied to a copy of the list.
1765
1766    This fixes #138.
1767
1768commit c25c8e457b4f0ce20000164edb391803d58e4c07
1769Author: Bert Vermeulen <bert@biot.com>
1770Date:   Fri Sep 6 00:30:38 2013 +0200
1771
1772    List dummy "sigrok" file format, and accept it as option
1773
1774    See bug 131
1775
1776commit 1e484911c49863a26e6c85f071bced106db8cb5e
1777Author: Marc Schink <sigrok-dev@marcschink.de>
1778Date:   Mon Aug 5 14:40:23 2013 +0200
1779
1780    Remove datafeed callbacks to prevent memory leak.
1781
1782commit 9eee58d8e29267d017a04bd97be64284eb487c1f
1783Author: Bert Vermeulen <bert@biot.com>
1784Date:   Mon Sep 2 11:28:22 2013 +0200
1785
1786    Avoid trying to save to a file if there's nothing to save
1787
1788    This works around the division by zero when trying to save analog
1789    data.
1790
1791commit 363098be4b450f19d834ecb2d5a007acf538de3a
1792Author: Uwe Hermann <uwe@hermann-uwe.de>
1793Date:   Wed Jul 31 22:16:33 2013 +0200
1794
1795    NEWS: Fix typo in the year.
1796
1797    Thanks codyps1 on IRC for the report.
1798
1799commit 43d3d80b4e2d410b7b36008111f8153d2ee2e63c
1800Author: Bert Vermeulen <bert@biot.com>
1801Date:   Thu Jun 20 17:06:42 2013 +0200
1802
1803    More generic handling of SR_T types, and SR_T_UINT64 support
1804
1805commit b86569215cf5213e0d2421d1cf014be1c4fe1309
1806Author: Uwe Hermann <uwe@hermann-uwe.de>
1807Date:   Fri Jun 14 01:50:39 2013 +0200
1808
1809    manpage: Escape minus characters.
1810
1811commit 7d559a46968ca2fa651f518d44aa5ca5ce01e568
1812Author: Bert Vermeulen <bert@biot.com>
1813Date:   Thu May 9 13:49:37 2013 +0200
1814
1815    Fix error message and compiler warning
1816
1817    Thanks to Christian Deussen for the patch.
1818
1819commit 17982bc9679dffb9dadf684586bf67703e007c79
1820Author: Bert Vermeulen <bert@biot.com>
1821Date:   Tue May 7 15:46:29 2013 +0200
1822
1823    Fix various memory leaks
1824
1825commit b6479f7df73a0933bc364dcd61ae45955d826bf1
1826Author: Uwe Hermann <uwe@hermann-uwe.de>
1827Date:   Sat May 4 21:37:41 2013 +0200
1828
1829    configure.ac: Update version number to 0.4.0.
1830
1831commit 89f3a1651447617972e5fe61a431e96251dba5d3
1832Author: Uwe Hermann <uwe@hermann-uwe.de>
1833Date:   Sat May 4 15:51:06 2013 +0200
1834
1835    NEWS: Add changes since the last release.
1836
1837commit efdb6a22b4d357006d0fe6c4b88e1980dc805d9b
1838Author: Uwe Hermann <uwe@hermann-uwe.de>
1839Date:   Fri May 3 20:42:41 2013 +0200
1840
1841    Adapt to new <libsigrokdecode/libsigrokdecode.h> header.
1842
1843commit 7091896f954320abd4a46ed5569a436d904c2d2e
1844Author: Uwe Hermann <uwe@hermann-uwe.de>
1845Date:   Fri May 3 19:53:09 2013 +0200
1846
1847    sigrok-cli depends on libsigrokdecode >= 0.2.0.
1848
1849commit b5ac81adae0c148cc3c4088c79a6229948dc9b3a
1850Author: Bert Vermeulen <bert@biot.com>
1851Date:   Tue Apr 30 15:15:13 2013 +0200
1852
1853    Update man page
1854
1855commit ea7741ee9521becb0d4fdcefa58b0f2f54d1f398
1856Author: Bert Vermeulen <bert@biot.com>
1857Date:   Tue Apr 30 13:58:04 2013 +0200
1858
1859    Update cmdline options to better reflect functionality
1860
1861commit 89a9bb0ef5929fc3d1b629f919ffc6141cdf2fb2
1862Author: Bert Vermeulen <bert@biot.com>
1863Date:   Tue Apr 30 00:07:16 2013 +0200
1864
1865    Remove anykey input source after it fired
1866
1867commit d79d480604b5c9d0946f6e25c638bdfae1b8961d
1868Author: Bert Vermeulen <bert@biot.com>
1869Date:   Mon Apr 29 01:14:43 2013 +0200
1870
1871    Fix error message
1872
1873commit 644bb1e88009546aadd919695d3dd602f06441d7
1874Author: Bert Vermeulen <bert@biot.com>
1875Date:   Sat Apr 27 17:34:00 2013 +0200
1876
1877    Use new output API receive() function
1878
1879commit 0687f23db01dae4bb7d7f4398126ef6fab0402b0
1880Author: Bert Vermeulen <bert@biot.com>
1881Date:   Tue Apr 23 01:15:32 2013 +0200
1882
1883    Open device before adding it to the session
1884
1885commit 630293b49d7645f2525ac5addad37c1f9315d2ce
1886Author: Uwe Hermann <uwe@hermann-uwe.de>
1887Date:   Tue Apr 23 22:10:41 2013 +0200
1888
1889    GPL headers: Use correct project name.
1890
1891commit a8a380bd8e1b29add408e7351fbc67891b3a8cbf
1892Author: Uwe Hermann <uwe@hermann-uwe.de>
1893Date:   Tue Apr 23 21:39:46 2013 +0200
1894
1895    README: Add "Copyright and license" section.
1896
1897commit 58b036281136570a7aaa187fffeeda2e4cd466ce
1898Author: Uwe Hermann <uwe@hermann-uwe.de>
1899Date:   Mon Apr 22 13:46:13 2013 +0200
1900
1901    Add NSIS file for use with cross-compiled sigrok-cli.
1902
1903commit fe6970ec62afc3538ec4d994edd7c16e24baba4d
1904Author: Bert Vermeulen <bert@biot.com>
1905Date:   Thu Apr 18 01:17:20 2013 +0200
1906
1907    Show driver name and optional conn string
1908
1909commit 74f6195bc64ff9d8d215d0d64bb5d1b57520ef54
1910Author: Martin Ling <martin-git@earth.li>
1911Date:   Mon Apr 15 21:17:23 2013 +0100
1912
1913    Update for libsigrok datafeed callback API changes.
1914
1915commit 4e0db44dcd411cb282f64714aa7f0521d2ed00ea
1916Author: Uwe Hermann <uwe@hermann-uwe.de>
1917Date:   Mon Apr 15 12:35:51 2013 +0200
1918
1919    Small variable naming fix to avoid confusion.
1920
1921commit 397969ae77161b9a56da14a68a79f82a094d4134
1922Author: Uwe Hermann <uwe@hermann-uwe.de>
1923Date:   Mon Apr 15 12:30:31 2013 +0200
1924
1925    configure.ac: Show $build, $host, and lib versions.
1926
1927commit e07340ad1d811e8e29ec54e566a4f75fcb7a59cb
1928Author: Bert Vermeulen <bert@biot.com>
1929Date:   Sun Apr 7 21:04:35 2013 +0200
1930
1931    SR_CONF_TIMEBASE and _VDIVS lists are now an array of tuples
1932
1933commit f73128e45d33debfa0ca99aec564c3768e98090f
1934Author: Bert Vermeulen <bert@biot.com>
1935Date:   Sun Mar 31 10:21:11 2013 +0200
1936
1937    More GVariant conversions
1938
1939commit 2f50086c572089388b26afe521cae18183a6e891
1940Author: Bert Vermeulen <bert@biot.com>
1941Date:   Sat Mar 30 15:44:56 2013 +0100
1942
1943    fix options setting to use GVariant
1944
1945commit bd31fc3fb35bf317aabe5692aec3d0062cfb8e11
1946Author: Bert Vermeulen <bert@biot.com>
1947Date:   Sat Mar 30 15:28:28 2013 +0100
1948
1949    avoid deprecated struct sr_rational
1950
1951commit 1e1316b3981913263fdb8d74520fa7213230944b
1952Author: Bert Vermeulen <bert@biot.com>
1953Date:   Tue Mar 26 22:09:28 2013 +0100
1954
1955    More GVariant conversions
1956
1957commit 1616f6638109b6505c21a0b9d71c343f6bd00595
1958Author: Bert Vermeulen <bert@biot.com>
1959Date:   Mon Mar 25 20:55:42 2013 +0100
1960
1961    Adjust to GVariant-based sr_config_* functions
1962
1963commit 43c062e647af631c24cbe2594fc15db5cfdb4257
1964Author: Bert Vermeulen <bert@biot.com>
1965Date:   Tue Mar 19 16:20:08 2013 +0100
1966
1967    fix time-based limit logic
1968
1969commit d142a3f76f10605d58f4d1dfb1d93ed8c86a0a34
1970Author: Bert Vermeulen <bert@biot.com>
1971Date:   Tue Mar 19 01:57:52 2013 +0100
1972
1973    use new libsigrok GVariant-based option/probe passing
1974
1975commit 2da4987098b2370d5d23f61eded00d83780bb18c
1976Author: Uwe Hermann <uwe@hermann-uwe.de>
1977Date:   Sun Mar 17 13:02:09 2013 +0100
1978
1979    README: Refer to INSTALL and new Building wiki page.
1980
1981commit 82dad9a9d30d65292630b7594d5b23d6ffe453f5
1982Author: Uwe Hermann <uwe@hermann-uwe.de>
1983Date:   Sun Mar 17 13:09:35 2013 +0100
1984
1985    autotools: Don't use "foreign" option.
1986
1987    This adds INSTALL and allows for a few more sanity checks being done.
1988
1989commit 5570e0f274a4a6513c2186117825f783b187adf9
1990Author: Bert Vermeulen <bert@biot.com>
1991Date:   Sat Mar 16 21:51:32 2013 +0100
1992
1993    show SR_CONF_SAMPLE_INTERVAL (debug)
1994
1995commit de0a066e82c23971966752c8abb6ade5e8084008
1996Author: Bert Vermeulen <bert@biot.com>
1997Date:   Tue Mar 12 22:49:16 2013 +0100
1998
1999    make libsigrokdecode optional
2000
2001    Only if you really need to compile without libsigrokdecode.
2002
2003commit 8e8827f4055c22b84d507b98342c321d5bed42bc
2004Author: Bert Vermeulen <bert@biot.com>
2005Date:   Mon Mar 11 16:30:14 2013 +0100
2006
2007    support for live status of SR_CONF_DATALOG
2008
2009commit 2d73284ebd14c28579076312987694cbd35cfe42
2010Author: Bert Vermeulen <bert@biot.com>
2011Date:   Mon Mar 11 16:29:27 2013 +0100
2012
2013    add --set option
2014
2015commit 41d7fb2343dc765fa34ffa661ee19c20c93eff9a
2016Author: Bert Vermeulen <bert@biot.com>
2017Date:   Mon Mar 11 15:32:45 2013 +0100
2018
2019    dump obsolete multiple-device leftover code
2020
2021commit bea29a448ce20da81676d8ecc42bff9de638ce02
2022Author: Bert Vermeulen <bert@biot.com>
2023Date:   Tue Mar 5 21:48:34 2013 +0100
2024
2025    fix SR_DF_END flow
2026
2027    Output modules were getting SR_DF_END after their object was already
2028    free()d, and the output channel closed.
2029
2030commit a172e2a0f496c1b7685d8843ace31ac940f91c21
2031Author: Bert Vermeulen <bert@biot.com>
2032Date:   Tue Mar 5 21:31:50 2013 +0100
2033
2034    properly check for result after output module data()
2035
2036commit 41602d35e83390fa01c158cf51bfdb7ba5e713c1
2037Author: Bert Vermeulen <bert@biot.com>
2038Date:   Fri Feb 22 22:21:39 2013 +0100
2039
2040    use input API properly
2041
2042commit 10d98b47bfc37a898b09224fdf9264c37a84c04e
2043Author: Uwe Hermann <uwe@hermann-uwe.de>
2044Date:   Tue Feb 5 18:23:02 2013 +0100
2045
2046    Update, fix, and extend manpage.
2047
2048     - Probe indices start at 0 now (not 1).
2049     - Update manpage date.
2050     - Mention the 'analog' output format.
2051     - Various smaller cosmetic fixes.
2052     - Add more examples for some options.
2053     - Document all possible suffixes for --time/--samples values.
2054     - Mention the PulseView(1) manpage in "SEE ALSO".
2055     - Mention Bugzilla for bugreports.
2056
2057commit e4ffb9d69985320cd0a13f5643a13a181527734d
2058Author: Bert Vermeulen <bert@biot.com>
2059Date:   Fri Jan 25 20:42:43 2013 +0100
2060
2061    Use sr_dev_has_option() where appropriate.
2062
2063commit b1bb484525c606019ef14692f814563c2acd58b3
2064Author: Bert Vermeulen <bert@biot.com>
2065Date:   Fri Jan 25 16:21:04 2013 +0100
2066
2067    Use sr_dev_has_option().
2068
2069commit 9e0e651f4a6a0475ac2a4ecffe3ae550d63ab6e5
2070Author: Bert Vermeulen <bert@biot.com>
2071Date:   Fri Jan 25 15:49:21 2013 +0100
2072
2073    Use sr_config_get().
2074
2075commit c0b9d56b78c39f8e68a2d45c032a8244a65d05fb
2076Author: Bert Vermeulen <bert@biot.com>
2077Date:   Fri Jan 25 15:39:24 2013 +0100
2078
2079    Use sr_config_set()
2080
2081commit 894e20532ebaf07e22259d5bcec1b44239855698
2082Author: Bert Vermeulen <bert@biot.com>
2083Date:   Fri Jan 25 15:10:22 2013 +0100
2084
2085    Deprecate SR_DI_HWOPTS.
2086
2087commit 1cf6a109935a29127f6df954da2defdc73bdedaf
2088Author: Bert Vermeulen <bert@biot.com>
2089Date:   Fri Jan 25 15:02:30 2013 +0100
2090
2091    Deprecate SR_DI_HWCAPS.
2092
2093commit 5cf23f529349de140ed24782264d27f5321a8cc7
2094Author: Bert Vermeulen <bert@biot.com>
2095Date:   Fri Jan 25 11:52:55 2013 +0100
2096
2097    Deprecate SR_DI_TRIGGER_TYPES.
2098
2099commit d3d7e30adeec0708d654d66d804a4de80d715565
2100Author: Bert Vermeulen <bert@biot.com>
2101Date:   Fri Jan 25 11:26:59 2013 +0100
2102
2103    Deprecate SR_DI_TRIGGER_SOURCES.
2104
2105commit 2bedb9bfabb42230833528deedfb9e4e6bedba39
2106Author: Bert Vermeulen <bert@biot.com>
2107Date:   Fri Jan 25 11:22:38 2013 +0100
2108
2109    Deprecate SR_DI_TIMEBASES.
2110
2111commit b4bd48e9e67aa84c8ecca1a982767a1969ce0d33
2112Author: Bert Vermeulen <bert@biot.com>
2113Date:   Fri Jan 25 11:20:01 2013 +0100
2114
2115    Deprecate SR_DI_FILTERS.
2116
2117commit 9b0b39f6312c2ebbee92bd97076cffe63116c05e
2118Author: Bert Vermeulen <bert@biot.com>
2119Date:   Fri Jan 25 11:15:47 2013 +0100
2120
2121    Deprecate SR_DI_VDIVS.
2122
2123commit 3ea086fce87fd7e1c13b5616cc0aa670a23ebb9f
2124Author: Bert Vermeulen <bert@biot.com>
2125Date:   Fri Jan 25 11:04:57 2013 +0100
2126
2127    Deprecate SR_DI_COUPLING.
2128
2129commit 2777cbd2d252c1ef23e112e1771052a41aa588eb
2130Author: Bert Vermeulen <bert@biot.com>
2131Date:   Fri Jan 25 11:00:53 2013 +0100
2132
2133    Deprecate SR_DI_BUFFERSIZES.
2134
2135commit 958194c04c1f4a3800fd77c98825a872b9185aee
2136Author: Bert Vermeulen <bert@biot.com>
2137Date:   Fri Jan 25 03:39:18 2013 +0100
2138
2139    Deprecate SR_DI_PATTERNS.
2140
2141commit f082186b9b295b21f5ca07132999d8657f6ab2c6
2142Author: Bert Vermeulen <bert@biot.com>
2143Date:   Fri Jan 25 03:18:27 2013 +0100
2144
2145    Deprecate SR_DI_CUR_SAMPLERATE.
2146
2147commit d2f671dce752792e12f1fbbf200e37db36d88c24
2148Author: Bert Vermeulen <bert@biot.com>
2149Date:   Fri Jan 25 03:04:59 2013 +0100
2150
2151    deprecate SR_DI_SAMPLERATES
2152
2153commit b5c63de93993406ee1ef7e5df0a9cdc66cea9935
2154Author: Bert Vermeulen <bert@biot.com>
2155Date:   Mon Jan 21 23:24:18 2013 +0100
2156
2157    Use new SR_CONF_* keys.
2158
2159commit 74b9bf0c14d186ac8681b210322a022b0c42a474
2160Author: Bert Vermeulen <bert@biot.com>
2161Date:   Mon Jan 21 22:00:29 2013 +0100
2162
2163    Use new sr_config_info*_get() calls.
2164
2165commit 7e97afa0d99bf4961f1336122fc595cb4bd55e84
2166Author: Bert Vermeulen <bert@biot.com>
2167Date:   Sun Jan 20 15:29:28 2013 +0100
2168
2169    handle meta packets, specifically SR_HWCAP_SAMPLERATE
2170
2171    It's actually unused, but a good example of how to handle these.
2172
2173commit 995713f40cb9e7bd7151e0569501b9ee6f1a77a4
2174Author: Bert Vermeulen <bert@biot.com>
2175Date:   Sun Jan 20 05:55:36 2013 +0100
2176
2177    use new sr_config struct
2178
2179commit 53155b2f867187e36064ff67e016bef172997c05
2180Author: Bert Vermeulen <bert@biot.com>
2181Date:   Sun Jan 20 05:20:55 2013 +0100
2182
2183    update to newer options
2184
2185commit e86b6b0e0fcc9b5a164bad6a9b5ac89d6d488407
2186Author: Uwe Hermann <uwe@hermann-uwe.de>
2187Date:   Mon Jan 14 11:17:20 2013 +0100
2188
2189    Makefile.am: Fix typo in 'ChangeLog' target.
2190
2191commit c27450eab862f8b9cd717dccb98d3b41854d4b20
2192Author: Bert Vermeulen <bert@biot.com>
2193Date:   Tue Jan 8 14:11:49 2013 +0100
2194
2195    don't use the obsolete datastore.
2196
2197    This also removes the 64-probe limit.
2198
2199    Additionally, sigrok-cli now no longer requires a meta packet to be sent;
2200    this was an entirely avoidable limitation.
2201
2202commit 66149c2013c0009c226770e5679ae63fd834bb78
2203Author: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2204Date:   Wed Dec 19 01:31:58 2012 -0600
2205
2206    parserc.c: Fix memory leak from g_strsplit
2207
2208    g_strsplit() returns a newly-allocated NULL-terminated array of strings.
2209    g_strfreev() must be used to free it, once it is no longer needed.
2210
2211    The probe 'names' were not freed properly, causing a "definitely lost" memory
2212    leak.
2213
2214    Call g_strfreev(names) to properly free the memory.
2215
2216    Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2217
2218commit a2853311f3a1d9a6e43bd08efbd960f079431bc0
2219Author: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2220Date:   Wed Dec 19 21:53:51 2012 -0600
2221
2222    sigrok-cli.c: Fix memory leak in parsing of hardware options
2223
2224    During parsing of hardware options, hash_to_hwopt() creates a GSList that is
2225    passed to device_scan(). The list is discarded by device_scan() and never freed.
2226    This is identified by valgrind as "definitely lost".
2227
2228    Call g_slist_free_full() on the list when it is no longer needed.
2229
2230    Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2231
2232commit e54290bdb3429a30f06231976980652af3360b0c
2233Author: Joel Holdsworth <joel@airwebreathe.org.uk>
2234Date:   Thu Dec 27 12:08:51 2012 +0000
2235
2236    Corrected a comment typo
2237
2238commit 399a57f9a6cb517bbed9b2ef3ca7c05d1b99cd7d
2239Author: Bert Vermeulen <bert@biot.com>
2240Date:   Tue Jan 1 13:00:33 2013 +0100
2241
2242    clean up unused code
2243
2244commit 6b0462c2e0bcad51f759ec2efa417a137e8ca8c6
2245Author: Bert Vermeulen <bert@biot.com>
2246Date:   Tue Jan 1 12:59:33 2013 +0100
2247
2248    use constified SRD decoder list
2249
2250commit 3aa87d4c38b26d337bf7bf5eb44b6a4650709804
2251Author: Bert Vermeulen <bert@biot.com>
2252Date:   Fri Dec 28 23:42:28 2012 +0100
2253
2254    fix device-specific options setting
2255
2256commit 12ea952e9a86f5184bf4e52b6a80fbf7072d50f4
2257Author: Uwe Hermann <uwe@hermann-uwe.de>
2258Date:   Fri Dec 28 17:30:56 2012 +0100
2259
2260    configure.ac: Fix CFLAGS settings.
2261
2262    Don't override/overwrite CFLAGS in configure.ac, but rather amend it
2263    with (currently) "-Wall -Wextra".
2264
2265    This properly allows users/packagers to do things like:
2266
2267     ./configure (this will default to using "-g -O2" additionally)
2268
2269     CFLAGS="-g -O2" ./configure (same as above)
2270
2271     CFLAGS="" ./configure (no additional flags)
2272
2273     CFLAGS="-g -O0" ./configure (disable optimization, e.g. for valgrind use)
2274
2275     etc. etc.
2276
2277commit 3d905bcc7cf67536f715b7abcf8f566015f325ef
2278Author: Joel Holdsworth <joel@airwebreathe.org.uk>
2279Date:   Tue Dec 18 20:31:39 2012 +0000
2280
2281    Make datafeed_in packet parameter a const pointer
2282
2283    This patch corresponds to bf53457d in libsigrok.
2284
2285commit e2fe62cc46b53689105f2434c35cabb238f369b0
2286Author: Peter Stuge <peter@stuge.se>
2287Date:   Sun Oct 21 20:43:32 2012 +0200
2288
2289    Add struct sr_context * to sr_driver_init() calls
2290
2291    libsigrok.git commit 193691ae1590eb31025d943ffbb0ea5c1047e6ca changes
2292    the API of sr_driver_init() to take a struct sr_context * parameter as
2293    allocated by sr_init().
2294
2295    Move our struct sr_context *sr_ctx out of main() into file global scope
2296    so that it can be used easily in all calls to sr_driver_init().
2297
2298commit f1f703bf0dc63e2b6149f4cfba294253991d04f7
2299Author: Uwe Hermann <uwe@hermann-uwe.de>
2300Date:   Sun Nov 11 18:17:52 2012 +0100
2301
2302    Drop unneeded comments.
2303
2304commit 5acb76821f33f03745e26c91fbb9cc7bcf34512a
2305Author: Peter Stuge <peter@stuge.se>
2306Date:   Sun Oct 21 20:43:32 2012 +0200
2307
2308    Add struct sr_context to the sr_init() and sr_exit() calls
2309
2310    libsigrok.git commit b8072700c1bc7d13ba004fd897668b56cec4ac62 adds
2311    struct sr_context to the public API, and changes sr_init() and sr_exit()
2312    to take a struct sr_context ** and struct sr_context * parameter,
2313    respectively.
2314
2315    struct sr_context is opaque, and all sr_init() and sr_exit() calls must
2316    be balanced.
2317
2318    Thanks to the new struct sr_context * the error path code flow can also
2319    be simplifed, and allow a single point in main() to clean up after any
2320    possible program state.
2321
2322commit 198f4c6c8d8e572aed41dfc3f7d3fe413e421770
2323Author: Peter Stuge <peter@stuge.se>
2324Date:   Sun Oct 21 20:52:41 2012 +0200
2325
2326    Change main() to have only one exit code flow, used also on errors
2327
2328commit 8630d4a814e95b824b152c1bac3d68640ea3f53e
2329Author: Peter Stuge <peter@stuge.se>
2330Date:   Sun Oct 21 20:55:35 2012 +0200
2331
2332    Move sr_exit() in main() to correctly mirror order of initialization
2333
2334commit 6c6971f0afcd36eb74bc50ca7636224c467ff8ff
2335Author: Uwe Hermann <uwe@hermann-uwe.de>
2336Date:   Tue Oct 16 14:56:43 2012 +0200
2337
2338    Re-add HACKING file after repo split.
2339
2340commit 3b36b10d8885e27aeab259585fcc5c02511812ed
2341Merge: 4d326ca cdcf09f
2342Author: Bert Vermeulen <bert@biot.com>
2343Date:   Sun Oct 14 14:59:11 2012 +0200
2344
2345    Merge branch 'master' of ssh://sigrok.org/data/git/sigrok-cli
2346
2347commit 4d326ca137ed1326ccba043929544d65a7d54ccb
2348Author: Bert Vermeulen <bert@biot.com>
2349Date:   Sun Oct 14 14:58:30 2012 +0200
2350
2351    more compact display of probe list
2352
2353commit 497f5362fe63dc5674ab7146384c9efab35d9e5e
2354Author: Bert Vermeulen <bert@biot.com>
2355Date:   Sun Oct 14 14:53:30 2012 +0200
2356
2357    don't accept numbers as probe indexes in probe string
2358
2359    Unless the driver actually names them by number -- but the comparison
2360    is done by string now.
2361
2362    Syntax for --probes is unchanged; even a range like 0-7 still works,
2363    but only if there really are probes named "0", "1" etc.
2364
2365commit cdcf09f6e0e0a8c419d6cb92f8968e3ecfa753ab
2366Author: Uwe Hermann <uwe@hermann-uwe.de>
2367Date:   Wed Oct 10 23:48:11 2012 +0200
2368
2369    README: Cosmetics, update URL.
2370
2371commit 31dde8ac6785e9bd36a11abed970380b912c3a4c
2372Author: Bert Vermeulen <bert@biot.com>
2373Date:   Mon Oct 8 22:01:53 2012 +0200
2374
2375    updated URLs and description
2376
2377commit ee3a83a5bb4063ccb818c21083673e69f293cd77
2378Author: Bert Vermeulen <bert@biot.com>
2379Date:   Mon Oct 8 21:59:40 2012 +0200
2380
2381    restore pre-split ignores
2382
2383commit 11b62b6f90e9c65beb1b6880c7e254551e296ae2
2384Author: Bert Vermeulen <bert@biot.com>
2385Date:   Mon Oct 8 21:52:41 2012 +0200
2386
2387    device detail now lists probes
2388
2389commit 05e7fa2cf0de4faba11929fa3f0f6848d11830d4
2390Author: Bert Vermeulen <bert@biot.com>
2391Date:   Sat Sep 8 03:04:55 2012 +0200
2392
2393    cli: support for new output module API
2394
2395commit 19c3e1f40ab6e86017bf9771006a1711b4c496ff
2396Author: Bert Vermeulen <bert@biot.com>
2397Date:   Sun Sep 2 15:40:51 2012 +0200
2398
2399    cli: fix driver option conversion
2400
2401commit f83fbc57a5213cae17addf3dfc1cf96c3cf484b6
2402Author: Bert Vermeulen <bert@biot.com>
2403Date:   Mon Aug 6 12:23:52 2012 +0200
2404
2405    cli: use --show for PD detail
2406
2407commit 5c730c7bc889f1acd5db7563d9778478b2ceb0a6
2408Author: Bert Vermeulen <bert@biot.com>
2409Date:   Mon Aug 6 00:23:29 2012 +0200
2410
2411    cli: obsolete SR_HWCAP_PROBECONFIG
2412
2413commit 4ed6cde9892cb3fb1578c9f637da39318b9c62e1
2414Author: Bert Vermeulen <bert@biot.com>
2415Date:   Sun Aug 5 15:54:43 2012 +0200
2416
2417    cli: use new sr_dev_config_set() API call
2418
2419commit 8ab6aafcf752f6a8b1aedebd64b267eb7b385641
2420Author: Bert Vermeulen <bert@biot.com>
2421Date:   Sun Aug 5 03:33:58 2012 +0200
2422
2423    cli: don't try to set device options before opening it
2424
2425commit cfd3ec6e659e099f3b83c4a9bbad98ae30b00739
2426Author: Bert Vermeulen <bert@biot.com>
2427Date:   Sun Aug 5 03:31:45 2012 +0200
2428
2429    cli: use new API calls instead of static option data
2430
2431commit 5d1fb573ad452a5f32d92a291775db07f238aba0
2432Author: Bert Vermeulen <bert@biot.com>
2433Date:   Sat Aug 4 14:36:09 2012 +0200
2434
2435    cli: rename sr_hw_hwcap_get() to sr_devopt_get()
2436
2437commit 3e8e0c2d92a6410439d5ff9d2088ecdc5d53b930
2438Author: Bert Vermeulen <bert@biot.com>
2439Date:   Fri Aug 3 11:48:41 2012 +0200
2440
2441    cli: use new generic arg parser API
2442
2443commit 491e882048295442b38bb4c24d830302a23c0b70
2444Author: Bert Vermeulen <bert@biot.com>
2445Date:   Fri Aug 3 01:05:59 2012 +0200
2446
2447    cli: don't call sr_session_stop() when SR_DF_END is seen
2448
2449    This was effectively an infinite loop in some cases.
2450
2451commit f8ccd825cc903f6c5014ae4315b9e6acebf149a7
2452Author: Bert Vermeulen <bert@biot.com>
2453Date:   Mon Jul 23 16:20:23 2012 +0200
2454
2455    cli: fix session saving
2456
2457commit 06a3fb1093cda34ba6c845b124e3b6c1df5cb4fd
2458Author: Bert Vermeulen <bert@biot.com>
2459Date:   Mon Jul 23 03:06:47 2012 +0200
2460
2461    cli: code cleanup
2462
2463commit 8c8056b5a08ae49b9e58f05d3c26462bfa0cc8aa
2464Author: Bert Vermeulen <bert@biot.com>
2465Date:   Mon Jul 23 03:03:07 2012 +0200
2466
2467    cli: use probe numbers starting from 0
2468
2469commit 37d5ccc11cb29dd65c9a550eb5c5dea55006bc74
2470Author: Bert Vermeulen <bert@biot.com>
2471Date:   Sun Jul 22 20:16:46 2012 +0200
2472
2473    cli: change to new struct sr_dev_inst based libsigrok API
2474
2475commit a2e8008830a99fe0e45399e4360f2d77ce577f2c
2476Author: Bert Vermeulen <bert@biot.com>
2477Date:   Sun Jul 22 16:55:26 2012 +0200
2478
2479    cli: remove dead code
2480
2481commit 22981b2c4624eb9c3fc570c4cf2631faeeb2bcec
2482Author: Bert Vermeulen <bert@biot.com>
2483Date:   Mon Jul 16 03:12:27 2012 +0200
2484
2485    cli: add --show option, and switch to new info_get driver API
2486
2487commit 9e2e414fdd6ddb554524f8f6873a13ec8172a8aa
2488Author: Bert Vermeulen <bert@biot.com>
2489Date:   Mon Jul 16 03:00:56 2012 +0200
2490
2491    cli: add --driver option, and switch to new sr API scanner
2492
2493commit 63bb454cc1cec4a3cfdb7bcf5cb7ea37ea50e93a
2494Author: Bert Vermeulen <bert@biot.com>
2495Date:   Mon Jul 16 01:03:30 2012 +0200
2496
2497    cli: more flexible generic arg parser
2498
2499commit 943d0c0835811a77261b48e1f77dd0a342fea1d2
2500Author: Tomaž Šolc <tomaz.solc@tablix.org>
2501Date:   Wed Jul 4 16:29:13 2012 +0200
2502
2503    Allow setting samplerate when reading binary files
2504
2505    I had a binary file that I needed to decode using UART decoder. UART
2506    decoder needs to know the sample rate for the data, but currently it's
2507    not possible to pass parameters to input formats and so the "binary"
2508    file format always sets the samplerate to 0.
2509
2510    This patch adds the possibility to append a colon-separated list of
2511    key=value options to the -I argument, in the same way -d supports it.
2512    Also, it makes the "binary" format support the "samplerate" option.
2513
2514    I included the GHashTable containing input format options directly in
2515    the sr_input struct. I'm not sure if that's the right way to do it. I
2516    saw that -d uses a much more elaborate system with device capabilities
2517    and typed options, but that seemed like an overkill for input formats.
2518
2519commit c6ca71bb7e80b50e1fc4f0424ddee15ea8dc5633
2520Author: Lars-Peter Clausen <lars@metafoo.de>
2521Date:   Thu Jul 5 21:15:10 2012 +0200
2522
2523    cli: Use sr_session_stop() instead of sr_session_halt()
2524
2525    Use sr_session_stop() instead of the deprecated sr_session_halt().
2526
2527    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2528
2529commit 60ea8937c54f5a8a36b4e4f91de03ff545e2bcd9
2530Author: Bert Vermeulen <bert@biot.com>
2531Date:   Thu Jul 5 01:06:28 2012 +0200
2532
2533    cli: switch to new <libsigrok/libsigrok.h>
2534
2535commit e09810e97db06458814a9e19e78988e7f1515c9e
2536Author: Bert Vermeulen <bert@biot.com>
2537Date:   Tue Jun 26 23:25:36 2012 +0200
2538
2539    cli: flush output on write
2540
2541commit 2d4077a71b069d1b535128c2449cfdda447c6ba1
2542Author: Lars-Peter Clausen <lars@metafoo.de>
2543Date:   Sun Jun 24 10:58:32 2012 +0200
2544
2545    cli: Fix typo in protocol decoder stacking example
2546
2547    Probe assignments are separated by colon and not by comma.
2548
2549    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2550
2551commit 366237a361c2fe36ef86202e848e0f07602f07f0
2552Author: Bert Vermeulen <bert@biot.com>
2553Date:   Sat Jun 23 01:17:36 2012 +0200
2554
2555    sr/srd/cli: require glib version >= 2.28
2556
2557    Needed for g_get_monotonic_time(). Thanks to Tomaž Šolc.
2558
2559commit 5befb6d6d9bdd1e16eac6a77512e93bdb1997197
2560Author: Uwe Hermann <uwe@hermann-uwe.de>
2561Date:   Fri Jun 22 17:47:11 2012 +0200
2562
2563    cli: Add missing fflush(stdout) for PD annotation output.
2564
2565    This is required/helpful to be able to pipe sigrok-cli PD output into
2566    other tools, like this:
2567
2568      sigrok-cli -i ... -a ... | othertool
2569
2570commit 48f71481bfa1011fd5c1538a0a8d467e0fe615a8
2571Author: Bert Vermeulen <bert@biot.com>
2572Date:   Tue Jun 19 02:13:21 2012 +0200
2573
2574    cli: use output API for analog and frame begin/end packets
2575
2576commit eb6162bdcc93c12e3f2cfd8728c5cc6880cc60db
2577Author: Bert Vermeulen <bert@biot.com>
2578Date:   Tue Jun 19 02:08:29 2012 +0200
2579
2580    cli: not doing sigrokdecode directly from analog data
2581
2582    It's just a completely different can of beans.
2583
2584commit d3f829a1c4bce7d3947df93d5367602a0eb7e01f
2585Author: Bert Vermeulen <bert@biot.com>
2586Date:   Wed Jun 13 00:48:43 2012 +0200
2587
2588    cli: output API says to check data_out, not length_out
2589
2590commit 6deff8e771bee3a3a24ee1e7b893c815c381252b
2591Author: Uwe Hermann <uwe@hermann-uwe.de>
2592Date:   Fri Jun 1 00:23:47 2012 +0200
2593
2594    cli/gtk/qt: Now all require libsigrok >= 0.2.0 (API changes).
2595
2596commit 41e915a698501da5a8689d020d913e78815868ee
2597Author: Bert Vermeulen <bert@biot.com>
2598Date:   Thu May 31 23:57:16 2012 +0200
2599
2600    cli: strip off PD arguments before selecting for annotation
2601
2602    This fixes the bug where -A didn't work if the PD in question had arguments.
2603
2604commit 3a06774cf7656481bedcde58e821c68a13a5005d
2605Author: Joel Holdsworth <joel@airwebreathe.org.uk>
2606Date:   Mon May 7 13:57:43 2012 +0100
2607
2608    sr: Made hwcap const
2609
2610commit 498f9167faca80af9cc813979ea87b12b5bb9c87
2611Author: Bert Vermeulen <bert@biot.com>
2612Date:   Thu May 17 03:17:28 2012 +0200
2613
2614    cli: support for SR_HWCAP_COUPLING
2615
2616commit 8f3b8464ad9b3b322971d8baa1f07739252f1783
2617Author: Bert Vermeulen <bert@biot.com>
2618Date:   Thu May 17 02:03:46 2012 +0200
2619
2620    cli: support SR_HWCAP_VDIV and the new SR_T_RATIONAL_VOLT type
2621
2622commit d5eb09e305cbbbf7a69265f395a480a843f64c1e
2623Author: Bert Vermeulen <bert@biot.com>
2624Date:   Wed May 16 02:08:20 2012 +0200
2625
2626    cli: use SR_T_RATIONAL_PERIOD
2627
2628commit 2850fca1635d42f630afa7429ae0da8f26ec516b
2629Author: Bert Vermeulen <bert@biot.com>
2630Date:   Tue May 15 22:40:23 2012 +0200
2631
2632    cli: support for SR_HWCAP_FILTER and SR_DI_FILTERS
2633
2634commit c8db71728eb10141d68f2139eee5f9e648ce4980
2635Author: Bert Vermeulen <bert@biot.com>
2636Date:   Tue May 15 20:54:10 2012 +0200
2637
2638    cli: parameter support various new HWCAPs and types
2639
2640commit ce48d89212945896ed26ece942c255b06b97a89f
2641Author: Bert Vermeulen <bert@biot.com>
2642Date:   Mon Apr 30 19:58:21 2012 +0200
2643
2644    cli: support for frames, and limiting capture by number of frames.
2645
2646commit 53993299f9d2b3043f4f6a1d35af444d0afa139f
2647Author: Bert Vermeulen <bert@biot.com>
2648Date:   Mon Apr 23 00:27:30 2012 +0200
2649
2650    cli: use SR_DF_META_*, support for analog packets
2651
2652commit 5905a251d96f89418319641532b2d2ec8e848336
2653Author: Uwe Hermann <uwe@hermann-uwe.de>
2654Date:   Wed May 30 22:43:50 2012 +0200
2655
2656    cli: configure.ac: Bump version number to 0.3.1.
2657
2658commit d2ee5eea2b984aaa90f2fe641725d7ab1ff9b239
2659Author: Uwe Hermann <uwe@hermann-uwe.de>
2660Date:   Wed May 30 22:15:29 2012 +0200
2661
2662    cli: Constify a few char *pointers.
2663
2664commit e7d1a229aacf72625abb811600e6760830214fe6
2665Author: Uwe Hermann <uwe@hermann-uwe.de>
2666Date:   Wed May 30 21:57:44 2012 +0200
2667
2668    cli: Update NEWS in preparation of 0.3.1 the release.
2669
2670commit b64d15a340c131950dd0ec21247e1a64aff25281
2671Author: Uwe Hermann <uwe@hermann-uwe.de>
2672Date:   Wed May 30 00:18:59 2012 +0200
2673
2674    cli: Cosmetic fix for --help output.
2675
2676commit 478a782d1c7aa2da82e144671dc9feb89729b333
2677Author: Uwe Hermann <uwe@hermann-uwe.de>
2678Date:   Tue May 29 22:35:38 2012 +0200
2679
2680    cli: Fix compile error.
2681
2682commit b6bd032dde74eda6423f13b40e75b9125ad4ce5e
2683Author: Uwe Hermann <uwe@hermann-uwe.de>
2684Date:   Tue May 29 20:55:22 2012 +0200
2685
2686    cli: Make --protocol-decoder-annotations plural.
2687
2688    This option supports (will support) multiple annotations from multiple
2689    PDs, as well as multiple annotation formats per PD, so use plural.
2690
2691commit 725021fedfa966ec81dab1ca8efbec8721bc0dfc
2692Author: Uwe Hermann <uwe@hermann-uwe.de>
2693Date:   Tue May 29 20:48:54 2012 +0200
2694
2695    cli: Add -A (alias for --protocol-decoder-annotation).
2696
2697commit 1a0be0e3eb0145c4eca5854132ce144b3197273d
2698Author: Uwe Hermann <uwe@hermann-uwe.de>
2699Date:   Tue May 29 20:39:57 2012 +0200
2700
2701    cli: manpage cosmetics, updates.
2702
2703commit 0df1ea3a852ffcfaaab683d459b553db22e29d3b
2704Author: Uwe Hermann <uwe@hermann-uwe.de>
2705Date:   Tue May 29 20:30:15 2012 +0200
2706
2707    sr/srd/cli/gtk: ChangeLog -> MAINTAINERCLEANFILES.
2708
2709    If the (generated) ChangeLog file is marked for DISTCLEANFILES, it'll be
2710    removed whenever "make distclean" is called (and is then gone forever if
2711    you use the tarballs, for example).
2712
2713commit 78912cc19a4b64e6a477dff5cd917614f7b9f7c3
2714Author: Uwe Hermann <uwe@hermann-uwe.de>
2715Date:   Tue May 29 00:23:33 2012 +0200
2716
2717    cli: Output which file format was autodetected.
2718
2719commit 7fb87027aa4281cc5b61b58d655f3703c7dbc37f
2720Author: Bert Vermeulen <bert@biot.com>
2721Date:   Tue May 29 16:06:40 2012 +0200
2722
2723    document --protocol-decoder-annotation, and note PD stack is optional.
2724
2725commit ad2bc4916002865f3bbc23e574a74a295cbe929c
2726Author: Bert Vermeulen <bert@biot.com>
2727Date:   Tue May 29 15:44:17 2012 +0200
2728
2729    cli: factor out output format setup
2730
2731    main() is now clean.
2732
2733commit 120f9ee7614636c32a08516d5833d866d576eb80
2734Author: Bert Vermeulen <bert@biot.com>
2735Date:   Tue May 29 14:50:02 2012 +0200
2736
2737    cli: option to specify which annotation(s) to show
2738
2739    Also factor out PD stack setup, and remove redundant error messages.
2740
2741commit 445950d388f4b4f2a14fdfb60fd99f17b03a7ec0
2742Author: Bert Vermeulen <bert@biot.com>
2743Date:   Tue May 29 12:38:36 2012 +0200
2744
2745    cli: stop immediately if SRD PD registration fails
2746
2747commit 432de709d1560fdc861901bc64f19b68a4b2011b
2748Author: Bert Vermeulen <bert@biot.com>
2749Date:   Tue May 29 12:12:51 2012 +0200
2750
2751    cli: loose string comparison helper
2752
2753commit 2d6ff326914f965ea5ee187213e8f2116c120d48
2754Author: Bert Vermeulen <bert@biot.com>
2755Date:   Tue May 29 11:36:31 2012 +0200
2756
2757    cli: always show G_LOG_LEVEL_CRITICAL messages
2758
2759commit 0399696219fdd7a74d8b5258a4ab8a4ccccf11e7
2760Author: Bert Vermeulen <bert@biot.com>
2761Date:   Mon May 28 16:57:33 2012 +0200
2762
2763    cli: cosmetics
2764
2765commit 3a999920eb5fa7edd95b9a67b58cdbd653f52f5a
2766Author: Bert Vermeulen <bert@biot.com>
2767Date:   Sun May 27 19:30:30 2012 +0200
2768
2769    cli: halt session if SRD session fails to initialize
2770
2771commit 8170b8eaefadcd4e572d96da2de0dbdbfe7ee131
2772Author: Bert Vermeulen <bert@biot.com>
2773Date:   Sat May 26 04:54:34 2012 +0200
2774
2775    cli: only output module or PD goes to stdout, everything else to stderr
2776
2777commit d740e6acab064547a4e01ac73a2f4e31ee34a6ee
2778Author: Bert Vermeulen <bert@biot.com>
2779Date:   Wed May 23 01:35:23 2012 +0200
2780
2781    cli: removed obsolete debugging, setup for proper stderr logging
2782
2783commit b0b056549cdc0ee590deb941453dcf219d5123c7
2784Author: Bert Vermeulen <bert@biot.com>
2785Date:   Tue May 22 20:16:56 2012 +0200
2786
2787    cli: no need to specify stacking order if it's the same as the PD list
2788
2789commit 04ef7076333ddd52b34f29bae2ef836a322c774b
2790Author: Pekka Nikander <pekka.nikander@senseg.com>
2791Date:   Fri May 11 19:23:21 2012 +0300
2792
2793    sr/srd/cli: Fix compiling with Homebrew.
2794
2795    Add ACLOCAL_DIR setting and AM_PROG_AR macro for compiling with Homebrew
2796    under Mac OS X.
2797
2798    Applies essentially the same change to
2799    {libsigrok,libsigrokdecode,sigrok-cli}/{autogen.sh,configure.ac}
2800
2801    It may be that the same fix is needed for the other autogen.sh and/or
2802    configure.ac files, but that hasn't been tested and therefore not in
2803    this commit.
2804
2805commit e9ff6974652a551744ea07ad41bd39c1b6d142a2
2806Author: Uwe Hermann <uwe@hermann-uwe.de>
2807Date:   Wed May 9 18:59:17 2012 +0200
2808
2809    cli: Print required/optional probes info.
2810
2811    When running 'sigrok-cli -a uart' (for example), we now additionally
2812    print which required/optional probes the decoder needs.
2813
2814commit 206220366328498099b3f402a7792a9d3ecfdbfb
2815Author: Uwe Hermann <uwe@hermann-uwe.de>
2816Date:   Wed May 9 00:06:01 2012 +0200
2817
2818    cli: -V: Print protocol description upon "-l 3" or higher.
2819
2820commit e2dd5a767b7ac36614ecb626216fcce6ebe22585
2821Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
2822Date:   Fri May 4 10:18:22 2012 +0200
2823
2824    Fix bracket placing
2825
2826    Make it consistent with the rest of the code
2827
2828    Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2829
2830commit b156de5c04a3e6906ecbbaf0b8b47cf61a152e82
2831Author: Uwe Hermann <uwe@hermann-uwe.de>
2832Date:   Wed Apr 18 00:02:54 2012 +0200
2833
2834    cli: Generate ChangeLog upon 'make dist'.
2835
2836commit 9d2c55fd0964c1c4255b048ea4372698a3420881
2837Author: Uwe Hermann <uwe@hermann-uwe.de>
2838Date:   Tue Apr 17 00:11:25 2012 +0200
2839
2840    cli: New 0.3.0 release.
2841
2842    Document the major user-visible changes in the NEWS file.
2843
2844commit 4d16724058cbc97eac0f1a9e32322150777a7323
2845Author: Uwe Hermann <uwe@hermann-uwe.de>
2846Date:   Mon Apr 16 21:49:05 2012 +0200
2847
2848    cli: Show sr/srd versions determined at run-time.
2849
2850commit 2b1614bdbc8b5b9639d6f23310df647a6b3e8c80
2851Author: Uwe Hermann <uwe@hermann-uwe.de>
2852Date:   Sat Apr 14 18:50:22 2012 +0200
2853
2854    cli: NEWS: Add 0.1.0/0.2.0 release docs.
2855
2856commit adeb93535fdc601bc499298ef9de5a6e36303a64
2857Author: Uwe Hermann <uwe@hermann-uwe.de>
2858Date:   Sat Apr 7 18:15:34 2012 +0200
2859
2860    cli: Add (almost) empty NEWS file.
2861
2862commit 8364461d47bf8e32767989fdd08f563d983cb816
2863Author: Uwe Hermann <uwe@hermann-uwe.de>
2864Date:   Sat Apr 7 18:14:39 2012 +0200
2865
2866    sr/srd: Use/fix SR(D)_MAX_NUM_PROBES.
2867
2868commit 8de01efefca39831c0672f600ba0e3c33cdf4e1a
2869Author: Uwe Hermann <uwe@hermann-uwe.de>
2870Date:   Wed Mar 28 20:00:13 2012 +0200
2871
2872    sr: out: Use uint8_t (not char) for buffers.
2873
2874commit 4359a4da174e7aa3d2f24c4fcdb3816a3ba8e1a9
2875Author: Uwe Hermann <uwe@hermann-uwe.de>
2876Date:   Sun Mar 25 14:49:11 2012 +0200
2877
2878    srd/cli/qt: Some more API consistency renames.
2879
2880commit 30f1c93ffd20a73d9f13c995bdbd55ea76052e75
2881Author: Uwe Hermann <uwe@hermann-uwe.de>
2882Date:   Wed Mar 21 19:58:56 2012 +0100
2883
2884    cli: Fix -V/-h output a bit.
2885
2886    Options and their defaults should not be documented there, but rather in
2887    the manpage or such.
2888
2889commit 8c7940f1938c5fec1841eaf84f8c1cf2b00b90b4
2890Author: Uwe Hermann <uwe@hermann-uwe.de>
2891Date:   Wed Mar 21 18:40:25 2012 +0100
2892
2893    sr/cli/gtk/qt: Fix package version numbers / docs.
2894
2895    The next (and first) libsigrok release will be called 0.1.0.
2896
2897    The next (and first) libsigrokdecode release will be called 0.1.0.
2898
2899    The next sigrok-cli release will be called 0.3.0 (as we already had a 0.1
2900    and 0.2 release of sigrok-cli; those did not yet use the libs, though).
2901
2902    sigrok-gtk and sigrok-qt didn't have any releases yet, so their version
2903    numbers are set to 0.1.0.
2904
2905    Also, consistently use three numbers/digits for our version numbers.
2906
2907commit 0a56f4ecc9155ec168a2a000ca5310b1fc1b645b
2908Author: Uwe Hermann <uwe@hermann-uwe.de>
2909Date:   Tue Mar 20 18:09:18 2012 +0100
2910
2911    sr/cli: s/patternmode/pattern/ in a few places.
2912
2913commit 37aeb8c5b5ef559407f69ffa72eabc776d9a6705
2914Author: Uwe Hermann <uwe@hermann-uwe.de>
2915Date:   Tue Mar 20 17:58:25 2012 +0100
2916
2917    srd/cli/qt: s/srd_session_feed/srd_session_send/.
2918
2919commit 1b4b6a7cd517dd1fd672abe1553472bf3e2cb375
2920Author: Uwe Hermann <uwe@hermann-uwe.de>
2921Date:   Sun Mar 18 20:30:42 2012 +0100
2922
2923    cli: Same order for params in manpage and -h.
2924
2925commit 85f2ddbb7b5bddc1326af1e9ed76b327ee3d10fe
2926Author: Uwe Hermann <uwe@hermann-uwe.de>
2927Date:   Sun Mar 18 20:24:31 2012 +0100
2928
2929    cli: manpage: Document -l, -a, and -s.
2930
2931    Also, update list of supporter input/output formats.
2932
2933commit 7949dca0e7c6e4e5ff285733eaf5b957ba32504f
2934Author: Uwe Hermann <uwe@hermann-uwe.de>
2935Date:   Sun Mar 18 14:55:14 2012 +0100
2936
2937    cli: Fix/update manpage a bit.
2938
2939commit 1b34803d9a2b1c5912eddf1f4f633c9841b4dac3
2940Author: Uwe Hermann <uwe@hermann-uwe.de>
2941Date:   Fri Mar 16 15:25:53 2012 +0100
2942
2943    srd/cli/qt:s/decoders/decoder/ for consistency.
2944
2945commit 76ae913df3a6aae23bc7b03052fcfd76a2b6054a
2946Author: Uwe Hermann <uwe@hermann-uwe.de>
2947Date:   Sun Mar 18 14:33:02 2012 +0100
2948
2949    sr: Rename -f|--format to -O|--output-format.
2950
2951    This is done for consistency with the -I|--input-format option. We now have:
2952
2953    -i|--input-file
2954    -o|--output-file
2955    -I|--input-format
2956    -O|--output-format
2957
2958commit 68cdf174d18df9b5a69eea60469caf32d265a906
2959Author: Uwe Hermann <uwe@hermann-uwe.de>
2960Date:   Wed Feb 29 22:32:34 2012 +0100
2961
2962    sr: Name all callback data 'cb_data'.
2963
2964commit a214a2eb2f86976d44b0e0689efad26cecf529f6
2965Author: Uwe Hermann <uwe@hermann-uwe.de>
2966Date:   Wed Feb 29 19:56:15 2012 +0100
2967
2968    sr/cli/gtk/qt: s/hw/driver/ in some places.
2969
2970commit 2df65e9fe9872dde357a40a388d0fee9b25edce8
2971Author: Uwe Hermann <uwe@hermann-uwe.de>
2972Date:   Wed Feb 29 19:17:36 2012 +0100
2973
2974    sr: s/sr_dev_probe_name/sr_dev_probe_name_set/.
2975
2976commit a210c4ccc2a730c8e02e3f330fbff36b7f81e2da
2977Author: Uwe Hermann <uwe@hermann-uwe.de>
2978Date:   Tue Feb 28 23:52:30 2012 +0100
2979
2980    sr/cli/gtk/qt/: s/plugin/driver/.
2981
2982commit 9da0b05b3a2abafd3e346d0aec16534984da06db
2983Author: Uwe Hermann <uwe@hermann-uwe.de>
2984Date:   Mon Feb 27 22:27:33 2012 +0100
2985
2986    sr: sr_samplerate_string: Allow 3.15Hz etc. as output.
2987
2988    This is required for some hardware, e.g. ChronoVu LA8, where
2989    33.333333 MHz or 2.439024 MHz are valid samplerates. This is because the
2990    hardware takes a sampleperiod (in nanoseconds) as input, not a
2991    samplerate (in Hz).
2992
2993commit bc8e240025339710ddf4f9f0827275ae9a1fe9b7
2994Author: Uwe Hermann <uwe@hermann-uwe.de>
2995Date:   Wed Feb 22 21:48:30 2012 +0100
2996
2997    sr: No need for dynamic hardware driver registration.
2998
2999    We don't need or allow run-time registration of hardware
3000    drivers/plugins, they're added at compile-time.
3001
3002commit 5c716f9b1ffd99b4be8e813f886e102d5cc56564
3003Author: Uwe Hermann <uwe@hermann-uwe.de>
3004Date:   Wed Feb 22 19:16:03 2012 +0100
3005
3006    cli/gtk/qt: nsis: Better installer filename.
3007
3008commit 203094ec951cbc2092afa3af1a579a3786a06454
3009Author: Uwe Hermann <uwe@hermann-uwe.de>
3010Date:   Wed Feb 22 18:57:34 2012 +0100
3011
3012    cli: nsis: Hook up to "Add/remove programs".
3013
3014commit eb1241e48880599eaee457ce37865ccfb7d26615
3015Author: Uwe Hermann <uwe@hermann-uwe.de>
3016Date:   Sat Feb 18 12:11:15 2012 +0100
3017
3018    sr: s/config_set/dev_config_set/.
3019
3020    This functions is per-device-instance, so use dev_ as prefix as with
3021    the other ones.
3022
3023commit 8d145d460662736b807b6b12226d4183ef1e9ae5
3024Author: Uwe Hermann <uwe@hermann-uwe.de>
3025Date:   Sat Feb 18 00:31:35 2012 +0100
3026
3027    sr/cli/gtk/qt: s/configuration/config/.
3028
3029commit edd79b3fa0bc67a0241bc047e2ff231ae30bdf1f
3030Author: Uwe Hermann <uwe@hermann-uwe.de>
3031Date:   Sat Feb 18 00:17:18 2012 +0100
3032
3033    sr/cli/gtk: s/capability/hwcap/.
3034
3035commit b921027525e5dbde831dfde9b0793b2afff3854d
3036Author: Uwe Hermann <uwe@hermann-uwe.de>
3037Date:   Fri Feb 17 23:55:27 2012 +0100
3038
3039    sr/cli/gtk: A few more s/instance/inst/.
3040
3041commit 1e0f9ed9b98d05dad480098668882b554dbfd1d9
3042Author: Uwe Hermann <uwe@hermann-uwe.de>
3043Date:   Fri Feb 17 22:25:01 2012 +0100
3044
3045    sr/cli/gtk/qt: s/device/dev/ in many places.
3046
3047    Also, a few s/instance/inst/ occurences.
3048
3049commit fa7827c587a00a6aebc736bee34380abc7efc525
3050Author: Bert Vermeulen <bert@biot.com>
3051Date:   Wed Feb 15 03:18:48 2012 +0100
3052
3053    sr: rename all sr_hwplugin(s)_* functions to sr_hw_*
3054
3055commit 2358775c24a4c10dd55b2e0c12c24d6690b23daf
3056Author: Bert Vermeulen <bert@biot.com>
3057Date:   Tue Feb 14 03:43:28 2012 +0100
3058
3059    srd: rename public API functions to srd_thing_action format
3060
3061commit 15d920a97c10e6f04147094b48936468fac910b0
3062Author: Bert Vermeulen <bert@biot.com>
3063Date:   Tue Feb 14 03:28:53 2012 +0100
3064
3065    srd: don't load all protocol decoders unless we really need to.
3066
3067commit d26d259ff46e95a230d2c66bc0e1456655ac0480
3068Author: Bert Vermeulen <bert@biot.com>
3069Date:   Tue Feb 14 00:23:51 2012 +0100
3070
3071    sr: rename more functions to sr_thing_action format
3072
3073    Also improved the interface to find capabilities in a hardware plugin.
3074
3075commit 548b7ddc8144ca0430f852c89ae4f2e61ab487d7
3076Author: Bert Vermeulen <bert@biot.com>
3077Date:   Mon Feb 13 15:23:16 2012 +0100
3078
3079    sr: rename hwplugin functions to sr_thing_action format
3080
3081commit 96e7e071c6ebe939166c1fc7c11e9f5528ef4288
3082Author: Bert Vermeulen <bert@biot.com>
3083Date:   Mon Feb 13 14:00:47 2012 +0100
3084
3085    sr: rename all sr_device_* functions to sr_dev_*
3086
3087commit f81faab0eaf03aeea6476112f0f4e91fee709efc
3088Author: Bert Vermeulen <bert@biot.com>
3089Date:   Mon Feb 13 03:36:32 2012 +0100
3090
3091    sr: more API cleanup and documentation
3092
3093commit d3a574f8d5b4333f63b5eb6712c28f4b49a8c013
3094Author: Bert Vermeulen <bert@biot.com>
3095Date:   Sun Feb 12 04:07:22 2012 +0100
3096
3097    srd: extra module path can now optionally be passed to srd_init()
3098
3099    Also environment variable SIGROKDECODE_DIR, if present, is prepended
3100    to the module path.
3101
3102commit fa230bebdcf2802057cc0720e07f65e4d3f1be6f
3103Author: Uwe Hermann <uwe@hermann-uwe.de>
3104Date:   Sat Feb 11 22:09:18 2012 +0100
3105
3106    Rename 'void *' callback parameters to 'user_data'.
3107
3108    This is better, both for consistency reasons, and also because 'data' is
3109    a bit too generic and might be confusing, especially since we have other
3110    'data' fields in the code in various places.
3111
3112commit 7cb9889f780a78f728c10717625e288a20ea69cb
3113Author: Uwe Hermann <uwe@hermann-uwe.de>
3114Date:   Sat Feb 11 22:38:17 2012 +0100
3115
3116    srd: Every callback should have a 'void *' parameter.
3117
3118    This is required in various situations and for various lib users,
3119    especially so GUIs which might want to pass specific info via this
3120    mechanism.
3121
3122commit c2c4a0def11bd2a589aa62f8f501ff20ef5f99e4
3123Author: Uwe Hermann <uwe@hermann-uwe.de>
3124Date:   Sat Feb 11 20:06:46 2012 +0100
3125
3126    Use g_try_malloc/g_free/g_strdup consistently.
3127
3128    Avoid plain malloc()/free() in sr/srd, especially in the API calls.
3129    Also avoid g_malloc*() in favor of g_try_malloc*().
3130
3131    Use g_strdup() instead of strdup() so that we can use g_free()
3132    consistently everywhere.
3133
3134    Exceptions: Stuff that is allocated via other libs (not using glib),
3135    should also be properly free'd using the respective free-ing function
3136    (instead of g_free()). Examples: Stuff allocated by libusb, libftdi, etc.
3137
3138    Also, use sr_err() instead of sr_warn() for actual errors. sr_warn() is
3139    meant for non-fatal/uncritical warnings.
3140
3141commit 878e90d9779a1881840454e2ad7bd90a4b470221
3142Author: Bert Vermeulen <bert@biot.com>
3143Date:   Sat Feb 11 18:06:56 2012 +0100
3144
3145    srd: rename all instance to inst
3146
3147commit bed505259f5027000028d5ee69a93f1b6231eb6d
3148Author: Uwe Hermann <uwe@hermann-uwe.de>
3149Date:   Wed Feb 8 22:04:13 2012 +0100
3150
3151    sr: Implement proper logging framework.
3152
3153    This is pretty much identical to the current libsigrokdecode API/framework.
3154
3155commit f84f2fe0f99a5dfe3043589252d1069c7cdf5e5d
3156Author: Uwe Hermann <uwe@hermann-uwe.de>
3157Date:   Wed Feb 8 19:52:43 2012 +0100
3158
3159    srd: More consistent log related function names.
3160
3161    Also, fix typos, constify some parameters, add more Doxygen comments.
3162
3163commit ba77cddf80202ec7a8a83ba83eddc24a29686e48
3164Author: Uwe Hermann <uwe@hermann-uwe.de>
3165Date:   Wed Feb 8 01:33:34 2012 +0100
3166
3167    cli: nsis: Fix copy-paste error.
3168
3169commit 69ddd7a5688c4041d61ceadb826ed5fb25b9daaa
3170Author: Uwe Hermann <uwe@hermann-uwe.de>
3171Date:   Wed Feb 8 01:24:06 2012 +0100
3172
3173    cli: nsis: Start menu shortcut (opens a "DOS box").
3174
3175commit 50f3b1f9d39ba96ba44840f864f56ecfc0134141
3176Author: Uwe Hermann <uwe@hermann-uwe.de>
3177Date:   Wed Feb 8 00:33:54 2012 +0100
3178
3179    Add missing logo icon files for Windows installers.
3180
3181commit 3005dc6a2462e6c4f24e1d69ab54af8a60c1d5b3
3182Author: Uwe Hermann <uwe@hermann-uwe.de>
3183Date:   Wed Feb 8 00:25:24 2012 +0100
3184
3185    nsis: Install missing msys-1.0.dll and msys-z.dll.
3186
3187    Thanks John-Eric Kamps ("MockUp") for testing on a pristine
3188    Windows 7 (64 bit).
3189
3190commit cde481b1ad620e0e406441fb3c102850a157d4af
3191Author: Uwe Hermann <uwe@hermann-uwe.de>
3192Date:   Wed Feb 8 00:16:25 2012 +0100
3193
3194    nsis: Request admin privileges for Windows Vista and Windows 7.
3195
3196commit 2c45d10255617167e34674cd9e7536b8f0b3dc5b
3197Author: Uwe Hermann <uwe@hermann-uwe.de>
3198Date:   Mon Feb 6 21:39:13 2012 +0100
3199
3200    nsis: One installer file per frontend.
3201
3202    There will be a sigrok-cli-installer-0.1.exe,
3203    sigrok-gtk-installer-0.1.exe, and sigrok-qt-installer-0.1.exe,
3204    for example.
3205
3206    Also, add some more .gitignore entries.
3207
3208commit 60e19738ac42e01e50116d0b35ba010fef7904f2
3209Author: Uwe Hermann <uwe@hermann-uwe.de>
3210Date:   Sat Feb 4 10:41:30 2012 +0100
3211
3212    Project-wide consistent naming for #include guards.
3213
3214    Document the naming scheme in HACKING.
3215
3216commit 1e0f763c235e12c6ae8a0d11dbe82b70f5fdd92e
3217Author: Uwe Hermann <uwe@hermann-uwe.de>
3218Date:   Sat Feb 4 10:10:43 2012 +0100
3219
3220    sr/cli/gtk: Remove analog left-overs from API.
3221
3222    This will come back in some form or another later, but for now
3223    don't clutter the API with non-working stuff. Removing stuff from APIs
3224    is not possible without breaking the API, adding stuff later is simpler.
3225
3226commit 948eb829cc0a446afd2b2f5599a7ab903a1f3955
3227Author: Uwe Hermann <uwe@hermann-uwe.de>
3228Date:   Sun Feb 5 12:54:44 2012 +0100
3229
3230    autogen.sh: aclocal support for Windows XP/Vista/7.
3231
3232commit b46c4414825d1e8fb14a409bf21080974997fe57
3233Author: Bert Vermeulen <bert@biot.com>
3234Date:   Wed Feb 1 03:03:30 2012 +0100
3235
3236    cli: cleaned up debug output
3237
3238commit 9c9c1080ba34648ee1029978e07d6391ca8b5cbd
3239Author: Anatoly Sokolov <aesok@post.ru>
3240Date:   Sun Jan 29 16:56:06 2012 +0400
3241
3242    Add sr_device_get_info
3243
3244commit 2658103e629ffc7d44ff0e80e435b0f1f4cc5bfe
3245Author: Uwe Hermann <uwe@hermann-uwe.de>
3246Date:   Sat Jan 28 21:26:56 2012 +0100
3247
3248    Update/enforce/document our build requirements.
3249
3250commit 67ce0d2757835e1c23967277631dac87a61a3f82
3251Author: Bert Vermeulen <bert@biot.com>
3252Date:   Fri Jan 27 08:22:19 2012 +0100
3253
3254    cli: correctly map probes on every instance, not just the last one.
3255
3256commit c9ec7f07fd28f70874e7ec15566442021333ec8d
3257Author: Bert Vermeulen <bert@biot.com>
3258Date:   Wed Jan 25 01:50:46 2012 +0100
3259
3260    cli: use new PD instance find function
3261
3262commit 9720f23aba9333a5bbbc6f7bb10cd07ff8734de6
3263Author: Bert Vermeulen <bert@biot.com>
3264Date:   Tue Jan 24 03:50:33 2012 +0100
3265
3266    cli: minor code cleanups
3267
3268commit 905766867972aa1177cf6a23f42d0ceda096bbc8
3269Author: Bert Vermeulen <bert@biot.com>
3270Date:   Tue Jan 24 02:04:14 2012 +0100
3271
3272    cli: when deciding which PD's output to show, use instance id
3273
3274commit 3c9c82c0c6a5eaaa14f4915d09fc65e632626231
3275Author: Bert Vermeulen <bert@biot.com>
3276Date:   Tue Jan 24 00:11:45 2012 +0100
3277
3278    cli: use , as a separator for PD stacks, like all other options.
3279
3280commit 305661ad7e4d134c5ba7db54215ef7877734c78e
3281Author: Bert Vermeulen <bert@biot.com>
3282Date:   Mon Jan 23 04:52:13 2012 +0100
3283
3284    cli: if PDs fail, signal a proper session shutdown instead of abort.
3285
3286commit 110aa72a47c771ef57e358f0df361451270f3710
3287Author: Bert Vermeulen <bert@biot.com>
3288Date:   Sun Jan 22 03:30:33 2012 +0100
3289
3290    cli: minor cleanup
3291
3292commit 350beb4bff20be4fd766715a75d69989f301ede3
3293Author: Anatoly Sokolov <aesok@post.ru>
3294Date:   Sat Jan 21 18:34:11 2012 +0400
3295
3296    add SR_HWCAP_DEMO_DEVICE capability
3297
3298commit 248ad03233cf82ec6a453343a9f9b9b13233724d
3299Author: Bert Vermeulen <bert@biot.com>
3300Date:   Fri Jan 20 22:26:47 2012 +0100
3301
3302    cli: configuring SRD probes no longer deletes them from the hash
3303
3304commit a1418b73d4f33f1439b7e2c94be9019c3085a555
3305Author: Bert Vermeulen <bert@biot.com>
3306Date:   Tue Jan 17 03:38:07 2012 +0100
3307
3308    CLI: use the new per-PD option setting API
3309
3310commit 41bc9e4f7d6521c05d9226f4f2e38f779d984e6c
3311Author: Bert Vermeulen <bert@biot.com>
3312Date:   Sun Jan 15 23:24:30 2012 +0100
3313
3314    CLI: print sample numbers on annotations on log level > 2
3315
3316commit 838285aa2e112b526f944b81070d5525de9b634a
3317Author: Bert Vermeulen <bert@biot.com>
3318Date:   Sun Jan 15 23:23:25 2012 +0100
3319
3320    CLI: properly feed SRD a sample number with every chunk of data.
3321
3322commit 4611cadf654ea6d0a64c0d5ae8d766f68bc15165
3323Author: Uwe Hermann <uwe@hermann-uwe.de>
3324Date:   Sun Jan 15 20:47:26 2012 +0100
3325
3326    cli: manpage: Add sigrok-gtk(1) to "SEE ALSO".
3327
3328commit 93a0d36c2227cea998eb3234f7178cf896a3229f
3329Author: Uwe Hermann <uwe@hermann-uwe.de>
3330Date:   Sun Jan 15 20:30:10 2012 +0100
3331
3332    frontends: Check for sr/srd minimum versions.
3333
3334commit 71b1ea4ec4ad25a396fbdd79696af03c0a197616
3335Author: Bert Vermeulen <bert@biot.com>
3336Date:   Sun Jan 15 04:02:21 2012 +0100
3337
3338    CLI: when invoked with only -a <pd>, the PD's documentation is shown.
3339
3340commit 60ca1ad65dac60ad90089391875488e53f16114f
3341Author: Uwe Hermann <uwe@hermann-uwe.de>
3342Date:   Sat Jan 14 21:41:41 2012 +0100
3343
3344    Improve 'longname' PD strings, use in 'sigrok-cli -V'.
3345
3346commit ca07c71183a88c7f6eeb47c0d11399f0145562a1
3347Author: Uwe Hermann <uwe@hermann-uwe.de>
3348Date:   Tue Jan 10 21:32:26 2012 +0100
3349
3350    cli: Fix left-over ANN/PROTO names.
3351
3352commit 9f4a898ee72a89d6bf213202e792e9b4431a9572
3353Author: Bert Vermeulen <bert@biot.com>
3354Date:   Tue Jan 10 00:25:16 2012 +0100
3355
3356    Stacked protocol decoders implementation.
3357
3358    The DDC decoder takes input from the I2C PD.
3359
3360commit 6de7ec06e266e8c075708b560584e7fcab1e0b91
3361Author: Bert Vermeulen <bert@biot.com>
3362Date:   Mon Jan 9 12:54:03 2012 +0100
3363
3364    cli: make libsigrokdecode follow loglevel setting
3365
3366commit 213c6cead388576c01b53bf8d28d59581b7e4c59
3367Author: Bert Vermeulen <bert@biot.com>
3368Date:   Sun Jan 8 03:20:12 2012 +0100
3369
3370    pass PD output to the calling frontend, simple annotation viewer in CLI.
3371
3372commit 5aa4e6d953e419f304a7e863ec4a5660e91bd63b
3373Author: Uwe Hermann <uwe@hermann-uwe.de>
3374Date:   Sat Jan 7 14:46:24 2012 +0100
3375
3376    cli: Better debug messages for setting PD probes.
3377
3378commit 760f6d3a7e2a621a94a8649aa89c69d985a4b93e
3379Author: Uwe Hermann <uwe@hermann-uwe.de>
3380Date:   Sat Jan 7 14:15:10 2012 +0100
3381
3382    More .gitignore files cleanup.
3383
3384commit 1eb238a0b0c906441104d367f6ccafdb49f0e7f4
3385Author: Renato Caldas <rmsc@fe.up.pt>
3386Date:   Fri Jan 6 11:07:37 2012 +0000
3387
3388    Added "autostuff" to the .gitignore.
3389
3390commit ee38f0beb0bca30a65b8fde65aef23ba17927adb
3391Author: Bert Vermeulen <bert@biot.com>
3392Date:   Thu Jan 5 03:31:36 2012 +0100
3393
3394    new srd_logic type implementation for PDs to iterate over.
3395
3396commit b4dfa44d2982067e2447356ca3b33dfc00264622
3397Author: Uwe Hermann <uwe@hermann-uwe.de>
3398Date:   Wed Jan 4 15:26:41 2012 +0100
3399
3400    A few more fixes for configure.ac files.
3401
3402    Add missing checks and quotes, remove superfluous checks, etc.
3403
3404commit 81f487d6a14133ab56466316499ce7cd1cff2d9b
3405Author: Uwe Hermann <uwe@hermann-uwe.de>
3406Date:   Wed Jan 4 03:09:20 2012 +0100
3407
3408    cli: configure.ac: Show config summary.
3409
3410    Also, add missing glib-2.0 check, we use it directly in the CLI too,
3411    not just due to the libsigrok dependency.
3412
3413commit 91425119e426f9ff76ae0636cd06ab6e9c8dbab4
3414Author: Uwe Hermann <uwe@hermann-uwe.de>
3415Date:   Wed Jan 4 00:49:06 2012 +0100
3416
3417    cli: configure.ac: Fix typo.
3418
3419commit d04f8fdcc1150f5775ee0ae680fb2fad0341b55d
3420Author: Uwe Hermann <uwe@hermann-uwe.de>
3421Date:   Tue Jan 3 21:55:48 2012 +0100
3422
3423    Put most autotools files into autostuff/.
3424
3425    This yields a slightly more "tidy" top-level directory.
3426
3427commit 1999ae06a4d06ea323218707f8e8a3c59ed404e7
3428Author: Uwe Hermann <uwe@hermann-uwe.de>
3429Date:   Mon Jan 2 14:33:42 2012 +0100
3430
3431    cli: Add a few more static keywords.
3432
3433commit 34c6b368f40e5c570e2272fab9afa2bfde3ba207
3434Author: Uwe Hermann <uwe@hermann-uwe.de>
3435Date:   Fri Dec 30 22:38:25 2011 +0100
3436
3437    Split README, add appropriate ones per-project.
3438
3439commit 43e5747a59ed92243c217f7e36da2ac35bbcd80d
3440Author: Uwe Hermann <uwe@hermann-uwe.de>
3441Date:   Fri Dec 30 11:23:22 2011 +0100
3442
3443    Rename sub-project dirs to their correct name.
3444