summaryrefslogtreecommitdiffstats
path: root/src/value.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29value.c => node.cDavid Robillard1-416/+0
2011-04-29LilvValue => LilvNode.David Robillard1-55/+55
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-1/+1
2011-04-29Fix value construction.David Robillard1-9/+9
2011-04-29Remove unused value type enumeration value.David Robillard1-4/+0
2011-04-29Terser names for value constructors.David Robillard1-14/+14
2011-04-29Don't hide pointers behind typedefs.David Robillard1-42/+42
2011-04-28Rename slv2 to lilv.David Robillard1-140/+140
2011-04-28Update for new Sord API.David Robillard1-1/+1
2011-04-28Update for new Sord API.David Robillard1-2/+2
2011-04-27Fix memory leaks.David Robillard1-2/+7
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-03-28Fix Windows buildDavid Robillard1-7/+7
2011-03-07Fix memory leaks.David Robillard1-4/+2
2011-03-07Suppose xsd:double numeric literals.David Robillard1-1/+2
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-16Update for new Sord API.David Robillard1-1/+1
2011-02-16Update for new Sord API.David Robillard1-2/+2
2011-02-12Document entire API in a single header/page.David Robillard1-2/+0
2011-02-11Add support for boolean values.David Robillard1-6/+41
2011-02-11Tidy up includes.David Robillard1-2/+4
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-6/+31
2011-02-04Update for uint8_t sord API.David Robillard1-1/+1
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-1/+1
2011-02-04Remove repeated blank lines.David Robillard1-23/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-31/+22
2011-01-31Remove slv2_value_as_librdf_uri.David Robillard1-4/+3
2011-01-31slv2_value_new_librdf_node => slv2_value_new_from_node .David Robillard1-17/+7
2011-01-31Typedef away most use of librdf_node.David Robillard1-5/+4
2011-01-31librdf_free_node => slv2_node_free.David Robillard1-1/+1
2011-01-31librdf_new_node_from_node => slv2_node_copy.David Robillard1-2/+2
2011-01-31Reduce heavy use of librdf_new_node_from* functions.David Robillard1-9/+13
2011-01-31Replace more librdf_uri.David Robillard1-7/+4
2011-01-31Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ...David Robillard1-2/+5
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-1/+25
2011-01-29Use uint8_t instead of the horribly verbose `unsigned char'.David Robillard1-1/+1
2010-09-30Style.David Robillard1-5/+5
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-12Improve performance of creating an SLV2Value from a librdf_node.David Robillard1-22/+48
2009-06-17Remove duplicate slv2_value_new_librdf_node and slv2_value_from_librdf_node.David Robillard1-18/+19
2009-06-16Fix indentation (tabs).David Robillard1-5/+5
2009-06-16Don't kludge locale around queries.David Robillard1-4/+6
2009-06-03Consistent error/warning message output.David Robillard1-2/+2
2009-05-14Always include types.h first.David Robillard1-0/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-7/+7
2009-02-14Remove dead code.David Robillard1-2/+2
2008-12-13Handle librdf failures (NULL values) and crazily typed values etc. more grace...David Robillard1-31/+26
2008-12-13Factor out "load plugin if necessary" concept.David Robillard1-0/+3