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