blob: 3a60e90b36fb67318c286b04aa2de1609e6271bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Branch layout:
master
The latest and greatest, schema definitions only
<language>/master
The latest and greatest language bindings (generated) and wrapper
libraries (if appropriate) for <language>. For example, branch
python/master
is occassionally, regularly, merged with the master branch.
Bindings are then generated, modifications are updated where
necessary, test-cases executed, and naturally we hope all is well.
<major>.<minor>
Schema definitions developed for the <major>.<minor> product
series.
Tracks towards a future <teeny> version release, using the
x.y.z versioning schema.
<language>/<major>.<minor>
Using the same schema definitions as <major>.<minor> schema
definitions branch, generated bindings and modifications (if
necessary) and wrapper libraries (if appropriate) for
<language> are maintained in this branch.
|