summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29Remove unused value type enumeration value.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3224 a436a847-0d15-0410-975c-d299462d15a1
2011-04-29Don't hide pointers behind typedefs.David Robillard1-141/+131
Use const appropriately in API (makes it clear from the type whether objects should be freed or not). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3222 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Rename slv2 to lilv.David Robillard1-0/+407
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