Age | Commit message (Expand) | Author | Files | Lines |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -9/+10 |
2013-11-01 | lv2info: Don't display invalid control maxes and defaults (fix #934). | David Robillard | 2 | -3/+5 |
2013-10-30 | Call GetProcAddress with correct calling convention on Windows (fix #932). | David Robillard | 2 | -6/+10 |
2013-08-25 | Support getting index of designated latency ports. | David Robillard | 3 | -5/+17 |
2013-08-25 | Support denoting latency ports with lv2:designation lv2:latency. | David Robillard | 4 | -6/+15 |
2013-08-09 | Upgrade to waf 1.7.11. | David Robillard | 1 | -0/+0 |
2013-06-09 | Python3 fixes (#915). | David Robillard | 1 | -8/+9 |
2013-05-30 | Fix unlikely memory leak in lilv_plugin_instantiate(). | David Robillard | 2 | -9/+10 |
2013-03-25 | Allow lilv_state_restore() to be used without passing an instance, for restor... | David Robillard | 3 | -12/+14 |
2013-03-19 | Add C++ wrappers to lilvmm.hpp (fix compilation with --python). | David Robillard | 3 | -1/+33 |
2013-03-17 | Update to r93/autowaf. | David Robillard | 1 | -0/+0 |
2013-02-18 | Bump version (Lilv 0.16.0). | David Robillard | 2 | -5/+5 |
2013-02-18 | Make use of sord_get(). | David Robillard | 2 | -64/+34 |
2013-02-18 | Fix SordNode leaks. | David Robillard | 2 | -12/+12 |
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 7 | -4/+74 |
2013-02-02 | Upgrade to waf 1.7.9 | David Robillard | 1 | -0/+0 |
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 4 | -1/+26 |
2013-01-27 | Add note to documentation about loading default plugin state. | David Robillard | 1 | -0/+2 |
2013-01-27 | Don't print errors when loading plugin description as default state. | David Robillard | 2 | -7/+10 |
2013-01-26 | Support state:loadDefaultState. | David Robillard | 2 | -1/+6 |
2013-01-15 | Fix several plugin functions that failed to load data if called first. | David Robillard | 2 | -5/+12 |
2013-01-14 | Add Lilv::Nodes::get_first to lilvmm. | David Robillard | 1 | -0/+1 |
2013-01-14 | Add several missing methods to lilvmm. | David Robillard | 2 | -1/+6 |
2013-01-10 | Make lilv_plugin_get_port_by_designation() return a const pointer. | David Robillard | 4 | -8/+9 |
2012-12-23 | Downgrade to waf 1.7.5. | David Robillard | 1 | -0/+0 |
2012-12-23 | Add missing waf winres tool. | David Robillard | 1 | -0/+0 |
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 2 | -1/+2 |
2012-11-23 | Add lilv_world_ask() for simply checking if a statement exists. | David Robillard | 4 | -0/+37 |
2012-11-23 | lilv_world_query_values_internal() => lilv_world_find_nodes_internal(). | David Robillard | 4 | -20/+20 |
2012-11-23 | Add lilv_nodes_merge() to API (address part of #835). | David Robillard | 5 | -41/+54 |
2012-11-23 | Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758). | David Robillard | 5 | -25/+66 |
2012-11-23 | Support atom:supports in lilv_port_supports_event() (fix #857). | David Robillard | 4 | -11/+29 |
2012-11-23 | Factor out common "ask if a triple is present" pattern. | David Robillard | 5 | -30/+22 |
2012-11-23 | Correctly depend on serd at build time (fix compilation in odd cases) | David Robillard | 2 | -5/+5 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-12 | Clean up wscripts. | David Robillard | 1 | -1/+0 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 3 | -22/+15 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 3 | -2/+8 |
2012-08-23 | Lilv 0.14.4 | David Robillard | 2 | -5/+6 |
2012-08-23 | Update NEWS. | David Robillard | 1 | -0/+5 |
2012-08-23 | Do not require a C++ compiler to build. | David Robillard | 2 | -3/+4 |
2012-08-23 | Fix footer padding. | David Robillard | 1 | -1/+1 |
2012-08-13 | Don't use GCC only warnings flags on clang. | David Robillard | 1 | -0/+0 |
2012-08-13 | Fix const violations. | David Robillard | 1 | -7/+7 |
2012-08-13 | Fix potential crash when state saving fails. | David Robillard | 1 | -1/+2 |
2012-08-12 | Preliminary support for sequence ports. | David Robillard | 1 | -8/+22 |
2012-08-12 | Improvements to lv2bench for plotting. | David Robillard | 1 | -16/+49 |