Age | Commit message (Expand) | Author | Files | Lines |
2015-01-25 | Upgrade to r100/autowaf. | David Robillard | 1 | -4/+4 |
2015-01-18 | Fix Python bindings (add swig tool to waf). | David Robillard | 1 | -5/+5 |
2015-01-18 | Remove LILV_NEW_LV2 define. | David Robillard | 4 | -16/+1 |
2015-01-16 | Upgrade to r99/autowaf (fix documentation paths). | David Robillard | 1 | -4/+4 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -0/+0 |
2014-12-10 | Fix loading files with spaces in their path. | David Robillard | 2 | -7/+8 |
2014-11-22 | Windows fixes (thanks John Emmas). | David Robillard | 4 | -3/+18 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 4 | -4/+11 |
2014-10-05 | Remove hard-coded -ldl from pkgconfig file. | David Robillard | 1 | -1/+1 |
2014-10-05 | Tolerate passing NULL to lilv_state_restore(). | David Robillard | 3 | -7/+10 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 2 | -13/+15 |
2014-09-26 | Report specific error when dyn-manifest dlopen() fails (fix #983). | David Robillard | 1 | -1/+3 |
2014-09-26 | Update dyn-manifest loading for new sord. | David Robillard | 1 | -21/+26 |
2014-09-24 | Fixes for new sord. | David Robillard | 5 | -31/+78 |
2014-08-10 | Fix function references in doc comments. | David Robillard | 3 | -28/+35 |
2014-08-08 | Lilv 0.20.0. | David Robillard | 2 | -3/+4 |
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+4 |
2014-08-08 | Upgrade to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 8 | -130/+130 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -9/+9 |
2014-08-08 | Update Doxygen files. | David Robillard | 1 | -918/+1438 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-08-08 | Fix documentation issues. | David Robillard | 1 | -16/+37 |
2014-08-08 | Update copyright dates. | David Robillard | 16 | -18/+18 |
2014-08-08 | Fix non-strict prototype. | David Robillard | 1 | -2/+2 |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -4/+4 |
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -0/+1 |
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 12 | -723/+385 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 6 | -28/+155 |
2014-07-13 | Improved/working lv2_apply.py to apply plugin to a .wav (fix #969). | David Robillard | 2 | -85/+154 |
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho... | David Robillard | 3 | -18/+292 |
2014-05-20 | Fix slow redundant parsing where many presets share a data file. | David Robillard | 2 | -16/+19 |
2014-05-20 | Fix test suite memory leaks. | David Robillard | 1 | -0/+5 |
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 6 | -10/+58 |
2014-04-27 | Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL. | David Robillard | 2 | -5/+6 |
2014-04-26 | Update to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-04-26 | Ignore errors when attempting to delete test state directory. | David Robillard | 1 | -1/+4 |
2014-02-01 | Fix indentation. | David Robillard | 1 | -1/+1 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 4 | -5/+29 |
2014-01-17 | Fix minor memory leak in test suite. | David Robillard | 2 | -1/+3 |
2014-01-12 | Factor out common file reading code. | David Robillard | 2 | -39/+32 |
2014-01-12 | Don't load files multiple times if they are listed as rdfs:seeAlso for severa... | David Robillard | 5 | -44/+64 |
2014-01-04 | Lilv 0.18.0 | David Robillard | 2 | -4/+4 |
2014-01-04 | Fix bugs introduced in r5255. | David Robillard | 1 | -3/+3 |
2014-01-04 | Add lilv_port_get_node() for using world query functions with ports. | David Robillard | 5 | -9/+30 |
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 3 | -16/+19 |
2013-12-27 | Implement lv2:prototype. | David Robillard | 4 | -2/+26 |
2013-12-25 | Fix running test suite from top level. | David Robillard | 1 | -2/+3 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -2/+2 |
2013-12-25 | Don't attempt to build static lv2bench as static since it needs -ldl (#919). | David Robillard | 1 | -1/+1 |