summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2011-04-28Rename slv2 to lilv.David Robillard1-134/+2
API breakage was proving too much of a hassle, and would be even further of a mess after release and packaging. Best to make a clean break now, and fix installation to support parallel installs and prevent this kind of problem in the future. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3217 a436a847-0d15-0410-975c-d299462d15a1
2011-03-11Add slv2_plugin_is_replaced to allow hosts to hide old plugins.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3066 a436a847-0d15-0410-975c-d299462d15a1
2011-03-09Update ChangeLog.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3059 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... ↵David Robillard1-0/+1
eventually... in some very abstract kind of way... :/ git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3041 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Update ChangeLog.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2928 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Add support for boolean values.David Robillard1-1/+2
Replace slv2_world_filter_language with extensible option system (slv2_world_set_option). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2923 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Better, tested, i18n system.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2916 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Remove slv2_plugin_get_properties and slv2_plugin_get_hints.David Robillard1-1/+2
The comments say this is an API break, but since they are not explicitly exported, this part of the API actually broke when to switch to -fvisibility=hidden was made. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2872 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Strip trailing whitespace.David Robillard1-18/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2871 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard1-16/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Parse all files with correct base URI.David Robillard1-0/+7
Support relative URIs returned from lv2_descriptor. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2529 a436a847-0d15-0410-975c-d299462d15a1
2009-05-26Release SLV2 0.6.6.David Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2009 a436a847-0d15-0410-975c-d299462d15a1
2009-05-04Update ChangeLog.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1963 a436a847-0d15-0410-975c-d299462d15a1
2009-04-17Update doxygen stuff for new waf (and new doxygen).David Robillard1-0/+8
Bump version to 0.6.4. Update ChangeLog. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1954 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Test querying for float values.David Robillard1-1/+2
Fix slv2_plugin_get_value_for_subject test. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1868 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Test (and fix) slv2_plugin_get_value_for_subject: 94.3% coverageDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1867 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, ↵David Robillard1-0/+6
slv2_value_new_string. Fix slv2_value_get_turtle_token for floats. Nearly complete test coverage for value stuff: 73.5% coverage git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1858 a436a847-0d15-0410-975c-d299462d15a1
2008-12-01Add working --no-jack configure option.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1836 a436a847-0d15-0410-975c-d299462d15a1
2008-11-27Fix feature detection.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1799 a436a847-0d15-0410-975c-d299462d15a1
2008-11-08Releasey bits.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1707 a436a847-0d15-0410-975c-d299462d15a1
2008-10-04Fix slv2_plugin_get_supported_features.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1613 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29Add slv2_instance_get_extension_data.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1536 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29Add slv2_port_get_value.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1533 a436a847-0d15-0410-975c-d299462d15a1
2008-07-06Update ChangeLog.David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@1280 a436a847-0d15-0410-975c-d299462d15a1
2008-06-18Fix make distcheck.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@1269 a436a847-0d15-0410-975c-d299462d15a1
2008-01-27Packaging stuff.David Robillard1-1/+11
Add scale points API. Display scale points in lv2_inspect. Fix bugs resulting in returning empty collections. git-svn-id: http://svn.drobilla.net/lad/slv2@1114 a436a847-0d15-0410-975c-d299462d15a1
2008-01-19SLV2 0.5.0David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@1070 a436a847-0d15-0410-975c-d299462d15a1
2008-01-17Update LV2 UI header.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/lad/slv2@1066 a436a847-0d15-0410-975c-d299462d15a1
2008-01-16SLV2 0.4.5 + documentation fixes.David Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/lad/slv2@1060 a436a847-0d15-0410-975c-d299462d15a1
2008-01-15Move debian/changelog to ChangeLog.David Robillard1-0/+51
Fix librdf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@1057 a436a847-0d15-0410-975c-d299462d15a1
2007-05-09Ontology install path fixes.David Robillard1-0/+0
0.0.1 versioning stuff. Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it. git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/libslv2@4 a436a847-0d15-0410-975c-d299462d15a1