aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02Fix building with new core.lv2.David Robillard1-0/+1
2011-03-02Update for new waf paths and don't build include graphs in documentation.David Robillard1-3/+3
2011-03-02Update for new waf paths.David Robillard1-5/+5
2011-03-02Port lv2config to C.David Robillard6-187/+3758
2011-03-02Tidy up lv2.ttl.David Robillard1-82/+81
2011-03-02Don't build include graphs into documentation.David Robillard1-2/+2
2011-03-01Fix incomplete Turtle fragment in example.David Robillard1-1/+1
2011-03-01Add lv2:binary (previously used, but undefined).David Robillard1-0/+13
2011-03-01Update lv2.h documentation.David Robillard1-224/+244
2011-02-17Make lv2config work with Python 3.David Robillard1-9/+11
2011-01-08Const correct object iterator (not really useful for writing).David Robillard1-6/+6
2011-01-08Fix Blank/Resource property appending and iteration.David Robillard1-2/+2
2011-01-07Update contexts extension.David Robillard2-25/+36
2010-12-23Compilation fixes.David Robillard2-4/+4
2010-12-17Remove unused build_plugin.David Robillard1-29/+0
2010-12-16Warn about lv2config.David Robillard1-1/+15
2010-12-16Fix use of CCFLAGS (now CFLAGS).David Robillard1-1/+1
2010-12-16More updates for waf 1.6.David Robillard1-5/+5
2010-12-15More waf 1.6 updates.David Robillard1-3/+3
2010-12-15Update for waf 1.6.David Robillard3-17/+17
2010-11-26Install everything correctly.David Robillard2-1/+6
2010-11-26Include <stddef.h> for size_t definition.David Robillard1-1/+2
2010-11-26Remove scheme from LV2 #include directives.David Robillard5-6/+9
Check the given header directory is named 'lv2' (to conform to #include standard).
2010-11-26Mark up documentation with lv2:documentation as per discussion on lv2-dev.David Robillard27-522/+835
Use unified lv2plug.in style for ontology documentation.
2010-10-29Remove OSC buffer junk.David Robillard2-82/+2
2010-10-28Add lv2config.py symlink for python implementations that don't like to ↵David Robillard1-0/+1
import things without it...
2010-10-28Fix Mac OS X bundle path.David Robillard1-1/+1
2010-10-28Only print "Building..." message for directories that actually exist.David Robillard1-36/+34
Build Mac OS X include tree.
2010-10-28Don't print arguments.David Robillard1-2/+0
2010-10-28Use /usr/bin/env shebang.David Robillard1-1/+1
2010-10-28Python 2.5 compatibility.David Robillard1-1/+1
2010-10-28Fix name.David Robillard1-1/+1
2010-10-28Add proper command line help.David Robillard1-17/+28
2010-10-28Move lv2include/lv2include to core.lv2/lv2config and make lv2core build ↵David Robillard2-0/+3
system install it.
2010-10-28Use autowaf external repository.David Robillard5-440/+2
2010-10-28Fix broken extension release tarballs.David Robillard1-2/+3
2010-10-27When run with no arguments, build default system include trees ↵David Robillard1-5/+13
(/usr/include/lv2 and /usr/local/include/lv2).
2010-10-27Remove crusty extension .pc.in files.David Robillard2-20/+0
2010-10-27Add atom:BlankID atom type (for references to local anonymous objects).David Robillard2-9/+17
Simplify object iteration API.
2010-10-25LV2_Atom_Object => LV2_Object (consistently).David Robillard2-5/+5
Fix string body of LV2_Atom_String.
2010-10-25Simplify and improve atom extension.David Robillard7-407/+403
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation.
2010-10-25Document static definitions.David Robillard1-1/+1
2010-10-25Support to links to structure documentation via "urn:struct" URI scheme.David Robillard1-1/+8
For example, <a href="urn:struct:LV2_Plugin">this</a> will be a link to the doxygen-generated documentation for LV2_Plugin.
2010-10-25Fix Doxygen syntax errors.David Robillard1-3/+3
2010-10-21Document atom-helpers.h and generate source browser.David Robillard1-1/+2
2010-10-21Use lv2_object prefix instead of lv2_atom_object to make API sanely terse.David Robillard1-32/+30
Breaks the conventions/rules, but far more friendly... (and making a separate "object" extension would clearly be a bad and confusing idea anyway).
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard3-11/+11
2010-10-21Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API.David Robillard1-0/+52
2010-10-20More helpful error message when both Redland and RDFLib aren't found.David Robillard1-1/+3
2010-10-20Support both Redland and RDFLib.David Robillard1-13/+36