Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |