]> sigrok.org Git - libsigrokdecode.git/history - exception.c
ook_vis: Minor code simplifications.
[libsigrokdecode.git] / exception.c
2018-05-17 Uwe HermannRandom whitespace/cosmetic/consistency fixes.
2018-04-20 Uwe Hermannsrd_exception_catch(): Beautify traceback logging output.
2018-04-20 Uwe HermannShow backtrace when decode() aborts due to an error.
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2015-10-06 Daniel Elstnerutil: Factor out Python module load
2015-10-06 Daniel ElstnerPython: Restrict code to stable ABI subset
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix srd_log() format warnings
2014-07-08 Bert VermeulenMake exception output more predictable.
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2013-05-03 Uwe HermannMain header is <libsigrokdecode/libsigrokdecode.h>...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-02-09 Uwe HermannDoxygen: Mark private functions/variables properly.
2012-03-27 Uwe Hermannsrd: Some more (optional) consistency renames.
2012-03-18 Uwe Hermannsrd: Cosmetics, fix/add Doxygen comments.
2012-02-10 Uwe Hermannsrd: Add/use SRD_API/SRD_PRIV macros.
2012-02-10 Uwe Hermannsrd: Cosmetics, whitespace, coding-style fixes.
2012-01-26 Uwe Hermannsrd: Remove manual log domain ("srd: ") prefixes.
2012-01-23 Bert Vermeulensrd: add python exception catcher, which routes to...