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-13
Support reading lone lists in lax mode
David Robillard
1
-1
/
+1
2022-01-13
Fix hang when skipping an error at EOF when lax parsing
David Robillard
1
-1
/
+1
2022-01-13
Fix crash when attempting to read before starting
David Robillard
1
-0
/
+4
2022-01-13
Simplify ByteSource implementation
David Robillard
3
-34
/
+20
2022-01-13
Be precise about the meaning of node "length" and "size"
David Robillard
4
-39
/
+36
2022-01-13
Align nodes on the reader stack
David Robillard
2
-6
/
+9
2022-01-13
Replace serd_reader_set_strict() with SerdReaderFlags
David Robillard
2
-12
/
+6
2022-01-13
Handle read errors more precisely
David Robillard
4
-26
/
+45
2022-01-13
Simplify reader stack pushing code
David Robillard
1
-6
/
+6
2022-01-13
Use a lookup table to determine UTF-8 encoding length
David Robillard
1
-20
/
+38
2022-01-13
Split up serd_env_expand() implementation
David Robillard
1
-17
/
+35
2022-01-13
Add serd_env_copy() and serd_env_equals()
David Robillard
1
-0
/
+47
2022-01-13
Split up serd_internal.h
David Robillard
10
-16
/
+32
2022-01-13
Factor out TRY macro
David Robillard
3
-14
/
+29
2022-01-13
Reduce complexity of string writing functions
David Robillard
1
-78
/
+98
2022-01-13
Reduce complexity of URI node writing functions
David Robillard
1
-21
/
+38
2022-01-13
Reduce complexity of statement writing functions
David Robillard
1
-89
/
+212
2022-01-13
Make Writer always write to a ByteSink
David Robillard
5
-125
/
+133
2022-01-13
Add empty syntax type for suppressing output
David Robillard
3
-21
/
+25
2022-01-13
Use a manual type-safe stack in writer
David Robillard
1
-38
/
+28
2022-01-13
Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAX
David Robillard
2
-6
/
+6
2022-01-13
Improve writer error handling
David Robillard
3
-198
/
+284
2022-01-13
Add support for writing terse collections
David Robillard
1
-11
/
+24
2022-01-13
Tolerate popping writer contexts with no predicate
David Robillard
1
-1
/
+2
2022-01-13
Reset writer to empty when finished to avoid spurious blank lines
David Robillard
1
-0
/
+1
2022-01-13
Pass context flags to write_sep()
David Robillard
1
-20
/
+22
2022-01-13
Add initial flags to write context
David Robillard
1
-21
/
+24
2022-01-13
Simplify internal writer context API
David Robillard
1
-32
/
+30
2022-01-13
Strengthen writer statement preconditions
David Robillard
1
-1
/
+3
2022-01-13
Add option for writing terse output without newlines
David Robillard
2
-25
/
+27
2022-01-13
Factor out writing top level separator
David Robillard
1
-7
/
+10
2022-01-13
Simplify streaming API and improve pretty printing
David Robillard
4
-175
/
+261
2022-01-13
Simplify SerdEnv API
David Robillard
3
-20
/
+56
2022-01-13
Separate ByteSink from writer
David Robillard
2
-12
/
+18
2022-01-13
Expose SerdByteSink in public API
David Robillard
2
-5
/
+110
2022-01-13
Simplify writer style options
David Robillard
3
-34
/
+7
2022-01-13
Replace multiple stream callbacks with SerdEvent
David Robillard
4
-45
/
+49
2022-01-13
Cache commonly used nodes in the world
David Robillard
3
-13
/
+46
2022-01-13
Add SerdNodes for storing a cache of interned nodes
David Robillard
3
-1
/
+209
2022-01-13
Add zix data structures
David Robillard
7
-0
/
+1901
2022-01-13
Add SerdStatement
David Robillard
5
-12
/
+199
2022-01-13
Add SerdCaret
David Robillard
7
-43
/
+166
2022-01-13
Add SerdField to public API
David Robillard
1
-47
/
+41
2022-01-13
Add serd_world_get_blank()
David Robillard
2
-2
/
+28
2022-01-13
Remove serd_reader_set_default_graph()
David Robillard
2
-23
/
+7
2022-01-13
Use thread-safe strerror_r() if available
David Robillard
4
-6
/
+37
2022-01-13
Move fopen wrapper to world
David Robillard
5
-26
/
+35
2022-01-13
Move error handling to world
David Robillard
5
-51
/
+57
2022-01-13
Add SerdWorld for shared library state
David Robillard
9
-42
/
+104
2022-01-13
Clean up base64 node construction and access API
David Robillard
3
-87
/
+27
[prev]
[next]