Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 1 | -8/+11 |
2016-10-26 | driver: sfrt_main(): skip remaining units once an error has occurred. | midipix | 1 | -1/+1 |
2016-10-26 | driver: status codes: refactor and normalize. | midipix | 1 | -3/+5 |
2016-10-26 | utility: error trace and error information: initial integration. | midipix | 1 | -13/+8 |
2016-10-25 | struct sfrt_unit_ctx: removed cctx (pass pointer to driver context instead). | midipix | 2 | -7/+5 |
2016-10-25 | sfrt_get_unit_ctx(): added error trace support. | midipix | 1 | -5/+14 |
2016-10-25 | sfrt_map_input(): added error trace support. | midipix | 1 | -1/+1 |
2016-10-25 | sfrt_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-10-25 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+7 |
2016-06-25 | utility: improved box integration, removed need for build-time macro. | midipix | 1 | -0/+91 |
2016-05-06 | driver: mark unused parameter. | midipix | 1 | -0/+2 |
2016-04-24 | driver: added struct sfrt_source_version, sfrt_source_version(). | midipix | 1 | -0/+14 |
2016-04-10 | driver: record the flags passed to sfrt_get_driver_ctx(). | midipix | 1 | -0/+1 |
2016-01-10 | driver: move to header extern declaration of sfrt_default_options[]. | midipix | 1 | -2/+0 |
2016-01-10 | argv.h: main(): fix signatures. | midipix | 1 | -3/+3 |
2015-12-31 | driver: fix semantics of calloc() calls. | midipix | 2 | -2/+2 |
2015-12-20 | driver: sfrt_get_driver_ctx_fail(): add missing 'static' linkage. | midipix | 1 | -1/+1 |
2015-12-19 | driver: sfrt_driver_ctx_alloc(): add missing initialization. | midipix | 1 | -0/+1 |
2015-12-19 | whitespace meditation. | midipix | 1 | -4/+4 |
2015-12-18 | driver: improve common context initialization logic. | midipix | 1 | -4/+9 |
2015-12-16 | driver: added sfrt_create_driver_ctx(). | midipix | 1 | -0/+20 |
2015-12-16 | driver: make the common context initialization code more generic. | midipix | 1 | -14/+7 |
2015-12-16 | C headers and source files: mark dummy interfaces and related code. | midipix | 1 | -14/+14 |
2015-12-14 | initial commit. | midipix | 2 | -0/+225 |