aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Add serdi -f option to avoid qualifying URIs.David Robillard1-4/+15
2011-12-11Fix debug build without --stack-check.David Robillard1-0/+2
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard8-53/+50
2011-12-11Use posix_fadvise to advise about sequential file access.David Robillard3-1/+31
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard7-21/+168
2011-12-11Fix string length calculation.David Robillard1-3/+2
2011-12-11Align read buffer to page boundary if posix_memalign is available.David Robillard2-1/+15
2011-12-11Shrink code.David Robillard1-5/+2
2011-12-11Improve write performance by doing bulk writes for unescaped substrings.David Robillard2-0/+17
2011-12-11Simply reader by using a stack of SerdNode rather than weird internal types.David Robillard1-250/+204
2011-12-11Better invalid string character handling.David Robillard1-10/+40
2011-12-11Add --largefile configure option for large files on 32-bit systems. Disabled...David Robillard1-0/+5
2011-12-11Fix Python 2.4 compatibility (autowaf r61).David Robillard1-0/+0
2011-12-11Report reason for failure to open file in serdi.David Robillard2-1/+4
2011-12-10Tolerate invalid characters in string literals by replacing with theDavid Robillard2-5/+30
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
2011-11-24Update waf.David Robillard1-0/+0
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard4-32/+40
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-15Fix man page installation directory (#781)David Robillard2-0/+1
2011-10-15Use path variables in pkgconfig files (#782).David Robillard2-0/+6
2011-09-29Serd 0.5.0David Robillard1-2/+2
2011-09-29Update documentation styleDavid Robillard1-1/+17
2011-09-29Fix define names and symbol visibilityDavid Robillard1-2/+2
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-4/+8
2011-09-29Fix static library install pathDavid Robillard1-1/+1
2011-09-29Tidy.David Robillard7-94/+100
2011-09-27Add serd_env_set_prefix_from_strings for convenience.David Robillard4-4/+28
2011-09-17Add ability to build static library.David Robillard3-11/+27
2011-08-23Don't use non-portable './serdi_static/ syntax in test suite command lines.David Robillard1-22/+23
2011-08-23Remove non-portable use of /dev/null in test suite commands.David Robillard1-18/+19
2011-08-23Upgrade to autowaf r51David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-21Gracefully handle NULL reader sinks.David Robillard5-19/+67
2011-08-20Avoid writing illegal Turtle names as a result of URI qualifying (fix #734).David Robillard3-3/+41
2011-07-26Fix pretty printing of successive blank descriptions, i.e. "] , [".David Robillard3-5/+16
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard2-1/+3
2011-06-20Use same case as subst dictionary for pkg-config file (fix ticket #717)David Robillard1-4/+4
2011-06-19Fix abbreviation flags for blank nodes within lists (fix ticket #719).David Robillard1-2/+2
2011-06-19Fix abbreviation of repeated predicates with blank objects, and abbreviation ...David Robillard3-2/+12
2011-05-26Serd 0.4.2David Robillard3-5/+12
2011-05-25Update autowafDavid Robillard1-0/+0
2011-05-25Fix building documentation in recursive buildDavid Robillard1-11/+12
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Serd 0.4.0David Robillard2-5/+4
2011-05-25Update man page.David Robillard1-1/+13
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
2011-05-24Tidy up documentationDavid Robillard1-26/+25
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29