Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 1 | -8/+0 | |
2016-10-04 | Add lv2_atom_object_get_typed() | David Robillard | 1 | -1/+1 | |
2014-08-08 | LV2 1.10.0 | David Robillard | 1 | -2/+2 | |
2014-01-24 | atom: Deprecate Blank and Resource in favour of just Object. | David Robillard | 1 | -1/+1 | |
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated. | |||||
2014-01-04 | LV2 1.8.0 | David Robillard | 1 | -1/+1 | |
2013-12-25 | Fix atom version in manifest. | David Robillard | 1 | -1/+1 | |
2013-08-09 | LV2 1.6.0. | David Robillard | 1 | -1/+1 | |
2013-02-18 | Update versions. LV2 1.4.0. | David Robillard | 1 | -1/+1 | |
2013-01-17 | Fix lv2_atom_sequence_end(). | David Robillard | 1 | -1/+1 | |
2012-10-14 | Bump versions for LV2 1.2.0. | David Robillard | 1 | -1/+1 | |
Generate valid top level NEWS file. Update to r88/autowaf. | |||||
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. |