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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Remove SERD_NO_INLINE_OBJECTS
David Robillard
3
-22
/
+13
2022-01-28
Put rdf:type properties first when pretty-printing
David Robillard
21
-91
/
+214
2022-01-28
Fix TriG graph indentation
David Robillard
4
-9
/
+37
2022-01-28
Ensure that indentation is always reset with the writer context
David Robillard
1
-3
/
+1
2022-01-28
Fix pretty-printing nested empty lists and add test suite
David Robillard
28
-202
/
+446
2022-01-28
Make tools read stdin by default
David Robillard
6
-32
/
+15
2022-01-28
Replace serdi with more fine-grained tools
David Robillard
64
-1132
/
+3228
2022-01-28
Make blank node prefixing automatic
David Robillard
12
-153
/
+27
2022-01-28
Split SERD_READ_VERBATIM into two more precise flags
David Robillard
4
-14
/
+24
2022-01-28
Add a reader flag to disable generated blank label avoidance
David Robillard
4
-4
/
+27
2022-01-28
Write test outputs to a temporary directory
David Robillard
2
-44
/
+36
2022-01-28
Split up test suite build definitions
David Robillard
12
-87
/
+166
2022-01-28
Factor out serd_choose_input_syntax()
David Robillard
4
-13
/
+40
2022-01-28
Add a close function to SerdByteSink
David Robillard
10
-81
/
+90
2022-01-28
Collapse input and output options into a single flag
David Robillard
6
-60
/
+168
2022-01-28
Expose serd_strncasecmp in public API
David Robillard
4
-15
/
+28
2022-01-28
Simplify command line usage printing
David Robillard
1
-24
/
+27
2022-01-28
Preserve anonymous graph syntax in TriG
David Robillard
4
-8
/
+12
2022-01-28
Remove redundant check for command line argument count
David Robillard
1
-4
/
+1
2022-01-28
Move serdi to tools subdirectory
David Robillard
7
-18
/
+20
2022-01-28
Replace serdi -b and -e options with a block size option
David Robillard
8
-65
/
+59
2022-01-28
Factor out common test runner facilities
David Robillard
2
-58
/
+71
2022-01-28
Factor out duplicated ByteSource buffer allocation code
David Robillard
1
-14
/
+14
2022-01-28
Factor out setting base URI from a path
David Robillard
3
-11
/
+23
2022-01-28
Factor out opening output files
David Robillard
3
-5
/
+16
2022-01-28
Factor out opening input files
David Robillard
3
-12
/
+34
2022-01-28
Factor out command line version printing
David Robillard
3
-17
/
+23
2022-01-28
Factor out Windows UTF-8 console setup code
David Robillard
4
-13
/
+60
2022-01-28
Add version constants to public header
David Robillard
4
-8
/
+39
2022-01-28
Make serd_writer_set_root_uri() take a string view
David Robillard
3
-8
/
+5
2022-01-28
Simplify reader and writer flags
David Robillard
6
-17
/
+92
2022-01-28
Support writing all escapes in Turtle and TriG prefixed names
David Robillard
5
-88
/
+186
2022-01-28
Factor out and expose prefixed name predicates
David Robillard
5
-55
/
+90
2022-01-28
Add assertions for all non-null pointers in the public API
David Robillard
22
-2
/
+223
2022-01-14
Add statement filtering
David Robillard
8
-4
/
+476
2022-01-14
Add support for converting literals to canonical form
David Robillard
19
-10
/
+495
2022-01-14
Add a convenience script to run all docker builds
David Robillard
1
-0
/
+65
2022-01-14
Add model to benchmarks
David Robillard
1
-6
/
+12
2022-01-14
Add model
David Robillard
25
-14
/
+3735
2022-01-14
Use Nodes in Env implementation
David Robillard
2
-49
/
+63
2022-01-14
Avoid dynamic allocation when fetching interned nodes
David Robillard
9
-391
/
+1582
2022-01-14
Avoid dynamic allocation of world blank node
David Robillard
2
-8
/
+16
2022-01-14
Make StringView buffer non-nullable
David Robillard
1
-2
/
+2
2022-01-14
Expose low-level node construction API
David Robillard
11
-365
/
+915
2022-01-14
Remove serd_new_resolved_uri()
David Robillard
3
-76
/
+36
2022-01-14
Rename serd_new_simple_node() to serd_new_token()
David Robillard
3
-19
/
+13
2022-01-14
Preserve long or short quoting from input documents
David Robillard
16
-284
/
+209
2022-01-14
Factor out serd_write_file_uri()
David Robillard
3
-72
/
+101
2022-01-14
Add serd_statement_matches()
David Robillard
4
-0
/
+45
2022-01-14
Add serd_node_compare()
David Robillard
4
-0
/
+99
[next]