Bert Vermeulen
54b38f64aa
use strdup() instead of g_strdup()
2010-04-08 16:50:27 +02:00
Bert Vermeulen
37aea2d35c
better buffer size calculation
2010-04-08 16:50:27 +02:00
Bert Vermeulen
d2cd86ac26
fix off-by-one error
2010-04-08 16:50:27 +02:00
Uwe Hermann
25e7d9b115
Factor out common sigrok_samplerate_string().
2010-04-07 20:13:57 +02:00
Uwe Hermann
bc010c054b
VCD output: Handle disabled probes correctly.
2010-04-06 16:54:39 +02:00
Uwe Hermann
e2ad47b5b0
Gnuplot output format support.
2010-04-06 16:54:37 +02:00
Uwe Hermann
2b3414a497
libsigrokdecode: Add initial return code list.
2010-04-06 01:29:32 +02:00
Uwe Hermann
e31b636df6
Start unification of libsigrok return codes.
...
We have SIGROK_OK for functions calls where no errors occured. All
error code names start with SIGROK_ERR and are globally unique,
negative values.
The value SIGROK_ERR is a generic/unspecified error code, all others,
such as SIGROK_ERR_MALLOC, refer to a specific error condition.
This commit renames the old SIGROK_NOK etc.
2010-04-05 18:30:14 +02:00
Uwe Hermann
5a8fda158b
Allow output_format.init() to return errors.
2010-04-05 18:30:08 +02:00
Uwe Hermann
4c100f3244
More consistent spelling of "samplerate".
2010-04-05 18:30:02 +02:00
Uwe Hermann
4c9ffa83cf
Initial Value Change Dump (VCD) output support.
2010-04-04 13:19:20 +02:00
Uwe Hermann
a695d6c075
Rename libbackend to libsigrok.
2010-04-02 20:27:59 +02:00
Uwe Hermann
a1bb33afbd
Start of code base layout restructuring.
2010-04-02 20:27:54 +02:00