index
:
serd.git
1.x
absolute-base-uri
jsonld
main
master
model
python
remove-message
serd1
serd1-meson
serd1-warnings
serd1-world-log
test-performance
windows
Serd RDF serialisation library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
[WIP] Add validation
David Robillard
3
-1
/
+2051
2022-01-28
[TESTED] Use a custom allocator to simplify SerdNodes implementation
David Robillard
1
-129
/
+137
2022-01-28
Add support for xsd:hexBinary literals
David Robillard
2
-29
/
+121
2022-01-28
Add serd_nodes_file_uri()
David Robillard
1
-0
/
+26
2022-01-28
Expose serd_nodes_token()
David Robillard
1
-1
/
+1
2022-01-28
Consolidate number support into a single "value" API
David Robillard
4
-168
/
+284
2022-01-28
Remove datatype arguments from integer and base64 constructors
David Robillard
2
-47
/
+27
2022-01-28
Add custom allocator support
David Robillard
32
-463
/
+1011
2022-01-28
Update zix and make it a proper subproject
David Robillard
11
-2353
/
+19
2022-01-28
Make environments and sinks part of the world
David Robillard
7
-30
/
+69
2022-01-28
Fix handling of deferred write errors that happen when closing
David Robillard
1
-13
/
+14
2022-01-28
Use simpler names for I/O function types
David Robillard
2
-10
/
+10
2022-01-28
Use more human-readable status codes
David Robillard
20
-177
/
+169
2022-01-28
Add "contextual" output option
David Robillard
1
-0
/
+4
2022-01-28
Simplify input stream API
David Robillard
6
-164
/
+220
2022-01-28
Simplify output stream API
David Robillard
7
-207
/
+264
2022-01-28
Provide a full output stream implementation for SerdBuffer
David Robillard
4
-41
/
+58
2022-01-28
Remove SERD_NO_INLINE_OBJECTS
David Robillard
1
-19
/
+8
2022-01-28
Put rdf:type properties first when pretty-printing
David Robillard
3
-72
/
+119
2022-01-28
Fix TriG graph indentation
David Robillard
1
-5
/
+10
2022-01-28
Ensure that indentation is always reset with the writer context
David Robillard
1
-3
/
+1
2022-01-28
Fix pretty-printing nested empty lists and add test suite
David Robillard
3
-7
/
+15
2022-01-28
Replace serdi with more fine-grained tools
David Robillard
1
-2
/
+0
2022-01-28
Make blank node prefixing automatic
David Robillard
5
-56
/
+22
2022-01-28
Split SERD_READ_VERBATIM into two more precise flags
David Robillard
2
-2
/
+2
2022-01-28
Add a reader flag to disable generated blank label avoidance
David Robillard
2
-4
/
+11
2022-01-28
Add a close function to SerdByteSink
David Robillard
3
-45
/
+38
2022-01-28
Expose serd_strncasecmp in public API
David Robillard
3
-15
/
+16
2022-01-28
Preserve anonymous graph syntax in TriG
David Robillard
2
-1
/
+3
2022-01-28
Move serdi to tools subdirectory
David Robillard
3
-702
/
+0
2022-01-28
Replace serdi -b and -e options with a block size option
David Robillard
4
-47
/
+45
2022-01-28
Factor out duplicated ByteSource buffer allocation code
David Robillard
1
-14
/
+14
2022-01-28
Factor out setting base URI from a path
David Robillard
3
-11
/
+23
2022-01-28
Factor out opening output files
David Robillard
3
-5
/
+16
2022-01-28
Factor out opening input files
David Robillard
3
-12
/
+34
2022-01-28
Factor out command line version printing
David Robillard
3
-17
/
+23
2022-01-28
Factor out Windows UTF-8 console setup code
David Robillard
3
-12
/
+58
2022-01-28
Add version constants to public header
David Robillard
2
-6
/
+7
2022-01-28
Make serd_writer_set_root_uri() take a string view
David Robillard
2
-6
/
+4
2022-01-28
Simplify reader and writer flags
David Robillard
5
-8
/
+8
2022-01-28
Support writing all escapes in Turtle and TriG prefixed names
David Robillard
3
-87
/
+107
2022-01-28
Factor out and expose prefixed name predicates
David Robillard
5
-55
/
+90
2022-01-28
Add assertions for all non-null pointers in the public API
David Robillard
22
-2
/
+223
2022-01-14
Add statement filtering
David Robillard
2
-3
/
+207
2022-01-14
Add support for converting literals to canonical form
David Robillard
4
-8
/
+214
2022-01-14
Add model
David Robillard
13
-5
/
+1741
2022-01-14
Use Nodes in Env implementation
David Robillard
1
-46
/
+58
2022-01-14
Avoid dynamic allocation when fetching interned nodes
David Robillard
7
-351
/
+1247
2022-01-14
Avoid dynamic allocation of world blank node
David Robillard
2
-8
/
+16
2022-01-14
Expose low-level node construction API
David Robillard
7
-271
/
+519
[next]