Age | Commit message (Expand) | Author | Files | Lines |
2012-08-04 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -11/+9 |
2012-08-02 | Clean up wscript. | David Robillard | 1 | -9/+6 |
2012-07-09 | Improve documentation style. | David Robillard | 1 | -21/+3 |
2012-07-05 | Bump version. | David Robillard | 1 | -1/+1 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -0/+1 |
2012-05-08 | Add incremental read interface suitable for reading from infinite streams. | David Robillard | 1 | -1/+3 |
2012-04-18 | Fix absolute path in documentation. | David Robillard | 1 | -2/+2 |
2012-03-18 | Add serd_reader_set_default_graph() for reading a file as a named graph. | David Robillard | 1 | -1/+1 |
2012-03-10 | Add serd_writer_set_root_uri(), root parameter to | David Robillard | 1 | -1/+4 |
2012-03-08 | Add serd_writer_get_env(). | David Robillard | 1 | -1/+1 |
2012-03-03 | Add serd_chunk_sink for easy writing to a string. | David Robillard | 1 | -1/+1 |
2012-02-21 | Bump version. | David Robillard | 1 | -1/+1 |
2012-02-05 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 1 | -0/+7 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -17/+19 |
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 | 1 | -1/+8 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -19/+41 |
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 | Fix test suite with Python 2.4. | David Robillard | 1 | -2/+7 |
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 1 | -1/+1 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 1 | -4/+7 |
2011-12-24 | 100% test coverage (by line) for serdi.c. | David Robillard | 1 | -2/+2 |
2011-12-24 | Move serd_test.c to tests/ so it doesn't show up in test coverage output. | David Robillard | 1 | -1/+1 |
2011-12-24 | Make test suite cover bulk writer. | David Robillard | 1 | -2/+4 |
2011-12-23 | Add serd_file_sink for the common case of writing to a FILE* stream. | David Robillard | 1 | -1/+1 |
2011-12-19 | Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for | David Robillard | 1 | -3/+18 |
2011-12-12 | Make bulk writer internal and inlinable to avoid function call overhead in th... | David Robillard | 1 | -1/+0 |
2011-12-12 | Remove branch for EOF detection in eat_byte. | David Robillard | 1 | -1/+0 |
2011-12-11 | Use posix_fadvise to advise about sequential file access. | David Robillard | 1 | -0/+14 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 1 | -1/+2 |
2011-12-11 | Align read buffer to page boundary if posix_memalign is available. | David Robillard | 1 | -0/+7 |
2011-12-11 | Add --largefile configure option for large files on 32-bit systems. Disabled... | David Robillard | 1 | -0/+5 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -1/+1 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 1 | -1/+1 |
2011-09-29 | Fix define names and symbol visibility | David Robillard | 1 | -2/+2 |
2011-09-29 | Load compiler_c first (fix --debug etc.). | David Robillard | 1 | -4/+8 |
2011-09-29 | Fix static library install path | David Robillard | 1 | -1/+1 |
2011-09-29 | Tidy. | David Robillard | 1 | -39/+41 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 1 | -4/+4 |
2011-09-17 | Add ability to build static library. | David Robillard | 1 | -10/+25 |
2011-08-23 | Don't use non-portable './serdi_static/ syntax in test suite command lines. | David Robillard | 1 | -22/+23 |
2011-08-23 | Remove non-portable use of /dev/null in test suite commands. | David Robillard | 1 | -18/+19 |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 1 | -1/+2 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 1 | -2/+1 |
2011-07-07 | Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler) | David Robillard | 1 | -1/+3 |
2011-05-26 | Serd 0.4.2 | David Robillard | 1 | -3/+3 |
2011-05-25 | Fix building documentation in recursive build | David Robillard | 1 | -11/+12 |