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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-25
Use size_t for string lengths.
David Robillard
1
-3
/
+3
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
5
-93
/
+124
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
4
-37
/
+48
2011-02-16
Add world object (to intern nodes and sanely support several models per libra...
David Robillard
4
-86
/
+130
2011-02-16
Simpler and more typical node creation API.
David Robillard
3
-59
/
+54
2011-02-16
Consistent names for node accessors.
David Robillard
1
-2
/
+2
2011-02-16
Remove pointless SordID type.
David Robillard
4
-84
/
+62
2011-02-16
Tidy.
David Robillard
1
-1
/
+1
2011-02-16
Make SordCount private.
David Robillard
1
-0
/
+2
2011-02-16
Remove unused node user data.
David Robillard
2
-30
/
+6
2011-02-10
Update for new Serd API.
David Robillard
1
-39
/
+30
2011-02-04
Remove sord_set_option and sord_open, just pass options to sord_new instead.
David Robillard
3
-76
/
+26
2011-02-04
SordTuple => SordQuad.
David Robillard
5
-107
/
+107
2011-02-04
Use uint8_t for API char type for UTF-8 friendliness.
David Robillard
5
-58
/
+65
2011-02-04
Fix memory leaks.
David Robillard
2
-40
/
+58
2011-02-04
Fix iterating over ranges within a graph.
David Robillard
2
-5
/
+13
2011-02-03
Add ability to set blank node prefix for parsing multiple files without confl...
David Robillard
2
-4
/
+11
2011-02-03
Add SordTupleIndex enumeration for more readable Tuple code.
David Robillard
4
-34
/
+116
2011-02-01
Terser iteration API.
David Robillard
3
-14
/
+14
2011-01-29
Tidy.
David Robillard
1
-8
/
+3
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
4
-3
/
+352
2011-01-27
`data' => `buf'.
David Robillard
1
-5
/
+5
2011-01-27
Unify node struct.
David Robillard
1
-88
/
+44
2011-01-27
Remove pointless sord_new_btree.
David Robillard
1
-13
/
+7
2011-01-27
Remove meta struct.
David Robillard
1
-18
/
+11
2011-01-27
Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).
David Robillard
2
-0
/
+1489