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
/
sordi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
Add man page and fix sordi help output.
David Robillard
1
-1
/
+2
2011-05-24
Free all nodes on world destruction (fix memory leaks).
David Robillard
1
-1
/
+1
2011-05-24
Fix crash when input is missing
David Robillard
1
-0
/
+5
2011-05-18
Add sordi-i option to select input syntax.
David Robillard
1
-25
/
+42
2011-05-16
Fix return value.
David Robillard
1
-3
/
+3
2011-05-16
Add name parameter to sord_read_file_handle (for error messages).
David Robillard
1
-6
/
+54
2011-05-15
Remove dead code found by clang static analyser
David Robillard
1
-1
/
+1
2011-05-13
Tidy.
David Robillard
1
-24
/
+1
2011-05-12
Add base_uri parameter to sord_read_file.
David Robillard
1
-46
/
+33
2011-05-12
Abbreviate inline blank node objects.
David Robillard
1
-3
/
+25
2011-05-11
Pass environment to sord write methods for CURIE abbreviation.
David Robillard
1
-6
/
+15
2011-05-11
Preserve serd node flags for pretty serialisation.
David Robillard
1
-3
/
+6
2011-04-30
Update for new Serd API
David Robillard
1
-1
/
+1
2011-04-30
Consistent error messages
David Robillard
1
-6
/
+6
2011-04-28
Use size_t for node and triple counts.
David Robillard
1
-1
/
+1
2011-04-27
Remove boost and glibmm dependencies from sordmm.hpp.
David Robillard
1
-1
/
+1
2011-04-27
Don't hide pointers behind typedefs.
David Robillard
1
-12
/
+12
2011-04-27
Update for new Serd API.
David Robillard
1
-8
/
+8
2011-04-23
Improve node struct alignment
David Robillard
1
-1
/
+1
2011-04-22
Fix license header (awk oops).
David Robillard
1
-1
/
+1
2011-04-22
Switch to ISC license (legally equivalent to MIT license but with less obnoxi...
David Robillard
1
-20
/
+11
2011-04-16
Update copyright headers
David Robillard
1
-2
/
+2
2011-03-19
Fix references to old license.
David Robillard
1
-3
/
+2
2011-02-25
Update style and switch to 2-clause BSD license.
David Robillard
1
-16
/
+24
2011-02-16
Sord => SordModel.
David Robillard
1
-2
/
+2
2011-02-16
Add world object (to intern nodes and sanely support several models per libra...
David Robillard
1
-2
/
+3
2011-02-16
Remove pointless SordID type.
David Robillard
1
-2
/
+3
2011-02-04
Remove sord_set_option and sord_open, just pass options to sord_new instead.
David Robillard
1
-2
/
+1
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-4
/
+4
2011-02-04
Use uint8_t for API char type for UTF-8 friendliness.
David Robillard
1
-3
/
+3
2011-02-03
Add ability to set blank node prefix for parsing multiple files without confl...
David Robillard
1
-1
/
+1
2011-02-03
Add SordTupleIndex enumeration for more readable Tuple code.
David Robillard
1
-1
/
+1
2011-02-01
Terser iteration API.
David Robillard
1
-1
/
+1
2011-01-29
Tidy.
David Robillard
1
-8
/
+3
2011-01-28
Syntax support via Serd.
David Robillard
1
-0
/
+166