Age | Commit message (Expand) | Author | Files | Lines |
2019-07-13 | Fix & simplify timer configuration | cbdev | 1 | -14/+15 |
2019-07-13 | Fix indexing bug | cbdev | 1 | -1/+1 |
2019-07-13 | Improved Lua backend with intervals | cbdev | 6 | -42/+359 |
2019-07-07 | Minor fixes | cbdev | 3 | -9/+7 |
2019-07-07 | Add lua dependency to macos for travis | cbdev | 1 | -1/+1 |
2019-07-06 | evdev backend code style fixes | cbdev | 2 | -6/+11 |
2019-07-06 | Implement Lua backend | cbdev | 9 | -5/+342 |
2019-06-30 | Update OSC backend to API design | cbdev | 2 | -35/+35 |
2019-06-29 | Update loopback backend to match API design | cbdev | 4 | -29/+33 |
2019-04-01 | Fix MIDI example mappings | cbdev | 1 | -2/+2 |
2019-04-01 | Fix spelling | cbdev | 1 | -1/+1 |
2019-04-01 | Implement pitch, aftertouch and pressure events for the MIDI backend | cbdev | 3 | -12/+66 |
2019-03-31 | Move backend documentation out of main README | cbdev | 8 | -418/+386 |
2019-03-30 | Fix MIDI mapping syntax | cbdev | 6 | -205/+239 |
2019-03-26 | Merge pull request #18 from peternewman/patch-1 | cbdev | 2 | -5/+9 |
2019-03-26 | Only run $CXX version when necessary | Peter Newman | 1 | -1/+1 |
2019-03-26 | Install g++8 too, for the C++ compiles | Peter Newman | 1 | -1/+3 |
2019-03-26 | Install the ola libs on Mac, use the latest C++ compiler too | Peter Newman | 1 | -4/+5 |
2019-03-26 | Actually build the OLA plugin | Peter Newman | 1 | -1/+1 |
2019-03-26 | Build OLA plugin too | Peter Newman | 1 | -0/+1 |
2019-03-24 | Hack-fix parallel builds | cbdev | 1 | -1/+1 |
2019-03-24 | Don't use GNU extensions for initializers... | cbdev | 1 | -1/+2 |
2019-03-24 | Fix minor issues reported by Coverity Scan | cbdev | 2 | -2/+2 |
2019-03-24 | Factor out socket operations (Fixes #13) | cbdev | 6 | -341/+206 |
2019-03-24 | Introduce full build target in root | cbdev | 1 | -1/+6 |
2019-03-23 | Fix link visibilities | cbdev | 2 | -4/+4 |
2019-03-22 | Implement an OLA backend (Fixes #14) | cbdev | 5 | -23/+443 |
2019-03-20 | Fix signaled fd storage reallocation | cbdev | 1 | -8/+7 |
2019-03-19 | Documentation update | cbdev | 1 | -3/+4 |
2019-03-19 | Allow the fd set to be updated at translation time (Fixes #8) | cbdev | 2 | -12/+30 |
2019-03-16 | Clarify wording of wide channels in README | cbdev | 1 | -2/+2 |
2019-03-16 | Only start backends with active instances | cbdev | 2 | -4/+15 |
2019-03-07 | Use _CLOCK_MONOTONIC_RAW for timestamps on OSX | cbdev | 1 | -1/+3 |
2019-03-06 | Add Travis CI (#15) | Peter Newman | 3 | -1/+250 |
2018-12-27 | New configuration | cbdev | 2 | -0/+64 |
2018-03-28 | Elaborate backend error message | cbdev | 2 | -1/+3 |
2018-03-25 | Clarify startup error message | cbdev | 2 | -3/+6 |
2018-03-25 | Add Coverity Scan badge to README | cbdev | 1 | -0/+2 |
2018-03-25 | Fix syntax | cbdev | 1 | -2/+1 |
2018-03-25 | Actually fix interval calculation (Fixes #7) | cbdev | 1 | -2/+4 |
2018-03-24 | Work around OSX differences in Makefile | cbdev | 2 | -1/+22 |
2018-03-23 | Fix bug in universe discovery packet | cbdev | 3 | -2/+4 |
2018-03-23 | Add partial support for building on OSX | cbdev | 3 | -1/+22 |
2018-03-19 | Clarify integer promotion in sACN backend (Coverity CIDs 264891, 264889) | cbdev | 1 | -2/+2 |
2018-03-19 | Fix resource leaks on error, reported by Coverity Scan | cbdev | 3 | -0/+4 |
2018-03-16 | Fix issues found by Coverity Scan | cbdev | 5 | -2/+9 |
2018-03-16 | Fix resource leaks on error | cbdev | 3 | -0/+4 |
2018-03-11 | Fix README TOC links | cbdev | 1 | -13/+13 |
2018-03-11 | Link example configurations | cbdev | 1 | -3/+3 |
2018-03-11 | Update the README | cbdev | 1 | -4/+11 |