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
2013-03-30
Add more tests from the new W3C Turtle test suite.
David Robillard
2
-12
/
+22
2013-03-30
Implement case-insensitive language tags from new Turtle spec.
David Robillard
1
-6
/
+4
2013-03-30
Improve branch coverage.
David Robillard
1
-1
/
+1
2013-03-30
Don't escape backspace or form feed for ntriples.
David Robillard
1
-2
/
+6
2013-03-24
Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...
David Robillard
2
-8
/
+26
2013-03-24
Remove unused SERD_URI enum value.
David Robillard
1
-1
/
+0
2013-03-04
Support dots and colons in pnames.
David Robillard
1
-29
/
+50
2013-03-04
Add missing newline.
David Robillard
1
-1
/
+1
2013-03-04
Improve dot support.
David Robillard
1
-35
/
+35
2013-03-03
Fix crazy logic and redundant call in read_PN_LOCAL().
David Robillard
1
-4
/
+4
2013-03-03
Pass negative eval tests (reject invalid escaped URI characters).
David Robillard
1
-15
/
+18
2013-03-03
Remove dead code.
David Robillard
1
-8
/
+4
2013-03-03
Don't write xsd:decimal literals to Turtle bare if they would not be read back
David Robillard
1
-1
/
+9
2013-03-03
Remove comments referring to old grammar rules.
David Robillard
1
-33
/
+0
2013-03-03
Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node).
David Robillard
1
-5
/
+8
2013-03-02
Pass turtle-syntax-number-08.ttl (integer followed by terminating dot).
David Robillard
1
-112
/
+145
2013-02-25
Support most of the latest Turtle Editor's Draft.
David Robillard
2
-374
/
+467
2013-02-24
Fix typo.
David Robillard
1
-1
/
+1
2013-02-24
Generate shorter blank node IDs like the new Turtle test suite.
David Robillard
1
-13
/
+13
2013-02-03
Correctly handle posix_memalign failure
David Robillard
1
-2
/
+2
2013-01-22
Fix possible crash in serd_writer_end_anon() when writing invalid lists
David Robillard
1
-2
/
+1
2012-12-23
Windows compatibility fixes.
David Robillard
1
-0
/
+5
2012-12-21
Fix crash when serd_node_new_decimal is called with infinity or NaN.
David Robillard
1
-0
/
+4
2012-12-20
Fix crash when resolving against non-standard base URIs.
David Robillard
1
-4
/
+1
2012-11-14
Fix bug that caused "a" abbreviation in non-predicate position (#862).
David Robillard
1
-1
/
+1
2012-09-09
Fix clashing symbol "error" in amalgamation build.
David Robillard
2
-20
/
+20
2012-08-08
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
6
-23
/
+22
2012-08-08
Fix incorrect prototype.
David Robillard
1
-1
/
+1
2012-07-17
Support digits at start of local names as per new grammar.
David Robillard
1
-1
/
+1
2012-07-05
Add error callback to reader and writer for custom error reporting.
David Robillard
6
-60
/
+139
2012-05-13
Fix dead assignment.
David Robillard
1
-1
/
+1
2012-05-10
Reset indent when finishing a write.
David Robillard
1
-0
/
+1
2012-05-08
Add incremental read interface suitable for reading from infinite streams.
David Robillard
2
-15
/
+82
2012-03-29
Don't break relative URIs with up-references when parsing a document with no ...
David Robillard
2
-7
/
+9
2012-03-28
Strip duplicate blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-27
Don't emit a ; at the end of anonymous descriptions.
David Robillard
1
-2
/
+1
2012-03-18
Add serd_reader_set_default_graph() for reading a file as a named graph.
David Robillard
1
-1
/
+17
2012-03-18
Tolerate NULL URI parameter in serd_env_get_base_uri().
David Robillard
1
-1
/
+3
2012-03-10
Add serd_writer_set_root_uri(), root parameter to
David Robillard
5
-115
/
+188
2012-03-10
Trim redundant case.
David Robillard
1
-3
/
+1
2012-03-08
Fix compilation in VC++.
David Robillard
2
-4
/
+5
2012-03-08
Add escape parameter to serd_node_new_file_uri().
David Robillard
1
-2
/
+3
2012-03-08
Make serd_node_from_string tolerate NULL.
David Robillard
1
-0
/
+4
2012-03-08
serd_node_new_uri_from_path => serd_node_new_file_uri.
David Robillard
1
-3
/
+3
2012-03-08
Add serd_writer_get_env().
David Robillard
5
-96
/
+313
2012-03-03
Add serd_chunk_sink for easy writing to a string.
David Robillard
1
-0
/
+19
2012-03-03
Fix reading of empty files (e.g. /dev/null) test case.
David Robillard
2
-8
/
+8
2012-03-01
Tolerate NULL endptr in serd_strtod.
David Robillard
1
-1
/
+4
2012-02-29
Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814).
David Robillard
1
-1
/
+15
[prev]
[next]