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
/
n3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Preserve anonymous graph syntax in TriG
David Robillard
1
-0
/
+1
2022-01-28
Simplify reader and writer flags
David Robillard
1
-1
/
+1
2022-01-28
Support writing all escapes in Turtle and TriG prefixed names
David Robillard
1
-20
/
+22
2022-01-28
Factor out and expose prefixed name predicates
David Robillard
1
-27
/
+6
2022-01-14
Expose low-level node construction API
David Robillard
1
-2
/
+3
2022-01-14
Preserve long or short quoting from input documents
David Robillard
1
-1
/
+4
2022-01-14
Leave statement caret at the start of literals
David Robillard
1
-1
/
+4
2022-01-14
Reduce complexity of Turtle and TriG block reading functions
David Robillard
1
-89
/
+109
2022-01-14
Reduce complexity of Turtle object reading function
David Robillard
1
-56
/
+73
2022-01-14
Factor out NQuads reader
David Robillard
1
-99
/
+1
2022-01-14
Factor out NTriples reader
David Robillard
1
-538
/
+25
2022-01-14
Factor out UTF-8 reading utilities
David Robillard
1
-86
/
+6
2022-01-14
Reduce complexity of blank node reading functions
David Robillard
1
-17
/
+33
2022-01-14
Remove SERD_CURIE node datatype entirely
David Robillard
1
-6
/
+7
2022-01-14
Expand URIs in reader
David Robillard
1
-13
/
+110
2022-01-14
Move SerdEnv mutation from writer to reader
David Robillard
1
-0
/
+6
2022-01-14
Add extensible logging API
David Robillard
1
-58
/
+55
2022-01-13
Add SERD_READ_EXACT_BLANKS flag
David Robillard
1
-1
/
+1
2022-01-13
Add support for parsing variables
David Robillard
1
-5
/
+76
2022-01-13
Make Reader always read from a ByteSource
David Robillard
1
-2
/
+2
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
Be precise about the meaning of node "length" and "size"
David Robillard
1
-2
/
+3
2022-01-13
Handle read errors more precisely
David Robillard
1
-25
/
+23
2022-01-13
Split up serd_internal.h
David Robillard
1
-1
/
+1
2022-01-13
Factor out TRY macro
David Robillard
1
-7
/
+1
2022-01-13
Simplify streaming API and improve pretty printing
David Robillard
1
-22
/
+22
2022-01-13
Improve reader error handling
David Robillard
1
-124
/
+170
2022-01-13
Set flags directly when reading literal nodes
David Robillard
1
-61
/
+43
2022-01-13
Zero node padding before passing to reader sinks
David Robillard
1
-1
/
+4
2022-01-13
Remove datatype and language from reader context
David Robillard
1
-36
/
+31
2022-01-13
Simplify stack management by popping in bulk at higher levels
David Robillard
1
-61
/
+31
2022-01-13
Use a fixed-size reader stack
David Robillard
1
-126
/
+147
2022-01-13
Simplify reader interface
David Robillard
1
-1
/
+2
2022-01-13
Add SerdSink interface and hide implementations
David Robillard
1
-11
/
+4
2022-01-13
Merge datatype/language into node
David Robillard
1
-18
/
+19
2022-01-13
Make nodes opaque
David Robillard
1
-16
/
+19
2022-01-13
Rename function types for consistency
David Robillard
1
-6
/
+6
2022-01-13
Use char* for strings in public API
David Robillard
1
-7
/
+5
2022-01-13
Remove support for Turtle named inline nodes extension
David Robillard
1
-21
/
+0
2021-05-31
Make most function parameters const
David Robillard
1
-69
/
+102
2021-05-31
Remove "static inline" for functions in implementation files
David Robillard
1
-12
/
+12
2021-05-31
Fix unannotated switch fallthroughs
David Robillard
1
-4
/
+19
2021-05-31
Fix some conversion warnings
David Robillard
1
-2
/
+2
2021-05-16
Avoid else after break
David Robillard
1
-3
/
+3
2021-04-09
Write statements with invalid URI characters in lax mode
David Robillard
1
-9
/
+9
2021-01-02
Use email address instead of website for attribution
David Robillard
1
-1
/
+1
2020-12-31
Format all code with clang-format
David Robillard
1
-1295
/
+1373
2020-12-31
Avoid "else" after "break" and "return"
David Robillard
1
-13
/
+33
2020-11-13
Improve IRI reading performance
David Robillard
1
-10
/
+13
[next]