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
/
world.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-02
Use ZixAllocator directly
David Robillard
1
-12
/
+8
2023-12-02
Use ZixStringView directly
David Robillard
1
-8
/
+8
2023-12-02
Avoid dynamic allocation of world blank node
David Robillard
1
-11
/
+9
2023-12-02
Cache commonly used nodes in the world
David Robillard
1
-1
/
+36
2023-12-02
[WIP] Generalize node construction API
David Robillard
1
-2
/
+2
2023-12-02
Add support for custom allocators
David Robillard
1
-8
/
+20
2023-12-02
[WIP] Add extensible logging API
David Robillard
1
-61
/
+5
2023-12-02
Simplify input stream API
David Robillard
1
-27
/
+0
2023-12-02
Rename SerdErrorFunc to SerdLogFunc
David Robillard
1
-3
/
+3
2023-12-02
Make r_err take a single line without trailing newline
David Robillard
1
-0
/
+1
2023-12-02
Add assertions for all non-null pointers in the public API
David Robillard
1
-0
/
+2
2023-12-02
Use a simple type-safe stack in writer
David Robillard
1
-0
/
+1
2023-12-02
Add a set of limits to the world
David Robillard
1
-1
/
+18
2023-12-02
Add SerdCaret
David Robillard
1
-6
/
+12
2023-12-02
Add serd_world_get_blank()
David Robillard
1
-2
/
+36
2023-12-02
Use thread-safe strerror_r() if available
David Robillard
1
-6
/
+6
2023-12-02
Move fopen wrapper to world
David Robillard
1
-0
/
+28
2023-12-02
Move error handling to world
David Robillard
1
-2
/
+47
2023-12-02
Add SerdWorld for shared library state
David Robillard
1
-0
/
+29