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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-30
Don't escape backspace or form feed for ntriples.
David Robillard
1
-3
/
+3
2013-03-24
Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...
David Robillard
2
-1
/
+5
2013-03-04
Remove unused prefix.
David Robillard
1
-1
/
+0
2013-03-04
Support dots and colons in pnames.
David Robillard
7
-5
/
+40
2013-03-04
Improve dot support.
David Robillard
14
-0
/
+117
2013-03-03
Pass negative eval tests (reject invalid escaped URI characters).
David Robillard
4
-4
/
+4
2013-03-02
Fix anonymous_blank_node_subject test.
David Robillard
2
-1
/
+2
2013-02-25
Support most of the latest Turtle Editor's Draft.
David Robillard
342
-55
/
+2744
2013-02-24
Move old test suite to its own directory.
David Robillard
123
-0
/
+0
2013-02-24
Generate shorter blank node IDs like the new Turtle test suite.
David Robillard
15
-323
/
+323
2013-02-24
Add missing files.
David Robillard
2
-0
/
+243
2013-02-24
Restructure test suite to match new Turtle test suite.
David Robillard
107
-164
/
+1
2012-12-23
Windows compatibility fixes.
David Robillard
1
-0
/
+5
2012-12-23
Fix serd_node_new_decimal test code.
David Robillard
1
-6
/
+6
2012-12-21
Fix crash when serd_node_new_decimal is called with infinity or NaN.
David Robillard
1
-2
/
+5
2012-08-08
Fix lax prototype.
David Robillard
1
-1
/
+1
2012-07-17
Support digits at start of local names as per new grammar.
David Robillard
2
-0
/
+4
2012-07-05
Add error callback to reader and writer for custom error reporting.
David Robillard
1
-1
/
+1
2012-03-29
Don't break relative URIs with up-references when parsing a document with no ...
David Robillard
2
-0
/
+2
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-18
Add serd_reader_set_default_graph() for reading a file as a named graph.
David Robillard
1
-17
/
+30
2012-03-10
Add serd_writer_set_root_uri(), root parameter to
David Robillard
4
-0
/
+16
2012-03-08
Add escape parameter to serd_node_new_file_uri().
David Robillard
1
-6
/
+6
2012-03-08
Make serd_node_from_string tolerate NULL.
David Robillard
1
-0
/
+5
2012-03-08
serd_node_new_uri_from_path => serd_node_new_file_uri.
David Robillard
1
-6
/
+6
2012-03-08
Add serd_writer_get_env().
David Robillard
1
-2
/
+98
2012-03-03
Add serd_chunk_sink for easy writing to a string.
David Robillard
1
-0
/
+21
2012-02-29
Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814).
David Robillard
2
-0
/
+4
2012-02-28
Fix serialisation of decimals like 10.0, 20.0, etc.
David Robillard
1
-2
/
+2
2012-02-21
Add test case and update ChangeLog.
David Robillard
1
-0
/
+2
2012-02-20
Use iterative algorithm for collection parsing.
David Robillard
2
-1
/
+3
2012-02-20
Implement pretty-printing for collections.
David Robillard
9
-1
/
+111
2012-02-09
Add missing files.
David Robillard
2
-0
/
+3
2012-02-05
Add Windows path test cases (100% coverage for uri.c).
David Robillard
1
-0
/
+8
2012-02-01
Use failure() function for all test failures.
David Robillard
1
-108
/
+70
2012-01-16
Support compilation as C++ under MSVC++
David Robillard
1
-5
/
+6
2012-01-16
Update copyright dates.
David Robillard
1
-1
/
+1
2011-12-30
Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary
David Robillard
1
-1
/
+34
2011-12-27
Warn on invalid unicode character and replace (fix #796).
David Robillard
4
-2
/
+3
2011-12-26
Escape non-printable ASCII characters in ASCII output (fix #795).
David Robillard
2
-0
/
+8
2011-12-25
Near 100% branch coverage.
David Robillard
37
-24
/
+291
2011-12-25
100% test coverage.
David Robillard
14
-2
/
+193
2011-12-24
Cover serd_node_from_string.
David Robillard
1
-0
/
+11
2011-12-24
Add tests for malformed UTF-8 input.
David Robillard
3
-0
/
+5
2011-12-24
Allow digit as first character of prefixed name suffix (match latest Turtle s...
David Robillard
2
-0
/
+6
2011-12-24
Move serd_test.c to tests/ so it doesn't show up in test coverage output.
David Robillard
1
-0
/
+181
2011-12-24
Improve URI resolution to cover most of the abnormal cases from RFC3986.
David Robillard
2
-1
/
+37
2011-12-23
Escape ASCII control characters in output (e.g. fix problems with string
David Robillard
2
-0
/
+2
2011-12-12
Remove branch for EOF detection in eat_byte.
David Robillard
4
-0
/
+12
2011-06-19
Fix abbreviation of repeated predicates with blank objects, and abbreviation ...
David Robillard
2
-0
/
+8
[prev]
[next]