index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
value.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
Suppose xsd:double numeric literals.
David Robillard
1
-1
/
+2
2011-03-06
Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...
David Robillard
1
-17
/
+24
2011-02-16
Update for new Sord API.
David Robillard
1
-1
/
+1
2011-02-16
Update for new Sord API.
David Robillard
1
-2
/
+2
2011-02-12
Document entire API in a single header/page.
David Robillard
1
-2
/
+0
2011-02-11
Add support for boolean values.
David Robillard
1
-6
/
+41
2011-02-11
Tidy up includes.
David Robillard
1
-2
/
+4
2011-02-11
Use `static' and `SLV2_API' explicitly/consistently.
David Robillard
1
-6
/
+31
2011-02-04
Update for uint8_t sord API.
David Robillard
1
-1
/
+1
2011-02-04
Replace use of raptor (for raptor_sequence) with glib.
David Robillard
1
-1
/
+1
2011-02-04
Remove repeated blank lines.
David Robillard
1
-23
/
+0
2011-02-04
Update copyright dates.
David Robillard
1
-1
/
+1
2011-02-04
Drop librdf in favour of serd/sord.
David Robillard
1
-31
/
+22
2011-01-31
Remove slv2_value_as_librdf_uri.
David Robillard
1
-4
/
+3
2011-01-31
slv2_value_new_librdf_node => slv2_value_new_from_node .
David Robillard
1
-17
/
+7
2011-01-31
Typedef away most use of librdf_node.
David Robillard
1
-5
/
+4
2011-01-31
librdf_free_node => slv2_node_free.
David Robillard
1
-1
/
+1
2011-01-31
librdf_new_node_from_node => slv2_node_copy.
David Robillard
1
-2
/
+2
2011-01-31
Reduce heavy use of librdf_new_node_from* functions.
David Robillard
1
-9
/
+13
2011-01-31
Replace more librdf_uri.
David Robillard
1
-7
/
+4
2011-01-31
Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ...
David Robillard
1
-2
/
+5
2011-01-30
Add blank node type for value, to allow the user to 'join' statement
David Robillard
1
-1
/
+25
2011-01-29
Use uint8_t instead of the horribly verbose `unsigned char'.
David Robillard
1
-1
/
+1
2010-09-30
Style.
David Robillard
1
-5
/
+5
2010-09-04
My name is David. :)
David Robillard
1
-1
/
+1
2010-03-12
Improve performance of creating an SLV2Value from a librdf_node.
David Robillard
1
-22
/
+48
2009-06-17
Remove duplicate slv2_value_new_librdf_node and slv2_value_from_librdf_node.
David Robillard
1
-18
/
+19
2009-06-16
Fix indentation (tabs).
David Robillard
1
-5
/
+5
2009-06-16
Don't kludge locale around queries.
David Robillard
1
-4
/
+6
2009-06-03
Consistent error/warning message output.
David Robillard
1
-2
/
+2
2009-05-14
Always include types.h first.
David Robillard
1
-0
/
+1
2009-05-13
Update copyright dates.
David Robillard
1
-1
/
+1
2009-05-13
Strip trailing whitespace.
David Robillard
1
-7
/
+7
2009-02-14
Remove dead code.
David Robillard
1
-2
/
+2
2008-12-13
Handle librdf failures (NULL values) and crazily typed values etc. more grace...
David Robillard
1
-31
/
+26
2008-12-13
Factor out "load plugin if necessary" concept.
David Robillard
1
-0
/
+3
2008-12-13
Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...
David Robillard
1
-1
/
+26
2008-10-18
Build against local library versions no matter what.... hopefully....
David Robillard
1
-1
/
+1
2008-03-19
Support plugins where lv2:binary is not in manifest.ttl
David Robillard
1
-0
/
+3
2008-01-25
Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...
David Robillard
1
-12
/
+78
2008-01-24
Kludge around string<->number issues in locales with a ',' decimal point, and...
David Robillard
1
-11
/
+17
2008-01-23
Fix decimal point kludge.
David Robillard
1
-2
/
+2
2008-01-23
Fix range printing for control ports in lv2_inspect.
David Robillard
1
-0
/
+13
2008-01-21
Work on generic LV2 events.
David Robillard
1
-16
/
+55
2007-09-23
Fix LV2 UI stuff.
David Robillard
1
-0
/
+8
2007-09-23
Support for plugin UIs in separate bundles.
David Robillard
1
-18
/
+2
2007-09-22
LV2 UI extension updates.
David Robillard
1
-9
/
+9
2007-06-30
Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...
David Robillard
1
-5
/
+25
2007-06-27
Added slv2_value_duplicate.
David Robillard
1
-0
/
+11
2007-05-08
Exposed slv2_value_free.
David Robillard
1
-1
/
+0
[next]