Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-10 | Tidy up changes from LV2r3. | David Robillard | 1 | -31/+21 | |
Remove references to nonexistent lv2:float. Update version to conform to new definition. Update date. Simplify obtuse language about properties ("with object"). Remove redundant description of mandatory port properties. Require lv2:binary to be present in manifest.ttl. Generic description of lv2:minimum and lv2:maximum. | |||||
2011-03-10 | Make Contents and Resources minor headings in leading text instead of big ↵ | David Robillard | 2 | -21/+12 | |
sections. | |||||
2011-03-10 | Rewrite overview to be a bit more modern and to the point. | David Robillard | 1 | -34/+35 | |
2011-03-10 | Clean up style and terseify header. | David Robillard | 3 | -36/+40 | |
2011-03-10 | Fix invalid HTML. | David Robillard | 1 | -2/+2 | |
2011-03-10 | Fix incorrect event extension URI. | David Robillard | 1 | -1/+1 | |
2011-03-10 | Improve versioning documentation. | David Robillard | 1 | -9/+6 | |
2011-03-09 | Show types on "instance" (i.e. not spec or property) descriptions. | David Robillard | 1 | -8/+11 | |
Fix crazy multi-parse issue. | |||||
2011-03-09 | Fix inappropriate hyphen use. | David Robillard | 1 | -1/+1 | |
2011-03-09 | Remove weird looking border from restrictions. | David Robillard | 1 | -1/+0 | |
2011-03-09 | Split seeAlso links into separate Resources section. | David Robillard | 1 | -2/+13 | |
2011-03-09 | Don't list ontology file in contents twice. | David Robillard | 1 | -3/+4 | |
Fix release tarball links. | |||||
2011-03-09 | Tweak documentation style. | David Robillard | 2 | -13/+25 | |
2011-03-09 | Fix duplicate developer/maintainer names. | David Robillard | 1 | -10/+15 | |
2011-03-09 | Parse manifest file as part of spec. | David Robillard | 1 | -19/+39 | |
Use new LV2 versioning. | |||||
2011-03-07 | Minor clarification | Lars Luthman | 1 | -1/+3 | |
2011-03-05 | Apply "odd number = development version" rule to both version numbers. | David Robillard | 1 | -7/+7 | |
2011-03-05 | "Revision" => "Version". | David Robillard | 1 | -2/+5 | |
2011-03-05 | Numeric minor/micro versions instead of version strings. | David Robillard | 10 | -13/+22 | |
2011-03-04 | New definition of versions. | David Robillard | 1 | -44/+82 | |
2011-03-03 | Add revisions to specification manifests. | David Robillard | 10 | -2/+12 | |
2011-03-03 | Sensible and more rigorous definition of lv2:revision. | David Robillard | 1 | -15/+47 | |
2011-03-03 | Fix line wrapping. | David Robillard | 1 | -4/+5 | |
2011-03-03 | Clarify host-provided extension function threading rules. | David Robillard | 1 | -7/+9 | |
2011-03-03 | Update copyright date. | David Robillard | 1 | -1/+1 | |
2011-03-03 | Fix grammar. | David Robillard | 1 | -5/+5 | |
2011-03-03 | Fix warning about running lv2config to actually mention lv2config (not ↵ | David Robillard | 1 | -7/+3 | |
ldconfig). | |||||
2011-03-02 | Update serd (fix #include problem discovered by larsl). | David Robillard | 1 | -1/+2 | |
2011-03-02 | Fix building with new core.lv2. | David Robillard | 1 | -0/+1 | |
2011-03-02 | Update for new waf paths and don't build include graphs in documentation. | David Robillard | 1 | -3/+3 | |
2011-03-02 | Update for new waf paths. | David Robillard | 1 | -5/+5 | |
2011-03-02 | Port lv2config to C. | David Robillard | 6 | -187/+3758 | |
2011-03-02 | Tidy up lv2.ttl. | David Robillard | 1 | -82/+81 | |
2011-03-02 | Don't build include graphs into documentation. | David Robillard | 1 | -2/+2 | |
2011-03-01 | Fix incomplete Turtle fragment in example. | David Robillard | 1 | -1/+1 | |
2011-03-01 | Add lv2:binary (previously used, but undefined). | David Robillard | 1 | -0/+13 | |
2011-03-01 | Update lv2.h documentation. | David Robillard | 1 | -224/+244 | |
2011-02-17 | Make lv2config work with Python 3. | David Robillard | 1 | -9/+11 | |
2011-01-08 | Const correct object iterator (not really useful for writing). | David Robillard | 1 | -6/+6 | |
2011-01-08 | Fix Blank/Resource property appending and iteration. | David Robillard | 1 | -2/+2 | |
2011-01-07 | Update contexts extension. | David Robillard | 2 | -25/+36 | |
2010-12-23 | Compilation fixes. | David Robillard | 2 | -4/+4 | |
2010-12-17 | Remove unused build_plugin. | David Robillard | 1 | -29/+0 | |
2010-12-16 | Warn about lv2config. | David Robillard | 1 | -1/+15 | |
2010-12-16 | Fix use of CCFLAGS (now CFLAGS). | David Robillard | 1 | -1/+1 | |
2010-12-16 | More updates for waf 1.6. | David Robillard | 1 | -5/+5 | |
2010-12-15 | More waf 1.6 updates. | David Robillard | 1 | -3/+3 | |
2010-12-15 | Update for waf 1.6. | David Robillard | 3 | -17/+17 | |
2010-11-26 | Install everything correctly. | David Robillard | 2 | -1/+6 | |
2010-11-26 | Include <stddef.h> for size_t definition. | David Robillard | 1 | -1/+2 | |