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
/
sord.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-16
Update copyright headers
David Robillard
1
-4
/
+4
2011-03-08
Gracefully handle attempts to add broken quads (fix ticket #640).
David Robillard
1
-1
/
+4
2011-03-07
Sane reference counting semantics.
David Robillard
1
-7
/
+27
2011-03-07
Fix reference counting and memory leaks.
David Robillard
1
-3
/
+3
2011-03-07
Fix literal comparison and memory leaks.
David Robillard
1
-44
/
+65
2011-02-25
Use size_t for string lengths.
David Robillard
1
-3
/
+3
2011-02-25
Update style and switch to 2-clause BSD license.
David Robillard
1
-25
/
+24
2011-02-16
Sord => SordModel.
David Robillard
1
-27
/
+38
2011-02-16
Add world object (to intern nodes and sanely support several models per libra...
David Robillard
1
-39
/
+77
2011-02-16
Simpler and more typical node creation API.
David Robillard
1
-38
/
+33
2011-02-16
Consistent names for node accessors.
David Robillard
1
-2
/
+2
2011-02-16
Remove pointless SordID type.
David Robillard
1
-61
/
+41
2011-02-16
Remove unused node user data.
David Robillard
1
-23
/
+0
2011-02-04
Remove sord_set_option and sord_open, just pass options to sord_new instead.
David Robillard
1
-60
/
+21
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-74
/
+74
2011-02-04
Use uint8_t for API char type for UTF-8 friendliness.
David Robillard
1
-29
/
+32
2011-02-04
Fix memory leaks.
David Robillard
1
-36
/
+50
2011-02-04
Fix iterating over ranges within a graph.
David Robillard
1
-5
/
+11
2011-02-03
Add SordTupleIndex enumeration for more readable Tuple code.
David Robillard
1
-17
/
+23
2011-02-01
Terser iteration API.
David Robillard
1
-6
/
+6
2011-01-28
Syntax support via Serd.
David Robillard
1
-0
/
+7
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
1
-0
/
+1142