aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Fix OSX compilationcbdev1-1/+1
2020-04-21Implement recursive configuration file parsing (Fixes #59)cbdev1-2/+23
2020-03-14Restructure backend and instance registrycbdev1-1/+1
2020-01-12Rework instance creationcbdev1-5/+9
2020-01-05Implement commandline config override (Fixes #26)cbdev1-127/+237
2019-12-11Simplify plugin_stop APIcbdev1-1/+2
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-4/+4
2019-11-07Only fclose configuration file if it has been opened previously (Coverity CID...cbdev1-1/+3
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev1-3/+35
2019-09-04Use platform-independent specifiers for printf callscbdev1-3/+3
2019-08-03Windows build compatiblitycbdev1-0/+56
2019-07-24Allow n:1 multi-channel mappingcbdev1-4/+4
2019-07-20Implement multi-channel mapping syntaxcbdev1-16/+180
2018-03-16Fix resource leaks on errorcbdev1-0/+2
2017-12-02Fix check on return valuecbdev1-2/+1
2017-12-02Simplify config parsing, OSC keyboard sample configcbdev1-2/+1
2017-07-04Change mapping syntax to allow bi-directional assignmentscbdev1-12/+67
2017-07-03Validate instance namescbdev1-0/+6
2017-06-04Implement channel mappingcbdev1-6/+53
2017-06-04Move instance allocator to backend object, introduce backend start functioncbdev1-0/+5
2017-06-04Add readme, flesh out backendscbdev1-6/+0
2017-06-03Config parsercbdev1-0/+138