index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exception.c
Age
Commit message (
Expand
)
Author
2018-05-18
Random whitespace/cosmetic/consistency fixes.
Uwe Hermann
2018-04-20
srd_exception_catch(): Beautify traceback logging output.
Uwe Hermann
2018-04-20
Show backtrace when decode() aborts due to an error.
Uwe Hermann
2017-06-30
Acquire/release the Python GIL where needed to avoid threading issues.
Uwe Hermann
2015-10-06
util: Factor out Python module load
Daniel Elstner
2015-10-06
Python: Restrict code to stable ABI subset
Daniel Elstner
2015-09-13
Build: Include <config.h> first in all source files
Daniel Elstner
2015-09-13
Fix srd_log() format warnings
Daniel Elstner
2014-07-08
Make exception output more predictable.
Bert Vermeulen
2014-07-08
Remove dependency on Python.h from public API header
Marcus Comstedt
2013-05-03
Main header is <libsigrokdecode/libsigrokdecode.h> now.
Uwe Hermann
2013-04-23
GPL headers: Use correct project name.
Uwe Hermann
2013-02-09
Doxygen: Mark private functions/variables properly.
Uwe Hermann
2012-03-28
srd: Some more (optional) consistency renames.
Uwe Hermann
2012-03-18
srd: Cosmetics, fix/add Doxygen comments.
Uwe Hermann
2012-02-10
srd: Add/use SRD_API/SRD_PRIV macros.
Uwe Hermann
2012-02-10
srd: Cosmetics, whitespace, coding-style fixes.
Uwe Hermann
2012-01-26
srd: Remove manual log domain ("srd: ") prefixes.
Uwe Hermann
2012-01-23
srd: add python exception catcher, which routes to srd_err() and srd_dbg()
Bert Vermeulen