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
2020-10-27
Add faster decimal digit counting function
David Robillard
3
-1
/
+53
2020-10-27
Move MIN macro to int_math.h
David Robillard
12
-18
/
+15
2020-10-27
Add integer and bit math utilities
David Robillard
2
-0
/
+129
2020-10-27
Add validation to command line interface
David Robillard
1
-1
/
+11
2020-10-27
Add support for reading multiple files at once
David Robillard
1
-34
/
+90
2020-10-27
Add empty syntax type for suppressing output
David Robillard
3
-10
/
+21
2020-10-27
Improve add and chop prefix functions when given empty strings
David Robillard
2
-8
/
+10
2020-10-27
Simplify handling of input string arguments
David Robillard
1
-10
/
+12
2020-10-27
Add input base URI option
David Robillard
1
-5
/
+9
2020-10-27
Replace serd_reader_set_strict() with SerdReaderFlags
David Robillard
3
-16
/
+12
2020-10-27
Report writer errors and add strict write mode
David Robillard
3
-173
/
+228
2020-10-27
Align nodes with posix_memalign if possible
David Robillard
9
-28
/
+80
2020-10-27
Add support for writing terse collections
David Robillard
1
-12
/
+23
2020-10-27
Tolerate lack of predicate when context is popped
David Robillard
1
-1
/
+2
2020-10-27
Reset writer to empty when finished to avoid spurious blank lines
David Robillard
1
-0
/
+1
2020-10-27
Pass context flags to write_sep()
David Robillard
1
-22
/
+24
2020-10-27
Add initial flags to write context
David Robillard
1
-14
/
+22
2020-10-27
Simplify internal writer context API
David Robillard
1
-21
/
+17
2020-10-27
Strengthen writer statement preconditions
David Robillard
1
-1
/
+3
2020-10-27
Add option for writing terse output without newlines
David Robillard
2
-27
/
+29
2020-10-27
Factor out writing top level separator
David Robillard
1
-6
/
+10
2020-10-27
Rename writer flags for consistency with enum type
David Robillard
2
-5
/
+5
2020-10-27
Support reading lone lists in lax mode
David Robillard
1
-1
/
+1
2020-10-27
Simplify writer statement validity checking
David Robillard
1
-3
/
+2
2020-10-27
WIP: Fix reading from socket-like streams
David Robillard
1
-0
/
+1
2020-10-27
Make reader tolerant of being started several times
David Robillard
1
-0
/
+4
2020-10-27
Fix various warnings and conversion issues
David Robillard
12
-44
/
+37
2020-10-27
Add serd_new_boolean()
David Robillard
2
-0
/
+7
2020-10-27
Handle read errors more precisely
David Robillard
3
-23
/
+19
2020-10-27
Add model validation
David Robillard
2
-0
/
+881
2020-10-27
Add model
David Robillard
12
-2
/
+1598
2020-10-27
Add function to SerdSink for freeing opaque handle
David Robillard
2
-3
/
+12
2020-10-27
Use consistent naming for function types
David Robillard
3
-12
/
+12
2020-10-27
Add extensible logging API
David Robillard
6
-50
/
+178
2020-10-27
Use public sink interface in reader
David Robillard
3
-18
/
+13
2020-10-27
Rename SerdStyle to SerdWriterFlags
David Robillard
2
-30
/
+30
2020-10-27
Rename SerdType to SerdNodeType
David Robillard
4
-17
/
+24
2020-10-27
Clean up and expose base64 implementation
David Robillard
2
-16
/
+19
2020-10-27
Expose the node cache in the world
David Robillard
1
-0
/
+6
2020-10-27
Remove serd_env_foreach()
David Robillard
1
-10
/
+0
2020-10-27
Add serd_env_write_prefixes()
David Robillard
1
-0
/
+9
2020-10-27
Add serd_node_compare()
David Robillard
1
-0
/
+19
2020-10-27
Simplify reader stack pushing code
David Robillard
1
-8
/
+10
2020-10-27
Ensure serd_new_resolved_uri returns an absolute URI or NULL
David Robillard
2
-7
/
+14
2020-10-27
Use simpler names for statement flags
David Robillard
2
-21
/
+19
2020-10-27
Simplify streaming API and improve pretty printing
David Robillard
3
-159
/
+221
2020-10-27
Cache commonly used nodes in the world
David Robillard
3
-14
/
+32
2020-10-27
Add SerdNodes class for storing a cache of nodes
David Robillard
3
-1
/
+145
2020-10-27
Add serd_env_copy() and serd_env_equals()
David Robillard
1
-0
/
+36
2020-10-27
Separate ByteSink from Writer
David Robillard
2
-11
/
+12
[next]