aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Install g++8 too, for the C++ compilesPeter Newman1-1/+3
2019-03-26Install the ola libs on Mac, use the latest C++ compiler tooPeter Newman1-4/+5
2019-03-26Actually build the OLA pluginPeter Newman1-1/+1
2019-03-26Build OLA plugin tooPeter Newman1-0/+1
2019-03-24Hack-fix parallel buildscbdev1-1/+1
2019-03-24Don't use GNU extensions for initializers...cbdev1-1/+2
2019-03-24Fix minor issues reported by Coverity Scancbdev2-2/+2
2019-03-24Factor out socket operations (Fixes #13)cbdev6-341/+206
2019-03-24Introduce full build target in rootcbdev1-1/+6
2019-03-23Fix link visibilitiescbdev2-4/+4
2019-03-22Implement an OLA backend (Fixes #14)cbdev5-23/+443
2019-03-20Fix signaled fd storage reallocationcbdev1-8/+7
2019-03-19Documentation updatecbdev1-3/+4
2019-03-19Allow the fd set to be updated at translation time (Fixes #8)cbdev2-12/+30
2019-03-16Clarify wording of wide channels in READMEcbdev1-2/+2
2019-03-16Only start backends with active instancescbdev2-4/+15
2019-03-07Use _CLOCK_MONOTONIC_RAW for timestamps on OSXcbdev1-1/+3
2019-03-06Add Travis CI (#15)Peter Newman3-1/+250
2018-12-27New configurationcbdev2-0/+64
2018-03-28Elaborate backend error messagecbdev2-1/+3
2018-03-25Clarify startup error messagecbdev2-3/+6
2018-03-25Add Coverity Scan badge to READMEcbdev1-0/+2
2018-03-25Fix syntaxcbdev1-2/+1
2018-03-25Actually fix interval calculation (Fixes #7)cbdev1-2/+4
2018-03-24Work around OSX differences in Makefilecbdev2-1/+22
2018-03-23Fix bug in universe discovery packetcbdev3-2/+4
2018-03-23Add partial support for building on OSXcbdev3-1/+22
2018-03-19Clarify integer promotion in sACN backend (Coverity CIDs 264891, 264889)cbdev1-2/+2
2018-03-19Fix resource leaks on error, reported by Coverity Scancbdev3-0/+4
2018-03-16Fix issues found by Coverity Scancbdev5-2/+9
2018-03-16Fix resource leaks on errorcbdev3-0/+4
2018-03-11Fix README TOC linkscbdev1-13/+13
2018-03-11Link example configurationscbdev1-3/+3
2018-03-11Update the READMEcbdev1-4/+11
2018-03-11Add LaunchControl -> sACN demo configcbdev1-0/+45
2018-03-09Implement evdev device matching by namecbdev5-32/+110
2018-03-02Makefile variable additions need to be target-specificcbdev1-3/+3
2018-03-02Move backend implementations to subdirectorycbdev14-20/+29
2018-03-02Implement keepalive framescbdev6-66/+169
2018-03-01Fix short memcpycbdev1-1/+1
2018-03-01Rename makefilecbdev1-0/+0
2018-03-01Add TOC to READMEcbdev1-3/+44
2018-03-01sACN documentation, Update OSC config syntaxcbdev4-6/+72
2018-03-01Implement sACN universe discovery, update configuration syntaxcbdev2-7/+65
2018-02-28Update ArtNet configuration syntax, add mm_timestamp APIcbdev4-8/+37
2018-02-27Implement sACN outputcbdev5-20/+130
2018-02-25sACN backend inputcbdev4-11/+664
2018-02-25Minor fixes to the ArtNet backendcbdev2-38/+39
2018-02-24Fix pedantic warningscbdev2-2/+2
2018-02-24Add and document sanitizer/valgrind makefile targetscbdev2-1/+10