summaryrefslogtreecommitdiffstats
path: root/src/value.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard1-1/+26
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-03-19Support plugins where lv2:binary is not in manifest.ttlDavid Robillard1-0/+3
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-12/+78
2008-01-24Kludge around string<->number issues in locales with a ',' decimal point, and...David Robillard1-11/+17
2008-01-23Fix decimal point kludge.David Robillard1-2/+2
2008-01-23Fix range printing for control ports in lv2_inspect.David Robillard1-0/+13
2008-01-21Work on generic LV2 events.David Robillard1-16/+55
2007-09-23Fix LV2 UI stuff.David Robillard1-0/+8
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-18/+2
2007-09-22LV2 UI extension updates.David Robillard1-9/+9
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-5/+25
2007-06-27Added slv2_value_duplicate.David Robillard1-0/+11
2007-05-08Exposed slv2_value_free.David Robillard1-1/+0
2007-05-08Code cleanups.David Robillard1-22/+0
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-2/+55
2007-04-28Added missing files.David Robillard1-0/+141