Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | srd: Some more (optional) consistency renames. | Uwe Hermann | |
2012-03-28 | srd/cli/qt: Some more API consistency renames. | Uwe Hermann | |
2012-03-18 | srd: Constify lots more parameters. | Uwe Hermann | |
2012-03-18 | srd: Cosmetics, fix/add Doxygen comments. | Uwe Hermann | |
2012-03-14 | srd: Drop unused ARRAY_SIZE/ARRAY_AND_SIZE for now. | Uwe Hermann | |
2012-02-12 | srd: last public/private fix, and docs for all publis functions. | Bert Vermeulen | |
2012-02-12 | srd: finish up public/private API | Bert Vermeulen | |
2012-02-12 | srd: no public API functions use python-specific arguments now | Bert Vermeulen | |
2012-02-11 | srd: rename all instance to inst | Bert Vermeulen | |
2012-02-10 | srd: Move private symbols to sigrokdecode-internal.h. | 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-05 | Project-wide consistent naming for #include guards. | Uwe Hermann | |
Document the naming scheme in HACKING. | |||
2011-12-22 | srd: Add logging framework. | Uwe Hermann | |
This includes the (private) functions srd_err() and friends, the (public) SRD_LOG_ERR macros and friends, and the (public) API functions srd_set_loglevel() and srd_get_loglevel(). |