Age | Commit message (Expand) | Author | Files | Lines |
2011-12-12 | Use common uri_to_path code. | David Robillard | 1 | -16/+1 |
2011-12-12 | Reuse write context node memory where possible. | David Robillard | 2 | -34/+55 |
2011-12-12 | Fix memory error introduced a few commits ago. | David Robillard | 1 | -2/+5 |
2011-12-12 | Add serdi -f option to avoid qualifying URIs. | David Robillard | 1 | -4/+15 |
2011-12-11 | Fix debug build without --stack-check. | David Robillard | 1 | -0/+2 |
2011-12-11 | Move all #ifdef gunk to serd_internal.h. | David Robillard | 8 | -53/+50 |
2011-12-11 | Use posix_fadvise to advise about sequential file access. | David Robillard | 3 | -1/+31 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 7 | -21/+168 |
2011-12-11 | Fix string length calculation. | David Robillard | 1 | -3/+2 |
2011-12-11 | Align read buffer to page boundary if posix_memalign is available. | David Robillard | 2 | -1/+15 |
2011-12-11 | Shrink code. | David Robillard | 1 | -5/+2 |
2011-12-11 | Improve write performance by doing bulk writes for unescaped substrings. | David Robillard | 2 | -0/+17 |
2011-12-11 | Simply reader by using a stack of SerdNode rather than weird internal types. | David Robillard | 1 | -250/+204 |
2011-12-11 | Better invalid string character handling. | David Robillard | 1 | -10/+40 |
2011-12-11 | Add --largefile configure option for large files on 32-bit systems. Disabled... | David Robillard | 1 | -0/+5 |
2011-12-11 | Fix Python 2.4 compatibility (autowaf r61). | David Robillard | 1 | -0/+0 |
2011-12-11 | Report reason for failure to open file in serdi. | David Robillard | 2 | -1/+4 |
2011-12-10 | Tolerate invalid characters in string literals by replacing with the | David Robillard | 2 | -5/+30 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -1/+1 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 4 | -32/+40 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 2 | -0/+1 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 2 | -0/+6 |
2011-09-29 | Serd 0.5.0 | David Robillard | 1 | -2/+2 |
2011-09-29 | Update documentation style | David Robillard | 1 | -1/+17 |
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 | 7 | -94/+100 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 4 | -4/+28 |
2011-09-17 | Add ability to build static library. | David Robillard | 3 | -11/+27 |
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-23 | Upgrade to autowaf r51 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 5 | -19/+67 |
2011-08-20 | Avoid writing illegal Turtle names as a result of URI qualifying (fix #734). | David Robillard | 3 | -3/+41 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 3 | -5/+16 |
2011-07-07 | Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler) | David Robillard | 2 | -1/+3 |
2011-06-20 | Use same case as subst dictionary for pkg-config file (fix ticket #717) | David Robillard | 1 | -4/+4 |
2011-06-19 | Fix abbreviation flags for blank nodes within lists (fix ticket #719). | David Robillard | 1 | -2/+2 |
2011-06-19 | Fix abbreviation of repeated predicates with blank objects, and abbreviation ... | David Robillard | 3 | -2/+12 |
2011-05-26 | Serd 0.4.2 | David Robillard | 3 | -5/+12 |
2011-05-25 | Update autowaf | David Robillard | 1 | -0/+0 |
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 | 2 | -5/+4 |
2011-05-25 | Update man page. | David Robillard | 1 | -1/+13 |