summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-28/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3233 a436a847-0d15-0410-975c-d299462d15a1
2011-04-29Move querying functions up to world level.David Robillard1-6/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3232 a436a847-0d15-0410-975c-d299462d15a1
2011-04-29More GCC-like error and warning messages.David Robillard1-5/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3229 a436a847-0d15-0410-975c-d299462d15a1
2011-04-29Tidy.David Robillard1-8/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3227 a436a847-0d15-0410-975c-d299462d15a1
2011-04-29Remove half-assed qname API.David Robillard1-15/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3226 a436a847-0d15-0410-975c-d299462d15a1
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