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
/
sord
/
sord.h
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 latest documentation style from Serd.
David Robillard
1
-3
/
+2
2011-02-25
Update style and switch to 2-clause BSD license.
David Robillard
1
-143
/
+246
2011-02-19
String reading/writing.
David Robillard
1
-0
/
+13
2011-02-16
Make serd.h C++ safe.
David Robillard
1
-0
/
+27
2011-02-16
Sord => SordModel.
David Robillard
1
-19
/
+28
2011-02-16
Add world object (to intern nodes and sanely support several models per libra...
David Robillard
1
-30
/
+38
2011-02-16
Simpler and more typical node creation API.
David Robillard
1
-6
/
+6
2011-02-16
Consistent names for node accessors.
David Robillard
1
-4
/
+8
2011-02-16
Remove pointless SordID type.
David Robillard
1
-39
/
+23
2011-02-16
Remove unnecessary #include <stdio.h>.
David Robillard
1
-1
/
+0
2011-02-16
Tidy.
David Robillard
1
-21
/
+21
2011-02-16
Make SordCount private.
David Robillard
1
-4
/
+1
2011-02-16
Use intptr_t for SordCount.
David Robillard
1
-2
/
+2
2011-02-16
Remove sord_node_get_user_data.
David Robillard
1
-5
/
+0
2011-02-16
Remove unused node user data.
David Robillard
1
-17
/
+4
2011-02-04
Remove sord_set_option and sord_open, just pass options to sord_new instead.
David Robillard
1
-37
/
+13
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-19
/
+19
2011-02-04
Use uint8_t for API char type for UTF-8 friendliness.
David Robillard
1
-9
/
+9
2011-02-03
Add ability to set blank node prefix for parsing multiple files without confl...
David Robillard
1
-2
/
+4
2011-02-03
Add SordTupleIndex enumeration for more readable Tuple code.
David Robillard
1
-1
/
+20
2011-02-01
Terser iteration API.
David Robillard
1
-2
/
+2
2011-01-28
Syntax support via Serd.
David Robillard
1
-1
/
+14
2011-01-27
Remove cruft about cache.
David Robillard
1
-9
/
+1
2011-01-27
Update documentation.
David Robillard
1
-29
/
+31
2011-01-27
Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).
David Robillard
1
-0
/
+350