Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 4 | -819/+0 | |
2017-02-08 | Add lv2_validate utility | David Robillard | 2 | -2/+0 | |
2016-10-23 | Fix typo | David Robillard | 1 | -1/+1 | |
2016-10-19 | Add state:StateChanged for notification events | Robin Gareus | 4 | -1/+28 | |
2016-09-19 | LV2 1.14.0v1.14.0 | David Robillard | 2 | -2/+3 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-10 | Document all URI defines | David Robillard | 1 | -12/+12 | |
This makes headers somewhat redundant and too wide, but it's the only way I can get Doxygen to make links to the corresponding spec documentation, because it doesn't linkify URIs in strings. | |||||
2016-07-31 | Add state:threadSafeRestore feature | David Robillard | 3 | -7/+27 | |
2015-12-04 | Add LV2_STATE_ERR_NO_SPACE status flag | David Robillard | 3 | -2/+12 | |
2014-11-25 | Single-page API documentation with unified style. | David Robillard | 1 | -2/+10 | |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -3/+3 | |
2014-07-31 | Use Doxygen Markdown support for more human-readable doc comments. | David Robillard | 1 | -16/+16 | |
Minor improvements to UI documentation. | |||||
2013-02-18 | Update versions. LV2 1.4.0. | David Robillard | 2 | -3/+5 | |
2013-01-26 | Define LV2_STATE__loadDefaultState. | David Robillard | 1 | -5/+6 | |
2013-01-26 | Add state:loadDefaultState feature. | David Robillard | 3 | -1/+22 | |
2012-10-14 | Bump versions for LV2 1.2.0. | David Robillard | 2 | -3/+4 | |
Generate valid top level NEWS file. Update to r88/autowaf. | |||||
2012-09-03 | Use relative links between extensions so local documentation links work. | David Robillard | 1 | -11/+9 | |
Automatically link prefixed names to the appropriate resource. | |||||
2012-08-31 | Fix typo in documentation. | David Robillard | 1 | -2/+2 | |
2012-08-05 | Move all project metadata for extensions (e.g. change log) to separate files to | David Robillard | 2 | -31/+37 | |
spare hosts from loading them during discovery. | |||||
2012-08-05 | Do everything in the top level wscript file and remove wscript symlinks from ↵ | David Robillard | 1 | -1/+0 | |
extensions. | |||||
2012-07-29 | Use consistent label style. | David Robillard | 2 | -5/+14 | |
2012-04-17 | Bump versions, mark up releases, portability fixes. | David Robillard | 2 | -5/+11 | |
2012-04-13 | Remove spurious blank line. | David Robillard | 1 | -1/+0 | |
2012-04-12 | Remove comment headers from Turtle files and ensure the same information is ↵ | David Robillard | 1 | -16/+1 | |
available in machine readable form. | |||||
2012-04-12 | Tidy manifests. | David Robillard | 1 | -1/+1 | |
2012-04-12 | Rename 'people' to 'meta' in anticipation of putting other stuff there. | David Robillard | 1 | -2/+2 | |
2012-04-12 | Lint. | David Robillard | 1 | -8/+0 | |
2012-03-30 | Fix screwy invalid ExtensionData definitions as classes (now matches how ↵ | David Robillard | 3 | -82/+105 | |
Feature is used). Add status return codes to state methods for error handling. | |||||
2012-03-26 | Remove individual extension pkg-config files and build scripts. | David Robillard | 2 | -2/+0 | |
2012-03-25 | Move people information in to a common place. | David Robillard | 1 | -12/+4 | |
2012-03-25 | Clean up author and seeAlso information. | David Robillard | 1 | -0/+1 | |
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough). | |||||
2012-03-24 | Remove pointless person homepage properties. | David Robillard | 1 | -1/+0 | |
2012-03-11 | Implement consistent URI defines in core, state, atom, urid. | David Robillard | 1 | -8/+9 | |
2012-03-11 | Improve documentation. | David Robillard | 1 | -11/+14 | |
2012-03-04 | Add status flags so plugins can tell why storing a property failed. | David Robillard | 1 | -12/+23 | |
2012-03-04 | Update documentation to reflect reality. | David Robillard | 3 | -181/+176 | |
2012-02-18 | Remove state:Path and use new atom:Path instead. | David Robillard | 2 | -25/+9 | |
Remove suggestion to use file URIs in plugins, which is much too tedious. If plugins use standard atom types, hosts should be able to map paths in any way (which they may need to regardless). Unfortunately it's slightly less pretty in Turtle to have a special path type rather than a (possibly relative) URI. Factor out common write_set_filename_msg in sampler example. Establish common URI define convention LV2_EXTNAME__URILOCALNAME and define all URIs in state, message, and atom. | |||||
2012-02-08 | Rearrange tree so top level can be used as an include path for standard ↵ | David Robillard | 6 | -0/+729 | |
style LV2 includes. |