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