index
:
sord.git
fix-ancient-gcc
main
master
Sord RDF data structure
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-25
Use new SerdReadState to simplify code.
David Robillard
1
-53
/
+18
2011-02-25
Update style and switch to 2-clause BSD license.
David Robillard
1
-16
/
+24
2011-02-19
String reading/writing.
David Robillard
1
-30
/
+113
2011-02-16
Sord::Resource => Sord::URI (consistency with C API).
David Robillard
1
-1
/
+0
2011-02-16
Make serd.h C++ safe.
David Robillard
1
-39
/
+162
2011-02-16
Sord => SordModel.
David Robillard
1
-3
/
+3
2011-02-16
Add world object (to intern nodes and sanely support several models per libra...
David Robillard
1
-5
/
+8
2011-02-16
Simpler and more typical node creation API.
David Robillard
1
-5
/
+5
2011-02-16
Remove pointless SordID type.
David Robillard
1
-3
/
+3
2011-02-10
Update for new Serd API.
David Robillard
1
-39
/
+30
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-1
/
+1
2011-02-04
Use uint8_t for API char type for UTF-8 friendliness.
David Robillard
1
-5
/
+4
2011-02-04
Fix memory leaks.
David Robillard
1
-4
/
+8
2011-02-04
Fix iterating over ranges within a graph.
David Robillard
1
-0
/
+2
2011-02-03
Add ability to set blank node prefix for parsing multiple files without confl...
David Robillard
1
-3
/
+10
2011-02-03
Add SordTupleIndex enumeration for more readable Tuple code.
David Robillard
1
-16
/
+58
2011-01-29
Proper marshaling of Serd nodes to Sord nodes.
David Robillard
1
-14
/
+11
2011-01-28
(More) proper marshaling between Serd and Sord nodes.
David Robillard
1
-1
/
+32
2011-01-28
Syntax support via Serd.
David Robillard
1
-0
/
+176