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