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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-01
Update to r64/autowaf.
David Robillard
1
-0
/
+0
2012-02-01
Use failure() function for all test failures.
David Robillard
1
-108
/
+70
2012-02-01
Fix jumps past variable initialization.
David Robillard
1
-4
/
+6
2012-01-18
Use consistent *_config.h rather than *-config.h.
David Robillard
2
-18
/
+20
2012-01-18
Make serd_node_new_integer take int64_t instead of long.
David Robillard
3
-7
/
+7
2012-01-17
Fix syntax errors in man pages.
David Robillard
1
-19
/
+5
2012-01-16
Avoid non-portable %zu (offset is of dubious value in this case anyway).
David Robillard
1
-1
/
+1
2012-01-16
Compile with -MD on Windows so passing a FILE* between DLLs doesn't crash.
David Robillard
1
-6
/
+5
2012-01-16
Fix test suite on UNIX when . is not in PATH.
David Robillard
1
-1
/
+2
2012-01-16
Fix compilation on sane platforms.
David Robillard
4
-6
/
+15
2012-01-16
Support compilation as C++ under MSVC++
David Robillard
12
-72
/
+111
2012-01-16
Update to r63/autowaf
David Robillard
1
-0
/
+0
2012-01-16
Update to r62/autowaf.
David Robillard
1
-0
/
+0
2012-01-16
Fix test suite link errors when gcov is unavailable.
David Robillard
1
-9
/
+10
2012-01-16
Make gcov check non-mandatory.
David Robillard
1
-1
/
+2
2012-01-16
Fix test suite compilation when -lgcov is unavailable.
David Robillard
1
-2
/
+11
2012-01-16
Update copyright dates.
David Robillard
12
-13
/
+13
2012-01-16
Fix test suite with Python 2.4.
David Robillard
1
-2
/
+7
2012-01-14
Lint.
David Robillard
5
-11
/
+11
2012-01-08
Update man page.
David Robillard
3
-16
/
+28
2012-01-06
Remove unused parameter.
David Robillard
1
-7
/
+7
2011-12-30
Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary
David Robillard
7
-2
/
+157
2011-12-27
Warn on invalid unicode character and replace (fix #796).
David Robillard
5
-9
/
+16
2011-12-26
Escape non-printable ASCII characters in ASCII output (fix #795).
David Robillard
3
-1
/
+10
2011-12-25
Near 100% branch coverage.
David Robillard
45
-132
/
+375
2011-12-25
100% test coverage.
David Robillard
19
-87
/
+255
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
100% test coverage (by line) for serdi.c.
David Robillard
1
-2
/
+2
2011-12-24
Remove pointless check.
David Robillard
2
-6
/
+1
2011-12-24
Allow digit as first character of prefixed name suffix (match latest Turtle s...
David Robillard
3
-20
/
+20
2011-12-24
Move serd_test.c to tests/ so it doesn't show up in test coverage output.
David Robillard
2
-1
/
+1
2011-12-24
Support file://localhost/foo URIs in serd_uri_to_path().
David Robillard
3
-15
/
+39
2011-12-24
Clean up path writing logic in serd_uri_serialise.
David Robillard
1
-30
/
+26
2011-12-24
Separate remove_dot_segments from serd_uri_resolve.
David Robillard
1
-62
/
+73
2011-12-24
Improve URI resolution to cover most of the abnormal cases from RFC3986.
David Robillard
4
-10
/
+70
2011-12-24
Test serd_strlen and serd_strerror.
David Robillard
2
-0
/
+28
2011-12-24
Make test suite cover bulk writer.
David Robillard
1
-2
/
+4
2011-12-23
Escape ASCII control characters in output (e.g. fix problems with string
David Robillard
4
-8
/
+13
2011-12-23
Add serd_file_sink for the common case of writing to a FILE* stream.
David Robillard
5
-9
/
+22
2011-12-21
Remove trailing whitespace.
David Robillard
2
-2
/
+2
2011-12-19
Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for
David Robillard
7
-3
/
+333
2011-12-16
Remove debug print.
David Robillard
1
-1
/
+0
2011-12-15
Update ChangeLog.
David Robillard
1
-0
/
+3
2011-12-15
Update ChangeLog.
David Robillard
1
-0
/
+2
2011-12-15
Remove peek_string, use exactly 1 page as a read buffer.
David Robillard
2
-108
/
+86
2011-12-12
Use memcmp instead of strcmp for serd_node_equals.
David Robillard
1
-2
/
+3
2011-12-12
Make bulk writer internal and inlinable to avoid function call overhead in th...
David Robillard
6
-199
/
+162
2011-12-12
More parser micro-optimization.
David Robillard
1
-47
/
+48
2011-12-12
Remove eat_byte correctness checks for known-correct bytes in optimized builds.
David Robillard
1
-70
/
+77
[next]