Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/AUTHORS @ 4:e13257ea84a4
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@4 | 1 Steve Harris |
Chris@4 | 2 Nicholas J Humfrey |
Chris@4 | 3 Uwe Koloska |
Chris@4 | 4 Jesse Chappell |
Chris@4 | 5 Topher Cyll |
Chris@4 | 6 Sze'kelyi Szabolcs |
Chris@4 | 7 Camille Troillard |
Chris@4 | 8 Chris Hixon |
Chris@4 | 9 Kentaro Fukuchi |
Chris@4 | 10 Dave Robillard |
Chris@4 | 11 Nicolas Humfrey |
Chris@4 | 12 Stephen Sinclair |
Chris@4 | 13 Dominic Sacré |
Chris@4 | 14 Alex McLean |
Chris@4 | 15 Mike Wozniewski |
Chris@4 | 16 |
Chris@4 | 17 |
Chris@4 | 18 Guidelines for authors: |
Chris@4 | 19 |
Chris@4 | 20 As liblo is an implementation of a fairly widespread protocol I'd like to keep |
Chris@4 | 21 any changes in check to try to prevent it deviating too far from the agreed OSC |
Chris@4 | 22 standard and the intended niche of liblo (ie. easy to use). To help that, |
Chris@4 | 23 please try to follow the following guidelines: |
Chris@4 | 24 |
Chris@4 | 25 * Keep to the current, fairly minimal, OO-C API style where possible |
Chris@4 | 26 * Document any API changes in Doxygen style. my current docs aren't great, but |
Chris@4 | 27 the're better than nothing :) |
Chris@4 | 28 * Update the ChangeLog whenever neccesary. |
Chris@4 | 29 * Add tests for any changes or discovered bugs to the regression test file. |
Chris@4 | 30 |