index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
srd.c
Age
Commit message (
Expand
)
Author
2015-09-13
Build: Include <config.h> first in all source files
Daniel Elstner
2015-04-01
Use g_malloc*() consistently, simplify error handling.
Uwe Hermann
2014-07-23
Drop references to obsolete sigrok-commits mailing list.
Uwe Hermann
2014-07-08
Remove dependency on Python.h from public API header
Marcus Comstedt
2014-05-04
Mark some variables more consistently as SRD_PRIV.
Uwe Hermann
2014-05-03
Move srd_check_init() to decoder.c and make it static.
Uwe Hermann
2014-05-03
Make 'pd_list' static, it's only used in one file.
Uwe Hermann
2014-05-03
srd.c: Fix typo to avoid Doxygen output for srd_check_init().
Uwe Hermann
2014-01-30
Fix warnings exposed by -Wmissing-prototypes.
Uwe Hermann
2013-12-11
Load decoders from all search paths, not just the default.
Bert Vermeulen
2013-12-11
Clear decoder list after unloading, not just at exit.
Bert Vermeulen
2013-11-18
Check library initialization before handling decoders
Bert Vermeulen
2013-11-16
Move initialization/shutdown into srd.c
Bert Vermeulen