Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-17 | Fix implicit conversions in forge.h that are invalid in C++11. | David Robillard | 1 | -1/+1 | |
2012-04-17 | Bump versions, mark up releases, portability fixes. | David Robillard | 1 | -2/+2 | |
2012-02-23 | Separately define body types for atoms with non-trivial bodies so the type ↵ | David Robillard | 1 | -1/+1 | |
definitions are useful when only the body is available (e.g. state API). Use a single int64_t stamp for frame times since range is more important now and subframes was never really used anyway. Add atom:frameTime and atom:beatTime for serialising events. Consistently use name "body" for all types of atom bodies. Add lv2_atom_forge_atom() and lv2_atom_forge_raw() for constructing arbitrary atoms. Merge similar string-like forge methods. Update language URI requirements to match current (and hopefully permanent, geeze) http://lexvo.org reality. | |||||
2012-02-19 | Clean up documentation. | David Robillard | 1 | -2/+1 | |
Improve object query function names. | |||||
2012-02-08 | Rearrange tree so top level can be used as an include path for standard ↵ | David Robillard | 1 | -0/+9 | |
style LV2 includes. |