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
WIP: expander
David Robillard
1
-0
/
+91
2020-10-27
WIP: Improve writer performance
David Robillard
1
-10
/
+12
2020-10-27
WIP: Simply reader byte reader interface
David Robillard
1
-9
/
+0
2020-10-27
WIP: Add serd_node_from_syntax() and serd_node_to_syntax()
David Robillard
3
-0
/
+126
2020-10-27
Add SERD_READ_EXACT_BLANKS flags
David Robillard
1
-1
/
+1
2020-10-27
WIP: Make Reader always read from a ByteSource
David Robillard
7
-178
/
+189
2020-10-27
WIP: Make Writer always write to a ByteSink
David Robillard
4
-123
/
+137
2020-10-27
Fix crash when attempting to read before starting
David Robillard
1
-0
/
+4
2020-10-27
Refuse to write relative URIRefs to NTriples
David Robillard
1
-0
/
+15
2020-10-27
Simplify abbreviated URI writing code
David Robillard
1
-15
/
+17
2020-10-27
WIP: Get base URI from single input path if possible
David Robillard
1
-2
/
+43
2020-10-27
Use a manual type-safe stack in SerdWriter
David Robillard
1
-27
/
+27
2020-10-27
Emit reader errors on stack overflows in string literals
David Robillard
1
-1
/
+9
2020-10-27
Simplify ByteSource implementation
David Robillard
2
-32
/
+27
2020-10-27
WIP: Add statement filtering
David Robillard
2
-0
/
+165
2020-10-27
Add support for parsing variables
David Robillard
7
-7
/
+90
2020-10-27
Fix crash when expanding empty URI prefixes
David Robillard
1
-1
/
+1
2020-10-27
Fix memory leak in writer when caller doesn't clean up the stack
David Robillard
1
-0
/
+5
2020-10-27
Avoid use of ctype.h macros entirely
David Robillard
2
-4
/
+15
2020-10-27
Improve writer packing
David Robillard
1
-1
/
+1
2020-10-27
Normalise away rdf:langString datatype
David Robillard
1
-0
/
+2
2020-10-27
Add support for basic literal normalisation
David Robillard
3
-4
/
+289
2020-10-27
Make serd_env_expand() always return a node if it is not relative
David Robillard
1
-10
/
+20
2020-10-27
Make it possible to allocate nodes with CURIE datatypes
David Robillard
3
-9
/
+15
2020-10-27
Remove double allocation in serd_env_set_prefix()
David Robillard
1
-9
/
+5
2020-10-27
Remove double allocations in serd_env_expand()
David Robillard
3
-33
/
+116
2020-10-27
Move local URI utility functions
David Robillard
1
-26
/
+26
2020-10-27
Split up node expansion code
David Robillard
1
-30
/
+53
2020-10-27
Clean up Env tests and behaviour
David Robillard
1
-1
/
+4
2020-10-27
Make const Env functions tolerant of NULL
David Robillard
1
-1
/
+9
2020-10-27
Allow setting the base URI of an Env to NULL
David Robillard
1
-1
/
+5
2020-10-27
Replace multiple stream callbacks with SerdEvent
David Robillard
4
-51
/
+81
2020-10-27
Add precise floating point parsing
David Robillard
2
-4
/
+182
2020-10-27
Separate decimal parsing from floating point conversion
David Robillard
1
-40
/
+126
2020-10-27
Add support for xsd:double and xsd:float
David Robillard
2
-0
/
+83
2020-10-27
Add precise decimal digit generation
David Robillard
3
-58
/
+337
2020-10-27
Factor out decimal digit generation
David Robillard
3
-51
/
+72
2020-10-27
Add minimal big integer implementation
David Robillard
3
-0
/
+741
2020-10-27
Add minimal soft floating point implementation
David Robillard
3
-1
/
+228
2020-10-27
Add IEEE floating point utility header
David Robillard
1
-0
/
+55
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
[next]