Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | David Robillard | 2 | -24/+29 | |
restricted, matches JSON, kinda sorta matches RDF and intended usage). Rename atom:Array to atom:Tuple ("Array" seems to imply homogeneous and constant time indexing, which is not true here). | |||||
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 | |
Align Atoms to 32-bits, since the LV2_Atom header is only 32-bit aligned so the payload would not be 64-bit aligned even if the LV2_Atom header is (note the same problem applies to events, oops). | |||||
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 | |
2010-10-18 | Clarify resize-port extension. | David Robillard | 2 | -12/+16 | |
2010-10-17 | Make lv2_atom_dict_iter_is_end const. | David Robillard | 1 | -1/+1 | |
2010-10-17 | Add atom-helpers.h. | David Robillard | 1 | -0/+109 | |
2010-10-17 | Add atom:Array type (a heterogeneous POD sequence). | David Robillard | 1 | -0/+10 | |
2010-10-17 | Create new Message extension, and remove message type definition from Atom ↵ | David Robillard | 5 | -89/+223 | |
extension. Clean up Atom extension and define more struct types in header. | |||||
2010-10-17 | Significantly simplify contexts extension. | David Robillard | 2 | -112/+46 | |
2010-10-16 | Improved persist extension documentation. | David Robillard | 2 | -53/+120 | |
2010-10-16 | Fix compilation. | David Robillard | 1 | -1/+3 | |
2010-10-15 | Fix incorrect call to usage() (now __usage). | David Robillard | 1 | -1/+1 | |
2010-10-06 | Use URI includes in extension helper headers. | David Robillard | 2 | -2/+2 | |
2010-10-06 | Add scheme to include path. | David Robillard | 1 | -3/+4 | |
2010-10-06 | Update README for packagers. | David Robillard | 1 | -1/+2 | |
2010-10-06 | Remove silly "bundle" link that doesn't work online. | David Robillard | 1 | -1/+1 | |
2010-10-06 | Add minor version number to extension bundle release tarball filenames for ↵ | David Robillard | 2 | -3/+5 | |
consistency with lv2core. Remove 'releases' link from generated documentation index. Fix links to release tarballs in generated documentation. | |||||
2010-10-06 | Use gzip for release tarballs. | David Robillard | 1 | -0/+4 | |
2010-10-06 | Generate all releases in the same directory. | David Robillard | 2 | -7/+10 | |
Link to individual release as well as all releases in generated documentation. | |||||
2010-10-06 | Only create (and link to) release tarballs for extensions with non-zero ↵ | David Robillard | 2 | -3/+6 | |
revisions. | |||||
2010-10-06 | Fix revision number for consistency. | David Robillard | 1 | -1/+1 | |
2010-10-06 | Make './waf dist' create a date-versioned tarball, e.g. ↵ | David Robillard | 1 | -2/+4 | |
lv2plug.in-2010.10.06.tar.bz2 | |||||
2010-10-06 | Remove extraneous "./" (tidies up and aligns ./waf install output). | David Robillard | 1 | -2/+2 | |
2010-10-06 | Nicer name. | David Robillard | 1 | -0/+0 | |
2010-10-06 | Saner API for lv2includegen module. | David Robillard | 1 | -5/+5 | |
2010-10-06 | Clean up and document as a proper Python module. | David Robillard | 1 | -13/+31 | |
2010-10-05 | Handle existing symlinks gracefully (but don't delete existing non-links to ↵ | David Robillard | 1 | -9/+21 | |
be safe). | |||||
2010-10-05 | Move main functionality into lv2includegen function (so it's usable as a ↵ | David Robillard | 1 | -10/+13 | |
module). | |||||
2010-10-05 | Add lv2includegen tool to generate include directory trees for including ↵ | David Robillard | 1 | -0/+85 | |
headers based on extension URIs. | |||||
2010-10-05 | Fix URIs in /ns/extensions extension manifest files (!) | David Robillard | 2 | -2/+2 | |
2010-10-05 | Oops: fix call to usage(). | David Robillard | 1 | -1/+1 | |
2010-10-05 | Fix coding tag for lv2compatgen.py | David Robillard | 1 | -1/+1 | |
2010-10-05 | More normal usage message. | David Robillard | 2 | -6/+3 | |
2010-10-05 | Install extension header files to bundles. | David Robillard | 1 | -0/+2 | |
2010-10-05 | Move textey documentation to lv2.ttl (for nice generated documentation). | David Robillard | 2 | -113/+93 | |
Update somewhat cobwebby documentation. Clean up and shrink lv2.h. | |||||
2010-10-05 | Make intro text less silly for LV2 itself. | David Robillard | 1 | -1/+1 | |
2010-10-05 | Don't mess with style for <h4> and down (which are for use by contained ↵ | David Robillard | 1 | -1/+1 | |
docs, not templates). |