Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-11-26 | Remove scheme from LV2 #include directives. | David Robillard | 5 | -6/+9 |
2010-11-26 | Mark up documentation with lv2:documentation as per discussion on lv2-dev. | David Robillard | 27 | -522/+835 |
2010-10-29 | Remove OSC buffer junk. | David Robillard | 2 | -82/+2 |
2010-10-28 | Add lv2config.py symlink for python implementations that don't like to import... | David Robillard | 1 | -0/+1 |
2010-10-28 | Fix Mac OS X bundle path. | David Robillard | 1 | -1/+1 |
2010-10-28 | Only print "Building..." message for directories that actually exist. | David Robillard | 1 | -36/+34 |
2010-10-28 | Don't print arguments. | David Robillard | 1 | -2/+0 |
2010-10-28 | Use /usr/bin/env shebang. | David Robillard | 1 | -1/+1 |
2010-10-28 | Python 2.5 compatibility. | David Robillard | 1 | -1/+1 |
2010-10-28 | Fix name. | David Robillard | 1 | -1/+1 |
2010-10-28 | Add proper command line help. | David Robillard | 1 | -17/+28 |
2010-10-28 | Move lv2include/lv2include to core.lv2/lv2config and make lv2core build syste... | David Robillard | 2 | -0/+3 |
2010-10-28 | Use autowaf external repository. | David Robillard | 5 | -440/+2 |
2010-10-28 | Fix broken extension release tarballs. | David Robillard | 1 | -2/+3 |
2010-10-27 | When run with no arguments, build default system include trees (/usr/include/... | David Robillard | 1 | -5/+13 |
2010-10-27 | Remove crusty extension .pc.in files. | David Robillard | 2 | -20/+0 |
2010-10-27 | Add atom:BlankID atom type (for references to local anonymous objects). | David Robillard | 2 | -9/+17 |
2010-10-25 | LV2_Atom_Object => LV2_Object (consistently). | David Robillard | 2 | -5/+5 |
2010-10-25 | Simplify and improve atom extension. | David Robillard | 7 | -407/+403 |
2010-10-25 | Document static definitions. | David Robillard | 1 | -1/+1 |
2010-10-25 | Support to links to structure documentation via "urn:struct" URI scheme. | David Robillard | 1 | -1/+8 |
2010-10-25 | Fix Doxygen syntax errors. | David Robillard | 1 | -3/+3 |
2010-10-21 | Document atom-helpers.h and generate source browser. | David Robillard | 1 | -1/+2 |
2010-10-21 | Use lv2_object prefix instead of lv2_atom_object to make API sanely terse. | David Robillard | 1 | -32/+30 |
2010-10-21 | Use "key" and "value" terminology over "predicate" and "object". | David Robillard | 3 | -11/+11 |
2010-10-21 | Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API. | David Robillard | 1 | -0/+52 |
2010-10-20 | More helpful error message when both Redland and RDFLib aren't found. | David Robillard | 1 | -1/+3 |
2010-10-20 | Support both Redland and RDFLib. | David Robillard | 1 | -13/+36 |
2010-10-20 | Better RDF library abstraction (just use URIs, don't depend on node object st... | David Robillard | 1 | -5/+11 |
2010-10-20 | Abstract all RDF stuff into 3 functions. | David Robillard | 1 | -6/+16 |
2010-10-20 | Remove excessive debugging stuff. | David Robillard | 1 | -7/+0 |
2010-10-20 | Add lv2_atom_is_null and lv2_atom_is_a helper functions. | David Robillard | 1 | -2/+51 |
2010-10-20 | Rename atom:Dict to atom:Object (more appropriate term since keys are restric... | David Robillard | 2 | -24/+29 |
2010-10-20 | Clarify threading requirements for id_to_uri. | David Robillard | 1 | -0/+3 |
2010-10-20 | Fix revision and date of URI Unmap extension. | David Robillard | 1 | -2/+2 |
2010-10-19 | Fix namespace prefixes. | David Robillard | 1 | -14/+14 |
2010-10-19 | Merge command and message extensions. | David Robillard | 4 | -105/+42 |
2010-10-19 | Remove polymorphic-port extension (obsoleted by atom extension). | David Robillard | 5 | -143/+0 |
2010-10-19 | Remove variables extension (obsoleted by persist extension). | David Robillard | 5 | -318/+0 |
2010-10-19 | Fix alignment restrictions. | David Robillard | 2 | -2/+4 |
2010-10-18 | Make uri-map and uri-unmap features as they should be. | David Robillard | 2 | -2/+2 |
2010-10-18 | Install URI Unmap extension. | David Robillard | 1 | -0/+1 |
2010-10-18 | Fix case of identifiers in uri-unmap.h to match uri-map.h. | David Robillard | 1 | -4/+4 |
2010-10-18 | Add URI Unmap extension. | David Robillard | 4 | -0/+134 |
2010-10-18 | Fix incorrect title in comment header. | David Robillard | 1 | -1/+1 |