index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
type_decoder.c
Age
Commit message (
Expand
)
Author
2022-11-24
type_decoder: silence print format warnings, greppable messages
Gerhard Sittig
2022-11-24
nit: break a long line in different ways, unobfuscate parameter grouping
Gerhard Sittig
2022-10-03
type_decoder: update .samplenum before ending .wait() with EOFError
Gerhard Sittig
2021-12-26
session: introduce the public "send EOF" API routine
Gerhard Sittig
2021-12-26
type_decoder: eliminate explicit string length spec for literals
Gerhard Sittig
2021-12-26
type_decoder: use ALL_ZERO for sentinels in method/member tables
Gerhard Sittig
2021-12-26
type_decoder: update and extend Decoder base class doc strings
Gerhard Sittig
2021-12-26
type_decoder: move Python doc strings to method implementations
Gerhard Sittig
2021-03-07
decoder: increment Python object reference for .has_channel() result
Gerhard Sittig
2021-02-13
Rename logic_class to logic_group and output as group-wise RLE
Soeren Apel
2021-02-13
Add initial OUTPUT_LOGIC support.
Uwe Hermann
2020-05-22
Use PyLong_FromUnsignedLongLong() where needed.
Uwe Hermann
2020-05-21
type_decoder.c: Workaround for a compiler warning.
Uwe Hermann
2019-11-24
decoder: accept skip count 0 (onewire_link, usb_signalling)
Gerhard Sittig
2019-11-24
decoder: internal 'always false' term, handle invalid skip and channel
Gerhard Sittig
2019-11-23
Avoid using Py_IncRef/Py_DecRef for consistency.
Uwe Hermann
2019-11-19
Fix multiple PyObject_SetAttrString() related leaks.
Uwe Hermann
2018-10-13
Various log message improvements.
Uwe Hermann
2018-10-13
log: Use human-readable output type name everywhere.
Uwe Hermann
2018-10-13
Decoder_put(): Add more info to OTUPUT_PYTHON log messages.
Uwe Hermann
2018-10-06
type_decoder.c: Fix trailing whitespace.
Uwe Hermann
2018-05-19
Decoder_put(): Avoid a g_malloc()/g_free() pair per binary out.
Uwe Hermann
2018-05-19
Decoder_put(): Avoid a g_malloc()/g_free() pair per annotation.
Uwe Hermann
2018-05-18
srd_inst_find_by_obj(): Minor performance improvement.
Uwe Hermann
2018-05-18
srd_*inst_find_by_obj(): Suggest inlining for performance reasons.
Uwe Hermann
2018-05-18
srd_*inst_find_by_obj(): Move functions, make them static.
Uwe Hermann
2018-05-18
convert_meta(): Use g_variant_type_equal().
Uwe Hermann
2018-05-18
Random whitespace/cosmetic/consistency fixes.
Uwe Hermann
2018-05-17
type_decoder.c: Fix a compiler warning (-Wswitch-default).
Uwe Hermann
2018-05-16
type_decoder.c: Drop unneeded g_free() NULL check.
Uwe Hermann
2018-05-16
type_decoder.c: Fix a scan-build warning.
Uwe Hermann
2018-05-16
type_decoder.c: Fix a memory leak reported by scan-build.
Uwe Hermann
2018-05-16
type_decoder.c: Fix a memory leak reported by scan-build.
Uwe Hermann
2018-05-15
Convert some g_malloc0() to g_malloc().
Uwe Hermann
2018-05-15
get_current_pinvalues(): Slightly simplify a code chunk.
Uwe Hermann
2018-05-09
type_decoder.c: Drop incorrect Py_DECREF() calls.
Uwe Hermann
2018-05-09
type_decoder: Fixup memory leak in Decoder.put() (meta, python)
Uwe Hermann
2018-05-09
type_decoder: fixup memory leak in Decoder.put() (annotation, binary)
Gerhard Sittig
2018-04-20
Decoder_register(): Drop an overly verbose log message.
Uwe Hermann
2018-03-31
Decoder: check for duplicate register() calls in common backend code
Gerhard Sittig
2018-03-31
decoder: rephrase .has_channel() argument parse logic
Gerhard Sittig
2018-03-07
Minor whitespace/typo fixes.
Uwe Hermann
2017-06-30
self.put(): Eliminate an unneeded malloc/free pair.
Uwe Hermann
2017-06-30
Acquire/release the Python GIL where needed to avoid threading issues.
Uwe Hermann
2017-06-21
decoder: Accept more forms of "unconditional wait()" (None, no args)
Gerhard Sittig
2017-06-21
decoder: Unbreak execution of Decoder.wait() with empty condition
Gerhard Sittig
2017-03-12
decoder: terminate .wait() and .decode(), join threads for v3 instances
Gerhard Sittig
2017-02-28
Fix memory leak in get_current_pinvalues()
Marcus Comstedt
2017-02-28
More refcounting fixes
Marcus Comstedt
2017-02-26
Fix refcounting bug in set_new_condition_list()
Marcus Comstedt
[next]