Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-13 | Build: Include <config.h> first in all source files | Daniel Elstner | |
Since Autoconf places some important feature flags only into the configuration header, it is necessary to include it globally to guarantee a consistent build. | |||
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 | |
This prevents Python.h from being included into client code, where it can mess things up by e.g. redefining _POSIX_C_SOURCE. | |||
2013-05-03 | Main header is <libsigrokdecode/libsigrokdecode.h> now. | Uwe Hermann | |
This matches the convention used in libsigrok. Potential other headers might end up in libsigrokdecode/, but only libsigrokdecode.h is meant to be #included by frontends directly. | |||
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 | |
This is not yet finished, more things should be made private. | |||
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 | |