Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-20 | Rename atom:Dict to atom:Object (more appropriate term since keys are ↵ | David Robillard | 1 | -6/+11 | |
restricted, matches JSON, kinda sorta matches RDF and intended usage). Rename atom:Array to atom:Tuple ("Array" seems to imply homogeneous and constant time indexing, which is not true here). | |||||
2010-10-19 | Fix alignment restrictions. | David Robillard | 1 | -0/+2 | |
Align Atoms to 32-bits, since the LV2_Atom header is only 32-bit aligned so the payload would not be 64-bit aligned even if the LV2_Atom header is (note the same problem applies to events, oops). | |||||
2010-10-17 | Add atom:Array type (a heterogeneous POD sequence). | David Robillard | 1 | -0/+10 | |
2010-10-17 | Create new Message extension, and remove message type definition from Atom ↵ | David Robillard | 1 | -20/+19 | |
extension. Clean up Atom extension and define more struct types in header. | |||||
2010-10-05 | Clean up atom extension documentation. | David Robillard | 1 | -11/+7 | |
2010-10-04 | Initial import of lv2plug.in universe. | David Robillard | 1 | -0/+272 | |