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
2018-05-27
Simplify stack management by popping in bulk at higher levels
David Robillard
1
-48
/
+40
2018-05-27
Use fixed size stack
David Robillard
1
-146
/
+175
2018-05-27
Clean up includes and improve source file separation
David Robillard
1
-8
/
+7
2018-05-27
Add SerdSinkInterface and hide implementations
David Robillard
1
-8
/
+8
2018-05-27
Clean up and separate internal headers
David Robillard
1
-1
/
+3
2018-05-27
Merge datatype and/or language into node
David Robillard
1
-2
/
+10
2018-05-27
Simplify reader interface
David Robillard
1
-12
/
+16
2018-05-27
Use opaque node API
David Robillard
1
-12
/
+16
2018-05-27
Use char* for strings in public API
David Robillard
1
-1
/
+1
2018-05-25
Fix reported error when reading statements with only a blank node
David Robillard
1
-1
/
+1
2018-04-19
Fix growing stack when parsing TriG files with many graphs
David Robillard
1
-0
/
+3
2018-04-18
Fix potential memory errors when the reader stack grows
David Robillard
1
-2
/
+3
2018-03-08
Fix parsing local names that end with escaped dots
David Robillard
1
-3
/
+5
2018-03-08
Fix comment typo
David Robillard
1
-1
/
+1
2018-02-04
Factor out syntax-specific reader implementation
David Robillard
1
-0
/
+1490