index
:
serd.git
1.x
absolute-base-uri
jsonld
main
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
/
nodes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Add support for xsd:hexBinary literals
David Robillard
1
-3
/
+28
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
1
-20
/
+2
2022-01-28
Remove datatype arguments from integer and base64 constructors
David Robillard
1
-14
/
+7
2022-01-28
Add custom allocator support
David Robillard
1
-37
/
+66
2022-01-28
Update zix and make it a proper subproject
David Robillard
1
-1
/
+1
2022-01-28
Use more human-readable status codes
David Robillard
1
-2
/
+2
2022-01-28
Add assertions for all non-null pointers in the public API
David Robillard
1
-0
/
+4
2022-01-14
Avoid dynamic allocation when fetching interned nodes
David Robillard
1
-68
/
+399
2022-01-14
Expose low-level node construction API
David Robillard
1
-1
/
+1
2022-01-14
Preserve long or short quoting from input documents
David Robillard
1
-13
/
+6
2022-01-14
Remove SERD_CURIE node datatype entirely
David Robillard
1
-6
/
+0
2022-01-13
Add SerdNodes for storing a cache of interned nodes
David Robillard
1
-0
/
+205