summaryrefslogtreecommitdiffstats
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-0/+39
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
2011-05-24Re-use the SordNode of blank nodes when copying.David Robillard1-10/+1
2011-04-29Tidy.David Robillard1-1/+1
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-3/+3
2011-04-29Remove half-assed qname API.David Robillard1-23/+0
2011-04-29Don't hide pointers behind typedefs.David Robillard1-1/+1
2011-04-28Rename slv2 to lilv.David Robillard1-8/+8
2011-04-23Improve node struct alignmentDavid Robillard1-2/+3
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+1
2011-03-28Fix Windows buildDavid Robillard1-2/+17
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-12Document entire API in a single header/page.David Robillard1-1/+0
2011-02-11Tidy up includes.David Robillard1-2/+2
2011-02-11Better, tested, i18n system.David Robillard1-16/+29
2011-02-04Update for uint8_t sord API.David Robillard1-2/+2
2011-02-04Remove repeated blank lines.David Robillard1-3/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-26/+15
2011-01-30Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q...David Robillard1-1/+35
2011-01-29Non-SPARQL version of slv2_plugin_get_value_by_qname_i18n.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2009-06-03Single-pass slv2_strjoin.David Robillard1-18/+10
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-2/+2
2008-11-08Support i18n literals via LANG environment variable.David Robillard1-0/+23
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-14/+2
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-16/+7
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2006-07-26Removed vstrjoinDavid Robillard1-24/+25
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-19/+11
2006-07-18Stricter warning cleanlinessDavid Robillard1-2/+2
2006-06-11Fixed query problems on 64-bitDavid Robillard1-27/+8
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+121