Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-05-25 | Python portability (argh...) | David Robillard | 1 | -2/+2 |
2011-05-25 | Serd 0.4.0 | David Robillard | 1 | -2/+2 |
2011-05-24 | Automatically fix up documentation on build | David Robillard | 1 | -0/+6 |
2011-05-24 | Fix crash when input is not given. | David Robillard | 1 | -0/+1 |
2011-05-24 | Improve test coverage | David Robillard | 1 | -1/+6 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 1 | -7/+10 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-05-13 | Use standard waf variable names for compiler flags so both independent and re... | David Robillard | 1 | -7/+5 |
2011-05-05 | Tidy. | David Robillard | 1 | -1/+1 |
2011-05-02 | Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project buildi... | David Robillard | 1 | -1/+8 |
2011-04-30 | Fix indentation. | David Robillard | 1 | -17/+17 |
2011-04-28 | Support parallel installation of different major versions | David Robillard | 1 | -4/+7 |
2011-04-22 | Fix Python whitespace (PEP8). | David Robillard | 1 | -204/+204 |
2011-04-20 | Remove use of Python 2.6 syntax. | David Robillard | 1 | -1/+1 |
2011-04-06 | Remove duplicate line. | David Robillard | 1 | -2/+0 |
2011-03-19 | Bump version number (reflecting that this is a different version than the one... | David Robillard | 1 | -1/+1 |
2011-03-17 | Add waf upload_docs. | David Robillard | 1 | -3/+6 |
2011-03-17 | Add waf fixdocs to strip decorators from doxygen documentation. | David Robillard | 1 | -0/+11 |