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
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
2011-05-18
Add test to ensure blank node IDs don't clash with generated IDs.
David Robillard
2
-0
/
+6
2011-04-23
Fix parsing of language tags with several hyphens.
David Robillard
2
-1
/
+3
2011-02-04
Fix parsing double with signs in their exponents (e.g. 1.234e+56).
David Robillard
2
-1
/
+6
2011-01-25
Fix UTF-8 test file.
David Robillard
1
-1
/
+1
2011-01-25
Fix handling of EOF in collections.
David Robillard
1
-0
/
+1
2011-01-25
Fix URI resolution of absolute URIs.
David Robillard
2
-0
/
+10
2011-01-25
Fix crash when parsing malformed numbers.
David Robillard
3
-0
/
+3
2011-01-25
Remove unused character escape code.
David Robillard
1
-1
/
+0
2011-01-25
Add URI test cases.
David Robillard
2
-0
/
+11
2011-01-25
Fix parsing of numbers that begin with a `.'.
David Robillard
2
-0
/
+15
2011-01-24
Remove support for 5 and 6 byte UTF-8 characters.
David Robillard
1
-3
/
+2
2011-01-23
Gracefully handle failure to emit statement.
David Robillard
2
-1
/
+7
2011-01-23
Test language tags with hyphens.
David Robillard
2
-0
/
+2
2011-01-22
Emit triples in the correct order for streaming abbreviation.
David Robillard
1
-1
/
+1
2011-01-22
Add output for language test (oops).
David Robillard
1
-0
/
+2
2011-01-22
Add language tag test.
David Robillard
1
-0
/
+4
2011-01-21
More extensive test coverage.
David Robillard
1
-0
/
+215
2011-01-20
Rearrange triples and change IDs (but graph is equivalent).
David Robillard
1
-5
/
+5
2011-01-19
Initial import.
David Robillard
86
-0
/
+51303