Age | Commit message (Expand) | Author | Files | Lines |
2011-05-18 | Fix crash introduced in last commit. Oops. | David Robillard | 1 | -10/+15 |
2011-05-18 | Fix lilv_plugin_get_port_ranges_float crash when range values aren't float. | David Robillard | 1 | -8/+15 |
2011-05-18 | Update for new Sord API. | David Robillard | 2 | -37/+52 |
2011-05-16 | Update for new Sord API. | David Robillard | 2 | -1/+3 |
2011-05-15 | Remove dead code found by clang static analyser | David Robillard | 1 | -3/+2 |
2011-05-12 | Update for new Sord API | David Robillard | 2 | -1/+3 |
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 2 | -2/+16 |
2011-05-05 | Remove useless world->namespaces. | David Robillard | 2 | -21/+0 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 5 | -78/+88 |
2011-04-30 | Update for new Serd API | David Robillard | 2 | -2/+2 |
2011-04-30 | Consistent error and warning message style. | David Robillard | 6 | -28/+33 |
2011-04-30 | Use readdir_r instead of readdir for thread safety. | David Robillard | 1 | -16/+12 |
2011-04-30 | Tidy. | David Robillard | 8 | -31/+39 |
2011-04-30 | Cache port RDF node on load instead of searching for it repeatedly. | David Robillard | 3 | -64/+34 |
2011-04-29 | Faster implementations of lilv_plugin_get_one and lilv_plugin_get_unique. | David Robillard | 2 | -23/+19 |
2011-04-29 | Tidy. | David Robillard | 4 | -179/+125 |
2011-04-29 | value.c => node.c | David Robillard | 1 | -0/+0 |
2011-04-29 | Tidy. | David Robillard | 2 | -13/+17 |
2011-04-29 | Rename command line utilities to avoid clashing with slv2. | David Robillard | 9 | -21/+23 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 11 | -404/+396 |
2011-04-29 | Remove LilvNode and LilvMatches typedefs for Sord stuff. | David Robillard | 7 | -131/+128 |
2011-04-29 | Move querying functions up to world level. | David Robillard | 5 | -92/+93 |
2011-04-29 | Rename files to match type names. | David Robillard | 2 | -0/+0 |
2011-04-29 | More GCC-like error and warning messages. | David Robillard | 1 | -5/+8 |
2011-04-29 | Fix value construction. | David Robillard | 1 | -9/+9 |
2011-04-29 | Tidy. | David Robillard | 1 | -8/+7 |
2011-04-29 | Remove half-assed qname API. | David Robillard | 5 | -123/+60 |
2011-04-29 | Remove unused value type enumeration value. | David Robillard | 2 | -5/+0 |
2011-04-29 | Terser names for value constructors. | David Robillard | 4 | -19/+19 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 12 | -552/+527 |
2011-04-28 | Rename slv2 to lilv. | David Robillard | 13 | -1507/+1460 |
2011-04-28 | Tidy (rearrange prototypes in sane order). | David Robillard | 1 | -1/+0 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 6 | -21/+48 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -38/+38 |
2011-04-28 | Compile with older versions of glib. | David Robillard | 1 | -2/+2 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -16/+16 |
2011-04-27 | Fix memory leaks. | David Robillard | 5 | -68/+85 |
2011-04-27 | Update for new Serd API. | David Robillard | 1 | -2/+2 |
2011-04-23 | Improve node struct alignment | David Robillard | 1 | -2/+3 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 12 | -240/+138 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 4 | -283/+18 |
2011-04-22 | Don't print warning when directory in LV2_PATH is nonexistent. | David Robillard | 1 | -2/+0 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 8 | -26/+13 |
2011-03-29 | Tidy expand(). | David Robillard | 1 | -3/+1 |
2011-03-28 | Implement variable expansion on Windows and use standard LV2_PATH | David Robillard | 1 | -0/+4 |
2011-03-28 | Fix LV2_PATH parsing. | David Robillard | 1 | -9/+8 |
2011-03-28 | Fix Windows build | David Robillard | 6 | -28/+83 |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 3 | -38/+60 |
2011-03-15 | Fix dynamic manifest error handling. | David Robillard | 1 | -5/+13 |