Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | Create ~/.lv2 if necessary | David Robillard | 1 | -1/+3 |
2011-09-29 | Add ability to build static library. | David Robillard | 2 | -10/+28 |
2011-09-29 | Tidy. | David Robillard | 3 | -37/+37 |
2011-09-29 | Tidy. | David Robillard | 4 | -6/+6 |
2011-09-29 | Bump sord dependency to 0.5.0. | David Robillard | 1 | -1/+1 |
2011-09-28 | Improve test coverage. | David Robillard | 1 | -0/+28 |
2011-09-28 | Remove useless wrapper. | David Robillard | 2 | -17/+2 |
2011-09-28 | Align configuration output | David Robillard | 1 | -1/+1 |
2011-09-28 | Remove glib dependency | David Robillard | 13 | -92/+820 |
2011-09-28 | Remove use of GSList. | David Robillard | 3 | -13/+12 |
2011-09-27 | Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry. | David Robillard | 4 | -28/+197 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -4/+5 |
2011-09-27 | Avoid adding -std=c99 to command line repeatedly. | David Robillard | 1 | -1/+1 |
2011-09-27 | Fix memory leak with dyn-manifest | David Robillard | 1 | -0/+5 |
2011-09-22 | Set correct base URI when parsing dyn manifest data (fix #771). | David Robillard | 1 | -0/+2 |
2011-09-17 | Upgrade to r52/autowaf | David Robillard | 1 | -0/+0 |
2011-09-15 | Fix compilation with --dyn-manifest. | David Robillard | 1 | -1/+1 |
2011-09-14 | Support integer minimum, maximum, and default port values in lilv_plugin_get_... | David Robillard | 2 | -14/+31 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-23 | Fix building with bindings | David Robillard | 1 | -0/+2 |
2011-08-20 | Obey prefix when installing bash completion script (fix #747) | David Robillard | 2 | -2/+3 |
2011-08-20 | Fix incorrect #define name in documentation (fix #748). | David Robillard | 1 | -1/+1 |
2011-08-20 | Add lv2core as a pkg-config compile time dependency (fix #742). | David Robillard | 2 | -0/+7 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 2 | -2/+3 |
2011-06-20 | Fix memory leak | David Robillard | 1 | -1/+1 |
2011-06-14 | Use uppercase for pkg-config variables, matching environment variables. | David Robillard | 1 | -4/+4 |
2011-06-11 | Lilv 0.4.4 | David Robillard | 2 | -3/+5 |
2011-06-11 | Update ChangeLog | David Robillard | 1 | -0/+2 |
2011-06-11 | Remove jv2jack | David Robillard | 3 | -527/+0 |
2011-06-11 | Parse data files with their own URIs as base URIs and allow plugin data files... | David Robillard | 1 | -10/+4 |
2011-06-09 | Fix badly typed return | David Robillard | 1 | -1/+1 |
2011-06-09 | Explicitly document free functions as safe to call on NULL. | David Robillard | 3 | -7/+16 |
2011-06-01 | Fix lilv_ui_is_supported when Lilv is built independently. | David Robillard | 3 | -6/+11 |
2011-05-30 | Don't add soname/version to python module (suggestion from Alessio Treglia) | David Robillard | 1 | -1/+0 |
2011-05-30 | Fix building with --bindings (patch from Alessio Treglia) | David Robillard | 1 | -1/+1 |
2011-05-26 | Lilv 0.4.2 | David Robillard | 3 | -2/+11 |
2011-05-25 | Fix building documentation as part of recursive build. | David Robillard | 2 | -9/+17 |
2011-05-25 | Python portability (argh...) | David Robillard | 1 | -2/+2 |
2011-05-25 | Lilv 0.4.0 | David Robillard | 2 | -3/+4 |
2011-05-25 | Remove glib stuff from pkg-config file. | David Robillard | 1 | -2/+2 |
2011-05-24 | Automatically fix up documentation on build | David Robillard | 1 | -0/+2 |
2011-05-24 | Fix references to old Node name "Value" | David Robillard | 2 | -4/+4 |
2011-05-24 | Add PACKAGING file | David Robillard | 1 | -0/+29 |
2011-05-24 | Re-use the SordNode of blank nodes when copying. | David Robillard | 3 | -15/+10 |
2011-05-20 | Use correct program name in jack session command line. | David Robillard | 1 | -1/+1 |
2011-05-19 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
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 | 3 | -40/+53 |